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

The following vulnerabilities are fixed with an upgrade:
- https://snyk.io/vuln/SNYK-JS-AXIOS-1579269
pull/1300/head
snyk-bot 3 years ago
parent 6eef246b6a
commit b60251e7b8
No known key found for this signature in database
GPG Key ID: 09541BBFF0C4C795

20
package-lock.json generated

@ -1,5 +1,5 @@
{ {
"name": "phpvms", "name": "npm-proj-1630891903110-0.06417380357287183uaTTYD",
"lockfileVersion": 2, "lockfileVersion": 2,
"requires": true, "requires": true,
"packages": { "packages": {
@ -8,7 +8,7 @@
"@turf/center": "^6.0.1", "@turf/center": "^6.0.1",
"acorn": "^7.4.1", "acorn": "^7.4.1",
"animate.css": "~3.6", "animate.css": "~3.6",
"axios": "^0.21.1", "axios": "^0.21.3",
"bootstrap": "~4.3", "bootstrap": "~4.3",
"bootstrap-sass": "^3.4.1", "bootstrap-sass": "^3.4.1",
"bootstrap3": "npm:bootstrap@~3.4", "bootstrap3": "npm:bootstrap@~3.4",
@ -2366,11 +2366,11 @@
} }
}, },
"node_modules/axios": { "node_modules/axios": {
"version": "0.21.1", "version": "0.21.3",
"resolved": "https://registry.npmjs.org/axios/-/axios-0.21.1.tgz", "resolved": "https://registry.npmjs.org/axios/-/axios-0.21.3.tgz",
"integrity": "sha512-dKQiRHxGD9PPRIUNIWvZhPTPpl1rf/OxTYKsqKUDjBwYylTvV7SjSHJb9ratfyzM6wCdLCOYLzs73qpg5c4iGA==", "integrity": "sha512-JtoZ3Ndke/+Iwt5n+BgSli/3idTvpt5OjKyoCmz4LX5+lPiY5l7C1colYezhlxThjNa/NhngCUWZSZFypIFuaA==",
"dependencies": { "dependencies": {
"follow-redirects": "^1.10.0" "follow-redirects": "^1.14.0"
} }
}, },
"node_modules/axobject-query": { "node_modules/axobject-query": {
@ -15927,11 +15927,11 @@
"dev": true "dev": true
}, },
"axios": { "axios": {
"version": "0.21.1", "version": "0.21.3",
"resolved": "https://registry.npmjs.org/axios/-/axios-0.21.1.tgz", "resolved": "https://registry.npmjs.org/axios/-/axios-0.21.3.tgz",
"integrity": "sha512-dKQiRHxGD9PPRIUNIWvZhPTPpl1rf/OxTYKsqKUDjBwYylTvV7SjSHJb9ratfyzM6wCdLCOYLzs73qpg5c4iGA==", "integrity": "sha512-JtoZ3Ndke/+Iwt5n+BgSli/3idTvpt5OjKyoCmz4LX5+lPiY5l7C1colYezhlxThjNa/NhngCUWZSZFypIFuaA==",
"requires": { "requires": {
"follow-redirects": "^1.10.0" "follow-redirects": "^1.14.0"
} }
}, },
"axobject-query": { "axobject-query": {

@ -13,7 +13,7 @@
"@turf/center": "^6.0.1", "@turf/center": "^6.0.1",
"acorn": "^7.4.1", "acorn": "^7.4.1",
"animate.css": "~3.6", "animate.css": "~3.6",
"axios": "^0.21.1", "axios": "^0.21.3",
"bootstrap": "~4.3", "bootstrap": "~4.3",
"bootstrap-sass": "^3.4.1", "bootstrap-sass": "^3.4.1",
"bootstrap3": "npm:bootstrap@~3.4", "bootstrap3": "npm:bootstrap@~3.4",

Loading…
Cancel
Save