From dd897259b7e7fac2247ca97783b86cdb2f28c6be Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 19 Nov 2024 14:16:19 +0100 Subject: [PATCH] chore(deps-dev): bump the dev-dependencies group with 2 updates (#2071) Bumps the dev-dependencies group with 2 updates: [cross-spawn](https://github.com/moxystudio/node-cross-spawn) and [husky](https://github.com/typicode/husky). Updates `cross-spawn` from 7.0.5 to 7.0.6 - [Changelog](https://github.com/moxystudio/node-cross-spawn/blob/master/CHANGELOG.md) - [Commits](https://github.com/moxystudio/node-cross-spawn/compare/v7.0.5...v7.0.6) Updates `husky` from 9.1.6 to 9.1.7 - [Release notes](https://github.com/typicode/husky/releases) - [Commits](https://github.com/typicode/husky/compare/v9.1.6...v9.1.7) --- updated-dependencies: - dependency-name: cross-spawn dependency-type: direct:development update-type: version-update:semver-patch dependency-group: dev-dependencies - dependency-name: husky dependency-type: direct:development update-type: version-update:semver-patch 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 7a5b0b1c02..bb98c0d384 100644 --- a/package-lock.json +++ b/package-lock.json @@ -31,7 +31,7 @@ "babel-eslint": "10.1.0", "chai": "4.5.0", "chai-as-promised": "7.1.2", - "cross-spawn": "7.0.5", + "cross-spawn": "7.0.6", "eslint": "8.57.1", "eslint-config-prettier": "9.1.0", "eslint-config-standard": "17.1.0", @@ -42,7 +42,7 @@ "eslint-plugin-react": "7.37.2", "eslint-plugin-standard": "5.0.0", "fs-extra": "11.2.0", - "husky": "9.1.6", + "husky": "9.1.7", "jsdom": "25.0.1", "lint-staged": "15.2.10", "mocha": "10.8.2", @@ -2898,9 +2898,9 @@ } }, "node_modules/cross-spawn": { - "version": "7.0.5", - "resolved": "https://registry.npmjs.org/cross-spawn/-/cross-spawn-7.0.5.tgz", - "integrity": "sha512-ZVJrKKYunU38/76t0RMOulHOnUcbU9GbpWKAOZ0mhjr7CX6FVrH+4FrAapSOekrgFQ3f/8gwMEuIft0aKq6Hug==", + "version": "7.0.6", + "resolved": "https://registry.npmjs.org/cross-spawn/-/cross-spawn-7.0.6.tgz", + "integrity": "sha512-uV2QOWP2nWzsy2aMp8aRibhi9dlzF5Hgh5SHaB9OiTGEyDTiJJyx0uy51QXdyWbtAHNua4XJzUKca3OzKUd3vA==", "dev": true, "dependencies": { "path-key": "^3.1.0", @@ -5118,9 +5118,9 @@ } }, "node_modules/husky": { - "version": "9.1.6", - "resolved": "https://registry.npmjs.org/husky/-/husky-9.1.6.tgz", - "integrity": "sha512-sqbjZKK7kf44hfdE94EoX8MZNk0n7HeW37O4YrVGCF4wzgQjp+akPAkfUK5LZ6KuR/6sqeAVuXHji+RzQgOn5A==", + "version": "9.1.7", + "resolved": "https://registry.npmjs.org/husky/-/husky-9.1.7.tgz", + "integrity": "sha512-5gs5ytaNjBrh5Ow3zrvdUUY+0VxIuWVL4i9irt6friV+BqdCfmV11CQTWMiBYWHbXhco+J1kHfTOUkePhCDvMA==", "dev": true, "bin": { "husky": "bin.js" @@ -14821,9 +14821,9 @@ } }, "cross-spawn": { - "version": "7.0.5", - "resolved": "https://registry.npmjs.org/cross-spawn/-/cross-spawn-7.0.5.tgz", - "integrity": "sha512-ZVJrKKYunU38/76t0RMOulHOnUcbU9GbpWKAOZ0mhjr7CX6FVrH+4FrAapSOekrgFQ3f/8gwMEuIft0aKq6Hug==", + "version": "7.0.6", + "resolved": "https://registry.npmjs.org/cross-spawn/-/cross-spawn-7.0.6.tgz", + "integrity": "sha512-uV2QOWP2nWzsy2aMp8aRibhi9dlzF5Hgh5SHaB9OiTGEyDTiJJyx0uy51QXdyWbtAHNua4XJzUKca3OzKUd3vA==", "dev": true, "requires": { "path-key": "^3.1.0", @@ -16288,9 +16288,9 @@ "dev": true }, "husky": { - "version": "9.1.6", - "resolved": "https://registry.npmjs.org/husky/-/husky-9.1.6.tgz", - "integrity": "sha512-sqbjZKK7kf44hfdE94EoX8MZNk0n7HeW37O4YrVGCF4wzgQjp+akPAkfUK5LZ6KuR/6sqeAVuXHji+RzQgOn5A==", + "version": "9.1.7", + "resolved": "https://registry.npmjs.org/husky/-/husky-9.1.7.tgz", + "integrity": "sha512-5gs5ytaNjBrh5Ow3zrvdUUY+0VxIuWVL4i9irt6friV+BqdCfmV11CQTWMiBYWHbXhco+J1kHfTOUkePhCDvMA==", "dev": true }, "iconv-lite": { diff --git a/package.json b/package.json index e9766bd1d6..48600f45f7 100644 --- a/package.json +++ b/package.json @@ -59,7 +59,7 @@ "babel-eslint": "10.1.0", "chai": "4.5.0", "chai-as-promised": "7.1.2", - "cross-spawn": "7.0.5", + "cross-spawn": "7.0.6", "eslint": "8.57.1", "eslint-config-prettier": "9.1.0", "eslint-config-standard": "17.1.0", @@ -70,7 +70,7 @@ "eslint-plugin-react": "7.37.2", "eslint-plugin-standard": "5.0.0", "fs-extra": "11.2.0", - "husky": "9.1.6", + "husky": "9.1.7", "jsdom": "25.0.1", "lint-staged": "15.2.10", "mocha": "10.8.2",