From 4f17dd1e128866a1ca5b1877a8c4b83cb50c84bc Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 30 Jul 2024 23:10:13 -0600 Subject: [PATCH] chore(deps-dev): Bump eslint-plugin-n from 17.9.0 to 17.10.1 (#3385) Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- package-lock.json | 12 ++++++------ package.json | 2 +- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/package-lock.json b/package-lock.json index f648cd03..c4ff53bf 100644 --- a/package-lock.json +++ b/package-lock.json @@ -27,7 +27,7 @@ "cross-env": "^7.0.3", "dts-bundle-generator": "^9.5.1", "eslint": "^9.8.0", - "eslint-plugin-n": "^17.9.0", + "eslint-plugin-n": "^17.10.1", "globals": "^15.8.0", "highlight.js": "^11.10.0", "markdown-it": "14.1.0", @@ -3626,18 +3626,18 @@ } }, "node_modules/eslint-plugin-n": { - "version": "17.9.0", - "resolved": "https://registry.npmjs.org/eslint-plugin-n/-/eslint-plugin-n-17.9.0.tgz", - "integrity": "sha512-CPSaXDXdrT4nsrOrO4mT4VB6FMUkoySRkHWuuJJHVqsIEjIeZgMY1H7AzSwPbDScikBmLN82KeM1u7ixV7PzGg==", + "version": "17.10.1", + "resolved": "https://registry.npmjs.org/eslint-plugin-n/-/eslint-plugin-n-17.10.1.tgz", + "integrity": "sha512-hm/q37W6efDptJXdwirsm6A257iY6ZNtpoSG0wEzFzjJ3AhL7OhEIhdSR2e4OdYfHO5EDeqlCfFrjf9q208IPw==", "dev": true, "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" }, "engines": { diff --git a/package.json b/package.json index 63aa5a2a..092a0784 100644 --- a/package.json +++ b/package.json @@ -68,7 +68,7 @@ "cross-env": "^7.0.3", "dts-bundle-generator": "^9.5.1", "eslint": "^9.8.0", - "eslint-plugin-n": "^17.9.0", + "eslint-plugin-n": "^17.10.1", "globals": "^15.8.0", "highlight.js": "^11.10.0", "markdown-it": "14.1.0",