diff --git a/package-lock.json b/package-lock.json index c9298a8e1e..852f122334 100644 --- a/package-lock.json +++ b/package-lock.json @@ -71,7 +71,7 @@ "test-links": "^0.0.1", "ts-jest": "^29.1.4", "typescript": "^5.1.6", - "typescript-plugin-css-modules": "^5.0.1", + "typescript-plugin-css-modules": "^5.1.0", "webpconvert": "^3.0.1" }, "engines": { @@ -16007,14 +16007,15 @@ } }, "node_modules/dotenv": { - "version": "16.3.1", + "version": "16.4.5", + "resolved": "https://registry.npmjs.org/dotenv/-/dotenv-16.4.5.tgz", + "integrity": "sha512-ZmdL2rui+eB2YwhsWzjInR8LldtZHGDoQ1ugH85ppHKwpUHL7j7rN0Ti9NCnGiQbhaZ11FpR+7ao1dNsmduNUg==", "dev": true, - "license": "BSD-2-Clause", "engines": { "node": ">=12" }, "funding": { - "url": "https://github.com/motdotla/dotenv?sponsor=1" + "url": "https://dotenvx.com" } }, "node_modules/download": { @@ -55229,8 +55230,9 @@ } }, "node_modules/postcss-modules-local-by-default": { - "version": "4.0.3", - "license": "MIT", + "version": "4.0.5", + "resolved": "https://registry.npmjs.org/postcss-modules-local-by-default/-/postcss-modules-local-by-default-4.0.5.tgz", + "integrity": "sha512-6MieY7sIfTK0hYfafw1OMEG+2bg8Q1ocHCpoWLqOKj3JXlKu4G7btkmM/B7lFubYkYWmRSPLZi5chid63ZaZYw==", "dependencies": { "icss-utils": "^5.0.0", "postcss-selector-parser": "^6.0.2", @@ -55244,8 +55246,9 @@ } }, "node_modules/postcss-modules-scope": { - "version": "3.0.0", - "license": "ISC", + "version": "3.2.0", + "resolved": "https://registry.npmjs.org/postcss-modules-scope/-/postcss-modules-scope-3.2.0.tgz", + "integrity": "sha512-oq+g1ssrsZOsx9M96c5w8laRmvEu9C3adDSjI8oTcbfkrTE8hx/zfyobUoWIxaKPO8bt6S62kxpw5GqypEw1QQ==", "dependencies": { "postcss-selector-parser": "^6.0.4" }, @@ -64510,14 +64513,15 @@ "license": "MIT" }, "node_modules/stylus": { - "version": "0.59.0", + "version": "0.62.0", + "resolved": "https://registry.npmjs.org/stylus/-/stylus-0.62.0.tgz", + "integrity": "sha512-v3YCf31atbwJQIMtPNX8hcQ+okD4NQaTuKGUWfII8eaqn+3otrbttGL1zSMZAAtiPsBztQnujVBugg/cXFUpyg==", "dev": true, - "license": "MIT", "dependencies": { - "@adobe/css-tools": "^4.0.1", + "@adobe/css-tools": "~4.3.1", "debug": "^4.3.2", "glob": "^7.1.6", - "sax": "~1.2.4", + "sax": "~1.3.0", "source-map": "^0.7.3" }, "bin": { @@ -64530,11 +64534,6 @@ "url": "https://opencollective.com/stylus" } }, - "node_modules/stylus/node_modules/sax": { - "version": "1.2.4", - "dev": true, - "license": "ISC" - }, "node_modules/sucrase": { "version": "3.34.0", "license": "MIT", @@ -66348,26 +66347,27 @@ } }, "node_modules/typescript-plugin-css-modules": { - "version": "5.0.2", + "version": "5.1.0", + "resolved": "https://registry.npmjs.org/typescript-plugin-css-modules/-/typescript-plugin-css-modules-5.1.0.tgz", + "integrity": "sha512-6h+sLBa4l+XYSTn/31vZHd/1c3SvAbLpobY6FxDiUOHJQG1eD9Gh3eCs12+Eqc+TCOAdxcO+zAPvUq0jBfdciw==", "dev": true, - "license": "MIT", "dependencies": { - "@types/postcss-modules-local-by-default": "^4.0.0", - "@types/postcss-modules-scope": "^3.0.1", - "dotenv": "^16.0.3", + "@types/postcss-modules-local-by-default": "^4.0.2", + "@types/postcss-modules-scope": "^3.0.4", + "dotenv": "^16.4.2", "icss-utils": "^5.1.0", - "less": "^4.1.3", + "less": "^4.2.0", "lodash.camelcase": "^4.3.0", - "postcss": "^8.4.21", + "postcss": "^8.4.35", "postcss-load-config": "^3.1.4", "postcss-modules-extract-imports": "^3.0.0", - "postcss-modules-local-by-default": "^4.0.0", - "postcss-modules-scope": "^3.0.0", + "postcss-modules-local-by-default": "^4.0.4", + "postcss-modules-scope": "^3.1.1", "reserved-words": "^0.1.2", - "sass": "^1.58.3", + "sass": "^1.70.0", "source-map-js": "^1.0.2", - "stylus": "^0.59.0", - "tsconfig-paths": "^4.1.2" + "stylus": "^0.62.0", + "tsconfig-paths": "^4.2.0" }, "peerDependencies": { "typescript": ">=4.0.0" diff --git a/package.json b/package.json index 5e2c912bb6..4c23016d17 100644 --- a/package.json +++ b/package.json @@ -98,7 +98,7 @@ "test-links": "^0.0.1", "ts-jest": "^29.1.4", "typescript": "^5.1.6", - "typescript-plugin-css-modules": "^5.0.1", + "typescript-plugin-css-modules": "^5.1.0", "webpconvert": "^3.0.1" }, "browserslist": {