diff --git a/package-lock.json b/package-lock.json index ac4ba3b..da784f6 100644 --- a/package-lock.json +++ b/package-lock.json @@ -13,18 +13,18 @@ "@lit-labs/signals": "^0.1.3", "@lit/context": "^1.1.6", "@lit/localize": "^0.12.1", - "@material/web": "^2.4.0", + "@material/web": "^2.4.1", "diff-match-patch": "^1.0.5", - "lit": "^3.3.1", + "lit": "^3.3.3", "signal-polyfill": "^0.2.2", "simhash-js": "github:beketa/simhash-js" }, "devDependencies": { - "@lit/localize-tools": "^0.8.0", + "@lit/localize-tools": "^0.8.2", "@storybook/addon-docs": "^9.1.5", "@storybook/web-components": "^9.1.5", "@storybook/web-components-vite": "^9.1.5", - "@types/dom-speech-recognition": "^0.0.6", + "@types/dom-speech-recognition": "^0.0.12", "@types/jasmine": "^5.1.9", "@types/node": "^24.3.1", "concurrently": "^9.2.1", @@ -894,9 +894,9 @@ } }, "node_modules/@lit/localize-tools": { - "version": "0.8.0", - "resolved": "https://registry.npmjs.org/@lit/localize-tools/-/localize-tools-0.8.0.tgz", - "integrity": "sha512-18HY8Ln8ZhSW2CYlXY9+CgDeEoxIY4dBvJ7W5fOe5262NvWEQghMgEC01WT9SQm4Non9C42aDGEYLEegw2ZBhw==", + "version": "0.8.2", + "resolved": "https://registry.npmjs.org/@lit/localize-tools/-/localize-tools-0.8.2.tgz", + "integrity": "sha512-Hf7jMfamdX26FN4SBRtM7zoToCUeShzI8NQcLdHLdpPdNPlqbEYMjqRaTQPm/PsbzTl6uZwfE3/kV+NvvrJS2A==", "dev": true, "license": "BSD-3-Clause", "dependencies": { @@ -910,7 +910,7 @@ "minimist": "^1.2.5", "parse5": "^7.1.1", "source-map-support": "^0.5.19", - "typescript": "~5.5.0" + "typescript": "~5.9.0" }, "bin": { "lit-localize": "bin/lit-localize.js" @@ -927,20 +927,6 @@ "source-map": "^0.6.0" } }, - "node_modules/@lit/localize-tools/node_modules/typescript": { - "version": "5.5.4", - "resolved": "https://registry.npmjs.org/typescript/-/typescript-5.5.4.tgz", - "integrity": "sha512-Mtq29sKDAEYP7aljRgtPOpTvOfbwRWlS6dPRzwjdE+C0R4brX/GUyhHSecbHMFLNBLcJIPt9nl9yG5TZ1weH+Q==", - "dev": true, - "license": "Apache-2.0", - "bin": { - "tsc": "bin/tsc", - "tsserver": "bin/tsserver" - }, - "engines": { - "node": ">=14.17" - } - }, "node_modules/@lit/reactive-element": { "version": "2.1.0", "resolved": "https://registry.npmjs.org/@lit/reactive-element/-/reactive-element-2.1.0.tgz", @@ -951,9 +937,9 @@ } }, "node_modules/@material/web": { - "version": "2.4.0", - "resolved": "https://registry.npmjs.org/@material/web/-/web-2.4.0.tgz", - "integrity": "sha512-2jYiPIYOuP2UcWXal4VdKRlkpBX02U3rgXMWp0yFQbJaOmK8MOIA3BsyuooM3VOYI+VCO70BeH1x43y5cBLvZQ==", + "version": "2.4.1", + "resolved": "https://registry.npmjs.org/@material/web/-/web-2.4.1.tgz", + "integrity": "sha512-0sk9t25acJ72Qv3r0n9r0lgDbPaAKnpm0p+QmEAAwYyZomHxuVbgrrAdtNXaRm7jFyGh+WsTr8bhtvCnpPRFjw==", "license": "Apache-2.0", "workspaces": [ "catalog" @@ -1606,9 +1592,9 @@ "license": "MIT" }, "node_modules/@types/dom-speech-recognition": { - "version": "0.0.6", - "resolved": "https://registry.npmjs.org/@types/dom-speech-recognition/-/dom-speech-recognition-0.0.6.tgz", - "integrity": "sha512-o7pAVq9UQPJL5RDjO1f/fcpfFHdgiMnR4PoIU2N/ZQrYOS3C5rzdOJMsrpqeBCbii2EE9mERXgqspQqPDdPahw==", + "version": "0.0.12", + "resolved": "https://registry.npmjs.org/@types/dom-speech-recognition/-/dom-speech-recognition-0.0.12.tgz", + "integrity": "sha512-SmLovKV3e/J71U5CBmKYe03Q75biuw7jiEWGoO1arc47CjtmxCr+W7cPJcAAwySSJFwr+jWkr/fPVuVuL+D6Dw==", "dev": true, "license": "MIT" }, @@ -5046,9 +5032,9 @@ "dev": true }, "node_modules/lit": { - "version": "3.3.1", - "resolved": "https://registry.npmjs.org/lit/-/lit-3.3.1.tgz", - "integrity": "sha512-Ksr/8L3PTapbdXJCk+EJVB78jDodUMaP54gD24W186zGRARvwrsPfS60wae/SSCTCNZVPd1chXqio1qHQmu4NA==", + "version": "3.3.3", + "resolved": "https://registry.npmjs.org/lit/-/lit-3.3.3.tgz", + "integrity": "sha512-fycuvZg/hkpozL00lm1pEJH5nN/lr9ZXd6mJI2HSN4+Bzc+LDNdEApJ6HFbPkdFNHLvOplIIuJvxkS4XUxqirw==", "license": "BSD-3-Clause", "dependencies": { "@lit/reactive-element": "^2.1.0", diff --git a/package.json b/package.json index 3bb2cdf..51582ea 100644 --- a/package.json +++ b/package.json @@ -28,11 +28,11 @@ "node": ">=16.0.0" }, "devDependencies": { - "@lit/localize-tools": "^0.8.0", + "@lit/localize-tools": "^0.8.2", "@storybook/addon-docs": "^9.1.5", "@storybook/web-components": "^9.1.5", "@storybook/web-components-vite": "^9.1.5", - "@types/dom-speech-recognition": "^0.0.6", + "@types/dom-speech-recognition": "^0.0.12", "@types/jasmine": "^5.1.9", "@types/node": "^24.3.1", "concurrently": "^9.2.1", @@ -51,9 +51,9 @@ "@lit-labs/signals": "^0.1.3", "@lit/context": "^1.1.6", "@lit/localize": "^0.12.1", - "@material/web": "^2.4.0", + "@material/web": "^2.4.1", "diff-match-patch": "^1.0.5", - "lit": "^3.3.1", + "lit": "^3.3.3", "signal-polyfill": "^0.2.2", "simhash-js": "github:beketa/simhash-js" }