chore(): update package lock files

This commit is contained in:
ionitron
2023-08-09 16:28:15 +00:00
parent 0cb37430d3
commit 3a263d14c3
6 changed files with 52 additions and 52 deletions

View File

@ -660,9 +660,9 @@
"dev": true
},
"node_modules/@ionic/core": {
"version": "7.2.2",
"resolved": "https://registry.npmjs.org/@ionic/core/-/core-7.2.2.tgz",
"integrity": "sha512-KD+dZrrIpKs1BlE3Ffp05yrejSvurUhr0OWP2P/NRax5Dld8wSZj+ETOMkV8uiIPbOTOUbLaAQ7m5ZXduMCYhQ==",
"version": "7.2.3",
"resolved": "https://registry.npmjs.org/@ionic/core/-/core-7.2.3.tgz",
"integrity": "sha512-9ms4JTozhoFzOlgVRozuRcXiyW5YDNlPqJYZx6xVPYPfcRUTIANQ9PZbU/Xqb9RA1xucTSgbKy91nt/hzJIalg==",
"dependencies": {
"@stencil/core": "^3.4.0",
"ionicons": "7.1.0",
@ -871,11 +871,11 @@
}
},
"node_modules/@ionic/vue": {
"version": "7.2.2",
"resolved": "https://registry.npmjs.org/@ionic/vue/-/vue-7.2.2.tgz",
"integrity": "sha512-yRdwSg3GZokcIoBZ/ZxPl/ZDLyZsj6cisEg4XqtBAcX3d93rJtzxP4Hq+Ql7CN4hOhcpn1MX8BFLrCK/nSj94g==",
"version": "7.2.3",
"resolved": "https://registry.npmjs.org/@ionic/vue/-/vue-7.2.3.tgz",
"integrity": "sha512-LZBIoPOG/XeJS90pwR2Z7qIwsgyOQ8/nFMywj+SimRmgVaTO7h+ow4aAmbVEWH+DiOdlvtCsoZzJZGv+wy3EkA==",
"dependencies": {
"@ionic/core": "7.2.2",
"@ionic/core": "7.2.3",
"ionicons": "^7.0.0"
}
},
@ -7697,9 +7697,9 @@
"dev": true
},
"@ionic/core": {
"version": "7.2.2",
"resolved": "https://registry.npmjs.org/@ionic/core/-/core-7.2.2.tgz",
"integrity": "sha512-KD+dZrrIpKs1BlE3Ffp05yrejSvurUhr0OWP2P/NRax5Dld8wSZj+ETOMkV8uiIPbOTOUbLaAQ7m5ZXduMCYhQ==",
"version": "7.2.3",
"resolved": "https://registry.npmjs.org/@ionic/core/-/core-7.2.3.tgz",
"integrity": "sha512-9ms4JTozhoFzOlgVRozuRcXiyW5YDNlPqJYZx6xVPYPfcRUTIANQ9PZbU/Xqb9RA1xucTSgbKy91nt/hzJIalg==",
"requires": {
"@stencil/core": "^3.4.0",
"ionicons": "7.1.0",
@ -7829,11 +7829,11 @@
"requires": {}
},
"@ionic/vue": {
"version": "7.2.2",
"resolved": "https://registry.npmjs.org/@ionic/vue/-/vue-7.2.2.tgz",
"integrity": "sha512-yRdwSg3GZokcIoBZ/ZxPl/ZDLyZsj6cisEg4XqtBAcX3d93rJtzxP4Hq+Ql7CN4hOhcpn1MX8BFLrCK/nSj94g==",
"version": "7.2.3",
"resolved": "https://registry.npmjs.org/@ionic/vue/-/vue-7.2.3.tgz",
"integrity": "sha512-LZBIoPOG/XeJS90pwR2Z7qIwsgyOQ8/nFMywj+SimRmgVaTO7h+ow4aAmbVEWH+DiOdlvtCsoZzJZGv+wy3EkA==",
"requires": {
"@ionic/core": "7.2.2",
"@ionic/core": "7.2.3",
"ionicons": "^7.0.0"
}
},