diff --git a/output/stencil/package.json b/output/stencil/package.json index fa9cc72335c0..dfa19072bd9a 100644 --- a/output/stencil/package.json +++ b/output/stencil/package.json @@ -30,7 +30,7 @@ }, "devDependencies": { "@custom-elements-manifest/analyzer": "^0.10.4", - "@stencil/core": "4.29.2", + "@stencil/core": "4.29.3", "cem-plugin-expanded-types": "^1.4.0", "custom-element-jet-brains-integration": "^1.7.0", "custom-element-vs-code-integration": "^1.5.0", diff --git a/package-lock.json b/package-lock.json index d28ed6194f00..10fd99b57805 100644 --- a/package-lock.json +++ b/package-lock.json @@ -10194,9 +10194,9 @@ "integrity": "sha512-0dxmVj4gxg3Jg879kvFS/msl4s9F3T9UXC1InxgOf7t5NvcPD97u/WTA5vL/IxWHMn7qSxBozqrnnE2wvl1m8g==" }, "node_modules/@stencil/core": { - "version": "4.29.2", - "resolved": "https://registry.npmjs.org/@stencil/core/-/core-4.29.2.tgz", - "integrity": "sha512-F1NixdECgRIpVCX1dZiUwyJoRviaJvu7cXT7ISWUkdc8r6sMaTizn41bM5bRfQelfBlETzVuafvZ91MWLEU0wA==", + "version": "4.29.3", + "resolved": "https://registry.npmjs.org/@stencil/core/-/core-4.29.3.tgz", + "integrity": "sha512-k2YMDpmHAeOxW3Djoh2JGR6BdEycxNFR1q/njQxa+65sfMzJcSP/6ShcbC3KeFjlvn4h9wvTAqCQGkrV4MUNCw==", "license": "MIT", "bin": { "stencil": "bin/stencil" @@ -39520,7 +39520,7 @@ "license": "Apache-2.0", "devDependencies": { "@custom-elements-manifest/analyzer": "^0.10.4", - "@stencil/core": "4.29.2", + "@stencil/core": "4.29.3", "cem-plugin-expanded-types": "^1.4.0", "custom-element-jet-brains-integration": "^1.7.0", "custom-element-vs-code-integration": "^1.5.0", @@ -40149,7 +40149,7 @@ "showcases/stencil-showcase": { "version": "0.0.0", "dependencies": { - "@stencil/core": "4.29.2" + "@stencil/core": "4.29.3" }, "devDependencies": { "npm-run-all2": "7.0.2", diff --git a/showcases/stencil-showcase/package.json b/showcases/stencil-showcase/package.json index 8b7d03aa2a85..e005d76629a5 100644 --- a/showcases/stencil-showcase/package.json +++ b/showcases/stencil-showcase/package.json @@ -16,7 +16,7 @@ "watch": "ng build --watch --configuration development" }, "dependencies": { - "@stencil/core": "4.29.2" + "@stencil/core": "4.29.3" }, "devDependencies": { "npm-run-all2": "7.0.2",