diff --git a/package-lock.json b/package-lock.json index d22c7962f..2b19d968b 100644 --- a/package-lock.json +++ b/package-lock.json @@ -53,7 +53,7 @@ "node-fetch": "3.3.2", "prettier": "2.8.8", "typescript": "5.2.2", - "typescript-plugin-css-modules": "5.0.1" + "typescript-plugin-css-modules": "5.0.2" }, "engines": { "node": ">=16.13.1", @@ -14203,9 +14203,9 @@ } }, "node_modules/typescript-plugin-css-modules": { - "version": "5.0.1", - "resolved": "https://registry.npmjs.org/typescript-plugin-css-modules/-/typescript-plugin-css-modules-5.0.1.tgz", - "integrity": "sha512-hKXObfwfjx2/myRq4JeQ8D3xIWYTFqusi0hS/Aka7RFX1xQEoEkdOGDWyXNb8LmObawsUzbI30gQnZvqYXCrkA==", + "version": "5.0.2", + "resolved": "https://registry.npmjs.org/typescript-plugin-css-modules/-/typescript-plugin-css-modules-5.0.2.tgz", + "integrity": "sha512-ej/Og4Y8mF+43P14P9Ik1MGqNXcXBVgO1TltkESegdnZsaaRXnaJ5CoJmTPRkg25ysQlOV6P94wNhI4VxIzlkw==", "dev": true, "dependencies": { "@types/postcss-modules-local-by-default": "^4.0.0", diff --git a/package.json b/package.json index 16dde0f4b..3ca7ef66c 100644 --- a/package.json +++ b/package.json @@ -79,6 +79,6 @@ "node-fetch": "3.3.2", "prettier": "2.8.8", "typescript": "5.2.2", - "typescript-plugin-css-modules": "5.0.1" + "typescript-plugin-css-modules": "5.0.2" } }