diff --git a/core/package-lock.json b/core/package-lock.json index 44d0b395d8..be0ec18653 100644 --- a/core/package-lock.json +++ b/core/package-lock.json @@ -9,7 +9,7 @@ "version": "8.2.4", "license": "MIT", "dependencies": { - "@stencil/core": "^4.19.1", + "@stencil/core": "4.19.1-dev.1719856735.b9aab06", "ionicons": "^7.2.2", "tslib": "^2.1.0" }, @@ -1824,9 +1824,9 @@ } }, "node_modules/@stencil/core": { - "version": "4.19.1", - "resolved": "https://registry.npmjs.org/@stencil/core/-/core-4.19.1.tgz", - "integrity": "sha512-fjSBctHrobeSL2+XcuX7GVk/eaUhZ/lvIu21RJmzHAPcNyueuSAEv7J/Isn4UlYNk70o+yOK72H0FTlNkUibvw==", + "version": "4.19.1-dev.1719856735.b9aab06", + "resolved": "https://registry.npmjs.org/@stencil/core/-/core-4.19.1-dev.1719856735.b9aab06.tgz", + "integrity": "sha512-UgIkmuZRx3BJgXvheluvPhAT7/qwuxPrTVCkdkylBvl5eCIDW742OMyiLcXelqKqdqUFzjh/T7IgVe7dLz45Mg==", "bin": { "stencil": "bin/stencil" }, @@ -5417,6 +5417,18 @@ "@stencil/core": "^4.0.3" } }, + "node_modules/ionicons/node_modules/@stencil/core": { + "version": "4.19.1", + "resolved": "https://registry.npmjs.org/@stencil/core/-/core-4.19.1.tgz", + "integrity": "sha512-fjSBctHrobeSL2+XcuX7GVk/eaUhZ/lvIu21RJmzHAPcNyueuSAEv7J/Isn4UlYNk70o+yOK72H0FTlNkUibvw==", + "bin": { + "stencil": "bin/stencil" + }, + "engines": { + "node": ">=16.0.0", + "npm": ">=7.10.0" + } + }, "node_modules/is-alphabetical": { "version": "1.0.4", "resolved": "https://registry.npmjs.org/is-alphabetical/-/is-alphabetical-1.0.4.tgz", @@ -11583,9 +11595,9 @@ "requires": {} }, "@stencil/core": { - "version": "4.19.1", - "resolved": "https://registry.npmjs.org/@stencil/core/-/core-4.19.1.tgz", - "integrity": "sha512-fjSBctHrobeSL2+XcuX7GVk/eaUhZ/lvIu21RJmzHAPcNyueuSAEv7J/Isn4UlYNk70o+yOK72H0FTlNkUibvw==" + "version": "4.19.1-dev.1719856735.b9aab06", + "resolved": "https://registry.npmjs.org/@stencil/core/-/core-4.19.1-dev.1719856735.b9aab06.tgz", + "integrity": "sha512-UgIkmuZRx3BJgXvheluvPhAT7/qwuxPrTVCkdkylBvl5eCIDW742OMyiLcXelqKqdqUFzjh/T7IgVe7dLz45Mg==" }, "@stencil/react-output-target": { "version": "0.5.3", @@ -14189,6 +14201,13 @@ "integrity": "sha512-I3iYIfc9Q9FRifWyFSwTAvbEABWlWY32i0sAVDDPGYnaIZVugkLCZFbEcrphW6ixVPg8tt1oLwalo/JJwbEqnA==", "requires": { "@stencil/core": "^4.0.3" + }, + "dependencies": { + "@stencil/core": { + "version": "4.19.1", + "resolved": "https://registry.npmjs.org/@stencil/core/-/core-4.19.1.tgz", + "integrity": "sha512-fjSBctHrobeSL2+XcuX7GVk/eaUhZ/lvIu21RJmzHAPcNyueuSAEv7J/Isn4UlYNk70o+yOK72H0FTlNkUibvw==" + } } }, "is-alphabetical": { diff --git a/core/package.json b/core/package.json index cd607f8a25..dc004f734a 100644 --- a/core/package.json +++ b/core/package.json @@ -31,7 +31,7 @@ "loader/" ], "dependencies": { - "@stencil/core": "^4.19.1", + "@stencil/core": "4.19.1-dev.1719856735.b9aab06", "ionicons": "^7.2.2", "tslib": "^2.1.0" },