chore(deps-dev): bump eslint-config-xo from 0.39.0 to 0.40.0 (#4264)

Bumps [eslint-config-xo](https://github.com/xojs/eslint-config-xo) from 0.39.0 to 0.40.0.
- [Release notes](https://github.com/xojs/eslint-config-xo/releases)
- [Commits](https://github.com/xojs/eslint-config-xo/compare/v0.39.0...v0.40.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/4309/head
dependabot[bot] 2022-03-03 20:51:10 +01:00 committed by GitHub
parent 800a0b31f5
commit c3a5bb43c3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 18 additions and 18 deletions

34
package-lock.json generated
View File

@ -82,7 +82,7 @@
"clean-css-cli": "^5.5.2",
"concurrently": "^7.0.0",
"eslint": "^8.8.0",
"eslint-config-xo": "^0.39.0",
"eslint-config-xo": "^0.40.0",
"eslint-plugin-compat": "^4.0.2",
"eslint-plugin-import": "^2.25.4",
"eslint-plugin-unicorn": "^40.1.0",
@ -5138,9 +5138,9 @@
}
},
"node_modules/confusing-browser-globals": {
"version": "1.0.10",
"resolved": "https://registry.npmjs.org/confusing-browser-globals/-/confusing-browser-globals-1.0.10.tgz",
"integrity": "sha512-gNld/3lySHwuhaVluJUKLePYirM3QNCKzVxqAdhJII9/WXKVX5PURzMVJspS1jTslSqjeuG4KMVTSouit5YPHA==",
"version": "1.0.11",
"resolved": "https://registry.npmjs.org/confusing-browser-globals/-/confusing-browser-globals-1.0.11.tgz",
"integrity": "sha512-JsPKdmh8ZkmnHxDk55FZ1TqVLvEQTvoByJZRN9jzI0UjxK/QgAmsphz7PGtqgPieQZ/CQcHWXCR7ATDNhGe+YA==",
"dev": true
},
"node_modules/connect": {
@ -6539,21 +6539,21 @@
}
},
"node_modules/eslint-config-xo": {
"version": "0.39.0",
"resolved": "https://registry.npmjs.org/eslint-config-xo/-/eslint-config-xo-0.39.0.tgz",
"integrity": "sha512-QX+ZnQgzy/UtgF8dksIiIBzpYoEKmiL0CmZ8O0Gnby7rGXg8Cny1CXirmHp1zKYIpO7BuTmtWj8eUYOsGr0IGQ==",
"version": "0.40.0",
"resolved": "https://registry.npmjs.org/eslint-config-xo/-/eslint-config-xo-0.40.0.tgz",
"integrity": "sha512-msI1O0JGxeK2bbExg3U6EGaWKcjhOFzEjwzObywG/DC5GSNZTOyJT+b2l9MZGBeZsVdxfIGwdXTNeWXl8cN9iw==",
"dev": true,
"dependencies": {
"confusing-browser-globals": "1.0.10"
"confusing-browser-globals": "1.0.11"
},
"engines": {
"node": ">=10"
"node": ">=12"
},
"funding": {
"url": "https://github.com/sponsors/sindresorhus"
},
"peerDependencies": {
"eslint": ">=7.20.0"
"eslint": ">=8.6.0"
}
},
"node_modules/eslint-import-resolver-node": {
@ -20209,9 +20209,9 @@
}
},
"confusing-browser-globals": {
"version": "1.0.10",
"resolved": "https://registry.npmjs.org/confusing-browser-globals/-/confusing-browser-globals-1.0.10.tgz",
"integrity": "sha512-gNld/3lySHwuhaVluJUKLePYirM3QNCKzVxqAdhJII9/WXKVX5PURzMVJspS1jTslSqjeuG4KMVTSouit5YPHA==",
"version": "1.0.11",
"resolved": "https://registry.npmjs.org/confusing-browser-globals/-/confusing-browser-globals-1.0.11.tgz",
"integrity": "sha512-JsPKdmh8ZkmnHxDk55FZ1TqVLvEQTvoByJZRN9jzI0UjxK/QgAmsphz7PGtqgPieQZ/CQcHWXCR7ATDNhGe+YA==",
"dev": true
},
"connect": {
@ -21555,12 +21555,12 @@
}
},
"eslint-config-xo": {
"version": "0.39.0",
"resolved": "https://registry.npmjs.org/eslint-config-xo/-/eslint-config-xo-0.39.0.tgz",
"integrity": "sha512-QX+ZnQgzy/UtgF8dksIiIBzpYoEKmiL0CmZ8O0Gnby7rGXg8Cny1CXirmHp1zKYIpO7BuTmtWj8eUYOsGr0IGQ==",
"version": "0.40.0",
"resolved": "https://registry.npmjs.org/eslint-config-xo/-/eslint-config-xo-0.40.0.tgz",
"integrity": "sha512-msI1O0JGxeK2bbExg3U6EGaWKcjhOFzEjwzObywG/DC5GSNZTOyJT+b2l9MZGBeZsVdxfIGwdXTNeWXl8cN9iw==",
"dev": true,
"requires": {
"confusing-browser-globals": "1.0.10"
"confusing-browser-globals": "1.0.11"
}
},
"eslint-import-resolver-node": {

View File

@ -136,7 +136,7 @@
"clean-css-cli": "^5.5.2",
"concurrently": "^7.0.0",
"eslint": "^8.8.0",
"eslint-config-xo": "^0.39.0",
"eslint-config-xo": "^0.40.0",
"eslint-plugin-compat": "^4.0.2",
"eslint-plugin-import": "^2.25.4",
"eslint-plugin-unicorn": "^40.1.0",