diff --git a/package-lock.json b/package-lock.json index f487acd..77b7542 100644 --- a/package-lock.json +++ b/package-lock.json @@ -622,12 +622,13 @@ } }, "node_modules/@commitlint/config-conventional": { - "version": "19.2.2", - "resolved": "https://registry.npmjs.org/@commitlint/config-conventional/-/config-conventional-19.2.2.tgz", - "integrity": "sha512-mLXjsxUVLYEGgzbxbxicGPggDuyWNkf25Ht23owXIH+zV2pv1eJuzLK3t1gDY5Gp6pxdE60jZnWUY5cvgL3ufw==", + "version": "19.8.1", + "resolved": "https://registry.npmjs.org/@commitlint/config-conventional/-/config-conventional-19.8.1.tgz", + "integrity": "sha512-/AZHJL6F6B/G959CsMAzrPKKZjeEiAVifRyEwXxcT6qtqbPwGw+iQxmNS+Bu+i09OCtdNRW6pNpBvgPrtMr9EQ==", "dev": true, + "license": "MIT", "dependencies": { - "@commitlint/types": "^19.0.3", + "@commitlint/types": "^19.8.1", "conventional-changelog-conventionalcommits": "^7.0.2" }, "engines": { @@ -842,9 +843,9 @@ } }, "node_modules/@commitlint/types": { - "version": "19.5.0", - "resolved": "https://registry.npmjs.org/@commitlint/types/-/types-19.5.0.tgz", - "integrity": "sha512-DSHae2obMSMkAtTBSOulg5X7/z+rGLxcXQIkg3OmWvY6wifojge5uVMydfhUvs7yQj+V7jNmRZ2Xzl8GJyqRgg==", + "version": "19.8.1", + "resolved": "https://registry.npmjs.org/@commitlint/types/-/types-19.8.1.tgz", + "integrity": "sha512-/yCrWGCoA1SVKOks25EGadP9Pnj0oAIHGpl2wH2M2Y46dPM2ueb8wyCVOD7O3WCTkaJ0IkKvzhl1JY7+uCT2Dw==", "dev": true, "license": "MIT", "dependencies": { @@ -2516,12 +2517,13 @@ } }, "node_modules/@pplancq/commitlint-config": { - "version": "2.2.0", - "resolved": "https://registry.npmjs.org/@pplancq/commitlint-config/-/commitlint-config-2.2.0.tgz", - "integrity": "sha512-p0OFHmQ55vwb+1/2SdxxsjptOxcq/8hm4djNmE2XY2bSh+TAvAZ9rtHPoxxrK2vfiHHzwf0mSrSByMkd1D4/2w==", + "version": "2.2.3", + "resolved": "https://registry.npmjs.org/@pplancq/commitlint-config/-/commitlint-config-2.2.3.tgz", + "integrity": "sha512-6I0L3rROyF4FjwvaSdjtfCBpb2Lfdzu01s0tzLySBrlGCv/zNtfx5nuEc/QL8QLBWFlOVqtXiwdpHdo8UJsfkg==", "dev": true, + "license": "MIT", "dependencies": { - "@commitlint/config-conventional": "^19.2.2" + "@commitlint/config-conventional": "^19.8.1" }, "bin": { "init-commitlint-config": "bin/init.js" @@ -5299,6 +5301,7 @@ "resolved": "https://registry.npmjs.org/conventional-changelog-conventionalcommits/-/conventional-changelog-conventionalcommits-7.0.2.tgz", "integrity": "sha512-NKXYmMR/Hr1DevQegFB4MwfM5Vv0m4UIxKZTTYuD98lpTknaZlSRrDOG4X7wIXpGkfsYxZTghUN+Qq+T0YQI7w==", "dev": true, + "license": "ISC", "dependencies": { "compare-func": "^2.0.0" },