From ec16524197f23ae428bbc4d5e6c38ab771be3432 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 16 Oct 2023 23:49:56 +0000 Subject: [PATCH] chore(deps): Bump @stencil/core from 4.4.1 to 4.5.0 in /core Bumps [@stencil/core](https://github.com/ionic-team/stencil) from 4.4.1 to 4.5.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.4.1...v4.5.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 ee164340feb..7d2de95be19 100644 --- a/core/package-lock.json +++ b/core/package-lock.json @@ -9,7 +9,7 @@ "version": "7.5.0", "license": "MIT", "dependencies": { - "@stencil/core": "^4.4.1", + "@stencil/core": "^4.5.0", "ionicons": "^7.2.1", "tslib": "^2.1.0" }, @@ -1653,9 +1653,9 @@ } }, "node_modules/@stencil/core": { - "version": "4.4.1", - "resolved": "https://registry.npmjs.org/@stencil/core/-/core-4.4.1.tgz", - "integrity": "sha512-SirGcrb5yKHCn2BwdM7HGVXuvCdmwiXlVczEj8jJxQIm42CAUQCUECxtZidTzp+oZBZnWLnoAvfanchJsgkQzA==", + "version": "4.5.0", + "resolved": "https://registry.npmjs.org/@stencil/core/-/core-4.5.0.tgz", + "integrity": "sha512-XRbHdb9t4SQzCCbF9qsh0dexvnlArEzCDJl19BJzxzazVBM398SeJUKCBh4p91AZIWveN0gHuZSIGMhLWR7qSA==", "bin": { "stencil": "bin/stencil" }, @@ -11586,9 +11586,9 @@ "requires": {} }, "@stencil/core": { - "version": "4.4.1", - "resolved": "https://registry.npmjs.org/@stencil/core/-/core-4.4.1.tgz", - "integrity": "sha512-SirGcrb5yKHCn2BwdM7HGVXuvCdmwiXlVczEj8jJxQIm42CAUQCUECxtZidTzp+oZBZnWLnoAvfanchJsgkQzA==" + "version": "4.5.0", + "resolved": "https://registry.npmjs.org/@stencil/core/-/core-4.5.0.tgz", + "integrity": "sha512-XRbHdb9t4SQzCCbF9qsh0dexvnlArEzCDJl19BJzxzazVBM398SeJUKCBh4p91AZIWveN0gHuZSIGMhLWR7qSA==" }, "@stencil/react-output-target": { "version": "0.5.3", diff --git a/core/package.json b/core/package.json index cd91739c302..26014a0c1cc 100644 --- a/core/package.json +++ b/core/package.json @@ -31,7 +31,7 @@ "loader/" ], "dependencies": { - "@stencil/core": "^4.4.1", + "@stencil/core": "^4.5.0", "ionicons": "^7.2.1", "tslib": "^2.1.0" },