diff --git a/package-lock.json b/package-lock.json index 874e3d3..48358bf 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,19 +1,19 @@ { "name": "@no-js-dev/nojs", - "version": "1.20.2", + "version": "1.21.1", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@no-js-dev/nojs", - "version": "1.20.2", + "version": "1.21.1", "license": "MIT", "devDependencies": { "@axe-core/playwright": "^4.12.1", "@babel/core": "^7.29.0", "@babel/preset-env": "^7.29.0", "@commitlint/cli": "^21.2.0", - "@commitlint/config-conventional": "^21.2.0", + "@commitlint/config-conventional": "^21.2.2", "@eslint/js": "^10.0.1", "@playwright/test": "^1.61.1", "@testing-library/jest-dom": "^7.0.0", @@ -1924,9 +1924,9 @@ } }, "node_modules/@commitlint/config-conventional": { - "version": "21.2.0", - "resolved": "https://registry.npmjs.org/@commitlint/config-conventional/-/config-conventional-21.2.0.tgz", - "integrity": "sha512-Qf8WRDVcyVd14if6VTWenebxFbKnVnbzPUJjlzjkyJGeHK2xCGd63Dr1XZzj0plXKQb9P0BfOxoc1HVeCo2BWQ==", + "version": "21.2.2", + "resolved": "https://registry.npmjs.org/@commitlint/config-conventional/-/config-conventional-21.2.2.tgz", + "integrity": "sha512-NxA37SZviusFUEYOQZ5hNnZ1h7O/KiemPkxjOlpzKJNnWxThiwc6/SaZhaPa8fyLvfRBAywhQhJJk8XESHWlpQ==", "dev": true, "license": "MIT", "dependencies": { @@ -5793,25 +5793,6 @@ "url": "https://ko-fi.com/dangreen" } }, - "node_modules/git-raw-commits/node_modules/conventional-commits-parser": { - "version": "6.4.0", - "resolved": "https://registry.npmjs.org/conventional-commits-parser/-/conventional-commits-parser-6.4.0.tgz", - "integrity": "sha512-tvRg7FIBNlyPzjdG8wWRlPHQJJHI7DylhtRGeU9Lq+JuoPh5BKpPRX83ZdLrvXuOSu5Eo/e7SzOQhU4Hd2Miuw==", - "dev": true, - "license": "MIT", - "optional": true, - "peer": true, - "dependencies": { - "@simple-libs/stream-utils": "^1.2.0", - "meow": "^13.0.0" - }, - "bin": { - "conventional-commits-parser": "dist/cli/index.js" - }, - "engines": { - "node": ">=18" - } - }, "node_modules/git-raw-commits/node_modules/meow": { "version": "13.2.0", "resolved": "https://registry.npmjs.org/meow/-/meow-13.2.0.tgz", diff --git a/package.json b/package.json index a8e3679..d4a607d 100644 --- a/package.json +++ b/package.json @@ -54,7 +54,7 @@ "@babel/core": "^7.29.0", "@babel/preset-env": "^7.29.0", "@commitlint/cli": "^21.2.0", - "@commitlint/config-conventional": "^21.2.0", + "@commitlint/config-conventional": "^21.2.2", "@eslint/js": "^10.0.1", "@playwright/test": "^1.61.1", "@testing-library/jest-dom": "^7.0.0",