Compare commits

..

1 Commits

Author SHA1 Message Date
snyk-bot
f551d2e720 fix: package.json & package-lock.json to reduce vulnerabilities
The following vulnerabilities are fixed with an upgrade:
- https://snyk.io/vuln/SNYK-JS-FOLLOWREDIRECTS-2332181
2022-01-12 16:22:44 +00:00
2 changed files with 12 additions and 12 deletions

20
package-lock.json generated
View File

@@ -280,11 +280,11 @@
"dev": true "dev": true
}, },
"axios": { "axios": {
"version": "0.21.3", "version": "0.16.1",
"resolved": "https://registry.npmjs.org/axios/-/axios-0.21.3.tgz", "resolved": "https://registry.npmjs.org/axios/-/axios-0.16.1.tgz",
"integrity": "sha512-JtoZ3Ndke/+Iwt5n+BgSli/3idTvpt5OjKyoCmz4LX5+lPiY5l7C1colYezhlxThjNa/NhngCUWZSZFypIFuaA==", "integrity": "sha1-wLbSZgCEI4S49QnlcRHw0t+CI8o=",
"requires": { "requires": {
"follow-redirects": "^1.14.0" "follow-redirects": "^1.2.3"
} }
}, },
"babel-code-frame": { "babel-code-frame": {
@@ -2143,9 +2143,9 @@
"dev": true "dev": true
}, },
"follow-redirects": { "follow-redirects": {
"version": "1.15.2", "version": "1.14.7",
"resolved": "https://registry.npmjs.org/follow-redirects/-/follow-redirects-1.15.2.tgz", "resolved": "https://registry.npmjs.org/follow-redirects/-/follow-redirects-1.14.7.tgz",
"integrity": "sha512-VQLG33o04KaQ8uYi2tVNbdrWp1QWxNNea+nmIB4EVM28v0hmP17z7aG1+wAkNzVq4KeXTq3221ye5qTJP91JwA==" "integrity": "sha512-+hbxoLbFMbRKDwohX8GkTataGqO6Jb7jGwpAlwgy2bIz25XtRm7KEzJM76R1WiNT5SwZkX4Y75SwBolkpmE7iQ=="
}, },
"for-in": { "for-in": {
"version": "1.0.2", "version": "1.0.2",
@@ -6594,9 +6594,9 @@
} }
}, },
"vue": { "vue": {
"version": "2.5.17", "version": "2.4.4",
"resolved": "https://registry.npmjs.org/vue/-/vue-2.5.17.tgz", "resolved": "https://registry.npmjs.org/vue/-/vue-2.4.4.tgz",
"integrity": "sha512-mFbcWoDIJi0w0Za4emyLiW72Jae0yjANHbCVquMKijcavBGypqlF7zHRgMa5k4sesdv7hv2rB4JPdZfR+TPfhQ==" "integrity": "sha512-PCiRmc8ZT1DD5+BN8QUAmnkBefcCLfZVSuhc1u7iu5JoPrSHyyk/+4nehm7k2xVMi8+RFLk5WIHAN14UKF0txw=="
}, },
"vue-axios": { "vue-axios": {
"version": "1.2.2", "version": "1.2.2",

View File

@@ -11,12 +11,12 @@
}, },
"dependencies": { "dependencies": {
"ag-grid-vue": "^17.0.0", "ag-grid-vue": "^17.0.0",
"axios": "^0.21.3", "axios": "^0.16.1",
"connect-history-api-fallback": "^1.3.0", "connect-history-api-fallback": "^1.3.0",
"debounce": "^1.0.0", "debounce": "^1.0.0",
"express": "^4.16.1", "express": "^4.16.1",
"numeral": "^2.0.4", "numeral": "^2.0.4",
"vue": "^2.5.17", "vue": "^2.1.0",
"vue-axios": "^1.2.2", "vue-axios": "^1.2.2",
"vue-data-tablee": "^0.12.1", "vue-data-tablee": "^0.12.1",
"vue-js-modal": "^1.3.16", "vue-js-modal": "^1.3.16",