diff --git a/package-lock.json b/package-lock.json index 83bcfa3..c14c396 100644 --- a/package-lock.json +++ b/package-lock.json @@ -6,7 +6,7 @@ "": { "devDependencies": { "eslint": "^9.8.0", - "eslint-plugin-json": "^4.0.0", + "eslint-plugin-json": "^4.0.1", "husky": "^9.1.4" } }, @@ -392,9 +392,9 @@ } }, "node_modules/eslint-plugin-json": { - "version": "4.0.0", - "resolved": "https://registry.npmjs.org/eslint-plugin-json/-/eslint-plugin-json-4.0.0.tgz", - "integrity": "sha512-l/P3WTzl2HI8PbwsbDIrZ+6jvwQI4TGuz20ReJkG3Y+gZS5ZurTgx+gBmuLpOgiqMyDJWyJ7+GCjevWtNYQcUg==", + "version": "4.0.1", + "resolved": "https://registry.npmjs.org/eslint-plugin-json/-/eslint-plugin-json-4.0.1.tgz", + "integrity": "sha512-3An5ISV5dq/kHfXdNyY5TUe2ONC3yXFSkLX2gu+W8xAhKhfvrRvkSAeKXCxZqZ0KJLX15ojBuLPyj+UikQMkOA==", "dev": true, "dependencies": { "lodash": "^4.17.21", diff --git a/package.json b/package.json index 492aa37..8bfee3c 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "devDependencies": { "eslint": "^9.8.0", - "eslint-plugin-json": "^4.0.0", + "eslint-plugin-json": "^4.0.1", "husky": "^9.1.4" }, "scripts": {