chore(): update package lock files

This commit is contained in:
ionitron
2025-07-30 20:15:16 +00:00
parent 759147fab6
commit ffcf5d0268
8 changed files with 732 additions and 78 deletions

View File

@@ -1031,16 +1031,39 @@
"dev": true
},
"node_modules/@ionic/core": {
"version": "8.6.6",
"resolved": "https://registry.npmjs.org/@ionic/core/-/core-8.6.6.tgz",
"integrity": "sha512-9H7QEFA5NLUgw7ebGRSePR5q5ZcAYJaEdz2+mb2fYNMXauOLeUTngvWWCoVK/qcLgvWTlBnJ1lclYltBWliUCg==",
"version": "8.6.7",
"resolved": "https://registry.npmjs.org/@ionic/core/-/core-8.6.7.tgz",
"integrity": "sha512-/bIDZDGXbMYG/d4O97lU3LTucVRkKoy9sZdmwYySweKYlxEDCN0cRYeofCOWgVKsjqZz3YqjbHnuvOWLBpetCg==",
"license": "MIT",
"dependencies": {
"@stencil/core": "4.36.2",
"@stencil/core": "4.33.1",
"ionicons": "^7.2.2",
"tslib": "^2.1.0"
}
},
"node_modules/@ionic/core/node_modules/@stencil/core": {
"version": "4.33.1",
"resolved": "https://registry.npmjs.org/@stencil/core/-/core-4.33.1.tgz",
"integrity": "sha512-12k9xhAJBkpg598it+NRmaYIdEe6TSnsL/v6/KRXDcUyTK11VYwZQej2eHnMWtqot+znJ+GNTqb5YbiXi+5Low==",
"license": "MIT",
"bin": {
"stencil": "bin/stencil"
},
"engines": {
"node": ">=16.0.0",
"npm": ">=7.10.0"
},
"optionalDependencies": {
"@rollup/rollup-darwin-arm64": "4.34.9",
"@rollup/rollup-darwin-x64": "4.34.9",
"@rollup/rollup-linux-arm64-gnu": "4.34.9",
"@rollup/rollup-linux-arm64-musl": "4.34.9",
"@rollup/rollup-linux-x64-gnu": "4.34.9",
"@rollup/rollup-linux-x64-musl": "4.34.9",
"@rollup/rollup-win32-arm64-msvc": "4.34.9",
"@rollup/rollup-win32-x64-msvc": "4.34.9"
}
},
"node_modules/@ionic/eslint-config": {
"version": "0.4.0",
"resolved": "https://registry.npmjs.org/@ionic/eslint-config/-/eslint-config-0.4.0.tgz",
@@ -7305,13 +7328,30 @@
"dev": true
},
"@ionic/core": {
"version": "8.6.6",
"resolved": "https://registry.npmjs.org/@ionic/core/-/core-8.6.6.tgz",
"integrity": "sha512-9H7QEFA5NLUgw7ebGRSePR5q5ZcAYJaEdz2+mb2fYNMXauOLeUTngvWWCoVK/qcLgvWTlBnJ1lclYltBWliUCg==",
"version": "8.6.7",
"resolved": "https://registry.npmjs.org/@ionic/core/-/core-8.6.7.tgz",
"integrity": "sha512-/bIDZDGXbMYG/d4O97lU3LTucVRkKoy9sZdmwYySweKYlxEDCN0cRYeofCOWgVKsjqZz3YqjbHnuvOWLBpetCg==",
"requires": {
"@stencil/core": "4.36.2",
"@stencil/core": "4.33.1",
"ionicons": "^7.2.2",
"tslib": "^2.1.0"
},
"dependencies": {
"@stencil/core": {
"version": "4.33.1",
"resolved": "https://registry.npmjs.org/@stencil/core/-/core-4.33.1.tgz",
"integrity": "sha512-12k9xhAJBkpg598it+NRmaYIdEe6TSnsL/v6/KRXDcUyTK11VYwZQej2eHnMWtqot+znJ+GNTqb5YbiXi+5Low==",
"requires": {
"@rollup/rollup-darwin-arm64": "4.34.9",
"@rollup/rollup-darwin-x64": "4.34.9",
"@rollup/rollup-linux-arm64-gnu": "4.34.9",
"@rollup/rollup-linux-arm64-musl": "4.34.9",
"@rollup/rollup-linux-x64-gnu": "4.34.9",
"@rollup/rollup-linux-x64-musl": "4.34.9",
"@rollup/rollup-win32-arm64-msvc": "4.34.9",
"@rollup/rollup-win32-x64-msvc": "4.34.9"
}
}
}
},
"@ionic/eslint-config": {
@@ -11285,4 +11325,4 @@
}
}
}
}
}