diff --git a/package-lock.json b/package-lock.json index ca6374c..d37e965 100644 --- a/package-lock.json +++ b/package-lock.json @@ -13,7 +13,7 @@ "devDependencies": { "@commitlint/cli": "^20.5.0", "@commitlint/config-conventional": "20.5.0", - "commitlint-plugin-tense": "1.0.9", + "commitlint-plugin-tense": "1.0.10", "husky": "9.1.7" }, "engines": { @@ -740,9 +740,6 @@ "arm" ], "dev": true, - "libc": [ - "glibc" - ], "license": "MIT", "optional": true, "os": [ @@ -757,9 +754,6 @@ "arm" ], "dev": true, - "libc": [ - "musl" - ], "license": "MIT", "optional": true, "os": [ @@ -774,9 +768,6 @@ "arm64" ], "dev": true, - "libc": [ - "glibc" - ], "license": "MIT", "optional": true, "os": [ @@ -791,9 +782,6 @@ "arm64" ], "dev": true, - "libc": [ - "musl" - ], "license": "MIT", "optional": true, "os": [ @@ -808,9 +796,6 @@ "loong64" ], "dev": true, - "libc": [ - "glibc" - ], "license": "MIT", "optional": true, "os": [ @@ -825,9 +810,6 @@ "loong64" ], "dev": true, - "libc": [ - "musl" - ], "license": "MIT", "optional": true, "os": [ @@ -842,9 +824,6 @@ "ppc64" ], "dev": true, - "libc": [ - "glibc" - ], "license": "MIT", "optional": true, "os": [ @@ -859,9 +838,6 @@ "ppc64" ], "dev": true, - "libc": [ - "musl" - ], "license": "MIT", "optional": true, "os": [ @@ -876,9 +852,6 @@ "riscv64" ], "dev": true, - "libc": [ - "glibc" - ], "license": "MIT", "optional": true, "os": [ @@ -893,9 +866,6 @@ "riscv64" ], "dev": true, - "libc": [ - "musl" - ], "license": "MIT", "optional": true, "os": [ @@ -910,9 +880,6 @@ "s390x" ], "dev": true, - "libc": [ - "glibc" - ], "license": "MIT", "optional": true, "os": [ @@ -927,9 +894,6 @@ "x64" ], "dev": true, - "libc": [ - "glibc" - ], "license": "MIT", "optional": true, "os": [ @@ -944,9 +908,6 @@ "x64" ], "dev": true, - "libc": [ - "musl" - ], "license": "MIT", "optional": true, "os": [ @@ -1606,29 +1567,19 @@ "license": "MIT" }, "node_modules/commitlint-plugin-tense": { - "version": "1.0.9", - "resolved": "https://registry.npmjs.org/commitlint-plugin-tense/-/commitlint-plugin-tense-1.0.9.tgz", - "integrity": "sha512-5hpXeXU6T7QPgMGHozlBQSzMwcK208giFiKub3NxtzPMFBwzoLdBHRQoqQyhRBQO55A1ygEvwPNE7ZT1UyGxiQ==", + "version": "1.0.10", + "resolved": "https://registry.npmjs.org/commitlint-plugin-tense/-/commitlint-plugin-tense-1.0.10.tgz", + "integrity": "sha512-DO/f+X3LrrOPdrVtFvA7KSuCG8V1Qc3jtOtf1HHdRvYDlIYH0ngVy/m+jGz8kBZrCNfRPM6P9CTlRjAwE7IstQ==", "dev": true, "license": "MIT", "dependencies": { - "@commitlint/message": "^19.5.0", + "@commitlint/message": "^20.4.3", "fast-tag-pos": "^2.0.0" }, "peerDependencies": { "@commitlint/lint": ">=7.6.0" } }, - "node_modules/commitlint-plugin-tense/node_modules/@commitlint/message": { - "version": "19.8.1", - "resolved": "https://registry.npmjs.org/@commitlint/message/-/message-19.8.1.tgz", - "integrity": "sha512-+PMLQvjRXiU+Ae0Wc+p99EoGEutzSXFVwQfa3jRNUZLNW5odZAyseb92OSBTKCu+9gGZiJASt76Cj3dLTtcTdg==", - "dev": true, - "license": "MIT", - "engines": { - "node": ">=v18" - } - }, "node_modules/commondir": { "version": "1.0.1", "resolved": "https://registry.npmjs.org/commondir/-/commondir-1.0.1.tgz", diff --git a/package.json b/package.json index beafdb8..7f9f46c 100644 --- a/package.json +++ b/package.json @@ -14,7 +14,7 @@ "devDependencies": { "@commitlint/cli": "^20.5.0", "@commitlint/config-conventional": "20.5.0", - "commitlint-plugin-tense": "1.0.9", + "commitlint-plugin-tense": "1.0.10", "husky": "9.1.7" }, "scripts": {