Skip to content
Open
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
fix: package.json to reduce vulnerabilities
The following vulnerabilities are fixed with an upgrade:
- https://snyk.io/vuln/SNYK-JS-AXIOS-6144788
  • Loading branch information
snyk-bot committed Jan 6, 2024
commit e696cda0138aedb86c7b8ccfe89ef10b8aced2d8
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,7 @@
"husky": "^7.0.4",
"japanese-characters": "^1.1.0",
"jest": "^27.4.7",
"jest-environment-puppeteer": "5.0.4",
"jest-environment-puppeteer": "7.0.0",
"jest-fail-on-console": "^2.2.3",
"jest-github-actions-reporter": "^1.0.3",
"jest-slow-test-reporter": "^1.0.0",
Expand All @@ -161,7 +161,7 @@
"rimraf": "^3.0.2",
"robots-parser": "^3.0.0",
"sass": "^1.49.0",
"start-server-and-test": "^1.14.0",
"start-server-and-test": "^2.0.3",
"strip-ansi": "^7.0.1",
"supertest": "^6.2.2",
"typescript": "^4.5.5"
Expand Down