From f85e264827af962c19a1a20c22d690a9e4a7b632 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 20 Aug 2024 15:22:01 +0200 Subject: [PATCH] chore(deps-dev): bump the dev-dependencies group across 1 directory with 2 updates (#2006) Bumps the dev-dependencies group with 2 updates in the / directory: [husky](https://github.com/typicode/husky) and [semantic-release](https://github.com/semantic-release/semantic-release). Updates `husky` from 9.1.4 to 9.1.5 - [Release notes](https://github.com/typicode/husky/releases) - [Commits](https://github.com/typicode/husky/compare/v9.1.4...v9.1.5) Updates `semantic-release` from 24.0.0 to 24.1.0 - [Release notes](https://github.com/semantic-release/semantic-release/releases) - [Commits](https://github.com/semantic-release/semantic-release/compare/v24.0.0...v24.1.0) --- updated-dependencies: - dependency-name: husky dependency-type: direct:development update-type: version-update:semver-patch dependency-group: dev-dependencies - dependency-name: semantic-release dependency-type: direct:development update-type: version-update:semver-minor dependency-group: dev-dependencies ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- package-lock.json | 28 ++++++++++++++-------------- package.json | 4 ++-- 2 files changed, 16 insertions(+), 16 deletions(-) diff --git a/package-lock.json b/package-lock.json index 13c6e0660e..c7155f83bc 100644 --- a/package-lock.json +++ b/package-lock.json @@ -42,7 +42,7 @@ "eslint-plugin-react": "7.35.0", "eslint-plugin-standard": "5.0.0", "fs-extra": "11.2.0", - "husky": "9.1.4", + "husky": "9.1.5", "jsdom": "24.1.1", "lint-staged": "15.2.9", "mocha": "10.7.3", @@ -55,7 +55,7 @@ "rollup": "2.79.1", "rollup-plugin-terser": "7.0.2", "rollup-plugin-typescript2": "0.36.0", - "semantic-release": "24.0.0", + "semantic-release": "24.1.0", "sinon": "18.0.0", "sinon-chai": "3.7.0", "ts-mocha": "10.0.0", @@ -5239,9 +5239,9 @@ } }, "node_modules/husky": { - "version": "9.1.4", - "resolved": "https://registry.npmjs.org/husky/-/husky-9.1.4.tgz", - "integrity": "sha512-bho94YyReb4JV7LYWRWxZ/xr6TtOTt8cMfmQ39MQYJ7f/YE268s3GdghGwi+y4zAeqewE5zYLvuhV0M0ijsDEA==", + "version": "9.1.5", + "resolved": "https://registry.npmjs.org/husky/-/husky-9.1.5.tgz", + "integrity": "sha512-rowAVRUBfI0b4+niA4SJMhfQwc107VLkBUgEYYAOQAbqDCnra1nYh83hF/MDmhYs9t9n1E3DuKOrs2LYNC+0Ag==", "dev": true, "bin": { "husky": "bin.js" @@ -11267,9 +11267,9 @@ } }, "node_modules/semantic-release": { - "version": "24.0.0", - "resolved": "https://registry.npmjs.org/semantic-release/-/semantic-release-24.0.0.tgz", - "integrity": "sha512-v46CRPw+9eI3ZuYGF2oAjqPqsfbnfFTwLBgQsv/lch4goD09ytwOTESMN4QIrx/wPLxUGey60/NMx+ANQtWRsA==", + "version": "24.1.0", + "resolved": "https://registry.npmjs.org/semantic-release/-/semantic-release-24.1.0.tgz", + "integrity": "sha512-FwaE2hKDHQn9G6GA7xmqsc9WnsjaFD/ppLM5PUg56Do9oKSCf+vH6cPeb3hEBV/m06n8Sh9vbVqPjHu/1onzQw==", "dev": true, "dependencies": { "@semantic-release/commit-analyzer": "^13.0.0-beta.1", @@ -16619,9 +16619,9 @@ "dev": true }, "husky": { - "version": "9.1.4", - "resolved": "https://registry.npmjs.org/husky/-/husky-9.1.4.tgz", - "integrity": "sha512-bho94YyReb4JV7LYWRWxZ/xr6TtOTt8cMfmQ39MQYJ7f/YE268s3GdghGwi+y4zAeqewE5zYLvuhV0M0ijsDEA==", + "version": "9.1.5", + "resolved": "https://registry.npmjs.org/husky/-/husky-9.1.5.tgz", + "integrity": "sha512-rowAVRUBfI0b4+niA4SJMhfQwc107VLkBUgEYYAOQAbqDCnra1nYh83hF/MDmhYs9t9n1E3DuKOrs2LYNC+0Ag==", "dev": true }, "iconv-lite": { @@ -20622,9 +20622,9 @@ } }, "semantic-release": { - "version": "24.0.0", - "resolved": "https://registry.npmjs.org/semantic-release/-/semantic-release-24.0.0.tgz", - "integrity": "sha512-v46CRPw+9eI3ZuYGF2oAjqPqsfbnfFTwLBgQsv/lch4goD09ytwOTESMN4QIrx/wPLxUGey60/NMx+ANQtWRsA==", + "version": "24.1.0", + "resolved": "https://registry.npmjs.org/semantic-release/-/semantic-release-24.1.0.tgz", + "integrity": "sha512-FwaE2hKDHQn9G6GA7xmqsc9WnsjaFD/ppLM5PUg56Do9oKSCf+vH6cPeb3hEBV/m06n8Sh9vbVqPjHu/1onzQw==", "dev": true, "requires": { "@semantic-release/commit-analyzer": "^13.0.0-beta.1", diff --git a/package.json b/package.json index f3d581edee..66675bb9f8 100644 --- a/package.json +++ b/package.json @@ -70,7 +70,7 @@ "eslint-plugin-react": "7.35.0", "eslint-plugin-standard": "5.0.0", "fs-extra": "11.2.0", - "husky": "9.1.4", + "husky": "9.1.5", "jsdom": "24.1.1", "lint-staged": "15.2.9", "mocha": "10.7.3", @@ -83,7 +83,7 @@ "rollup": "2.79.1", "rollup-plugin-terser": "7.0.2", "rollup-plugin-typescript2": "0.36.0", - "semantic-release": "24.0.0", + "semantic-release": "24.1.0", "sinon": "18.0.0", "sinon-chai": "3.7.0", "ts-mocha": "10.0.0",