Skip to content

Commit

Permalink
fix: 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-CROSSSPAWN-8303230
  • Loading branch information
snyk-bot committed Nov 12, 2024
1 parent 2713c3d commit d3d23be
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -105,12 +105,12 @@
"uuid": "^8.3.0",
"walk-sync": "^1.1.4",
"webpack": "^5.30.0",
"webpack-cli": "^4.6.0"
"webpack-cli": "^4.10.0"
},
"devDependencies": {
"@actions/core": "^1.2.6",
"@actions/github": "^4.0.0",
"@octokit/rest": "^16.43.2",
"@actions/github": "^6.0.0",
"@octokit/rest": "^17.0.0",
"async": "^3.2.0",
"await-sleep": "0.0.1",
"aws-sdk": "^2.610.0",
Expand Down Expand Up @@ -139,7 +139,7 @@
"image-size": "^0.7.4",
"japanese-characters": "^1.1.0",
"javascript-stringify": "^2.0.1",
"jest": "^26.6.3",
"jest": "^27.0.0",
"jest-expect-message": "^1.0.2",
"jest-github-actions-reporter": "^1.0.2",
"jest-puppeteer": "^4.4.0",
Expand Down

0 comments on commit d3d23be

Please sign in to comment.