chore(): update package lock files

This commit is contained in:
ionitron
2023-08-16 14:23:51 +00:00
parent 16f7ec2284
commit 6877d659d3
6 changed files with 112 additions and 112 deletions

View File

@ -1060,25 +1060,25 @@
"dev": true
},
"node_modules/@ionic/core": {
"version": "7.2.4",
"resolved": "https://registry.npmjs.org/@ionic/core/-/core-7.2.4.tgz",
"integrity": "sha512-FM7r1+drjC6Kf4RVkUjwA7mn8wM4QF1W+YjzjYExUNd3O5XGBYxW7OrNXGX3asnhHVDN9QRs6QLKa59SjMQHPw==",
"version": "7.3.0",
"resolved": "https://registry.npmjs.org/@ionic/core/-/core-7.3.0.tgz",
"integrity": "sha512-DPHG0U44O4WcknXa+x3JR/G/5ySxqCS5S8w65PZUQBYA657L4zkaGOvZpObP1MtiBLj9kG7c6Ae6xgJjrU7tyQ==",
"dependencies": {
"@stencil/core": "^3.4.0",
"@stencil/core": "^4.0.3",
"ionicons": "7.1.0",
"tslib": "^2.1.0"
}
},
"node_modules/@ionic/core/node_modules/@stencil/core": {
"version": "3.4.1",
"resolved": "https://registry.npmjs.org/@stencil/core/-/core-3.4.1.tgz",
"integrity": "sha512-7rjOmM0W9K5op2gtOQRLERGH1155rv2fm6ppxOzYqqG8ISct4m9skp5XgUBYPu+GSPsJFdRuCIQs0IuVsG/7+g==",
"version": "4.0.5",
"resolved": "https://registry.npmjs.org/@stencil/core/-/core-4.0.5.tgz",
"integrity": "sha512-0nZRvvhjjOKsQFGX0pKiDtOS/5IiL7HRxtLqpIxHAxXKLs9ZcomTsdOwl12m/qjx2AtQReOfP8+x8jLOBNMOIQ==",
"bin": {
"stencil": "bin/stencil"
},
"engines": {
"node": ">=14.10.0",
"npm": ">=6.0.0"
"node": ">=16.0.0",
"npm": ">=7.10.0"
}
},
"node_modules/@ionic/eslint-config": {
@ -7342,19 +7342,19 @@
"dev": true
},
"@ionic/core": {
"version": "7.2.4",
"resolved": "https://registry.npmjs.org/@ionic/core/-/core-7.2.4.tgz",
"integrity": "sha512-FM7r1+drjC6Kf4RVkUjwA7mn8wM4QF1W+YjzjYExUNd3O5XGBYxW7OrNXGX3asnhHVDN9QRs6QLKa59SjMQHPw==",
"version": "7.3.0",
"resolved": "https://registry.npmjs.org/@ionic/core/-/core-7.3.0.tgz",
"integrity": "sha512-DPHG0U44O4WcknXa+x3JR/G/5ySxqCS5S8w65PZUQBYA657L4zkaGOvZpObP1MtiBLj9kG7c6Ae6xgJjrU7tyQ==",
"requires": {
"@stencil/core": "^3.4.0",
"@stencil/core": "^4.0.3",
"ionicons": "7.1.0",
"tslib": "^2.1.0"
},
"dependencies": {
"@stencil/core": {
"version": "3.4.1",
"resolved": "https://registry.npmjs.org/@stencil/core/-/core-3.4.1.tgz",
"integrity": "sha512-7rjOmM0W9K5op2gtOQRLERGH1155rv2fm6ppxOzYqqG8ISct4m9skp5XgUBYPu+GSPsJFdRuCIQs0IuVsG/7+g=="
"version": "4.0.5",
"resolved": "https://registry.npmjs.org/@stencil/core/-/core-4.0.5.tgz",
"integrity": "sha512-0nZRvvhjjOKsQFGX0pKiDtOS/5IiL7HRxtLqpIxHAxXKLs9ZcomTsdOwl12m/qjx2AtQReOfP8+x8jLOBNMOIQ=="
}
}
},