chore(): update package lock files

This commit is contained in:
ionitron
2023-07-19 16:29:26 +00:00
parent 8661e21674
commit 08cc3d93ae
6 changed files with 52 additions and 52 deletions

View File

@ -660,9 +660,9 @@
"dev": true
},
"node_modules/@ionic/core": {
"version": "7.1.4",
"resolved": "https://registry.npmjs.org/@ionic/core/-/core-7.1.4.tgz",
"integrity": "sha512-/h32Sc7Jd8csdMZ6BhddoTGC/X7cO0tIOeDuyC/ypMarXajScHc0pgVEBneAA7PVBEVxsoeMDP7yuqJt6Duaiw==",
"version": "7.2.0",
"resolved": "https://registry.npmjs.org/@ionic/core/-/core-7.2.0.tgz",
"integrity": "sha512-FV2EAppqKc8jSedEOLZe25eJeW+Pqds2fFjyrHzlKododA1rxoFmiszBQC+e5cvrL1AEFSl/y0VxU/LNpImSZA==",
"dependencies": {
"@stencil/core": "^3.4.0",
"ionicons": "7.1.0",
@ -871,11 +871,11 @@
}
},
"node_modules/@ionic/vue": {
"version": "7.1.4",
"resolved": "https://registry.npmjs.org/@ionic/vue/-/vue-7.1.4.tgz",
"integrity": "sha512-r7UDUteuzCHVNJWlwiiucYVKhRoS6b2SQ8AqBm1rZy/dGghDyGLbIn3jjowUQNIE4qnV1M6+Im6JtzbwctevqQ==",
"version": "7.2.0",
"resolved": "https://registry.npmjs.org/@ionic/vue/-/vue-7.2.0.tgz",
"integrity": "sha512-KcfQ00pwevAhaRh5izlKnOEt9y38896WB6Qp8q8wpLux/+Ax4o+XPWNkSt5NxtEPHesdop5qv/oFTENn2diKnw==",
"dependencies": {
"@ionic/core": "7.1.4",
"@ionic/core": "7.2.0",
"ionicons": "^7.0.0"
}
},
@ -7697,9 +7697,9 @@
"dev": true
},
"@ionic/core": {
"version": "7.1.4",
"resolved": "https://registry.npmjs.org/@ionic/core/-/core-7.1.4.tgz",
"integrity": "sha512-/h32Sc7Jd8csdMZ6BhddoTGC/X7cO0tIOeDuyC/ypMarXajScHc0pgVEBneAA7PVBEVxsoeMDP7yuqJt6Duaiw==",
"version": "7.2.0",
"resolved": "https://registry.npmjs.org/@ionic/core/-/core-7.2.0.tgz",
"integrity": "sha512-FV2EAppqKc8jSedEOLZe25eJeW+Pqds2fFjyrHzlKododA1rxoFmiszBQC+e5cvrL1AEFSl/y0VxU/LNpImSZA==",
"requires": {
"@stencil/core": "^3.4.0",
"ionicons": "7.1.0",
@ -7829,11 +7829,11 @@
"requires": {}
},
"@ionic/vue": {
"version": "7.1.4",
"resolved": "https://registry.npmjs.org/@ionic/vue/-/vue-7.1.4.tgz",
"integrity": "sha512-r7UDUteuzCHVNJWlwiiucYVKhRoS6b2SQ8AqBm1rZy/dGghDyGLbIn3jjowUQNIE4qnV1M6+Im6JtzbwctevqQ==",
"version": "7.2.0",
"resolved": "https://registry.npmjs.org/@ionic/vue/-/vue-7.2.0.tgz",
"integrity": "sha512-KcfQ00pwevAhaRh5izlKnOEt9y38896WB6Qp8q8wpLux/+Ax4o+XPWNkSt5NxtEPHesdop5qv/oFTENn2diKnw==",
"requires": {
"@ionic/core": "7.1.4",
"@ionic/core": "7.2.0",
"ionicons": "^7.0.0"
}
},