Skip to content

Commit 5c8dcd7

Browse files
authored
Merge pull request #928 from alankrantas/dependabot/npm_and_yarn/eslint/compat-2.0.4
2 parents 18036d9 + 507ab88 commit 5c8dcd7

2 files changed

Lines changed: 7 additions & 7 deletions

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
"docker": "yarn docker-build && yarn docker-run"
2424
},
2525
"devDependencies": {
26-
"@eslint/compat": "^2.0.3",
26+
"@eslint/compat": "^2.0.4",
2727
"@sveltejs/adapter-static": "^3.0.10",
2828
"@sveltejs/kit": "^2.56.1",
2929
"@sveltejs/vite-plugin-svelte": "^6.2.4",

yarn.lock

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

147-
"@eslint/compat@^2.0.3":
148-
version "2.0.3"
149-
resolved "https://registry.yarnpkg.com/@eslint/compat/-/compat-2.0.3.tgz#860bdd23d0df1c71a8d751f0aa1430e05bc056dd"
150-
integrity sha512-SjIJhGigp8hmd1YGIBwh7Ovri7Kisl42GYFjrOyHhtfYGGoLW6teYi/5p8W50KSsawUPpuLOSmsq1bD0NGQLBw==
147+
"@eslint/compat@^2.0.4":
148+
version "2.0.4"
149+
resolved "https://registry.yarnpkg.com/@eslint/compat/-/compat-2.0.4.tgz#6f96a2581b928cc10e2cac85c1572de87fefdbe1"
150+
integrity sha512-o598tCGstJv9Kk4XapwP+oDij9HD9Qr3V37ABzTfdzVvbFciV+sfg9zSW6olj6G/IXj7p89SwSzPnZ+JUEPIPg==
151151
dependencies:
152-
"@eslint/core" "^1.1.1"
152+
"@eslint/core" "^1.2.0"
153153

154154
"@eslint/config-array@^0.23.4":
155155
version "0.23.4"
@@ -167,7 +167,7 @@
167167
dependencies:
168168
"@eslint/core" "^1.2.0"
169169

170-
"@eslint/core@^1.1.1", "@eslint/core@^1.2.0":
170+
"@eslint/core@^1.2.0":
171171
version "1.2.0"
172172
resolved "https://registry.yarnpkg.com/@eslint/core/-/core-1.2.0.tgz#3f741da0119058ad2a567a6f215677b5557a19e9"
173173
integrity sha512-8FTGbNzTvmSlc4cZBaShkC6YvFMG0riksYWRFKXztqVdXaQbcZLXlFbSpC05s70sGEsXAw0qwhx69JiW7hQS7A==

0 commit comments

Comments
 (0)