Skip to content

Commit 2cd22c9

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 ff5a75b commit 2cd22c9

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
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: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3992,10 +3992,10 @@ promise-retry@^2.0.1:
39923992
err-code "^2.0.2"
39933993
retry "^0.12.0"
39943994

3995-
protobufjs@^6.10.1:
3996-
version "6.11.2"
3997-
resolved "https://registry.yarnpkg.com/protobufjs/-/protobufjs-6.11.2.tgz#de39fabd4ed32beaa08e9bb1e30d08544c1edf8b"
3998-
integrity sha512-4BQJoPooKJl2G9j3XftkIXjoC9C0Av2NOrWmbLWT1vH32GcSUHjM0Arra6UfTsVyfMAuFzaLucXn1sadxJydAw==
3995+
protobufjs@^6.11.3:
3996+
version "6.11.3"
3997+
resolved "https://registry.yarnpkg.com/protobufjs/-/protobufjs-6.11.3.tgz#637a527205a35caa4f3e2a9a4a13ddffe0e7af74"
3998+
integrity sha512-xL96WDdCZYdU7Slin569tFX712BxsxslWwAfAhCYjQKGTq7dAU91Lomy6nLLhh/dyGhk/YH4TwTSRxTzhuHyZg==
39993999
dependencies:
40004000
"@protobufjs/aspromise" "^1.1.2"
40014001
"@protobufjs/base64" "^1.1.2"

0 commit comments

Comments
 (0)