chore(): update package lock files

This commit is contained in:
ionitron
2023-03-01 14:44:43 +00:00
parent 4d1e5f81ba
commit ceaba5a6bc
7 changed files with 57 additions and 60 deletions

View File

@ -660,9 +660,9 @@
"dev": true
},
"node_modules/@ionic/core": {
"version": "6.5.7",
"resolved": "https://registry.npmjs.org/@ionic/core/-/core-6.5.7.tgz",
"integrity": "sha512-nEgB47Mwj5/LyKeN+r8vcSxoG66aWrODbS63Bp6BT5pb9QzMm2p9ZYe3160YwYxtj5Ax2jhDvkqpykkJWZT+KA==",
"version": "6.6.0",
"resolved": "https://registry.npmjs.org/@ionic/core/-/core-6.6.0.tgz",
"integrity": "sha512-1X0b2/ziKhCwSO665tSpG32FOuMyjhyGDLFTJUKoDfQB0j/gIBv1d2okUzAk6GKHdnAPUZQHZFhUHcSIclW9cg==",
"dependencies": {
"@stencil/core": "^2.18.0",
"ionicons": "^6.1.3",
@ -851,11 +851,11 @@
}
},
"node_modules/@ionic/vue": {
"version": "6.5.7",
"resolved": "https://registry.npmjs.org/@ionic/vue/-/vue-6.5.7.tgz",
"integrity": "sha512-njds6SfJrudo/yC684WVdxXj8qlaXMF5ktRJX/6cXX3pUtyJ7MwPrb4k94bfcSzu1nSgK4NdiyFXlo1G980WqQ==",
"version": "6.6.0",
"resolved": "https://registry.npmjs.org/@ionic/vue/-/vue-6.6.0.tgz",
"integrity": "sha512-rn+yW+zpxZox8F7MuoTgOoTq1rn54Cn7PIQJpwlm7FlDa0fYIwE3x3OaaWHxcKfpl5CBaKfNVvGuc3XPNV5Z0Q==",
"dependencies": {
"@ionic/core": "6.5.7",
"@ionic/core": "6.6.0",
"ionicons": "^6.1.3"
}
},
@ -7665,9 +7665,9 @@
"dev": true
},
"@ionic/core": {
"version": "6.5.7",
"resolved": "https://registry.npmjs.org/@ionic/core/-/core-6.5.7.tgz",
"integrity": "sha512-nEgB47Mwj5/LyKeN+r8vcSxoG66aWrODbS63Bp6BT5pb9QzMm2p9ZYe3160YwYxtj5Ax2jhDvkqpykkJWZT+KA==",
"version": "6.6.0",
"resolved": "https://registry.npmjs.org/@ionic/core/-/core-6.6.0.tgz",
"integrity": "sha512-1X0b2/ziKhCwSO665tSpG32FOuMyjhyGDLFTJUKoDfQB0j/gIBv1d2okUzAk6GKHdnAPUZQHZFhUHcSIclW9cg==",
"requires": {
"@stencil/core": "^2.18.0",
"ionicons": "^6.1.3",
@ -7780,11 +7780,11 @@
"requires": {}
},
"@ionic/vue": {
"version": "6.5.7",
"resolved": "https://registry.npmjs.org/@ionic/vue/-/vue-6.5.7.tgz",
"integrity": "sha512-njds6SfJrudo/yC684WVdxXj8qlaXMF5ktRJX/6cXX3pUtyJ7MwPrb4k94bfcSzu1nSgK4NdiyFXlo1G980WqQ==",
"version": "6.6.0",
"resolved": "https://registry.npmjs.org/@ionic/vue/-/vue-6.6.0.tgz",
"integrity": "sha512-rn+yW+zpxZox8F7MuoTgOoTq1rn54Cn7PIQJpwlm7FlDa0fYIwE3x3OaaWHxcKfpl5CBaKfNVvGuc3XPNV5Z0Q==",
"requires": {
"@ionic/core": "6.5.7",
"@ionic/core": "6.6.0",
"ionicons": "^6.1.3"
}
},