From a94f0af6660807387488a3bf9101b965ea6767be Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 12 Jan 2023 15:27:07 +0000 Subject: [PATCH] build(deps): bump @commitlint/load from 17.4.1 to 17.4.2 in /action Bumps [@commitlint/load](https://github.com/conventional-changelog/commitlint/tree/HEAD/@commitlint/load) from 17.4.1 to 17.4.2. - [Release notes](https://github.com/conventional-changelog/commitlint/releases) - [Changelog](https://github.com/conventional-changelog/commitlint/blob/master/@commitlint/load/CHANGELOG.md) - [Commits](https://github.com/conventional-changelog/commitlint/commits/v17.4.2/@commitlint/load) --- updated-dependencies: - dependency-name: "@commitlint/load" dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- action/package-lock.json | 14 +++++++------- action/package.json | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/action/package-lock.json b/action/package-lock.json index 77aa2b4c7..4e5a97ded 100644 --- a/action/package-lock.json +++ b/action/package-lock.json @@ -17,7 +17,7 @@ "@commitlint/config-lerna-scopes": "^17.4.2", "@commitlint/config-patternplate": "^17.4.2", "@commitlint/lint": "^17.4.0", - "@commitlint/load": "^17.4.1" + "@commitlint/load": "^17.4.2" }, "devDependencies": { "sinon": "^15.0.1", @@ -655,9 +655,9 @@ } }, "node_modules/@commitlint/load": { - "version": "17.4.1", - "resolved": "https://registry.npmjs.org/@commitlint/load/-/load-17.4.1.tgz", - "integrity": "sha512-6A7/LhIaQpL4ieciIDcVvK2d5z/UI1GBrtDaHm6sQSCL0265clB2/F7XKQNTJHXv9yG4LByT2r+QCpM4GugIfw==", + "version": "17.4.2", + "resolved": "https://registry.npmjs.org/@commitlint/load/-/load-17.4.2.tgz", + "integrity": "sha512-Si++F85rJ9t4hw6JcOw1i2h0fdpdFQt0YKwjuK4bk9KhFjyFkRxvR3SB2dPaMs+EwWlDrDBGL+ygip1QD6gmPw==", "dependencies": { "@commitlint/config-validator": "^17.4.0", "@commitlint/execute-rule": "^17.4.0", @@ -6425,9 +6425,9 @@ } }, "@commitlint/load": { - "version": "17.4.1", - "resolved": "https://registry.npmjs.org/@commitlint/load/-/load-17.4.1.tgz", - "integrity": "sha512-6A7/LhIaQpL4ieciIDcVvK2d5z/UI1GBrtDaHm6sQSCL0265clB2/F7XKQNTJHXv9yG4LByT2r+QCpM4GugIfw==", + "version": "17.4.2", + "resolved": "https://registry.npmjs.org/@commitlint/load/-/load-17.4.2.tgz", + "integrity": "sha512-Si++F85rJ9t4hw6JcOw1i2h0fdpdFQt0YKwjuK4bk9KhFjyFkRxvR3SB2dPaMs+EwWlDrDBGL+ygip1QD6gmPw==", "requires": { "@commitlint/config-validator": "^17.4.0", "@commitlint/execute-rule": "^17.4.0", diff --git a/action/package.json b/action/package.json index d301cd1b3..25ffcf8a3 100644 --- a/action/package.json +++ b/action/package.json @@ -42,7 +42,7 @@ "@commitlint/config-lerna-scopes": "^17.4.2", "@commitlint/config-patternplate": "^17.4.2", "@commitlint/lint": "^17.4.0", - "@commitlint/load": "^17.4.1" + "@commitlint/load": "^17.4.2" }, "devDependencies": { "sinon": "^15.0.1",