From 247de6831e93a1d9113ae014f15848b3d6098690 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 17 Jan 2025 04:08:06 +0000 Subject: [PATCH] build(deps-dev): bump @stencil/core from 4.20.0 to 4.24.0 Bumps [@stencil/core](https://github.com/ionic-team/stencil) from 4.20.0 to 4.24.0. - [Release notes](https://github.com/ionic-team/stencil/releases) - [Changelog](https://github.com/ionic-team/stencil/blob/main/CHANGELOG.md) - [Commits](https://github.com/ionic-team/stencil/compare/v4.20.0...v4.24.0) --- updated-dependencies: - dependency-name: "@stencil/core" dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package-lock.json | 8 ++++---- packages/db-ui-elements-stencil/package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index e37ba2734..e23be7096 100644 --- a/package-lock.json +++ b/package-lock.json @@ -9156,9 +9156,9 @@ } }, "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.24.0", + "resolved": "https://registry.npmjs.org/@stencil/core/-/core-4.24.0.tgz", + "integrity": "sha512-v0CYQkfd+id3dXoRSYp7yLsx/kogsfwJBE0YUm/5SBpxy4tcdXNaRrWFVwV//fkdcFmjm3awwS3edxbW+X7pmw==", "dev": true, "bin": { "stencil": "bin/stencil" @@ -32846,7 +32846,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.24.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 ae6dd4f18..0e88586e4 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.24.0", "@stencil/react-output-target": "0.5.3", "@stencil/sass": "3.0.12", "@stencil/vue-output-target": "0.8.9",