Compare commits

..

1 Commits

2 changed files with 9 additions and 9 deletions

14
package-lock.json generated
View File

@@ -280,11 +280,11 @@
"dev": true "dev": true
}, },
"axios": { "axios": {
"version": "0.16.1", "version": "0.21.3",
"resolved": "https://registry.npmjs.org/axios/-/axios-0.16.1.tgz", "resolved": "https://registry.npmjs.org/axios/-/axios-0.21.3.tgz",
"integrity": "sha512-dm8XNlNAD6yRqbxfzK3OBtNs/953XqC6sns+c2jtk8Q1u24ZYPVfQUwtAFJ/PBBSDmafcCg5C3DCJjReOFFRZQ==", "integrity": "sha512-JtoZ3Ndke/+Iwt5n+BgSli/3idTvpt5OjKyoCmz4LX5+lPiY5l7C1colYezhlxThjNa/NhngCUWZSZFypIFuaA==",
"requires": { "requires": {
"follow-redirects": "^1.2.3" "follow-redirects": "^1.14.0"
} }
}, },
"babel-code-frame": { "babel-code-frame": {
@@ -6594,9 +6594,9 @@
} }
}, },
"vue": { "vue": {
"version": "2.4.4", "version": "2.5.17",
"resolved": "https://registry.npmjs.org/vue/-/vue-2.4.4.tgz", "resolved": "https://registry.npmjs.org/vue/-/vue-2.5.17.tgz",
"integrity": "sha512-PCiRmc8ZT1DD5+BN8QUAmnkBefcCLfZVSuhc1u7iu5JoPrSHyyk/+4nehm7k2xVMi8+RFLk5WIHAN14UKF0txw==" "integrity": "sha512-mFbcWoDIJi0w0Za4emyLiW72Jae0yjANHbCVquMKijcavBGypqlF7zHRgMa5k4sesdv7hv2rB4JPdZfR+TPfhQ=="
}, },
"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.16.1", "axios": "^0.21.3",
"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.1.0", "vue": "^2.5.17",
"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",