diff --git a/package-lock.json b/package-lock.json index 233bfbaa9e..e429739d10 100644 --- a/package-lock.json +++ b/package-lock.json @@ -9156,18 +9156,36 @@ } }, "node_modules/@stencil/core": { - "version": "4.20.0", - "resolved": "https://registry.npmjs.org/@stencil/core/-/core-4.20.0.tgz", - "integrity": "sha512-WPrTHFngvN081RY+dJPneKQLwnOFD60OMCOQGmmSHfCW0f4ujPMzzhwWU1gcSwXPWXz5O+8cBiiCaxAbJU7kAg==", + "version": "4.28.0", + "resolved": "https://registry.npmjs.org/@stencil/core/-/core-4.28.0.tgz", + "integrity": "sha512-E7FwEoBQa3Mn39c2lZJVLcXnvGOJ+Sy1kJY/5LE30IO+MLqhCoAPxCIVbcOSN9OnvAMC+4ZveXGQp8bD2n6VFw==", "dev": true, + "license": "MIT", "bin": { "stencil": "bin/stencil" }, "engines": { "node": ">=16.0.0", "npm": ">=7.10.0" + }, + "optionalDependencies": { + "@rollup/rollup-linux-x64-gnu": "4.34.9" } }, + "node_modules/@stencil/core/node_modules/@rollup/rollup-linux-x64-gnu": { + "version": "4.34.9", + "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-x64-gnu/-/rollup-linux-x64-gnu-4.34.9.tgz", + "integrity": "sha512-FwBHNSOjUTQLP4MG7y6rR6qbGw4MFeQnIBrMe161QGaQoBQLqSUEKlHIiVgF3g/mb3lxlxzJOpIBhaP+C+KP2A==", + "cpu": [ + "x64" + ], + "dev": true, + "license": "MIT", + "optional": true, + "os": [ + "linux" + ] + }, "node_modules/@stencil/react-output-target": { "version": "0.5.3", "resolved": "https://registry.npmjs.org/@stencil/react-output-target/-/react-output-target-0.5.3.tgz", @@ -32859,7 +32877,7 @@ "@faker-js/faker": "^9.2.0", "@stencil-community/eslint-plugin": "0.9.0", "@stencil/angular-output-target": "0.8.4", - "@stencil/core": "4.20.0", + "@stencil/core": "4.28.0", "@stencil/react-output-target": "0.5.3", "@stencil/sass": "3.0.12", "@stencil/vue-output-target": "0.8.9", diff --git a/packages/db-ui-elements-stencil/package.json b/packages/db-ui-elements-stencil/package.json index ae6dd4f180..903357c058 100644 --- a/packages/db-ui-elements-stencil/package.json +++ b/packages/db-ui-elements-stencil/package.json @@ -34,7 +34,7 @@ "@faker-js/faker": "^9.2.0", "@stencil-community/eslint-plugin": "0.9.0", "@stencil/angular-output-target": "0.8.4", - "@stencil/core": "4.20.0", + "@stencil/core": "4.28.0", "@stencil/react-output-target": "0.5.3", "@stencil/sass": "3.0.12", "@stencil/vue-output-target": "0.8.9",