From 707f4c2298d2b4e4c355af4ffb6d2c183895b627 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 14 Jun 2024 02:18:41 +0000 Subject: [PATCH] fix(deps): update dependency eslint-plugin-n to v17.9.0 (#659) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- package-lock.json | 14 +++++++------- package.json | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/package-lock.json b/package-lock.json index f831a6c..6c940fd 100644 --- a/package-lock.json +++ b/package-lock.json @@ -18,7 +18,7 @@ "eslint-plugin-import": "2.29.1", "eslint-plugin-jest": "^28.0.0", "eslint-plugin-mdx": "^3.1.4", - "eslint-plugin-n": "17.8.1", + "eslint-plugin-n": "17.9.0", "eslint-plugin-prettier": "^5.1.3", "eslint-plugin-promise": "6.2.0", "eslint-plugin-react": "7.34.2", @@ -3790,9 +3790,9 @@ "integrity": "sha512-AEYxH93jGFPn/a2iVAwW87VuUIkR1FVUKB77NwMF7nBTDkDrrT/Hpt/IrCJ0QXhW27jTBDcf5ZY7w6RiqTMw2Q==" }, "node_modules/eslint-plugin-n": { - "version": "17.8.1", - "resolved": "https://registry.npmjs.org/eslint-plugin-n/-/eslint-plugin-n-17.8.1.tgz", - "integrity": "sha512-KdG0h0voZms8UhndNu8DeWx1eM4sY+A4iXtsNo6kOfJLYHNeTGPacGalJ9GcvrbmOL3r/7QOMwVZDSw+1SqsrA==", + "version": "17.9.0", + "resolved": "https://registry.npmjs.org/eslint-plugin-n/-/eslint-plugin-n-17.9.0.tgz", + "integrity": "sha512-CPSaXDXdrT4nsrOrO4mT4VB6FMUkoySRkHWuuJJHVqsIEjIeZgMY1H7AzSwPbDScikBmLN82KeM1u7ixV7PzGg==", "license": "MIT", "dependencies": { "@eslint-community/eslint-utils": "^4.4.0", @@ -3824,9 +3824,9 @@ } }, "node_modules/eslint-plugin-n/node_modules/globals": { - "version": "15.3.0", - "resolved": "https://registry.npmjs.org/globals/-/globals-15.3.0.tgz", - "integrity": "sha512-cCdyVjIUVTtX8ZsPkq1oCsOsLmGIswqnjZYMJJTGaNApj1yHtLSymKhwH51ttirREn75z3p4k051clwg7rvNKA==", + "version": "15.4.0", + "resolved": "https://registry.npmjs.org/globals/-/globals-15.4.0.tgz", + "integrity": "sha512-unnwvMZpv0eDUyjNyh9DH/yxUaRYrEjW/qK4QcdrHg3oO11igUQrCSgODHEqxlKg8v2CD2Sd7UkqqEBoz5U7TQ==", "license": "MIT", "engines": { "node": ">=18" diff --git a/package.json b/package.json index d36cd9c..fa8d6b9 100644 --- a/package.json +++ b/package.json @@ -41,7 +41,7 @@ "eslint-plugin-import": "2.29.1", "eslint-plugin-jest": "^28.0.0", "eslint-plugin-mdx": "^3.1.4", - "eslint-plugin-n": "17.8.1", + "eslint-plugin-n": "17.9.0", "eslint-plugin-prettier": "^5.1.3", "eslint-plugin-promise": "6.2.0", "eslint-plugin-react": "7.34.2",