Skip to content

Commit 86225b1

Browse files
authored
Merge pull request #42 from sage-org/dependabot/npm_and_yarn/protobufjs-7.2.4
Bump protobufjs from 6.11.3 to 7.2.4
2 parents feb5be8 + 38ea984 commit 86225b1

File tree

2 files changed

+10
-16
lines changed

2 files changed

+10
-16
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
"codeflask": "^1.4.0",
3232
"graphql-to-sparql": "^1.4.1",
3333
"mithril": "^1.1.6",
34-
"protobufjs": "^6.8.8",
34+
"protobufjs": "^7.2.4",
3535
"sage-client": "^2.1.1",
3636
"yasgui-yasqe": "^2.11.22"
3737
},

yarn.lock

+9-15
Original file line numberDiff line numberDiff line change
@@ -70,11 +70,6 @@
7070
dependencies:
7171
"@types/rdf-js" "^2.0.1"
7272

73-
"@types/long@^4.0.1":
74-
version "4.0.2"
75-
resolved "https://registry.yarnpkg.com/@types/long/-/long-4.0.2.tgz#b74129719fc8d11c01868010082d483b7545591a"
76-
integrity sha512-MqTGEo5bj5t157U6fA/BiDynNkn0YknVdh48CMPkTSpFTVmvao5UQmm7uEF6xBEo7qIMAlY/JSleYaE6VOdpaA==
77-
7873
"@types/node@*", "@types/node@>=13.7.0":
7974
version "17.0.38"
8075
resolved "https://registry.yarnpkg.com/@types/node/-/node-17.0.38.tgz#f8bb07c371ccb1903f3752872c89f44006132947"
@@ -3049,10 +3044,10 @@ lodash@^4.17.11, lodash@^4.17.15, lodash@^4.17.4, lodash@^4.3.0:
30493044
resolved "https://registry.yarnpkg.com/lodash/-/lodash-4.17.21.tgz#679591c564c3bffaae8454cf0b3df370c3d6911c"
30503045
integrity sha512-v2kDEe57lecTulaDIuNTPy3Ry4gLGJ6Z1O3vE1krgXZNrsQ+LFTGHVxVjcXPs17LhbZVGedAJv8XZ1tvj5FvSg==
30513046

3052-
long@^4.0.0:
3053-
version "4.0.0"
3054-
resolved "https://registry.yarnpkg.com/long/-/long-4.0.0.tgz#9a7b71cfb7d361a194ea555241c92f7468d5bf28"
3055-
integrity sha512-XsP+KhQif4bjX1kbuSiySJFNAehNxgLb6hPRGJ9QsUr8ajHkuXGdrHmFUTUUXhDwVX2R5bY4JNZEwbUiMhV+MA==
3047+
long@^5.0.0:
3048+
version "5.2.3"
3049+
resolved "https://registry.yarnpkg.com/long/-/long-5.2.3.tgz#a3ba97f3877cf1d778eccbcb048525ebb77499e1"
3050+
integrity sha512-lcHwpNoggQTObv5apGNCTdJrO69eHOZMi4BNC+rTLER8iHAqGrUVeLh/irVIM7zTw2bOXA8T6uNPeujwOLg/2Q==
30563051

30573052
loose-envify@^1.0.0, loose-envify@^1.4.0:
30583053
version "1.4.0"
@@ -3838,10 +3833,10 @@ prop-types@^15.6.0:
38383833
object-assign "^4.1.1"
38393834
react-is "^16.8.1"
38403835

3841-
protobufjs@^6.8.8:
3842-
version "6.11.3"
3843-
resolved "https://registry.yarnpkg.com/protobufjs/-/protobufjs-6.11.3.tgz#637a527205a35caa4f3e2a9a4a13ddffe0e7af74"
3844-
integrity sha512-xL96WDdCZYdU7Slin569tFX712BxsxslWwAfAhCYjQKGTq7dAU91Lomy6nLLhh/dyGhk/YH4TwTSRxTzhuHyZg==
3836+
protobufjs@^7.2.4:
3837+
version "7.2.4"
3838+
resolved "https://registry.yarnpkg.com/protobufjs/-/protobufjs-7.2.4.tgz#3fc1ec0cdc89dd91aef9ba6037ba07408485c3ae"
3839+
integrity sha512-AT+RJgD2sH8phPmCf7OUZR8xGdcJRga4+1cOaXJ64hvcSkVhNcRHOwIxUatPH15+nj59WAGTDv3LSGZPEQbJaQ==
38453840
dependencies:
38463841
"@protobufjs/aspromise" "^1.1.2"
38473842
"@protobufjs/base64" "^1.1.2"
@@ -3853,9 +3848,8 @@ protobufjs@^6.8.8:
38533848
"@protobufjs/path" "^1.1.2"
38543849
"@protobufjs/pool" "^1.1.0"
38553850
"@protobufjs/utf8" "^1.1.0"
3856-
"@types/long" "^4.0.1"
38573851
"@types/node" ">=13.7.0"
3858-
long "^4.0.0"
3852+
long "^5.0.0"
38593853

38603854
prr@~1.0.1:
38613855
version "1.0.1"

0 commit comments

Comments
 (0)