diff options
author | Darius Jahandarie <djahandarie@gmail.com> | 2023-09-23 14:39:33 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-09-23 14:39:33 +0000 |
commit | 42c29025f9056450897a185e2a5e73bbd62fa79c (patch) | |
tree | e50c035a671725c22e328efba39a926a77f4bcec | |
parent | f56a446209d58efdb73799c878706cff510d28a1 (diff) | |
parent | 805f0284e751fe48ff694d954213532e0e27dade (diff) |
Merge pull request #233 from themoeway/dependabot/npm_and_yarn/eslint-plugin-jsonc-2.9.0
Bump eslint-plugin-jsonc from 2.8.0 to 2.9.0
-rw-r--r-- | package-lock.json | 14 | ||||
-rw-r--r-- | package.json | 2 |
2 files changed, 8 insertions, 8 deletions
diff --git a/package-lock.json b/package-lock.json index eafab34f..f0ec91b6 100644 --- a/package-lock.json +++ b/package-lock.json @@ -17,7 +17,7 @@ "eslint": "^8.48.0", "eslint-plugin-header": "^3.1.1", "eslint-plugin-jsdoc": "^39.3.6", - "eslint-plugin-jsonc": "^2.8.0", + "eslint-plugin-jsonc": "^2.9.0", "eslint-plugin-no-unsanitized": "^4.0.1", "fake-indexeddb": "^4.0.2", "html-validate": "^7.6.0", @@ -3040,9 +3040,9 @@ } }, "node_modules/eslint-plugin-jsonc": { - "version": "2.8.0", - "resolved": "https://registry.npmjs.org/eslint-plugin-jsonc/-/eslint-plugin-jsonc-2.8.0.tgz", - "integrity": "sha512-K4VsnztnNwpm+V49CcCu5laq8VjclJpuhfI9LFkOrOyK+BKdQHMzkWo43B4X4rYaVrChm4U9kw/tTU5RHh5Wtg==", + "version": "2.9.0", + "resolved": "https://registry.npmjs.org/eslint-plugin-jsonc/-/eslint-plugin-jsonc-2.9.0.tgz", + "integrity": "sha512-RK+LeONVukbLwT2+t7/OY54NJRccTXh/QbnXzPuTLpFMVZhPuq1C9E07+qWenGx7rrQl0kAalAWl7EmB+RjpGA==", "dev": true, "dependencies": { "@eslint-community/eslint-utils": "^4.2.0", @@ -11629,9 +11629,9 @@ } }, "eslint-plugin-jsonc": { - "version": "2.8.0", - "resolved": "https://registry.npmjs.org/eslint-plugin-jsonc/-/eslint-plugin-jsonc-2.8.0.tgz", - "integrity": "sha512-K4VsnztnNwpm+V49CcCu5laq8VjclJpuhfI9LFkOrOyK+BKdQHMzkWo43B4X4rYaVrChm4U9kw/tTU5RHh5Wtg==", + "version": "2.9.0", + "resolved": "https://registry.npmjs.org/eslint-plugin-jsonc/-/eslint-plugin-jsonc-2.9.0.tgz", + "integrity": "sha512-RK+LeONVukbLwT2+t7/OY54NJRccTXh/QbnXzPuTLpFMVZhPuq1C9E07+qWenGx7rrQl0kAalAWl7EmB+RjpGA==", "dev": true, "requires": { "@eslint-community/eslint-utils": "^4.2.0", diff --git a/package.json b/package.json index bac3af9a..12ac8305 100644 --- a/package.json +++ b/package.json @@ -43,7 +43,7 @@ "eslint": "^8.48.0", "eslint-plugin-header": "^3.1.1", "eslint-plugin-jsdoc": "^39.3.6", - "eslint-plugin-jsonc": "^2.8.0", + "eslint-plugin-jsonc": "^2.9.0", "eslint-plugin-no-unsanitized": "^4.0.1", "fake-indexeddb": "^4.0.2", "html-validate": "^7.6.0", |