chore(deps): update dependency @stencil/core to v4.38.1

This commit is contained in:
renovate[bot]
2025-10-13 00:51:27 +00:00
committed by GitHub
parent 2586284dce
commit fca95e904b
2 changed files with 8 additions and 8 deletions

14
core/package-lock.json generated
View File

@ -9,7 +9,7 @@
"version": "8.7.6", "version": "8.7.6",
"license": "MIT", "license": "MIT",
"dependencies": { "dependencies": {
"@stencil/core": "4.38.0", "@stencil/core": "4.38.1",
"ionicons": "^8.0.13", "ionicons": "^8.0.13",
"tslib": "^2.1.0" "tslib": "^2.1.0"
}, },
@ -1914,9 +1914,9 @@
} }
}, },
"node_modules/@stencil/core": { "node_modules/@stencil/core": {
"version": "4.38.0", "version": "4.38.1",
"resolved": "https://registry.npmjs.org/@stencil/core/-/core-4.38.0.tgz", "resolved": "https://registry.npmjs.org/@stencil/core/-/core-4.38.1.tgz",
"integrity": "sha512-oC3QFKO0X1yXVvETgc8OLY525MNKhn9vISBrbtKnGoPlokJ6rI8Vk1RK22TevnNrHLI4SExNLbcDnqilKR35JQ==", "integrity": "sha512-qImplYLSp2wSZJo3oMZ3HrTaI+uULcRB4Knrua7UT9VjN/va+TDfk4JAKwDyDfTDkD2laDPcy6QJP2S3hVxZFQ==",
"bin": { "bin": {
"stencil": "bin/stencil" "stencil": "bin/stencil"
}, },
@ -11983,9 +11983,9 @@
"requires": {} "requires": {}
}, },
"@stencil/core": { "@stencil/core": {
"version": "4.38.0", "version": "4.38.1",
"resolved": "https://registry.npmjs.org/@stencil/core/-/core-4.38.0.tgz", "resolved": "https://registry.npmjs.org/@stencil/core/-/core-4.38.1.tgz",
"integrity": "sha512-oC3QFKO0X1yXVvETgc8OLY525MNKhn9vISBrbtKnGoPlokJ6rI8Vk1RK22TevnNrHLI4SExNLbcDnqilKR35JQ==", "integrity": "sha512-qImplYLSp2wSZJo3oMZ3HrTaI+uULcRB4Knrua7UT9VjN/va+TDfk4JAKwDyDfTDkD2laDPcy6QJP2S3hVxZFQ==",
"requires": { "requires": {
"@rollup/rollup-darwin-arm64": "4.34.9", "@rollup/rollup-darwin-arm64": "4.34.9",
"@rollup/rollup-darwin-x64": "4.34.9", "@rollup/rollup-darwin-x64": "4.34.9",

View File

@ -31,7 +31,7 @@
"loader/" "loader/"
], ],
"dependencies": { "dependencies": {
"@stencil/core": "4.38.0", "@stencil/core": "4.38.1",
"ionicons": "^8.0.13", "ionicons": "^8.0.13",
"tslib": "^2.1.0" "tslib": "^2.1.0"
}, },