chore(): update package lock files

This commit is contained in:
ionitron
2023-03-01 21:41:42 +00:00
parent 4227f9e0b0
commit b628d09494
7 changed files with 57 additions and 60 deletions

View File

@ -660,9 +660,9 @@
"dev": true
},
"node_modules/@ionic/core": {
"version": "7.0.0-dev.11677689829.1cd3cd8d",
"resolved": "https://registry.npmjs.org/@ionic/core/-/core-7.0.0-dev.11677689829.1cd3cd8d.tgz",
"integrity": "sha512-LBtbQ7eZJ3ijQAbRdlIZPu0rvy4+vUpvqyuXatByHSKKC5Q2yUVYgC50dfRgIvN3XolsZ+WYy1uLslAv8DLBAg==",
"version": "7.0.0-rc.0",
"resolved": "https://registry.npmjs.org/@ionic/core/-/core-7.0.0-rc.0.tgz",
"integrity": "sha512-WXPq8qNej2jh6sGNc9JXaieyq6x6UCrxaI5iVs6eXqLGn4P0gSWfCyej3RxNw3s9x7qU4s/I6rWuUobxeVOk7A==",
"dependencies": {
"@stencil/core": "^3.1.0",
"ionicons": "^6.1.1",
@ -851,11 +851,11 @@
}
},
"node_modules/@ionic/vue": {
"version": "7.0.0-dev.11677689829.1cd3cd8d",
"resolved": "https://registry.npmjs.org/@ionic/vue/-/vue-7.0.0-dev.11677689829.1cd3cd8d.tgz",
"integrity": "sha512-xfpVCOBrw6LPiIL/dKLpVzatCpQyL2uGXULTcQIsUVVqunvLTKlXhZNResBhZgYcc/ExEpfei73RgERMONewNg==",
"version": "7.0.0-rc.0",
"resolved": "https://registry.npmjs.org/@ionic/vue/-/vue-7.0.0-rc.0.tgz",
"integrity": "sha512-TjfsI6NL3NRpgDN8xHNwRADzY/W/ApuypoFlE5vHcRWKypStUS4db4tMfrBFfowLeSqXQoivkDfRzFBqQ06fUg==",
"dependencies": {
"@ionic/core": "7.0.0-dev.11677689829.1cd3cd8d",
"@ionic/core": "7.0.0-rc.0",
"ionicons": "^6.1.3"
}
},
@ -7677,9 +7677,9 @@
"dev": true
},
"@ionic/core": {
"version": "7.0.0-dev.11677689829.1cd3cd8d",
"resolved": "https://registry.npmjs.org/@ionic/core/-/core-7.0.0-dev.11677689829.1cd3cd8d.tgz",
"integrity": "sha512-LBtbQ7eZJ3ijQAbRdlIZPu0rvy4+vUpvqyuXatByHSKKC5Q2yUVYgC50dfRgIvN3XolsZ+WYy1uLslAv8DLBAg==",
"version": "7.0.0-rc.0",
"resolved": "https://registry.npmjs.org/@ionic/core/-/core-7.0.0-rc.0.tgz",
"integrity": "sha512-WXPq8qNej2jh6sGNc9JXaieyq6x6UCrxaI5iVs6eXqLGn4P0gSWfCyej3RxNw3s9x7qU4s/I6rWuUobxeVOk7A==",
"requires": {
"@stencil/core": "^3.1.0",
"ionicons": "^6.1.1",
@ -7792,11 +7792,11 @@
"requires": {}
},
"@ionic/vue": {
"version": "7.0.0-dev.11677689829.1cd3cd8d",
"resolved": "https://registry.npmjs.org/@ionic/vue/-/vue-7.0.0-dev.11677689829.1cd3cd8d.tgz",
"integrity": "sha512-xfpVCOBrw6LPiIL/dKLpVzatCpQyL2uGXULTcQIsUVVqunvLTKlXhZNResBhZgYcc/ExEpfei73RgERMONewNg==",
"version": "7.0.0-rc.0",
"resolved": "https://registry.npmjs.org/@ionic/vue/-/vue-7.0.0-rc.0.tgz",
"integrity": "sha512-TjfsI6NL3NRpgDN8xHNwRADzY/W/ApuypoFlE5vHcRWKypStUS4db4tMfrBFfowLeSqXQoivkDfRzFBqQ06fUg==",
"requires": {
"@ionic/core": "7.0.0-dev.11677689829.1cd3cd8d",
"@ionic/core": "7.0.0-rc.0",
"ionicons": "^6.1.3"
}
},