update reqs

This commit is contained in:
wh1te909
2021-09-05 01:40:25 +00:00
parent f2778d1ae1
commit 8ed96245c9
2 changed files with 18 additions and 18 deletions

32
package-lock.json generated
View File

@@ -8,9 +8,9 @@
"name": "web",
"version": "0.1.8",
"dependencies": {
"@quasar/extras": "^1.10.11",
"@quasar/extras": "^1.10.12",
"apexcharts": "^3.27.1",
"axios": "^0.21.1",
"axios": "^0.21.3",
"dotenv": "^8.6.0",
"prismjs": "^1.23.0",
"qrcode.vue": "^3.2.2",
@@ -2148,9 +2148,9 @@
}
},
"node_modules/@quasar/extras": {
"version": "1.10.11",
"resolved": "https://registry.npmjs.org/@quasar/extras/-/extras-1.10.11.tgz",
"integrity": "sha512-/zJiT8iExl0j2k1zA21Eho8SPMtG5ehcYayszunrq/z7zDp728oWSteI9AfQFnF8/+M06f5HUzy+Vssf6IKH/g==",
"version": "1.10.12",
"resolved": "https://registry.npmjs.org/@quasar/extras/-/extras-1.10.12.tgz",
"integrity": "sha512-CVSxLw/Z6kaEYrooJX7mpby6YDm0eSa8D9/1+KEfiTYfLrPE4wTRuNGKN5liuLtVhFMdGrEkj6T6DInKpQWW9A==",
"funding": {
"type": "github",
"url": "https://donate.quasar.dev"
@@ -3209,11 +3209,11 @@
}
},
"node_modules/axios": {
"version": "0.21.1",
"resolved": "https://registry.npmjs.org/axios/-/axios-0.21.1.tgz",
"integrity": "sha512-dKQiRHxGD9PPRIUNIWvZhPTPpl1rf/OxTYKsqKUDjBwYylTvV7SjSHJb9ratfyzM6wCdLCOYLzs73qpg5c4iGA==",
"version": "0.21.3",
"resolved": "https://registry.npmjs.org/axios/-/axios-0.21.3.tgz",
"integrity": "sha512-JtoZ3Ndke/+Iwt5n+BgSli/3idTvpt5OjKyoCmz4LX5+lPiY5l7C1colYezhlxThjNa/NhngCUWZSZFypIFuaA==",
"dependencies": {
"follow-redirects": "^1.10.0"
"follow-redirects": "^1.14.0"
}
},
"node_modules/babel-loader": {
@@ -14926,9 +14926,9 @@
}
},
"@quasar/extras": {
"version": "1.10.11",
"resolved": "https://registry.npmjs.org/@quasar/extras/-/extras-1.10.11.tgz",
"integrity": "sha512-/zJiT8iExl0j2k1zA21Eho8SPMtG5ehcYayszunrq/z7zDp728oWSteI9AfQFnF8/+M06f5HUzy+Vssf6IKH/g=="
"version": "1.10.12",
"resolved": "https://registry.npmjs.org/@quasar/extras/-/extras-1.10.12.tgz",
"integrity": "sha512-CVSxLw/Z6kaEYrooJX7mpby6YDm0eSa8D9/1+KEfiTYfLrPE4wTRuNGKN5liuLtVhFMdGrEkj6T6DInKpQWW9A=="
},
"@quasar/fastclick": {
"version": "1.1.4",
@@ -15858,11 +15858,11 @@
}
},
"axios": {
"version": "0.21.1",
"resolved": "https://registry.npmjs.org/axios/-/axios-0.21.1.tgz",
"integrity": "sha512-dKQiRHxGD9PPRIUNIWvZhPTPpl1rf/OxTYKsqKUDjBwYylTvV7SjSHJb9ratfyzM6wCdLCOYLzs73qpg5c4iGA==",
"version": "0.21.3",
"resolved": "https://registry.npmjs.org/axios/-/axios-0.21.3.tgz",
"integrity": "sha512-JtoZ3Ndke/+Iwt5n+BgSli/3idTvpt5OjKyoCmz4LX5+lPiY5l7C1colYezhlxThjNa/NhngCUWZSZFypIFuaA==",
"requires": {
"follow-redirects": "^1.10.0"
"follow-redirects": "^1.14.0"
}
},
"babel-loader": {

View File

@@ -10,9 +10,9 @@
"test:e2e:ci": "cross-env E2E_TEST=true start-test \"quasar dev\" http-get://localhost:8080 \"cypress run\""
},
"dependencies": {
"@quasar/extras": "^1.10.11",
"@quasar/extras": "^1.10.12",
"apexcharts": "^3.27.1",
"axios": "^0.21.1",
"axios": "^0.21.3",
"dotenv": "^8.6.0",
"prismjs": "^1.23.0",
"qrcode.vue": "^3.2.2",