From 348f786b4a64c7bc1f9eb0e9995d418a7c327005 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 1 Sep 2024 21:51:08 +0000 Subject: [PATCH] chore(deps-dev): bump @eslint-community/eslint-plugin-eslint-comments Bumps [@eslint-community/eslint-plugin-eslint-comments](https://github.com/eslint-community/eslint-plugin-eslint-comments) from 4.3.0 to 4.4.0. - [Release notes](https://github.com/eslint-community/eslint-plugin-eslint-comments/releases) - [Commits](https://github.com/eslint-community/eslint-plugin-eslint-comments/compare/v4.3.0...v4.4.0) --- updated-dependencies: - dependency-name: "@eslint-community/eslint-plugin-eslint-comments" dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package-lock.json | 17 ++++++++++------- package.json | 2 +- 2 files changed, 11 insertions(+), 8 deletions(-) diff --git a/package-lock.json b/package-lock.json index 9c844cf..a34ecf7 100644 --- a/package-lock.json +++ b/package-lock.json @@ -20,7 +20,7 @@ "postgrator": "index.js" }, "devDependencies": { - "@eslint-community/eslint-plugin-eslint-comments": "^4.3.0", + "@eslint-community/eslint-plugin-eslint-comments": "^4.4.0", "c8": "^10.1.2", "chai": "^4.5.0", "chai-as-promised": "^8.0.0", @@ -449,9 +449,9 @@ "dev": true }, "node_modules/@eslint-community/eslint-plugin-eslint-comments": { - "version": "4.3.0", - "resolved": "https://registry.npmjs.org/@eslint-community/eslint-plugin-eslint-comments/-/eslint-plugin-eslint-comments-4.3.0.tgz", - "integrity": "sha512-6e93KtgsndNkvwCCa07LOQJSwzzLLxwrFll3+huyFoiiQXWG0KBcmo0Q1bVgYQQDLfWOOZl2VPBsXqZL6vHIBQ==", + "version": "4.4.0", + "resolved": "https://registry.npmjs.org/@eslint-community/eslint-plugin-eslint-comments/-/eslint-plugin-eslint-comments-4.4.0.tgz", + "integrity": "sha512-yljsWl5Qv3IkIRmJ38h3NrHXFCm4EUl55M8doGTF6hvzvFF8kRpextgSrg2dwHev9lzBZyafCr9RelGIyQm6fw==", "dev": true, "dependencies": { "escape-string-regexp": "^4.0.0", @@ -460,6 +460,9 @@ "engines": { "node": "^12.22.0 || ^14.17.0 || >=16.0.0" }, + "funding": { + "url": "https://opencollective.com/eslint" + }, "peerDependencies": { "eslint": "^6.0.0 || ^7.0.0 || ^8.0.0 || ^9.0.0" } @@ -6958,9 +6961,9 @@ "dev": true }, "@eslint-community/eslint-plugin-eslint-comments": { - "version": "4.3.0", - "resolved": "https://registry.npmjs.org/@eslint-community/eslint-plugin-eslint-comments/-/eslint-plugin-eslint-comments-4.3.0.tgz", - "integrity": "sha512-6e93KtgsndNkvwCCa07LOQJSwzzLLxwrFll3+huyFoiiQXWG0KBcmo0Q1bVgYQQDLfWOOZl2VPBsXqZL6vHIBQ==", + "version": "4.4.0", + "resolved": "https://registry.npmjs.org/@eslint-community/eslint-plugin-eslint-comments/-/eslint-plugin-eslint-comments-4.4.0.tgz", + "integrity": "sha512-yljsWl5Qv3IkIRmJ38h3NrHXFCm4EUl55M8doGTF6hvzvFF8kRpextgSrg2dwHev9lzBZyafCr9RelGIyQm6fw==", "dev": true, "requires": { "escape-string-regexp": "^4.0.0", diff --git a/package.json b/package.json index 82f00c9..15f848b 100644 --- a/package.json +++ b/package.json @@ -55,7 +55,7 @@ "yaml": "^2.5.0" }, "devDependencies": { - "@eslint-community/eslint-plugin-eslint-comments": "^4.3.0", + "@eslint-community/eslint-plugin-eslint-comments": "^4.4.0", "c8": "^10.1.2", "chai": "^4.5.0", "chai-as-promised": "^8.0.0",