diff --git a/package-lock.json b/package-lock.json index fbe376a94..44dc66843 100644 --- a/package-lock.json +++ b/package-lock.json @@ -130,9 +130,9 @@ "integrity": "sha512-sLqWxCzC5/QHLhziXSCAksBxHfOnQlhPRVgPK0egEw+ktWvG75T2k+aYWVjVh9+WKeT3tlG3ZNbZQvZLmfuOIw==" }, "@stencil/core": { - "version": "1.12.1", - "resolved": "https://registry.npmjs.org/@stencil/core/-/core-1.12.1.tgz", - "integrity": "sha512-TRmFF+Axq7vaivO85zBE8dLV2CEbTZPTl8kuypROjlaDfu846uuytjriU1Qba2msCcuRtBZrkf74pMLZOiXa3A==", + "version": "1.12.6", + "resolved": "https://registry.npmjs.org/@stencil/core/-/core-1.12.6.tgz", + "integrity": "sha512-fOHG9x92wxlQOlp9YRouLlejFShtfvZEx4LFjNi7bqTX/nHTetdv3Ir+J+SanebjBuJgKiAmLIwXviQ0Geq23w==", "requires": { "typescript": "3.8.3" } diff --git a/package.json b/package.json index c220f3ae7..32be6c541 100644 --- a/package.json +++ b/package.json @@ -41,7 +41,7 @@ "license": "MIT", "dependencies": { "@popperjs/core": "^2.1.1", - "@stencil/core": "^1.12.1", + "@stencil/core": "^1.12.6", "@stencil/sass": "^1.1.1", "feather-icons": "^4.28.0", "normalize.css": "^8.0.1",