diff --git a/.github/ISSUE_TEMPLATE/feature_request.yml b/.github/ISSUE_TEMPLATE/feature_request.yml index 3dc1ffa96..c7c48517b 100644 --- a/.github/ISSUE_TEMPLATE/feature_request.yml +++ b/.github/ISSUE_TEMPLATE/feature_request.yml @@ -2,7 +2,7 @@ name: 💡 Feature Request description: Suggest an idea for this project title: 'Feat: [FEATURE]' labels: - - feature 🛠️ + - feature 🛠 body: - type: textarea attributes: diff --git a/package-lock.json b/package-lock.json index 2e8db1470..eb22b8577 100644 --- a/package-lock.json +++ b/package-lock.json @@ -58,7 +58,7 @@ "@rollup/plugin-url": "8.0.2", "@schematics/angular": "17.2.2", "@stencil/angular-output-target": "0.8.4", - "@stencil/core": "4.12.4", + "@stencil/core": "4.12.5", "@stencil/react-output-target": "0.5.3", "@stencil/sass": "3.0.10", "@stencil/vue-output-target": "0.8.7", @@ -12231,9 +12231,9 @@ } }, "node_modules/@stencil/core": { - "version": "4.12.4", - "resolved": "https://registry.npmjs.org/@stencil/core/-/core-4.12.4.tgz", - "integrity": "sha512-KrwoXu9J1loWSvQQReilGPkt6/dCH/x5eTBDecCBPclz7vxUM13Iw9almBIffEpurk/kaMAglH0G7sAF/A2y1A==", + "version": "4.12.5", + "resolved": "https://registry.npmjs.org/@stencil/core/-/core-4.12.5.tgz", + "integrity": "sha512-vSyFjY7XSEx0ufa9SebOd437CvnneaTXlCpuGDhjUDxAjGBlu6ie5qHyubobVGBth//aErc6wZPHc6W75Vp3iQ==", "dev": true, "bin": { "stencil": "bin/stencil" diff --git a/package.json b/package.json index 02353310c..e0302a8af 100644 --- a/package.json +++ b/package.json @@ -78,7 +78,7 @@ "@rollup/plugin-url": "8.0.2", "@schematics/angular": "17.2.2", "@stencil/angular-output-target": "0.8.4", - "@stencil/core": "4.12.4", + "@stencil/core": "4.12.5", "@stencil/react-output-target": "0.5.3", "@stencil/sass": "3.0.10", "@stencil/vue-output-target": "0.8.7",