chore(): update package lock files

This commit is contained in:
ionitron
2022-07-20 14:16:07 +00:00
parent e450fe2d72
commit 9a178c0043
8 changed files with 66 additions and 66 deletions

View File

@ -6,10 +6,10 @@
"packages": {
"": {
"name": "@ionic/vue-router",
"version": "6.1.14",
"version": "6.1.15",
"license": "MIT",
"dependencies": {
"@ionic/vue": "^6.1.14"
"@ionic/vue": "^6.1.15"
},
"devDependencies": {
"@types/jest": "^28.1.1",
@ -578,9 +578,9 @@
"dev": true
},
"node_modules/@ionic/core": {
"version": "6.1.14",
"resolved": "https://registry.npmjs.org/@ionic/core/-/core-6.1.14.tgz",
"integrity": "sha512-tmhumOD7VM7QV3boh8rwMNYOgqBskOtGJPSEaySEmCUy+Y0nXwb0gBqxZ/M6c0JcGwT17gIB2KiQDvZ4O/J8iA==",
"version": "6.1.15",
"resolved": "https://registry.npmjs.org/@ionic/core/-/core-6.1.15.tgz",
"integrity": "sha512-NvBlHR7O4kfp9KYz6oLsghFzGZImA7hM4qS4tFRUI62R+Q5iCJEY4OmXE5bif5K+SQkMhQY+x1l2Nq20waLzLg==",
"dependencies": {
"@stencil/core": "^2.16.0",
"ionicons": "^6.0.2",
@ -588,11 +588,11 @@
}
},
"node_modules/@ionic/vue": {
"version": "6.1.14",
"resolved": "https://registry.npmjs.org/@ionic/vue/-/vue-6.1.14.tgz",
"integrity": "sha512-DuLqKeLlYgCl8GVNtTxhT5NWYF5yqYVti/yAnwi//rwNNQjFLvUmqsS5K//FsrRX1nEUGqlnwLcbEvLNm/ZzUA==",
"version": "6.1.15",
"resolved": "https://registry.npmjs.org/@ionic/vue/-/vue-6.1.15.tgz",
"integrity": "sha512-rw4QuojW0MQc9qajMmaQ/nsTRrLkkpII27omJHB2ZobcdS9tsSdKMHnNQJGKnucwwyFU5gAuqOYkoxUcQROp0Q==",
"dependencies": {
"@ionic/core": "^6.1.14",
"@ionic/core": "^6.1.15",
"ionicons": "^6.0.2"
}
},
@ -5233,9 +5233,9 @@
"dev": true
},
"@ionic/core": {
"version": "6.1.14",
"resolved": "https://registry.npmjs.org/@ionic/core/-/core-6.1.14.tgz",
"integrity": "sha512-tmhumOD7VM7QV3boh8rwMNYOgqBskOtGJPSEaySEmCUy+Y0nXwb0gBqxZ/M6c0JcGwT17gIB2KiQDvZ4O/J8iA==",
"version": "6.1.15",
"resolved": "https://registry.npmjs.org/@ionic/core/-/core-6.1.15.tgz",
"integrity": "sha512-NvBlHR7O4kfp9KYz6oLsghFzGZImA7hM4qS4tFRUI62R+Q5iCJEY4OmXE5bif5K+SQkMhQY+x1l2Nq20waLzLg==",
"requires": {
"@stencil/core": "^2.16.0",
"ionicons": "^6.0.2",
@ -5243,11 +5243,11 @@
}
},
"@ionic/vue": {
"version": "6.1.14",
"resolved": "https://registry.npmjs.org/@ionic/vue/-/vue-6.1.14.tgz",
"integrity": "sha512-DuLqKeLlYgCl8GVNtTxhT5NWYF5yqYVti/yAnwi//rwNNQjFLvUmqsS5K//FsrRX1nEUGqlnwLcbEvLNm/ZzUA==",
"version": "6.1.15",
"resolved": "https://registry.npmjs.org/@ionic/vue/-/vue-6.1.15.tgz",
"integrity": "sha512-rw4QuojW0MQc9qajMmaQ/nsTRrLkkpII27omJHB2ZobcdS9tsSdKMHnNQJGKnucwwyFU5gAuqOYkoxUcQROp0Q==",
"requires": {
"@ionic/core": "^6.1.14",
"@ionic/core": "^6.1.15",
"ionicons": "^6.0.2"
}
},