From 73e8df6b475f579502af12fc9b48a67b5d124886 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 18 Nov 2024 17:12:44 +0000 Subject: [PATCH] Bump the development-dependencies group with 2 updates Bumps the development-dependencies group with 2 updates: [@eslint/json](https://github.com/eslint/json) and [husky](https://github.com/typicode/husky). Updates `@eslint/json` from 0.6.0 to 0.7.0 - [Release notes](https://github.com/eslint/json/releases) - [Changelog](https://github.com/eslint/json/blob/main/CHANGELOG.md) - [Commits](https://github.com/eslint/json/compare/json-v0.6.0...json-v0.7.0) 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: "@eslint/json" dependency-type: direct:development update-type: version-update:semver-minor dependency-group: development-dependencies - dependency-name: husky dependency-type: direct:development update-type: version-update:semver-patch dependency-group: development-dependencies ... Signed-off-by: dependabot[bot] --- package-lock.json | 21 ++++++++++----------- package.json | 4 ++-- 2 files changed, 12 insertions(+), 13 deletions(-) diff --git a/package-lock.json b/package-lock.json index eb261ae..5d992bd 100644 --- a/package-lock.json +++ b/package-lock.json @@ -16,11 +16,11 @@ ], "license": "MIT", "devDependencies": { - "@eslint/json": "^0.6.0", + "@eslint/json": "^0.7.0", "@eslint/markdown": "^6.2.1", "eslint": "^9.15.0", "eslint-plugin-yml": "^1.15.0", - "husky": "^9.1.6" + "husky": "^9.1.7" } }, "node_modules/@eslint-community/eslint-utils": { @@ -115,14 +115,13 @@ } }, "node_modules/@eslint/json": { - "version": "0.6.0", - "resolved": "https://registry.npmjs.org/@eslint/json/-/json-0.6.0.tgz", - "integrity": "sha512-xlYoULv2QIeJnjFP4RVbPMpaGplsYo0vSIBpXP/QRnoi7oDYhVZ4u3wE5UUwI8hnhTQUMozrDhyuVFXMQ1HkMQ==", + "version": "0.7.0", + "resolved": "https://registry.npmjs.org/@eslint/json/-/json-0.7.0.tgz", + "integrity": "sha512-An8RJzmo0VivQBYs873eRhI0DzE3F8XUgLntwIUetFedqEKNEIDHteNWZg+d3oIEYPLuWPoosYUToBWiW15WMA==", "dev": true, - "license": "Apache-2.0", "dependencies": { - "@eslint/plugin-kit": "^0.2.0", - "@humanwhocodes/momoa": "^3.3.0" + "@eslint/plugin-kit": "^0.2.3", + "@humanwhocodes/momoa": "^3.3.3" }, "engines": { "node": "^18.18.0 || ^20.9.0 || >=21.1.0" @@ -798,9 +797,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" diff --git a/package.json b/package.json index 823b4fb..024c493 100644 --- a/package.json +++ b/package.json @@ -28,10 +28,10 @@ "bump:firefox": "bash utils/bump.sh --ff" }, "devDependencies": { - "@eslint/json": "^0.6.0", + "@eslint/json": "^0.7.0", "@eslint/markdown": "^6.2.1", "eslint": "^9.15.0", "eslint-plugin-yml": "^1.15.0", - "husky": "^9.1.6" + "husky": "^9.1.7" } }