diff --git a/package-lock.json b/package-lock.json index 32b1a503..c923bf3b 100644 --- a/package-lock.json +++ b/package-lock.json @@ -9722,7 +9722,7 @@ "version": "0.0.0", "license": "MIT", "dependencies": { - "camelcase": "^6.3.0", + "camelcase": "^7.0.1", "postcss": "^8.4.31", "postcss-selector-parser": "^6.0.13", "source-map": "^0.7.4", @@ -9734,17 +9734,6 @@ "peerDependencies": { "stylelint": "^15.3.0" } - }, - "packages/stylelint-happy-css-modules/node_modules/camelcase": { - "version": "6.3.0", - "resolved": "https://registry.npmjs.org/camelcase/-/camelcase-6.3.0.tgz", - "integrity": "sha512-Gmy6FhYlCY7uOElZUSbxo2UCDH8owEk996gkbrpsgGtrJLM3J7jGxl9Ic7Qwwj4ivOE5AWZWRMecDdF7hqGjFA==", - "engines": { - "node": ">=10" - }, - "funding": { - "url": "https://github.com/sponsors/sindresorhus" - } } } } diff --git a/packages/stylelint-happy-css-modules/package.json b/packages/stylelint-happy-css-modules/package.json index ee1a8679..21c289ff 100644 --- a/packages/stylelint-happy-css-modules/package.json +++ b/packages/stylelint-happy-css-modules/package.json @@ -28,7 +28,7 @@ "node": ">=16.0.0" }, "dependencies": { - "camelcase": "^6.3.0", + "camelcase": "^7.0.1", "postcss": "^8.4.31", "postcss-selector-parser": "^6.0.13", "source-map": "^0.7.4",