Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(deps): update dependency semver to v7.5.2 [security] #262

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Binary file not shown.
Binary file not shown.
2 changes: 1 addition & 1 deletion backend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
"mongoose": "5.13.13",
"multer": "1.4.4",
"multer-gridfs-storage": "4.0.1",
"semver": "6.3.0",
"semver": "7.5.2",
"uuid": "3.4.0"
},
"devDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion cli/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
"js-yaml": "3.13.1",
"mustache": "4.0.0",
"node-fetch": "2.6.0",
"semver": "7.1.1",
"semver": "7.5.2",
"unzipper": "0.10.11",
"yargs": "14.2.0"
},
Expand Down
14 changes: 8 additions & 6 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -681,7 +681,7 @@ __metadata:
multer-gridfs-storage: 4.0.1
nodemon: 2.0.15
rimraf: 3.0.2
semver: 6.3.0
semver: 7.5.2
ts-jest: 27.1.2
ts-node: 10.4.0
typescript: ^4.5.4
Expand Down Expand Up @@ -722,7 +722,7 @@ __metadata:
node-fetch: 2.6.0
nodemon: 2.0.15
semantic-release: 17.0.4
semver: 7.1.1
semver: 7.5.2
ts-jest: 27.1.2
ts-node: 10.4.0
typescript: 4.5.4
Expand Down Expand Up @@ -16087,12 +16087,14 @@ __metadata:
languageName: node
linkType: hard

"semver@npm:7.1.1":
version: 7.1.1
resolution: "semver@npm:7.1.1"
"semver@npm:7.5.2":
version: 7.5.2
resolution: "semver@npm:7.5.2"
dependencies:
lru-cache: ^6.0.0
bin:
semver: bin/semver.js
checksum: 58a3082bb3087b63b06a69649578477129c39990aa8a4f581a34c4f75ba4b3f6b2d55d835f31d8c18eb289ad347971d21a15b176dd9ac8d7808d9c4d61611048
checksum: 3fdf5d1e6f170fe8bcc41669e31787649af91af7f54f05c71d0865bb7aa27e8b92f68b3e6b582483e2c1c648008bc84249d2cd86301771fe5cbf7621d1fe5375
languageName: node
linkType: hard

Expand Down
Loading