diff --git a/package-lock.json b/package-lock.json index b75c2f168..41a8fd699 100644 --- a/package-lock.json +++ b/package-lock.json @@ -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": { diff --git a/package.json b/package.json index 10102bde5..4de5f4013 100644 --- a/package.json +++ b/package.json @@ -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",