From 7ad2fa9c6c873d1b78f89c5220fcdf7be3ef844c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 20 Oct 2022 20:55:29 +0000 Subject: [PATCH] chore(deps): bump bufferutil from 4.0.6 to 4.0.7 Bumps [bufferutil](https://github.com/websockets/bufferutil) from 4.0.6 to 4.0.7. - [Release notes](https://github.com/websockets/bufferutil/releases) - [Commits](https://github.com/websockets/bufferutil/compare/v4.0.6...v4.0.7) --- updated-dependencies: - dependency-name: bufferutil dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index ee5ced7..784f486 100644 --- a/package.json +++ b/package.json @@ -94,7 +94,7 @@ "@funnyzak/http-server": "^0.2.3", "aliyun-nls": "^0.3.8", "antd": "^4.23.6", - "bufferutil": "^4.0.6", + "bufferutil": "^4.0.7", "core-js": "^3.25.5", "crypto-js": "^4.1.1", "electron-store": "^8.1.0", diff --git a/yarn.lock b/yarn.lock index 3fe54e0..85b8b56 100644 --- a/yarn.lock +++ b/yarn.lock @@ -2612,10 +2612,10 @@ buffer@^5.1.0: base64-js "^1.3.1" ieee754 "^1.1.13" -bufferutil@^4.0.6: - version "4.0.6" - resolved "https://registry.yarnpkg.com/bufferutil/-/bufferutil-4.0.6.tgz#ebd6c67c7922a0e902f053e5d8be5ec850e48433" - integrity sha512-jduaYOYtnio4aIAyc6UbvPCVcgq7nYpVnucyxr6eCYg/Woad9Hf/oxxBRDnGGjPfjUm6j5O/uBWhIu4iLebFaw== +bufferutil@^4.0.7: + version "4.0.7" + resolved "https://registry.yarnpkg.com/bufferutil/-/bufferutil-4.0.7.tgz#60c0d19ba2c992dd8273d3f73772ffc894c153ad" + integrity sha512-kukuqc39WOHtdxtw4UScxF/WVnMFVSQVKhtx3AjZJzhd0RGZZldcrfSEbVsWWe6KNH253574cq5F+wpv0G9pJw== dependencies: node-gyp-build "^4.3.0"