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

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

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

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-12-02 23:39:29 -05:00 committed by GitHub
parent 471665fca9
commit 2526daa9f8
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 6 additions and 5 deletions

9
package-lock.json generated
View file

@ -7,7 +7,7 @@
"devDependencies": {
"@wikimedia/types-wikimedia": "0.4.4",
"eslint-config-wikimedia": "0.28.2",
"eslint-plugin-no-jquery": "3.0.2",
"eslint-plugin-no-jquery": "3.1.0",
"grunt-banana-checker": "0.13.0",
"oojs": "^7.0.1",
"oojs-ui": "^0.51.2",
@ -1557,10 +1557,11 @@
}
},
"node_modules/eslint-plugin-no-jquery": {
"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==",
"version": "3.1.0",
"resolved": "https://registry.npmjs.org/eslint-plugin-no-jquery/-/eslint-plugin-no-jquery-3.1.0.tgz",
"integrity": "sha512-Ze+eRlAbLAoceBqMXI2E9s6o3dC7zE75niP2Sy4D8I/u1TyLegrIpjc4emPN90dH0IA+uXNUmQbzBuCaihxwIQ==",
"dev": true,
"license": "MIT",
"peerDependencies": {
"eslint": ">=8.0.0"
}

View file

@ -11,7 +11,7 @@
"devDependencies": {
"@wikimedia/types-wikimedia": "0.4.4",
"eslint-config-wikimedia": "0.28.2",
"eslint-plugin-no-jquery": "3.0.2",
"eslint-plugin-no-jquery": "3.1.0",
"grunt-banana-checker": "0.13.0",
"oojs": "^7.0.1",
"oojs-ui": "^0.51.2",