Skip to content

Commit 82f8258

Browse files
build(deps-dev): bump protobufjs from 6.11.2 to 6.11.3
Bumps [protobufjs](https://github.com/protobufjs/protobuf.js) from 6.11.2 to 6.11.3. - [Release notes](https://github.com/protobufjs/protobuf.js/releases) - [Changelog](https://github.com/protobufjs/protobuf.js/blob/v6.11.3/CHANGELOG.md) - [Commits](protobufjs/protobuf.js@v6.11.2...v6.11.3) --- updated-dependencies: - dependency-name: protobufjs dependency-type: direct:development ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent ed3628e commit 82f8258

File tree

2 files changed

+6
-11
lines changed

2 files changed

+6
-11
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@
5050
"eslint-plugin-import": "^2.18.0",
5151
"mocha": "^3.0.2",
5252
"nodemon": "^2.0.4",
53-
"protobufjs": "^6.10.1",
53+
"protobufjs": "^6.11.3",
5454
"sinon": "^9.0.2"
5555
},
5656
"resolutions": {

yarn.lock

Lines changed: 5 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -425,16 +425,11 @@
425425
"@types/node" "*"
426426
form-data "^3.0.0"
427427

428-
"@types/node@*":
428+
"@types/node@*", "@types/node@>=13.7.0":
429429
version "18.15.3"
430430
resolved "https://registry.yarnpkg.com/@types/node/-/node-18.15.3.tgz#f0b991c32cfc6a4e7f3399d6cb4b8cf9a0315014"
431431
integrity sha512-p6ua9zBxz5otCmbpb5D3U4B5Nanw6Pk3PPyX05xnxbB/fRv71N7CPmORg7uAD5P70T0xmx1pzAx/FUfa5X+3cw==
432432

433-
"@types/node@>=13.7.0":
434-
version "17.0.16"
435-
resolved "https://registry.yarnpkg.com/@types/node/-/node-17.0.16.tgz#e3733f46797b9df9e853ca9f719c8a6f7b84cd26"
436-
integrity sha512-ydLaGVfQOQ6hI1xK2A5nVh8bl0OGoIfYMxPWHqqYe9bTkWCfqiVvZoh2I/QF2sNSkZzZyROBoTefIEI+PB6iIA==
437-
438433
"@types/tunnel@^0.0.3":
439434
version "0.0.3"
440435
resolved "https://registry.yarnpkg.com/@types/tunnel/-/tunnel-0.0.3.tgz#f109e730b072b3136347561fc558c9358bb8c6e9"
@@ -4158,10 +4153,10 @@ promise-retry@^2.0.1:
41584153
err-code "^2.0.2"
41594154
retry "^0.12.0"
41604155

4161-
protobufjs@^6.10.1:
4162-
version "6.11.2"
4163-
resolved "https://registry.yarnpkg.com/protobufjs/-/protobufjs-6.11.2.tgz#de39fabd4ed32beaa08e9bb1e30d08544c1edf8b"
4164-
integrity sha512-4BQJoPooKJl2G9j3XftkIXjoC9C0Av2NOrWmbLWT1vH32GcSUHjM0Arra6UfTsVyfMAuFzaLucXn1sadxJydAw==
4156+
protobufjs@^6.11.3:
4157+
version "6.11.3"
4158+
resolved "https://registry.yarnpkg.com/protobufjs/-/protobufjs-6.11.3.tgz#637a527205a35caa4f3e2a9a4a13ddffe0e7af74"
4159+
integrity sha512-xL96WDdCZYdU7Slin569tFX712BxsxslWwAfAhCYjQKGTq7dAU91Lomy6nLLhh/dyGhk/YH4TwTSRxTzhuHyZg==
41654160
dependencies:
41664161
"@protobufjs/aspromise" "^1.1.2"
41674162
"@protobufjs/base64" "^1.1.2"

0 commit comments

Comments
 (0)