diff --git a/package-lock.json b/package-lock.json index 80229fa0..dfec267c 100644 --- a/package-lock.json +++ b/package-lock.json @@ -12,7 +12,7 @@ ], "devDependencies": { "@commitlint/cli": "19.6.1", - "@commitlint/config-angular": "19.6.0", + "@commitlint/config-angular": "19.7.0", "@types/jest": "29.5.14", "@typescript-eslint/eslint-plugin": "6.21.0", "@typescript-eslint/parser": "6.21.0", @@ -2294,9 +2294,9 @@ } }, "node_modules/@commitlint/config-angular": { - "version": "19.6.0", - "resolved": "https://registry.npmjs.org/@commitlint/config-angular/-/config-angular-19.6.0.tgz", - "integrity": "sha512-NExryCYJ/joUmN4kEPffG4AgepbGo6hqaEBSheSFemGF9MqDN3oJbqBSeoDJp77kR/CGmb+s3L2E2DI9MaTdQw==", + "version": "19.7.0", + "resolved": "https://registry.npmjs.org/@commitlint/config-angular/-/config-angular-19.7.0.tgz", + "integrity": "sha512-xXBplZDC3yjnE1knGvO9ETqpxRhW0xZ/ud7KHPXGtvbcpmLX/tUIsbCmZcNvM9cZYMnYqAvhrQMEqCsjlkOA7A==", "dev": true, "license": "MIT", "dependencies": { @@ -29953,7 +29953,7 @@ "@types/lodash.isequal": "4.5.8", "@types/lodash.isfunction": "3.0.9", "@types/lodash.isnil": "4.0.9", - "@types/node": "^22.10.5" + "@types/node": "^22.7.8" } }, "packages/parse": { @@ -29976,7 +29976,7 @@ "@types/lodash.isundefined": "3.0.9", "@types/lodash.partition": "4.6.9", "@types/lodash.uniq": "4.5.9", - "@types/node": "^22.10.5", + "@types/node": "^22.7.8", "@types/sinon": "17.0.3", "lodash.partition": "^4.6.0", "sinon": "19.0.2" diff --git a/package.json b/package.json index 6ac1b726..e403594c 100644 --- a/package.json +++ b/package.json @@ -27,7 +27,7 @@ ], "devDependencies": { "@commitlint/cli": "19.6.1", - "@commitlint/config-angular": "19.6.0", + "@commitlint/config-angular": "19.7.0", "@types/jest": "29.5.14", "@typescript-eslint/eslint-plugin": "6.21.0", "@typescript-eslint/parser": "6.21.0",