diff --git a/package-lock.json b/package-lock.json index 153495f..5bc0b98 100644 --- a/package-lock.json +++ b/package-lock.json @@ -15,7 +15,7 @@ "@commitlint/config-conventional": "^13.2.0", "@commitlint/config-lerna-scopes": "^13.2.0", "@commitlint/config-patternplate": "^13.2.0", - "@commitlint/format": "^13.2.0", + "@commitlint/format": "^17.0.0", "@commitlint/lint": "^13.2.0", "@commitlint/load": "^13.2.1", "commitlint-config-jira": "^1.5.1", @@ -2143,15 +2143,26 @@ } }, "node_modules/@commitlint/format": { - "version": "13.2.0", - "resolved": "https://registry.npmjs.org/@commitlint/format/-/format-13.2.0.tgz", - "integrity": "sha512-yNBQJe6YFhM1pJAta4LvzQxccSKof6axJH7ALYjuhQqfT8AKlad7Y/2SuJ07ioyreNIqwOTuF2UfU8yJ7JzEIQ==", + "version": "17.0.0", + "resolved": "https://registry.npmjs.org/@commitlint/format/-/format-17.0.0.tgz", + "integrity": "sha512-MZzJv7rBp/r6ZQJDEodoZvdRM0vXu1PfQvMTNWFb8jFraxnISMTnPBWMMjr2G/puoMashwaNM//fl7j8gGV5lA==", "dependencies": { - "@commitlint/types": "^13.2.0", - "chalk": "^4.0.0" + "@commitlint/types": "^17.0.0", + "chalk": "^4.1.0" }, "engines": { - "node": ">=v12" + "node": ">=v14" + } + }, + "node_modules/@commitlint/format/node_modules/@commitlint/types": { + "version": "17.0.0", + "resolved": "https://registry.npmjs.org/@commitlint/types/-/types-17.0.0.tgz", + "integrity": "sha512-hBAw6U+SkAT5h47zDMeOu3HSiD0SODw4Aq7rRNh1ceUmL7GyLKYhPbUvlRWqZ65XjBLPHZhFyQlRaPNz8qvUyQ==", + "dependencies": { + "chalk": "^4.1.0" + }, + "engines": { + "node": ">=v14" } }, "node_modules/@commitlint/is-ignored": { @@ -16754,12 +16765,22 @@ "integrity": "sha512-6nPwpN0hwTYmsH3WM4hCdN+NrMopgRIuQ0aqZa+jnwMoS/g6ljliQNYfL+m5WO306BaIu1W3yYpbW5aI8gEr0g==" }, "@commitlint/format": { - "version": "13.2.0", - "resolved": "https://registry.npmjs.org/@commitlint/format/-/format-13.2.0.tgz", - "integrity": "sha512-yNBQJe6YFhM1pJAta4LvzQxccSKof6axJH7ALYjuhQqfT8AKlad7Y/2SuJ07ioyreNIqwOTuF2UfU8yJ7JzEIQ==", + "version": "17.0.0", + "resolved": "https://registry.npmjs.org/@commitlint/format/-/format-17.0.0.tgz", + "integrity": "sha512-MZzJv7rBp/r6ZQJDEodoZvdRM0vXu1PfQvMTNWFb8jFraxnISMTnPBWMMjr2G/puoMashwaNM//fl7j8gGV5lA==", "requires": { - "@commitlint/types": "^13.2.0", - "chalk": "^4.0.0" + "@commitlint/types": "^17.0.0", + "chalk": "^4.1.0" + }, + "dependencies": { + "@commitlint/types": { + "version": "17.0.0", + "resolved": "https://registry.npmjs.org/@commitlint/types/-/types-17.0.0.tgz", + "integrity": "sha512-hBAw6U+SkAT5h47zDMeOu3HSiD0SODw4Aq7rRNh1ceUmL7GyLKYhPbUvlRWqZ65XjBLPHZhFyQlRaPNz8qvUyQ==", + "requires": { + "chalk": "^4.1.0" + } + } } }, "@commitlint/is-ignored": { diff --git a/package.json b/package.json index cddb34d..6f49aed 100644 --- a/package.json +++ b/package.json @@ -28,7 +28,7 @@ "@commitlint/config-conventional": "^13.2.0", "@commitlint/config-lerna-scopes": "^13.2.0", "@commitlint/config-patternplate": "^13.2.0", - "@commitlint/format": "^13.2.0", + "@commitlint/format": "^17.0.0", "@commitlint/lint": "^13.2.0", "@commitlint/load": "^13.2.1", "commitlint-config-jira": "^1.5.1",