Bump protobufjs from 7.2.4 to 7.3.2

Co-authored-by: Fedor Indutny <indutny@signal.org>
This commit is contained in:
dependabot[bot] 2024-06-24 20:24:51 -07:00 committed by GitHub
parent fcdf864025
commit 2603771e46
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
4 changed files with 968 additions and 1118 deletions

9
package-lock.json generated
View file

@ -75,7 +75,7 @@
"parchment": "1.1.4", "parchment": "1.1.4",
"pify": "3.0.0", "pify": "3.0.0",
"pino": "8.6.1", "pino": "8.6.1",
"protobufjs": "7.2.4", "protobufjs": "7.3.2",
"proxy-agent": "6.3.0", "proxy-agent": "6.3.0",
"qrcode-generator": "1.4.4", "qrcode-generator": "1.4.4",
"quill": "1.3.7", "quill": "1.3.7",
@ -34810,10 +34810,11 @@
} }
}, },
"node_modules/protobufjs": { "node_modules/protobufjs": {
"version": "7.2.4", "version": "7.3.2",
"resolved": "https://registry.npmjs.org/protobufjs/-/protobufjs-7.2.4.tgz", "resolved": "https://registry.npmjs.org/protobufjs/-/protobufjs-7.3.2.tgz",
"integrity": "sha512-AT+RJgD2sH8phPmCf7OUZR8xGdcJRga4+1cOaXJ64hvcSkVhNcRHOwIxUatPH15+nj59WAGTDv3LSGZPEQbJaQ==", "integrity": "sha512-RXyHaACeqXeqAKGLDl68rQKbmObRsTIn4TYVUUug1KfS47YWCo5MacGITEryugIgZqORCvJWEk4l449POg5Txg==",
"hasInstallScript": true, "hasInstallScript": true,
"license": "BSD-3-Clause",
"dependencies": { "dependencies": {
"@protobufjs/aspromise": "^1.1.2", "@protobufjs/aspromise": "^1.1.2",
"@protobufjs/base64": "^1.1.2", "@protobufjs/base64": "^1.1.2",

View file

@ -159,7 +159,7 @@
"parchment": "1.1.4", "parchment": "1.1.4",
"pify": "3.0.0", "pify": "3.0.0",
"pino": "8.6.1", "pino": "8.6.1",
"protobufjs": "7.2.4", "protobufjs": "7.3.2",
"proxy-agent": "6.3.0", "proxy-agent": "6.3.0",
"qrcode-generator": "1.4.4", "qrcode-generator": "1.4.4",
"quill": "1.3.7", "quill": "1.3.7",

File diff suppressed because it is too large Load diff

File diff suppressed because one or more lines are too long