From 1c7305a41b5980bf7cba2e96ca393ca963182655 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 5 Jun 2023 15:21:48 -0400 Subject: [PATCH] chore(deps-dev): bump @stencil/core from 3.3.0 to 3.3.1 (#328) Bumps [@stencil/core](https://github.com/ionic-team/stencil) from 3.3.0 to 3.3.1. - [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/v3.3.0...v3.3.1) --- updated-dependencies: - dependency-name: "@stencil/core" dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- package-lock.json | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/package-lock.json b/package-lock.json index 407e079..0fa348a 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1240,9 +1240,9 @@ } }, "node_modules/@stencil/core": { - "version": "3.3.0", - "resolved": "https://registry.npmjs.org/@stencil/core/-/core-3.3.0.tgz", - "integrity": "sha512-+3hqJ8RmUvxz8FgvMP9lxYJdjb4EnZrkdo6ln5fUqGju62ORS5/Ch9m6OAIjlEn6CbDb5Uf1OdeMjO87DJwIAA==", + "version": "3.3.1", + "resolved": "https://registry.npmjs.org/@stencil/core/-/core-3.3.1.tgz", + "integrity": "sha512-I+660Oe9OMLiU+thjV1GgcI27dcvrSpF3xisHWBOU/4mzRtho3YW0cI8lSjcqyB1KirGTA6QeQ0Xif5UHqn8hw==", "dev": true, "bin": { "stencil": "bin/stencil" @@ -10925,9 +10925,9 @@ } }, "@stencil/core": { - "version": "3.3.0", - "resolved": "https://registry.npmjs.org/@stencil/core/-/core-3.3.0.tgz", - "integrity": "sha512-+3hqJ8RmUvxz8FgvMP9lxYJdjb4EnZrkdo6ln5fUqGju62ORS5/Ch9m6OAIjlEn6CbDb5Uf1OdeMjO87DJwIAA==", + "version": "3.3.1", + "resolved": "https://registry.npmjs.org/@stencil/core/-/core-3.3.1.tgz", + "integrity": "sha512-I+660Oe9OMLiU+thjV1GgcI27dcvrSpF3xisHWBOU/4mzRtho3YW0cI8lSjcqyB1KirGTA6QeQ0Xif5UHqn8hw==", "dev": true }, "@szmarczak/http-timer": {