Skip to content

Commit

Permalink
fix: packages/service/package.json to reduce vulnerabilities
Browse files Browse the repository at this point in the history
The following vulnerabilities are fixed with an upgrade:
- https://snyk.io/vuln/SNYK-JS-BRACES-6838727
- https://snyk.io/vuln/SNYK-JS-MICROMATCH-6838728
  • Loading branch information
snyk-bot committed May 13, 2024
1 parent 6a3d830 commit 74290b1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/service/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,10 +37,10 @@
"chai": "^4.3.6",
"copy-webpack-plugin": "^10.2.4",
"cross-env": "^7.0.3",
"gulp": "^4.0.2",
"gulp": "^5.0.0",
"mocha-junit-reporter": "^2.0.2",
"proxyquire": "^2.1.3",
"serverless": "^2.72.3",
"serverless": "^3.0.0",
"serverless-domain-manager": "^6.0.3",
"serverless-dynamodb-local": "^0.2.40",
"serverless-offline": "^8.7.0",
Expand Down

0 comments on commit 74290b1

Please sign in to comment.