build(deps-dev): bump @stylistic/eslint-plugin-js from 1.4.1 to 1.5.0

Bumps [@stylistic/eslint-plugin-js](https://github.com/eslint-stylistic/eslint-stylistic/tree/HEAD/packages/eslint-plugin-js) from 1.4.1 to 1.5.0.
- [Release notes](https://github.com/eslint-stylistic/eslint-stylistic/releases)
- [Commits](https://github.com/eslint-stylistic/eslint-stylistic/commits/v1.5.0/packages/eslint-plugin-js)

---
updated-dependencies:
- dependency-name: "@stylistic/eslint-plugin-js"
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot] 2023-12-11 05:28:46 +00:00 committed by GitHub
parent 5919d37efa
commit dbb4e118d0
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 8 additions and 8 deletions

14
package-lock.json generated
View file

@ -18,7 +18,7 @@
"puppeteer-extra-plugin-stealth": "^2.11.2"
},
"devDependencies": {
"@stylistic/eslint-plugin-js": "^1.4.1",
"@stylistic/eslint-plugin-js": "^1.5.0",
"eslint": "^8.54.0"
}
},
@ -198,9 +198,9 @@
}
},
"node_modules/@stylistic/eslint-plugin-js": {
"version": "1.4.1",
"resolved": "https://registry.npmjs.org/@stylistic/eslint-plugin-js/-/eslint-plugin-js-1.4.1.tgz",
"integrity": "sha512-WXHPEVw5PB7OML7cLwHJDEcCyLiP7vzKeBbSwmpHLK0oh0JYkoJfTg2hEdFuQT5rQxFy3KzCy9R1mZ0wgLjKrA==",
"version": "1.5.0",
"resolved": "https://registry.npmjs.org/@stylistic/eslint-plugin-js/-/eslint-plugin-js-1.5.0.tgz",
"integrity": "sha512-TuGQv1bsIshkbJUInCewp4IUWy24W5RFiVNMV0quPSkuZ8gsYoqq6kLHvvaxpjxN9TvwSoOIwnhgrYKei2Tgcw==",
"dev": true,
"dependencies": {
"acorn": "^8.11.2",
@ -1754,9 +1754,9 @@
}
},
"@stylistic/eslint-plugin-js": {
"version": "1.4.1",
"resolved": "https://registry.npmjs.org/@stylistic/eslint-plugin-js/-/eslint-plugin-js-1.4.1.tgz",
"integrity": "sha512-WXHPEVw5PB7OML7cLwHJDEcCyLiP7vzKeBbSwmpHLK0oh0JYkoJfTg2hEdFuQT5rQxFy3KzCy9R1mZ0wgLjKrA==",
"version": "1.5.0",
"resolved": "https://registry.npmjs.org/@stylistic/eslint-plugin-js/-/eslint-plugin-js-1.5.0.tgz",
"integrity": "sha512-TuGQv1bsIshkbJUInCewp4IUWy24W5RFiVNMV0quPSkuZ8gsYoqq6kLHvvaxpjxN9TvwSoOIwnhgrYKei2Tgcw==",
"dev": true,
"requires": {
"acorn": "^8.11.2",

View file

@ -25,7 +25,7 @@
"author": "Ralf Vogler",
"license": "AGPL-3.0-only",
"devDependencies": {
"@stylistic/eslint-plugin-js": "^1.4.1",
"@stylistic/eslint-plugin-js": "^1.5.0",
"eslint": "^8.54.0"
}
}