From 88e2ab3f87f7e1f4dc611add945db09928a260f3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 18 Nov 2024 17:16:40 +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 336d791e8..b0d3d1742 100644 --- a/package-lock.json +++ b/package-lock.json @@ -11,13 +11,13 @@ "devDependencies": { "@adamlui/minify.js": "^1.8.5", "@adamlui/scss-to-css": "^1.10.19", - "@eslint/json": "^0.6.0", + "@eslint/json": "^0.7.0", "@eslint/markdown": "^6.2.1", "docsify-cli": "^4.4.4", "eslint": "^9.15.0", "eslint-plugin-regexp": "^2.7.0", "eslint-plugin-yml": "^1.15.0", - "husky": "^9.1.6" + "husky": "^9.1.7" }, "funding": { "type": "github", @@ -155,14 +155,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" @@ -2141,9 +2140,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 32967eec1..c5eb4a817 100644 --- a/package.json +++ b/package.json @@ -66,12 +66,12 @@ "devDependencies": { "@adamlui/minify.js": "^1.8.5", "@adamlui/scss-to-css": "^1.10.19", - "@eslint/json": "^0.6.0", + "@eslint/json": "^0.7.0", "@eslint/markdown": "^6.2.1", "docsify-cli": "^4.4.4", "eslint": "^9.15.0", "eslint-plugin-regexp": "^2.7.0", "eslint-plugin-yml": "^1.15.0", - "husky": "^9.1.6" + "husky": "^9.1.7" } }