chore(deps-dev): bump eslint-config-xo from 0.40.0 to 0.41.0 (#4553)

Bumps [eslint-config-xo](https://github.com/xojs/eslint-config-xo) from 0.40.0 to 0.41.0.
- [Release notes](https://github.com/xojs/eslint-config-xo/releases)
- [Commits](https://github.com/xojs/eslint-config-xo/compare/v0.40.0...v0.41.0)

---
updated-dependencies:
- dependency-name: eslint-config-xo
  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>
pull/4550/head
dependabot[bot] 2022-06-28 22:34:06 +02:00 committed by GitHub
parent cd33f9cf37
commit 15352a4525
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 9 additions and 9 deletions

16
package-lock.json generated
View File

@ -81,7 +81,7 @@
"clean-css-cli": "^5.6.0",
"concurrently": "^7.1.0",
"eslint": "^8.18.0",
"eslint-config-xo": "^0.40.0",
"eslint-config-xo": "^0.41.0",
"eslint-plugin-compat": "^4.0.2",
"eslint-plugin-import": "^2.26.0",
"eslint-plugin-unicorn": "^42.0.0",
@ -5571,9 +5571,9 @@
}
},
"node_modules/eslint-config-xo": {
"version": "0.40.0",
"resolved": "https://registry.npmjs.org/eslint-config-xo/-/eslint-config-xo-0.40.0.tgz",
"integrity": "sha512-msI1O0JGxeK2bbExg3U6EGaWKcjhOFzEjwzObywG/DC5GSNZTOyJT+b2l9MZGBeZsVdxfIGwdXTNeWXl8cN9iw==",
"version": "0.41.0",
"resolved": "https://registry.npmjs.org/eslint-config-xo/-/eslint-config-xo-0.41.0.tgz",
"integrity": "sha512-cyTc182COQVdalOi5105h0Cw/Qb52IRGyIZLmUICIauANm9Upmv81UEsuFkdKnvwr4NtU95qjdk3g4/kNspA6g==",
"dev": true,
"dependencies": {
"confusing-browser-globals": "1.0.11"
@ -5585,7 +5585,7 @@
"url": "https://github.com/sponsors/sindresorhus"
},
"peerDependencies": {
"eslint": ">=8.6.0"
"eslint": ">=8.14.0"
}
},
"node_modules/eslint-import-resolver-node": {
@ -18589,9 +18589,9 @@
}
},
"eslint-config-xo": {
"version": "0.40.0",
"resolved": "https://registry.npmjs.org/eslint-config-xo/-/eslint-config-xo-0.40.0.tgz",
"integrity": "sha512-msI1O0JGxeK2bbExg3U6EGaWKcjhOFzEjwzObywG/DC5GSNZTOyJT+b2l9MZGBeZsVdxfIGwdXTNeWXl8cN9iw==",
"version": "0.41.0",
"resolved": "https://registry.npmjs.org/eslint-config-xo/-/eslint-config-xo-0.41.0.tgz",
"integrity": "sha512-cyTc182COQVdalOi5105h0Cw/Qb52IRGyIZLmUICIauANm9Upmv81UEsuFkdKnvwr4NtU95qjdk3g4/kNspA6g==",
"dev": true,
"requires": {
"confusing-browser-globals": "1.0.11"

View File

@ -135,7 +135,7 @@
"clean-css-cli": "^5.6.0",
"concurrently": "^7.1.0",
"eslint": "^8.18.0",
"eslint-config-xo": "^0.40.0",
"eslint-config-xo": "^0.41.0",
"eslint-plugin-compat": "^4.0.2",
"eslint-plugin-import": "^2.26.0",
"eslint-plugin-unicorn": "^42.0.0",