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-INFLIGHT-6095116
  • Loading branch information
snyk-bot committed Nov 30, 2023
1 parent 3bfeb4b commit f6d3f66
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 @@ -135,18 +135,18 @@
"eslint-plugin-promise": "^6.0.0",
"event-to-promise": "^0.8.0",
"git-diff": "^2.0.6",
"glob": "^8.0.1",
"glob": "^9.0.0",
"graphql": "^16.3.0",
"http-status-code": "^2.1.0",
"husky": "^7.0.4",
"japanese-characters": "^1.1.0",
"jest": "^27.4.7",
"jest": "^29.0.0",
"jest-environment-puppeteer": "5.0.4",
"jest-fail-on-console": "^2.2.3",
"jest-github-actions-reporter": "^1.0.3",
"jest-slow-test-reporter": "^1.0.0",
"kill-port": "2.0.0",
"linkinator": "^4.0.0",
"linkinator": "^4.1.3",
"lint-staged": "^12.3.3",
"make-promises-safe": "^5.1.0",
"minimatch": "^5.0.0",
Expand All @@ -158,7 +158,7 @@
"postcss": "^8.4.6",
"prettier": "^2.5.1",
"replace": "^1.2.1",
"rimraf": "^3.0.2",
"rimraf": "^4.0.0",
"robots-parser": "^3.0.0",
"sass": "^1.49.0",
"start-server-and-test": "^1.14.0",
Expand Down

0 comments on commit f6d3f66

Please sign in to comment.