diff --git a/npm-shrinkwrap.json b/npm-shrinkwrap.json index 72db1c0..cc89f31 100644 --- a/npm-shrinkwrap.json +++ b/npm-shrinkwrap.json @@ -28,7 +28,7 @@ }, "devDependencies": { "@commitlint/cli": "^20.2.0", - "@commitlint/config-conventional": "^20.0.0", + "@commitlint/config-conventional": "^20.2.0", "@eslint/js": "^9.39.1", "@istanbuljs/esm-loader-hook": "^0.3.0", "@istanbuljs/nyc-config-typescript": "^1.0.2", @@ -583,13 +583,13 @@ } }, "node_modules/@commitlint/config-conventional": { - "version": "20.0.0", - "resolved": "https://registry.npmjs.org/@commitlint/config-conventional/-/config-conventional-20.0.0.tgz", - "integrity": "sha512-q7JroPIkDBtyOkVe9Bca0p7kAUYxZMxkrBArCfuD3yN4KjRAenP9PmYwnn7rsw8Q+hHq1QB2BRmBh0/Z19ZoJw==", + "version": "20.2.0", + "resolved": "https://registry.npmjs.org/@commitlint/config-conventional/-/config-conventional-20.2.0.tgz", + "integrity": "sha512-MsRac+yNIbTB4Q/psstKK4/ciVzACHicSwz+04Sxve+4DW+PiJeTjU0JnS4m/oOnulrXYN+yBPlKaBSGemRfgQ==", "dev": true, "license": "MIT", "dependencies": { - "@commitlint/types": "^20.0.0", + "@commitlint/types": "^20.2.0", "conventional-changelog-conventionalcommits": "^7.0.2" }, "engines": { diff --git a/package.json b/package.json index a445e8d..d254ce8 100644 --- a/package.json +++ b/package.json @@ -91,7 +91,7 @@ }, "devDependencies": { "@commitlint/cli": "^20.2.0", - "@commitlint/config-conventional": "^20.0.0", + "@commitlint/config-conventional": "^20.2.0", "@eslint/js": "^9.39.1", "@istanbuljs/esm-loader-hook": "^0.3.0", "@istanbuljs/nyc-config-typescript": "^1.0.2",