diff --git a/module.web/package-lock.json b/module.web/package-lock.json index ef60978..4c2fbc2 100644 --- a/module.web/package-lock.json +++ b/module.web/package-lock.json @@ -13,7 +13,7 @@ "@stencil/core": "^3.4.0", "@stencil/eslint-plugin": "^0.4.0", "@stencil/sass": "^3.0.4", - "@stencil/store": "^2.0.8", + "@stencil/store": "^2.0.9", "@typescript-eslint/eslint-plugin": "^4.31.0", "@typescript-eslint/parser": "^4.31.1", "eslint": "^7.32.0", @@ -640,10 +640,14 @@ } }, "node_modules/@stencil/store": { - "version": "2.0.8", - "resolved": "https://registry.npmjs.org/@stencil/store/-/store-2.0.8.tgz", - "integrity": "sha512-6yNRPyItnVq45r8TtXLIZZMCqtgqA2xiO7alUnr28W5dlDIKMW1W80Muozh1p4FSqRcYLWUUDladXdc+/xXJBA==", + "version": "2.0.9", + "resolved": "https://registry.npmjs.org/@stencil/store/-/store-2.0.9.tgz", + "integrity": "sha512-wPVkgOEeOVZ6OGuUy7lV/qYyhj7Ra3vZkebqT58HdkaaAAmaUCtinUG02e05iTQIoOWpN7oNhq/MWvhY7H/Wyw==", "dev": true, + "engines": { + "node": ">=12.0.0", + "npm": ">=6.0.0" + }, "peerDependencies": { "@stencil/core": ">=2.0.0 || >=3.0.0 || >= 4.0.0-beta.0 || >= 4.0.0" } @@ -4025,9 +4029,9 @@ "requires": {} }, "@stencil/store": { - "version": "2.0.8", - "resolved": "https://registry.npmjs.org/@stencil/store/-/store-2.0.8.tgz", - "integrity": "sha512-6yNRPyItnVq45r8TtXLIZZMCqtgqA2xiO7alUnr28W5dlDIKMW1W80Muozh1p4FSqRcYLWUUDladXdc+/xXJBA==", + "version": "2.0.9", + "resolved": "https://registry.npmjs.org/@stencil/store/-/store-2.0.9.tgz", + "integrity": "sha512-wPVkgOEeOVZ6OGuUy7lV/qYyhj7Ra3vZkebqT58HdkaaAAmaUCtinUG02e05iTQIoOWpN7oNhq/MWvhY7H/Wyw==", "dev": true, "requires": {} }, diff --git a/module.web/package.json b/module.web/package.json index d98423e..08fa19f 100644 --- a/module.web/package.json +++ b/module.web/package.json @@ -27,7 +27,7 @@ "@stencil/core": "^3.4.0", "@stencil/eslint-plugin": "^0.4.0", "@stencil/sass": "^3.0.4", - "@stencil/store": "^2.0.8", + "@stencil/store": "^2.0.9", "@typescript-eslint/eslint-plugin": "^4.31.0", "@typescript-eslint/parser": "^4.31.1", "eslint": "^7.32.0",