Skip to content

Commit 6596dcf

Browse files
committed
fix(deps): update dependency eslint-plugin-n to ^16.1.0
1 parent 3e4bf7d commit 6596dcf

File tree

2 files changed

+18
-5
lines changed

2 files changed

+18
-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.2.3",
5050
"eslint-plugin-jsx-a11y": "^6.7.1",
51-
"eslint-plugin-n": "^16.0.2",
51+
"eslint-plugin-n": "^16.1.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: 17 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3442,14 +3442,15 @@ eslint-plugin-jsx-a11y@^6.7.1:
34423442
object.fromentries "^2.0.6"
34433443
semver "^6.3.0"
34443444

3445-
eslint-plugin-n@^16.0.2:
3446-
version "16.0.2"
3447-
resolved "https://registry.yarnpkg.com/eslint-plugin-n/-/eslint-plugin-n-16.0.2.tgz#5b2c0ad8dd9b724244d30fad2cc49ff4308a2152"
3448-
integrity sha512-Y66uDfUNbBzypsr0kELWrIz+5skicECrLUqlWuXawNSLUq3ltGlCwu6phboYYOTSnoTdHgTLrc+5Ydo6KjzZog==
3445+
eslint-plugin-n@^16.1.0:
3446+
version "16.1.0"
3447+
resolved "https://registry.yarnpkg.com/eslint-plugin-n/-/eslint-plugin-n-16.1.0.tgz#73d24fe3e37d04519c1f9230bdbd3aa567c66799"
3448+
integrity sha512-3wv/TooBst0N4ND+pnvffHuz9gNPmk/NkLwAxOt2JykTl/hcuECe6yhTtLJcZjIxtZwN+GX92ACp/QTLpHA3Hg==
34493449
dependencies:
34503450
"@eslint-community/eslint-utils" "^4.4.0"
34513451
builtins "^5.0.1"
34523452
eslint-plugin-es-x "^7.1.0"
3453+
get-tsconfig "^4.7.0"
34533454
ignore "^5.2.4"
34543455
is-core-module "^2.12.1"
34553456
minimatch "^3.1.2"
@@ -4077,6 +4078,13 @@ get-tsconfig@^4.5.0:
40774078
resolved "https://registry.yarnpkg.com/get-tsconfig/-/get-tsconfig-4.5.0.tgz#6d52d1c7b299bd3ee9cd7638561653399ac77b0f"
40784079
integrity sha512-MjhiaIWCJ1sAU4pIQ5i5OfOuHHxVo1oYeNsWTON7jxYkod8pHocXeh+SSbmu5OZZZK73B6cbJ2XADzXehLyovQ==
40794080

4081+
get-tsconfig@^4.7.0:
4082+
version "4.7.0"
4083+
resolved "https://registry.yarnpkg.com/get-tsconfig/-/get-tsconfig-4.7.0.tgz#06ce112a1463e93196aa90320c35df5039147e34"
4084+
integrity sha512-pmjiZ7xtB8URYm74PlGJozDNyhvsVLUcpBa8DZBG3bWHwaHa9bPiRpiSfovw+fjhwONSCWKRyk+JQHEGZmMrzw==
4085+
dependencies:
4086+
resolve-pkg-maps "^1.0.0"
4087+
40804088
git-log-parser@^1.2.0:
40814089
version "1.2.0"
40824090
resolved "https://registry.yarnpkg.com/git-log-parser/-/git-log-parser-1.2.0.tgz#2e6a4c1b13fc00028207ba795a7ac31667b9fd4a"
@@ -7505,6 +7513,11 @@ resolve-global@1.0.0, resolve-global@^1.0.0:
75057513
dependencies:
75067514
global-dirs "^0.1.1"
75077515

7516+
resolve-pkg-maps@^1.0.0:
7517+
version "1.0.0"
7518+
resolved "https://registry.yarnpkg.com/resolve-pkg-maps/-/resolve-pkg-maps-1.0.0.tgz#616b3dc2c57056b5588c31cdf4b3d64db133720f"
7519+
integrity sha512-seS2Tj26TBVOC2NIc2rOe2y2ZO7efxITtLZcGSOnHHNOQ7CkiUBfw0Iw2ck6xkIhPwLhKNLS8BO+hEpngQlqzw==
7520+
75087521
resolve.exports@^2.0.0:
75097522
version "2.0.0"
75107523
resolved "https://registry.yarnpkg.com/resolve.exports/-/resolve.exports-2.0.0.tgz#c1a0028c2d166ec2fbf7d0644584927e76e7400e"

0 commit comments

Comments
 (0)