Skip to content

Commit 13b3842

Browse files
authored
Merge pull request #445 from wolfpackthatcodes/dependabot/npm_and_yarn/code/eslint/js-9.33.0
build(deps-dev): bump @eslint/js from 9.31.0 to 9.33.0 in /code
2 parents 2f19825 + c42c41d commit 13b3842

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
lines changed

code/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@
5252
"test:ui": "yarn run test --ui --coverage --open=false"
5353
},
5454
"devDependencies": {
55-
"@eslint/js": "^9.31.0",
55+
"@eslint/js": "^9.33.0",
5656
"@faker-js/faker": "^9.9.0",
5757
"@trivago/prettier-plugin-sort-imports": "^5.2.2",
5858
"@types/node": "^24.0.3",

code/yarn.lock

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -284,11 +284,16 @@
284284
minimatch "^3.1.2"
285285
strip-json-comments "^3.1.1"
286286

287-
"@eslint/js@9.31.0", "@eslint/js@^9.31.0":
287+
"@eslint/js@9.31.0":
288288
version "9.31.0"
289289
resolved "https://registry.yarnpkg.com/@eslint/js/-/js-9.31.0.tgz#adb1f39953d8c475c4384b67b67541b0d7206ed8"
290290
integrity sha512-LOm5OVt7D4qiKCqoiPbA7LWmI+tbw1VbTUowBcUMgQSuM6poJufkFkYDcQpo5KfgD39TnNySV26QjOh7VFpSyw==
291291

292+
"@eslint/js@^9.33.0":
293+
version "9.33.0"
294+
resolved "https://registry.yarnpkg.com/@eslint/js/-/js-9.33.0.tgz#475c92fdddab59b8b8cab960e3de2564a44bf368"
295+
integrity sha512-5K1/mKhWaMfreBGJTwval43JJmkip0RmM+3+IuqupeSKNC/Th2Kc7ucaq5ovTSra/OOKB9c58CGSz3QMVbWt0A==
296+
292297
"@eslint/object-schema@^2.1.6":
293298
version "2.1.6"
294299
resolved "https://registry.yarnpkg.com/@eslint/object-schema/-/object-schema-2.1.6.tgz#58369ab5b5b3ca117880c0f6c0b0f32f6950f24f"

0 commit comments

Comments
 (0)