fix: package.json & package-lock.json to reduce vulnerabilities

The following vulnerabilities are fixed with an upgrade:
- https://snyk.io/vuln/SNYK-JS-AXIOS-6124857
pull/251/head
snyk-bot 11 months ago
parent 92a37a4349
commit 90d35c619d
No known key found for this signature in database
GPG Key ID: 5009E0832F4D3DD3

8
package-lock.json generated

@ -20,7 +20,7 @@
"any-shell-escape": "^0.1.1", "any-shell-escape": "^0.1.1",
"autoprefixer": "^10.4.16", "autoprefixer": "^10.4.16",
"aws-sdk": "^2.1467.0", "aws-sdk": "^2.1467.0",
"axios": "^1.6.0", "axios": "^1.6.3",
"bcrypt": "^5.1.1", "bcrypt": "^5.1.1",
"chalk": "^4.1.2", "chalk": "^4.1.2",
"check-node-version": "^4.2.1", "check-node-version": "^4.2.1",
@ -1608,9 +1608,9 @@
} }
}, },
"node_modules/axios": { "node_modules/axios": {
"version": "1.6.2", "version": "1.6.3",
"resolved": "https://registry.npmjs.org/axios/-/axios-1.6.2.tgz", "resolved": "https://registry.npmjs.org/axios/-/axios-1.6.3.tgz",
"integrity": "sha512-7i24Ri4pmDRfJTR7LDBhsOTtcm+9kjX5WiY1X3wIisx6G9So3pfMkEiU7emUBe46oceVImccTEM3k6C5dbVW8A==", "integrity": "sha512-fWyNdeawGam70jXSVlKl+SUNVcL6j6W79CuSIPfi6HnDUmSCH6gyUys/HrqHeA/wU0Az41rRgean494d0Jb+ww==",
"dependencies": { "dependencies": {
"follow-redirects": "^1.15.0", "follow-redirects": "^1.15.0",
"form-data": "^4.0.0", "form-data": "^4.0.0",

@ -53,7 +53,7 @@
"any-shell-escape": "^0.1.1", "any-shell-escape": "^0.1.1",
"autoprefixer": "^10.4.16", "autoprefixer": "^10.4.16",
"aws-sdk": "^2.1467.0", "aws-sdk": "^2.1467.0",
"axios": "^1.6.0", "axios": "^1.6.3",
"bcrypt": "^5.1.1", "bcrypt": "^5.1.1",
"chalk": "^4.1.2", "chalk": "^4.1.2",
"check-node-version": "^4.2.1", "check-node-version": "^4.2.1",

Loading…
Cancel
Save