diff --git a/package-lock.json b/package-lock.json index 3cd3d6a..74bae9f 100644 --- a/package-lock.json +++ b/package-lock.json @@ -13,7 +13,7 @@ ], "devDependencies": { "@commitlint/cli": "^20.2.0", - "@commitlint/config-conventional": "^20.0.0", + "@commitlint/config-conventional": "^20.2.0", "@ui5/cli": "^4.0.38", "husky": "^9.1.7", "licensee": "^11.1.1" @@ -543,13 +543,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": { @@ -2644,6 +2644,7 @@ "resolved": "https://registry.npmjs.org/@ui5/builder/-/builder-4.1.3.tgz", "integrity": "sha512-ScwlLZ/xyFjFOVpK1t3KfXq2i6N5iVuHW1ymWMPLdU7Qu8JFLkIWFWaLN9+rUE0pTGtewFzST+Zhk9cS0GfeRg==", "dev": true, + "peer": true, "dependencies": { "@jridgewell/sourcemap-codec": "^1.5.5", "@ui5/fs": "^4.0.3", diff --git a/package.json b/package.json index 719ec79..ef3e88d 100644 --- a/package.json +++ b/package.json @@ -29,7 +29,7 @@ }, "devDependencies": { "@commitlint/cli": "^20.2.0", - "@commitlint/config-conventional": "^20.0.0", + "@commitlint/config-conventional": "^20.2.0", "@ui5/cli": "^4.0.38", "husky": "^9.1.7", "licensee": "^11.1.1"