Skip to content

Commit 54b1e9c

Browse files
committed
fix(deps): update dependency eslint-plugin-n to ^16.2.0
1 parent 3c95c61 commit 54b1e9c

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@
4848
"eslint-plugin-import": "^2.28.1",
4949
"eslint-plugin-jest": "^27.4.2",
5050
"eslint-plugin-jsx-a11y": "^6.7.1",
51-
"eslint-plugin-n": "^16.1.0",
51+
"eslint-plugin-n": "^16.2.0",
5252
"eslint-plugin-promise": "^6.1.1",
5353
"eslint-plugin-react": "^7.33.2",
5454
"eslint-plugin-react-hooks": "^4.6.0",

yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3560,10 +3560,10 @@ eslint-plugin-jsx-a11y@^6.7.1:
35603560
object.fromentries "^2.0.6"
35613561
semver "^6.3.0"
35623562

3563-
eslint-plugin-n@^16.1.0:
3564-
version "16.1.0"
3565-
resolved "https://registry.yarnpkg.com/eslint-plugin-n/-/eslint-plugin-n-16.1.0.tgz#73d24fe3e37d04519c1f9230bdbd3aa567c66799"
3566-
integrity sha512-3wv/TooBst0N4ND+pnvffHuz9gNPmk/NkLwAxOt2JykTl/hcuECe6yhTtLJcZjIxtZwN+GX92ACp/QTLpHA3Hg==
3563+
eslint-plugin-n@^16.2.0:
3564+
version "16.2.0"
3565+
resolved "https://registry.yarnpkg.com/eslint-plugin-n/-/eslint-plugin-n-16.2.0.tgz#3f98ca9fadd9f7bdaaf60068533118ecb685bfb5"
3566+
integrity sha512-AQER2jEyQOt1LG6JkGJCCIFotzmlcCZFur2wdKrp1JX2cNotC7Ae0BcD/4lLv3lUAArM9uNS8z/fsvXTd0L71g==
35673567
dependencies:
35683568
"@eslint-community/eslint-utils" "^4.4.0"
35693569
builtins "^5.0.1"

0 commit comments

Comments
 (0)