Skip to content

Commit

Permalink
fix(deps): update dependency eslint-plugin-n to ~17.10.0 (#109)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Aug 8, 2024
1 parent 3939820 commit 5c25fbd
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"eslint-plugin-jsonc": "~2.15.1 || ~2.16.0",
"eslint-plugin-jsx-a11y": "~6.9.0",
"eslint-plugin-lodash": "~8.0.0",
"eslint-plugin-n": "~17.9.0",
"eslint-plugin-n": "~17.10.0",
"eslint-plugin-promise": "~7.1.0",
"eslint-plugin-react": "~7.35.0",
"eslint-plugin-react-hooks": "~4.6.0",
Expand Down
16 changes: 8 additions & 8 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2639,18 +2639,18 @@ eslint-plugin-mdx@^3.1.5:
unified "^11.0.4"
vfile "^6.0.1"

eslint-plugin-n@~17.9.0:
version "17.9.0"
resolved "https://registry.yarnpkg.com/eslint-plugin-n/-/eslint-plugin-n-17.9.0.tgz#91b43d4e10a35e455bfac2c64671f9cecc396590"
integrity sha512-CPSaXDXdrT4nsrOrO4mT4VB6FMUkoySRkHWuuJJHVqsIEjIeZgMY1H7AzSwPbDScikBmLN82KeM1u7ixV7PzGg==
eslint-plugin-n@~17.10.0:
version "17.10.2"
resolved "https://registry.yarnpkg.com/eslint-plugin-n/-/eslint-plugin-n-17.10.2.tgz#16d8d7d0b1dc076c03513bfea096f8ce1b0bcca8"
integrity sha512-e+s4eAf5NtJaxPhTNu3qMO0Iz40WANS93w9LQgYcvuljgvDmWi/a3rh+OrNyMHeng6aOWGJO0rCg5lH4zi8yTw==
dependencies:
"@eslint-community/eslint-utils" "^4.4.0"
enhanced-resolve "^5.17.0"
eslint-plugin-es-x "^7.5.0"
get-tsconfig "^4.7.0"
globals "^15.0.0"
globals "^15.8.0"
ignore "^5.2.4"
minimatch "^9.0.0"
minimatch "^9.0.5"
semver "^7.5.3"

eslint-plugin-promise@~7.1.0:
Expand Down Expand Up @@ -3210,7 +3210,7 @@ globals@^13.19.0, globals@^13.20.0:
dependencies:
type-fest "^0.20.2"

globals@^15.0.0:
globals@^15.0.0, globals@^15.8.0:
version "15.9.0"
resolved "https://registry.yarnpkg.com/globals/-/globals-15.9.0.tgz#e9de01771091ffbc37db5714dab484f9f69ff399"
integrity sha512-SmSKyLLKFbSr6rptvP8izbyxJL4ILwqO9Jg23UA0sDlGlu58V59D1//I3vlc0KJphVdUR7vMjHIplYnzBxorQA==
Expand Down Expand Up @@ -4986,7 +4986,7 @@ minimatch@^5.0.1:
dependencies:
brace-expansion "^2.0.1"

minimatch@^9.0.0, minimatch@^9.0.1, minimatch@^9.0.4:
minimatch@^9.0.0, minimatch@^9.0.1, minimatch@^9.0.4, minimatch@^9.0.5:
version "9.0.5"
resolved "https://registry.yarnpkg.com/minimatch/-/minimatch-9.0.5.tgz#d74f9dd6b57d83d8e98cfb82133b03978bc929e5"
integrity sha512-G6T0ZX48xgozx7587koeX9Ys2NYy6Gmv//P89sEte9V9whIapMNF4idKxnW2QtCcLiTWlb/wfCabAtAFWhhBow==
Expand Down

0 comments on commit 5c25fbd

Please sign in to comment.