build(deps-dev): bump eslint-plugin-no-jquery from 3.0.1 to 3.0.2 (#149)

Bumps [eslint-plugin-no-jquery](https://github.com/wikimedia/eslint-plugin-no-jquery) from 3.0.1 to 3.0.2.
- [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/v3.0.1...v3.0.2)

---
updated-dependencies:
- dependency-name: eslint-plugin-no-jquery
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
dependabot[bot] 2024-06-21 17:22:33 -04:00 committed by GitHub
parent 53a1ed7887
commit 1206febd04
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 14 additions and 5 deletions

17
package-lock.json generated
View file

@ -8,7 +8,7 @@
"@wikimedia/codex": "^1.7.0",
"@wikimedia/types-wikimedia": "0.4.4",
"eslint-config-wikimedia": "0.28.2",
"eslint-plugin-no-jquery": "3.0.1",
"eslint-plugin-no-jquery": "3.0.2",
"grunt-banana-checker": "0.13.0",
"oojs": "^7.0.1",
"oojs-ui": "^0.50.0",
@ -1577,6 +1577,15 @@
"eslint-plugin-yml": "^1.14.0"
}
},
"node_modules/eslint-config-wikimedia/node_modules/eslint-plugin-no-jquery": {
"version": "3.0.1",
"resolved": "https://registry.npmjs.org/eslint-plugin-no-jquery/-/eslint-plugin-no-jquery-3.0.1.tgz",
"integrity": "sha512-GrzdjIxox/3x8hpSwpxiMuEQFipiJHTGiVsp0T1TI6GH+KVSbXa4z/56xTV1WiIe66u3iRgvCIipu9CRthecpQ==",
"dev": true,
"peerDependencies": {
"eslint": ">=8.0.0"
}
},
"node_modules/eslint-plugin-compat": {
"version": "4.2.0",
"resolved": "https://registry.npmjs.org/eslint-plugin-compat/-/eslint-plugin-compat-4.2.0.tgz",
@ -1771,9 +1780,9 @@
}
},
"node_modules/eslint-plugin-no-jquery": {
"version": "3.0.1",
"resolved": "https://registry.npmjs.org/eslint-plugin-no-jquery/-/eslint-plugin-no-jquery-3.0.1.tgz",
"integrity": "sha512-GrzdjIxox/3x8hpSwpxiMuEQFipiJHTGiVsp0T1TI6GH+KVSbXa4z/56xTV1WiIe66u3iRgvCIipu9CRthecpQ==",
"version": "3.0.2",
"resolved": "https://registry.npmjs.org/eslint-plugin-no-jquery/-/eslint-plugin-no-jquery-3.0.2.tgz",
"integrity": "sha512-n/+6p6PFhWDNPVLJj1463hw4OTIRBbROGcbhmtOHTgw7yihSKzkwZiQ00EJTneyeR3jRiw5lpWSMCCBhtb8t2g==",
"dev": true,
"peerDependencies": {
"eslint": ">=8.0.0"

View file

@ -12,7 +12,7 @@
"@wikimedia/codex": "^1.7.0",
"@wikimedia/types-wikimedia": "0.4.4",
"eslint-config-wikimedia": "0.28.2",
"eslint-plugin-no-jquery": "3.0.1",
"eslint-plugin-no-jquery": "3.0.2",
"grunt-banana-checker": "0.13.0",
"oojs": "^7.0.1",
"oojs-ui": "^0.50.0",