diff --git a/package-lock.json b/package-lock.json index bead62731c..9b70578e56 100644 --- a/package-lock.json +++ b/package-lock.json @@ -33,7 +33,7 @@ "@types/jest": "^29.5.6", "@types/js-yaml": "^4.0.7", "@types/lodash.camelcase": "^4.3.7", - "@types/lodash.kebabcase": "^4.1.7", + "@types/lodash.kebabcase": "^4.1.8", "@types/lodash.upperfirst": "^4.3.7", "@types/node": "20.8.4", "@types/yargs": "^17.0.28", @@ -2668,9 +2668,9 @@ } }, "node_modules/@types/lodash.kebabcase": { - "version": "4.1.7", - "resolved": "https://registry.npmjs.org/@types/lodash.kebabcase/-/lodash.kebabcase-4.1.7.tgz", - "integrity": "sha512-qzrcpK5uiADZ9OyZaegalM0b9Y3WetoBQ04RAtP3xZFGC5ul1UxmbjZ3j6suCh0BDkvgQmoMh8t5e9cVrdJYMw==", + "version": "4.1.8", + "resolved": "https://registry.npmjs.org/@types/lodash.kebabcase/-/lodash.kebabcase-4.1.8.tgz", + "integrity": "sha512-ZwdT+S6Ejbl2KEw/nunwO63hMzABqzVdWonRMEuhKs0GfwqffaQ3tSJo+/wmDCCaGUHIiObsBFY59GUYjYMk5A==", "dev": true, "dependencies": { "@types/lodash": "*" diff --git a/package.json b/package.json index b0cb2bd823..37bec90caa 100644 --- a/package.json +++ b/package.json @@ -35,7 +35,7 @@ "@types/jest": "^29.5.6", "@types/js-yaml": "^4.0.7", "@types/lodash.camelcase": "^4.3.7", - "@types/lodash.kebabcase": "^4.1.7", + "@types/lodash.kebabcase": "^4.1.8", "@types/lodash.upperfirst": "^4.3.7", "@types/node": "20.8.4", "@types/yargs": "^17.0.28",