From f47e69ec71d5510ee78a199a0f71aceea10114d8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 24 Jun 2024 01:04:04 +0000 Subject: [PATCH] Bump eslint-plugin-json-schema-validator from 5.1.0 to 5.1.1 Bumps [eslint-plugin-json-schema-validator](https://github.com/ota-meshi/eslint-plugin-json-schema-validator) from 5.1.0 to 5.1.1. - [Release notes](https://github.com/ota-meshi/eslint-plugin-json-schema-validator/releases) - [Changelog](https://github.com/ota-meshi/eslint-plugin-json-schema-validator/blob/main/CHANGELOG.md) - [Commits](https://github.com/ota-meshi/eslint-plugin-json-schema-validator/compare/v5.1.0...v5.1.1) --- updated-dependencies: - dependency-name: eslint-plugin-json-schema-validator dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package-lock.json | 8 ++++---- package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index 93c2941..d4408ed 100644 --- a/package-lock.json +++ b/package-lock.json @@ -8,7 +8,7 @@ "@adamlui/minify.js": "^1.8.1", "@adamlui/scss-to-css": "^1.10.2", "eslint": "^9.5.0", - "eslint-plugin-json-schema-validator": "^5.1.0", + "eslint-plugin-json-schema-validator": "^5.1.1", "husky": "^9.0.11" } }, @@ -550,9 +550,9 @@ } }, "node_modules/eslint-plugin-json-schema-validator": { - "version": "5.1.0", - "resolved": "https://registry.npmjs.org/eslint-plugin-json-schema-validator/-/eslint-plugin-json-schema-validator-5.1.0.tgz", - "integrity": "sha512-ZmVyxRIjm58oqe2kTuy90PpmZPrrKvOjRPXKzq8WCgRgAkidCgm5X8domL2KSfadZ3QFAmifMgGTcVNhZ5ez2g==", + "version": "5.1.1", + "resolved": "https://registry.npmjs.org/eslint-plugin-json-schema-validator/-/eslint-plugin-json-schema-validator-5.1.1.tgz", + "integrity": "sha512-VN0OiIYgke1CY5ukEdMwICpfNVXlwsyooExwtK4lRfvU7aomczw3TD/ehFvp6tATYdH2OZjJkXPLyToCm2Kb0w==", "dev": true, "dependencies": { "@eslint-community/eslint-utils": "^4.3.0", diff --git a/package.json b/package.json index de8c9e0..bcb7c5c 100644 --- a/package.json +++ b/package.json @@ -3,7 +3,7 @@ "@adamlui/minify.js": "^1.8.1", "@adamlui/scss-to-css": "^1.10.2", "eslint": "^9.5.0", - "eslint-plugin-json-schema-validator": "^5.1.0", + "eslint-plugin-json-schema-validator": "^5.1.1", "husky": "^9.0.11" }, "scripts": {