From bb547ae46ae992c9d4b1ce0a255d96c8f45235f6 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 23 Oct 2023 04:57:11 +0000 Subject: [PATCH] Update dependency typescript-plugin-css-modules to v5.0.2 --- package-lock.json | 8 ++++---- package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) 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" } }