chore(): update package lock files

This commit is contained in:
ionitron
2023-10-11 14:21:37 +00:00
parent 053b7d59d3
commit 59f23dcc2c
6 changed files with 136 additions and 321 deletions

View File

@ -207,12 +207,12 @@
"dev": true
},
"node_modules/@ionic/core": {
"version": "7.4.4",
"resolved": "https://registry.npmjs.org/@ionic/core/-/core-7.4.4.tgz",
"integrity": "sha512-8iXAZoop9tmIgYKG8OB00d8C/IVYJdOQhoEBlY1UVm/8+pCZjimMEx5myZfUu9eiv9v9idk+U9LOurofzhdciw==",
"version": "7.5.0",
"resolved": "https://registry.npmjs.org/@ionic/core/-/core-7.5.0.tgz",
"integrity": "sha512-oreRvbKj8VqqO9JraxR/n56GC6MHQtnJEmZf/EFuw5ZvDV8My91uNIzLkb4P9SvPL5NRr/Z0TFem28cgRf5YVA==",
"dependencies": {
"@stencil/core": "^4.4.1",
"ionicons": "7.1.0",
"ionicons": "^7.2.1",
"tslib": "^2.1.0"
}
},
@ -2219,23 +2219,11 @@
}
},
"node_modules/ionicons": {
"version": "7.1.0",
"resolved": "https://registry.npmjs.org/ionicons/-/ionicons-7.1.0.tgz",
"integrity": "sha512-iE4GuEdEHARJpp0sWL7WJZCzNCf5VxpNRhAjW0fLnZPnNL5qZOJUcfup2Z2Ty7Jk8Q5hacrHfGEB1lCwOdXqGg==",
"version": "7.2.1",
"resolved": "https://registry.npmjs.org/ionicons/-/ionicons-7.2.1.tgz",
"integrity": "sha512-2pvCM7DGVEtbbj48PJzQrCADCQrqjU1nUYX9l9PyEWz3ZfdnLdAouqwPxLdl8tbaF9cE7OZRSlyQD7oLOLnGoQ==",
"dependencies": {
"@stencil/core": "^2.18.0"
}
},
"node_modules/ionicons/node_modules/@stencil/core": {
"version": "2.19.2",
"resolved": "https://registry.npmjs.org/@stencil/core/-/core-2.19.2.tgz",
"integrity": "sha512-TK3sHqyQAACwcac4fWntypFtN9c/y+y9ioZojeCnNDY3dxF33Ax70lL9ZLDyQnWWR+aTh1WFoqB5sYOnZIUKMA==",
"bin": {
"stencil": "bin/stencil"
},
"engines": {
"node": ">=12.10.0",
"npm": ">=6.0.0"
"@stencil/core": "^4.0.3"
}
},
"node_modules/is-array-buffer": {
@ -3746,12 +3734,12 @@
"dev": true
},
"@ionic/core": {
"version": "7.4.4",
"resolved": "https://registry.npmjs.org/@ionic/core/-/core-7.4.4.tgz",
"integrity": "sha512-8iXAZoop9tmIgYKG8OB00d8C/IVYJdOQhoEBlY1UVm/8+pCZjimMEx5myZfUu9eiv9v9idk+U9LOurofzhdciw==",
"version": "7.5.0",
"resolved": "https://registry.npmjs.org/@ionic/core/-/core-7.5.0.tgz",
"integrity": "sha512-oreRvbKj8VqqO9JraxR/n56GC6MHQtnJEmZf/EFuw5ZvDV8My91uNIzLkb4P9SvPL5NRr/Z0TFem28cgRf5YVA==",
"requires": {
"@stencil/core": "^4.4.1",
"ionicons": "7.1.0",
"ionicons": "^7.2.1",
"tslib": "^2.1.0"
},
"dependencies": {
@ -5221,18 +5209,11 @@
}
},
"ionicons": {
"version": "7.1.0",
"resolved": "https://registry.npmjs.org/ionicons/-/ionicons-7.1.0.tgz",
"integrity": "sha512-iE4GuEdEHARJpp0sWL7WJZCzNCf5VxpNRhAjW0fLnZPnNL5qZOJUcfup2Z2Ty7Jk8Q5hacrHfGEB1lCwOdXqGg==",
"version": "7.2.1",
"resolved": "https://registry.npmjs.org/ionicons/-/ionicons-7.2.1.tgz",
"integrity": "sha512-2pvCM7DGVEtbbj48PJzQrCADCQrqjU1nUYX9l9PyEWz3ZfdnLdAouqwPxLdl8tbaF9cE7OZRSlyQD7oLOLnGoQ==",
"requires": {
"@stencil/core": "^2.18.0"
},
"dependencies": {
"@stencil/core": {
"version": "2.19.2",
"resolved": "https://registry.npmjs.org/@stencil/core/-/core-2.19.2.tgz",
"integrity": "sha512-TK3sHqyQAACwcac4fWntypFtN9c/y+y9ioZojeCnNDY3dxF33Ax70lL9ZLDyQnWWR+aTh1WFoqB5sYOnZIUKMA=="
}
"@stencil/core": "^4.0.3"
}
},
"is-array-buffer": {