fix: upgrade protobufjs from 7.3.0 to 7.3.2

Snyk has created this PR to upgrade protobufjs from 7.3.0 to 7.3.2.

See this package in npm:
protobufjs

See this project in Snyk:
https://app.snyk.io/org/oneuptime-RsC2nshvQ2Vnr35jHvMnMP/project/89d21457-97ad-4d10-9b37-253f0b4cc388?utm_source=github&utm_medium=referral&page=upgrade-pr
This commit is contained in:
snyk-bot
2024-07-11 06:53:35 +00:00
parent 54db88dd96
commit 6286c203fe
2 changed files with 5 additions and 5 deletions

View File

@@ -13,7 +13,7 @@
"CommonServer": "file:../CommonServer",
"ejs": "^3.1.10",
"Model": "file:../Model",
"protobufjs": "^7.3.0",
"protobufjs": "^7.3.2",
"ts-node": "^10.9.1"
},
"devDependencies": {
@@ -3994,9 +3994,9 @@
}
},
"node_modules/protobufjs": {
"version": "7.3.0",
"resolved": "https://registry.npmjs.org/protobufjs/-/protobufjs-7.3.0.tgz",
"integrity": "sha512-YWD03n3shzV9ImZRX3ccbjqLxj7NokGN0V/ESiBV5xWqrommYHYiihuIyavq03pWSGqlyvYUFmfoMKd+1rPA/g==",
"version": "7.3.2",
"resolved": "https://registry.npmjs.org/protobufjs/-/protobufjs-7.3.2.tgz",
"integrity": "sha512-RXyHaACeqXeqAKGLDl68rQKbmObRsTIn4TYVUUug1KfS47YWCo5MacGITEryugIgZqORCvJWEk4l449POg5Txg==",
"hasInstallScript": true,
"license": "BSD-3-Clause",
"dependencies": {

View File

@@ -19,7 +19,7 @@
"CommonServer": "file:../CommonServer",
"ejs": "^3.1.10",
"Model": "file:../Model",
"protobufjs": "^7.3.0",
"protobufjs": "^7.3.2",
"ts-node": "^10.9.1"
},
"devDependencies": {