build(deps-dev): bump eslint-plugin-compat from 6.0.2 to 6.1.0

Bumps [eslint-plugin-compat](https://github.com/amilajack/eslint-plugin-compat) from 6.0.2 to 6.1.0.
- [Release notes](https://github.com/amilajack/eslint-plugin-compat/releases)
- [Changelog](https://github.com/amilajack/eslint-plugin-compat/blob/main/CHANGELOG.md)
- [Commits](https://github.com/amilajack/eslint-plugin-compat/compare/v6.0.2...v6.1.0)

---
updated-dependencies:
- dependency-name: eslint-plugin-compat
  dependency-version: 6.1.0
  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]
2026-01-24 17:57:50 +00:00
committed by GitHub
parent 7f2cb5fa0e
commit cf1b3f9937
2 changed files with 14 additions and 7 deletions

19
package-lock.json generated
View File

@@ -38,7 +38,7 @@
"devDependencies": {
"autoprefixer": "^10.4.23",
"eslint": "^9.39.2",
"eslint-plugin-compat": "^6.0.2",
"eslint-plugin-compat": "^6.1.0",
"globals": "^17.1.0",
"postcss": "^8.5.6",
"postcss-cli": "^11.0.1",
@@ -3520,15 +3520,15 @@
}
},
"node_modules/eslint-plugin-compat": {
"version": "6.0.2",
"resolved": "https://registry.npmjs.org/eslint-plugin-compat/-/eslint-plugin-compat-6.0.2.tgz",
"integrity": "sha512-1ME+YfJjmOz1blH0nPZpHgjMGK4kjgEeoYqGCqoBPQ/mGu/dJzdoP0f1C8H2jcWZjzhZjAMccbM/VdXhPORIfA==",
"version": "6.1.0",
"resolved": "https://registry.npmjs.org/eslint-plugin-compat/-/eslint-plugin-compat-6.1.0.tgz",
"integrity": "sha512-xiwHz7mj6+Zj7NWOO/uaWdrQ6zP0zL5CPyKVCNlB4JaoUFeYPYwejf5toqyHGlXzhuPUdCpg31uBRiWqcgiS0A==",
"dev": true,
"license": "MIT",
"dependencies": {
"@mdn/browser-compat-data": "^5.5.35",
"@mdn/browser-compat-data": "^6.1.1",
"ast-metadata-inferer": "^0.8.1",
"browserslist": "^4.24.2",
"browserslist": "^4.25.2",
"caniuse-lite": "^1.0.30001687",
"find-up": "^5.0.0",
"globals": "^15.7.0",
@@ -3542,6 +3542,13 @@
"eslint": "^4.0.0 || ^5.0.0 || ^6.0.0 || ^7.0.0 || ^8.0.0 || ^9.0.0"
}
},
"node_modules/eslint-plugin-compat/node_modules/@mdn/browser-compat-data": {
"version": "6.1.5",
"resolved": "https://registry.npmjs.org/@mdn/browser-compat-data/-/browser-compat-data-6.1.5.tgz",
"integrity": "sha512-PzdZZzRhcXvKB0begee28n5lvwAcinGKYuLZOVxHAZm+n7y01ddEGfdS1ZXRuVcV+ndG6mSEAE8vgudom5UjYg==",
"dev": true,
"license": "CC0-1.0"
},
"node_modules/eslint-plugin-compat/node_modules/globals": {
"version": "15.15.0",
"resolved": "https://registry.npmjs.org/globals/-/globals-15.15.0.tgz",