Skip to content

Commit 44f3ad5

Browse files
authored
bump protobufjs to 6.11.3 (#20)
1 parent 266acde commit 44f3ad5

File tree

2 files changed

+10
-10
lines changed

2 files changed

+10
-10
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
"generate:proto": "pbjs -t static-module -w commonjs -o src/ddsketch/proto/compiled.js src/ddsketch/proto/DDSketch.proto && pbts -o src/ddsketch/proto/compiled.d.ts src/ddsketch/proto/compiled.js"
3333
},
3434
"dependencies": {
35-
"protobufjs": "^6.10.2"
35+
"protobufjs": "^6.11.3"
3636
},
3737
"devDependencies": {
3838
"@types/jest": "^26.0.14",

yarn.lock

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -674,10 +674,10 @@
674674
resolved "https://registry.yarnpkg.com/@types/node/-/node-15.0.1.tgz#ef34dea0881028d11398be5bf4e856743e3dc35a"
675675
integrity sha512-TMkXt0Ck1y0KKsGr9gJtWGjttxlZnnvDtphxUOSd0bfaR6Q1jle+sPvrzNR1urqYTWMinoKvjKfXUGsumaO1PA==
676676

677-
"@types/node@^13.7.0":
678-
version "13.13.34"
679-
resolved "https://registry.yarnpkg.com/@types/node/-/node-13.13.34.tgz#c9300a1b6560d90817fb2bba650e250116a575f9"
680-
integrity sha512-g8D1HF2dMDKYSDl5+79izRwRgNPsSynmWMbj50mj7GZ0b7Lv4p8EmZjbo3h0h+6iLr6YmVz9VnF6XVZ3O6V1Ug==
677+
"@types/node@>=13.7.0":
678+
version "17.0.42"
679+
resolved "https://registry.yarnpkg.com/@types/node/-/node-17.0.42.tgz#d7e8f22700efc94d125103075c074396b5f41f9b"
680+
integrity sha512-Q5BPGyGKcvQgAMbsr7qEGN/kIPN6zZecYYABeTDBizOsau+2NMdSVTar9UQw21A2+JyA2KRNDYaYrPB0Rpk2oQ==
681681

682682
"@types/normalize-package-data@^2.4.0":
683683
version "2.4.0"
@@ -3358,10 +3358,10 @@ prompts@^2.0.1:
33583358
kleur "^3.0.3"
33593359
sisteransi "^1.0.5"
33603360

3361-
protobufjs@^6.10.2:
3362-
version "6.10.2"
3363-
resolved "https://registry.yarnpkg.com/protobufjs/-/protobufjs-6.10.2.tgz#b9cb6bd8ec8f87514592ba3fdfd28e93f33a469b"
3364-
integrity sha512-27yj+04uF6ya9l+qfpH187aqEzfCF4+Uit0I9ZBQVqK09hk/SQzKa2MUqUpXaVa7LOFRg1TSSr3lVxGOk6c0SQ==
3361+
protobufjs@^6.11.3:
3362+
version "6.11.3"
3363+
resolved "https://registry.yarnpkg.com/protobufjs/-/protobufjs-6.11.3.tgz#637a527205a35caa4f3e2a9a4a13ddffe0e7af74"
3364+
integrity sha512-xL96WDdCZYdU7Slin569tFX712BxsxslWwAfAhCYjQKGTq7dAU91Lomy6nLLhh/dyGhk/YH4TwTSRxTzhuHyZg==
33653365
dependencies:
33663366
"@protobufjs/aspromise" "^1.1.2"
33673367
"@protobufjs/base64" "^1.1.2"
@@ -3374,7 +3374,7 @@ protobufjs@^6.10.2:
33743374
"@protobufjs/pool" "^1.1.0"
33753375
"@protobufjs/utf8" "^1.1.0"
33763376
"@types/long" "^4.0.1"
3377-
"@types/node" "^13.7.0"
3377+
"@types/node" ">=13.7.0"
33783378
long "^4.0.0"
33793379

33803380
psl@^1.1.28, psl@^1.1.33:

0 commit comments

Comments
 (0)