Skip to content

Commit

Permalink
Force semver to invulnerable version. (#6204)
Browse files Browse the repository at this point in the history
  • Loading branch information
rin-skylight authored Jul 24, 2023
1 parent 292a4eb commit 03331b6
Show file tree
Hide file tree
Showing 2 changed files with 185 additions and 58 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -21,11 +21,14 @@
"dependencies": {
"@azure/functions": "^1.2.3",
"@azure/storage-queue": "^12.6.0",
"applicationinsights": "^2.1.6",
"applicationinsights": "^2.7.0",
"csv-stringify": "^5.6.5",
"jsonwebtoken": "^9.0.0",
"jsonwebtoken": "^9.0.1",
"node-fetch": "2.6.6"
},
"resolutions": {
"semver": "7.5.2"
},
"devDependencies": {
"@types/jest": "^28.1.6",
"@typescript-eslint/eslint-plugin": "^5.43.0",
Expand Down
Loading

0 comments on commit 03331b6

Please sign in to comment.