mirror of
https://github.com/KevinMidboe/seasonedRequest.git
synced 2026-01-23 01:36:00 +00:00
fix: package.json & package-lock.json to reduce vulnerabilities
The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-AXIOS-1038255 - https://snyk.io/vuln/SNYK-JS-AXIOS-1579269 - https://snyk.io/vuln/SNYK-JS-AXIOS-174505 - https://snyk.io/vuln/SNYK-JS-FOLLOWREDIRECTS-2332181 - https://snyk.io/vuln/SNYK-JS-FOLLOWREDIRECTS-2396346 - https://snyk.io/vuln/npm:vue:20180222 - https://snyk.io/vuln/npm:vue:20180802
This commit is contained in:
@@ -11,12 +11,12 @@
|
||||
},
|
||||
"dependencies": {
|
||||
"ag-grid-vue": "^17.0.0",
|
||||
"axios": "^0.15.3",
|
||||
"axios": "^0.21.3",
|
||||
"connect-history-api-fallback": "^1.3.0",
|
||||
"debounce": "^1.0.0",
|
||||
"express": "^4.16.1",
|
||||
"numeral": "^2.0.4",
|
||||
"vue": "^2.1.0",
|
||||
"vue": "^2.5.17",
|
||||
"vue-axios": "^1.2.2",
|
||||
"vue-data-tablee": "^0.12.1",
|
||||
"vue-js-modal": "^1.3.16",
|
||||
|
||||
Reference in New Issue
Block a user