From abd86496bc8e50ba7db91f2e43d4d86399b7d27c Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 6 Nov 2023 22:50:26 +0000 Subject: [PATCH] chore(deps): update dependency bufferutil to ^4.0.8 --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index 28098e5..cd77b3d 100644 --- a/package.json +++ b/package.json @@ -465,7 +465,7 @@ "@vscode/codicons": "^0.0.33", "@vscode/vsce": "^2.21.0", "@vscode/webview-ui-toolkit": "^1.2.2", - "bufferutil": "^4.0.7", + "bufferutil": "^4.0.8", "concurrently": "^8.2.2", "css-loader": "^6.8.1", "eslint": "^8.53.0", diff --git a/yarn.lock b/yarn.lock index 871830f..26b4519 100644 --- a/yarn.lock +++ b/yarn.lock @@ -1221,10 +1221,10 @@ buffer@^5.5.0: base64-js "^1.3.1" ieee754 "^1.1.13" -bufferutil@^4.0.7: - version "4.0.7" - resolved "https://registry.npmjs.org/bufferutil/-/bufferutil-4.0.7.tgz" - integrity sha512-kukuqc39WOHtdxtw4UScxF/WVnMFVSQVKhtx3AjZJzhd0RGZZldcrfSEbVsWWe6KNH253574cq5F+wpv0G9pJw== +bufferutil@^4.0.8: + version "4.0.8" + resolved "https://registry.yarnpkg.com/bufferutil/-/bufferutil-4.0.8.tgz#1de6a71092d65d7766c4d8a522b261a6e787e8ea" + integrity sha512-4T53u4PdgsXqKaIctwF8ifXlRTTmEPJ8iEPWFdGZvcf7sbwYo6FKFEX9eNNAnzFZ7EzJAQ3CJeOtCRA4rDp7Pw== dependencies: node-gyp-build "^4.3.0"