Skip to content

Commit ecb2e19

Browse files
authored
Upgrade protobufjs to address cve (#110)
1 parent dc89ad5 commit ecb2e19

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
@@ -25,7 +25,7 @@
2525
"futurejs": "2.2.0",
2626
"miscreant": "^0.3.2",
2727
"node-fetch": "2.6.12",
28-
"protobufjs": "^7.2.4"
28+
"protobufjs": "^7.2.5"
2929
},
3030
"devDependencies": {
3131
"@types/jest": "^25.2.3",

yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3676,10 +3676,10 @@ protobufjs-cli@^1.1.1:
36763676
tmp "^0.2.1"
36773677
uglify-js "^3.7.7"
36783678

3679-
protobufjs@^7.2.4:
3680-
version "7.2.5"
3681-
resolved "https://registry.yarnpkg.com/protobufjs/-/protobufjs-7.2.5.tgz#45d5c57387a6d29a17aab6846dcc283f9b8e7f2d"
3682-
integrity sha512-gGXRSXvxQ7UiPgfw8gevrfRWcTlSbOFg+p/N+JVJEK5VhueL2miT6qTymqAmjr1Q5WbOCyJbyrk6JfWKwlFn6A==
3679+
protobufjs@^7.2.5:
3680+
version "7.3.2"
3681+
resolved "https://registry.yarnpkg.com/protobufjs/-/protobufjs-7.3.2.tgz#60f3b7624968868f6f739430cfbc8c9370e26df4"
3682+
integrity sha512-RXyHaACeqXeqAKGLDl68rQKbmObRsTIn4TYVUUug1KfS47YWCo5MacGITEryugIgZqORCvJWEk4l449POg5Txg==
36833683
dependencies:
36843684
"@protobufjs/aspromise" "^1.1.2"
36853685
"@protobufjs/base64" "^1.1.2"

0 commit comments

Comments
 (0)