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-AXIOS-6124857
  • Loading branch information
snyk-bot committed Dec 27, 2023
1 parent 29f3e17 commit 539dc91
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -146,7 +146,7 @@
"@wojtekmaj/enzyme-adapter-react-17": "0.6.2",
"angular-mocks": "1.6.6",
"autoprefixer": "10.2.6",
"axios": "0.21.2",
"axios": "1.6.3",
"babel-jest": "26.6.3",
"babel-loader": "8.2.2",
"babel-plugin-angularjs-annotate": "0.10.0",
Expand Down Expand Up @@ -216,7 +216,7 @@
"ts-node": "9.0.0",
"tslib": "2.3.1",
"typescript": "4.4.3",
"wait-on": "6.0.0",
"wait-on": "7.2.0",
"webpack": "5.51.1",
"webpack-bundle-analyzer": "4.4.2",
"webpack-cleanup-plugin": "0.5.1",
Expand Down

0 comments on commit 539dc91

Please sign in to comment.