Bump eslint-plugin-compat from 4.1.1 to 4.1.2 (#2532)

This commit is contained in:
yubiuser
2023-02-18 15:38:10 +01:00
committed by GitHub
2 changed files with 7 additions and 19 deletions
+6 -18
View File
@@ -10,7 +10,7 @@
"license": "EUPL-1.2",
"devDependencies": {
"autoprefixer": "^10.4.13",
"eslint-plugin-compat": "^4.1.1",
"eslint-plugin-compat": "^4.1.2",
"postcss": "^8.4.21",
"postcss-cli": "^10.1.0",
"prettier": "2.8.4",
@@ -1096,17 +1096,6 @@
"integrity": "sha512-JsPKdmh8ZkmnHxDk55FZ1TqVLvEQTvoByJZRN9jzI0UjxK/QgAmsphz7PGtqgPieQZ/CQcHWXCR7ATDNhGe+YA==",
"dev": true
},
"node_modules/core-js": {
"version": "3.27.2",
"resolved": "https://registry.npmjs.org/core-js/-/core-js-3.27.2.tgz",
"integrity": "sha512-9ashVQskuh5AZEZ1JdQWp1GqSoC1e1G87MzRqg2gIfVAQ7Qn9K+uFj8EcniUFA4P2NLZfV+TOlX1SzoKfo+s7w==",
"dev": true,
"hasInstallScript": true,
"funding": {
"type": "opencollective",
"url": "https://opencollective.com/core-js"
}
},
"node_modules/cosmiconfig": {
"version": "7.1.0",
"resolved": "https://registry.npmjs.org/cosmiconfig/-/cosmiconfig-7.1.0.tgz",
@@ -1678,22 +1667,21 @@
}
},
"node_modules/eslint-plugin-compat": {
"version": "4.1.1",
"resolved": "https://registry.npmjs.org/eslint-plugin-compat/-/eslint-plugin-compat-4.1.1.tgz",
"integrity": "sha512-vUAaqKcDwXpVASyCAfKzkfaw3NxZ6FqeCNSGp7yqHpUMzkAiWRO0B6pR5zqh8RUhvybwXhPXvwVKDLr9GqGFUQ==",
"version": "4.1.2",
"resolved": "https://registry.npmjs.org/eslint-plugin-compat/-/eslint-plugin-compat-4.1.2.tgz",
"integrity": "sha512-DNrQgDi5L4mAL4FdFboKBlSRg6MWfd75eA7K91lMjtP5ryN+O11qT2FDn7Z6zqy6sZ4sJawUR5V75qzB6l0CBg==",
"dev": true,
"dependencies": {
"@mdn/browser-compat-data": "^5.2.34",
"ast-metadata-inferer": "^0.7.0",
"browserslist": "^4.21.5",
"caniuse-lite": "^1.0.30001450",
"core-js": "^3.27.2",
"caniuse-lite": "^1.0.30001451",
"find-up": "^5.0.0",
"lodash.memoize": "4.1.2",
"semver": "7.3.8"
},
"engines": {
"node": ">=9.x"
"node": ">=16.x"
},
"peerDependencies": {
"eslint": "^4.0.0 || ^5.0.0 || ^6.0.0 || ^7.0.0 || ^8.0.0"
+1 -1
View File
@@ -25,7 +25,7 @@
},
"devDependencies": {
"autoprefixer": "^10.4.13",
"eslint-plugin-compat": "^4.1.1",
"eslint-plugin-compat": "^4.1.2",
"postcss": "^8.4.21",
"postcss-cli": "^10.1.0",
"prettier": "2.8.4",