From e2901f25473f57d4f69043749bb2b9561c547043 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 1 Nov 2021 16:01:16 +0000 Subject: [PATCH] Bump eslint-plugin-no-jquery from 2.6.0 to 2.7.0 Bumps [eslint-plugin-no-jquery](https://github.com/wikimedia/eslint-plugin-no-jquery) from 2.6.0 to 2.7.0. - [Release notes](https://github.com/wikimedia/eslint-plugin-no-jquery/releases) - [Changelog](https://github.com/wikimedia/eslint-plugin-no-jquery/blob/master/Changelog.md) - [Commits](https://github.com/wikimedia/eslint-plugin-no-jquery/compare/v2.6.0...v2.7.0) --- updated-dependencies: - dependency-name: eslint-plugin-no-jquery dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package-lock.json | 6 +++--- package.json | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/package-lock.json b/package-lock.json index d1a2f5d..f757778 100644 --- a/package-lock.json +++ b/package-lock.json @@ -3010,9 +3010,9 @@ "dev": true }, "eslint-plugin-no-jquery": { - "version": "2.6.0", - "resolved": "https://registry.npmjs.org/eslint-plugin-no-jquery/-/eslint-plugin-no-jquery-2.6.0.tgz", - "integrity": "sha512-xC7pbNHJMdyxqhzcNMRrmC5/tbt1T4KCKXjOqUpKm/CaRryGKS5iWztzWPrL0KwyI3R3ub6goHFmIQS19f+mZA==", + "version": "2.7.0", + "resolved": "https://registry.npmjs.org/eslint-plugin-no-jquery/-/eslint-plugin-no-jquery-2.7.0.tgz", + "integrity": "sha512-Aeg7dA6GTH1AcWLlBtWNzOU9efK5KpNi7b0EhBO0o0M+awyzguUUo8gF6hXGjQ9n5h8/uRtYv9zOqQkeC5CG0w==", "dev": true }, "eslint-scope": { diff --git a/package.json b/package.json index dd1a7b2..843f209 100644 --- a/package.json +++ b/package.json @@ -19,7 +19,7 @@ "axios": "^0.21.1", "del": "^6.0.0", "eslint-config-wordpress": "^2.0.0", - "eslint-plugin-no-jquery": "^2.6.0", + "eslint-plugin-no-jquery": "^2.7.0", "gulp": "^4.0.2", "gulp-autoprefixer": "^8.0.0", "gulp-babel": "^8.0.0",