Skip to content

Commit f3c7cdd

Browse files
chore(deps): update dependency @eslint/compat to v2.0.3 (#3287)
Co-authored-by: elastic-renovate-prod[bot] <174716857+elastic-renovate-prod[bot]@users.noreply.github.com>
1 parent 8df5e63 commit f3c7cdd

File tree

2 files changed

+13
-6
lines changed

2 files changed

+13
-6
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
"@babel/preset-env": "7.29.0",
1919
"@babel/preset-react": "7.28.5",
2020
"@emotion/react": "11.14.0",
21-
"@eslint/compat": "2.0.2",
21+
"@eslint/compat": "2.0.3",
2222
"@eslint/eslintrc": "3.3.5",
2323
"@eslint/js": "10.0.1",
2424
"babel-loader": "10.1.1",

yarn.lock

Lines changed: 12 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1971,12 +1971,12 @@
19711971
resolved "https://registry.yarnpkg.com/@eslint-community/regexpp/-/regexpp-4.12.2.tgz#bccdf615bcf7b6e8db830ec0b8d21c9a25de597b"
19721972
integrity sha512-EriSTlt5OC9/7SXkRSCAhfSxxoSUgBm33OH+IkwbdpgoqsSsUg7y3uh+IICI/Qg4BBWr3U2i39RpmycbxMq4ew==
19731973

1974-
"@eslint/compat@2.0.2":
1975-
version "2.0.2"
1976-
resolved "https://registry.yarnpkg.com/@eslint/compat/-/compat-2.0.2.tgz#fc1495688664861870f5e7ee56999dc252b6dd52"
1977-
integrity sha512-pR1DoD0h3HfF675QZx0xsyrsU8q70Z/plx7880NOhS02NuWLgBCOMDL787nUeQ7EWLkxv3bPQJaarjcPQb2Dwg==
1974+
"@eslint/compat@2.0.3":
1975+
version "2.0.3"
1976+
resolved "https://registry.yarnpkg.com/@eslint/compat/-/compat-2.0.3.tgz#860bdd23d0df1c71a8d751f0aa1430e05bc056dd"
1977+
integrity sha512-SjIJhGigp8hmd1YGIBwh7Ovri7Kisl42GYFjrOyHhtfYGGoLW6teYi/5p8W50KSsawUPpuLOSmsq1bD0NGQLBw==
19781978
dependencies:
1979-
"@eslint/core" "^1.1.0"
1979+
"@eslint/core" "^1.1.1"
19801980

19811981
"@eslint/config-array@^0.23.2":
19821982
version "0.23.2"
@@ -2001,6 +2001,13 @@
20012001
dependencies:
20022002
"@types/json-schema" "^7.0.15"
20032003

2004+
"@eslint/core@^1.1.1":
2005+
version "1.1.1"
2006+
resolved "https://registry.yarnpkg.com/@eslint/core/-/core-1.1.1.tgz#450f3d2be2d463ccd51119544092256b4e88df32"
2007+
integrity sha512-QUPblTtE51/7/Zhfv8BDwO0qkkzQL7P/aWWbqcf4xWLEYn1oKjdO0gglQBB4GAsu7u6wjijbCmzsUTy6mnk6oQ==
2008+
dependencies:
2009+
"@types/json-schema" "^7.0.15"
2010+
20042011
"@eslint/eslintrc@3.3.5":
20052012
version "3.3.5"
20062013
resolved "https://registry.yarnpkg.com/@eslint/eslintrc/-/eslintrc-3.3.5.tgz#c131793cfc1a7b96f24a83e0a8bbd4b881558c60"

0 commit comments

Comments
 (0)