From 8c426998570c90eea81d743422efeaff6b41b313 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 18 Sep 2023 23:34:41 +0000 Subject: [PATCH] chore(deps): Bump @stencil/core from 4.2.1 to 4.3.0 in /core Bumps [@stencil/core](https://github.com/ionic-team/stencil) from 4.2.1 to 4.3.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.2.1...v4.3.0) --- updated-dependencies: - dependency-name: "@stencil/core" dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- core/package-lock.json | 14 +++++++------- core/package.json | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/core/package-lock.json b/core/package-lock.json index 3c1d29c3184..6f52e73513c 100644 --- a/core/package-lock.json +++ b/core/package-lock.json @@ -9,7 +9,7 @@ "version": "7.4.0", "license": "MIT", "dependencies": { - "@stencil/core": "^4.2.1", + "@stencil/core": "^4.3.0", "ionicons": "7.1.0", "tslib": "^2.1.0" }, @@ -1630,9 +1630,9 @@ } }, "node_modules/@stencil/core": { - "version": "4.2.1", - "resolved": "https://registry.npmjs.org/@stencil/core/-/core-4.2.1.tgz", - "integrity": "sha512-alYwqVwxfD0n6HKRVJqJoTzQNnf44n/sddvjNu3JMEn3sfY/Ag7rpmwUntYjtJmRut+or+9gPPgIJviCuKi4yQ==", + "version": "4.3.0", + "resolved": "https://registry.npmjs.org/@stencil/core/-/core-4.3.0.tgz", + "integrity": "sha512-WYjftKg5fuqO7mf3nTl1aCRurkeMmfEF38WcBG4VLF6UPQ+MA76/koedGR2LGhATGByx+pbxR4iRxAr2Bspc9A==", "bin": { "stencil": "bin/stencil" }, @@ -11536,9 +11536,9 @@ "requires": {} }, "@stencil/core": { - "version": "4.2.1", - "resolved": "https://registry.npmjs.org/@stencil/core/-/core-4.2.1.tgz", - "integrity": "sha512-alYwqVwxfD0n6HKRVJqJoTzQNnf44n/sddvjNu3JMEn3sfY/Ag7rpmwUntYjtJmRut+or+9gPPgIJviCuKi4yQ==" + "version": "4.3.0", + "resolved": "https://registry.npmjs.org/@stencil/core/-/core-4.3.0.tgz", + "integrity": "sha512-WYjftKg5fuqO7mf3nTl1aCRurkeMmfEF38WcBG4VLF6UPQ+MA76/koedGR2LGhATGByx+pbxR4iRxAr2Bspc9A==" }, "@stencil/react-output-target": { "version": "0.5.3", diff --git a/core/package.json b/core/package.json index 37fe107d270..a98392f24c8 100644 --- a/core/package.json +++ b/core/package.json @@ -31,7 +31,7 @@ "loader/" ], "dependencies": { - "@stencil/core": "^4.2.1", + "@stencil/core": "^4.3.0", "ionicons": "7.1.0", "tslib": "^2.1.0" },