diff --git a/package-lock.json b/package-lock.json index 8605a64..192ce2c 100644 --- a/package-lock.json +++ b/package-lock.json @@ -16,7 +16,7 @@ "eslint": "8.38.0", "eslint-plugin-es": "4.1.0", "eslint-plugin-jsdoc": "41.1.2", - "eslint-plugin-n": "17.10.1", + "eslint-plugin-n": "17.10.3", "eslint-plugin-regexp": "1.15.0", "eslint-plugin-unicorn": "46.0.1", "markdownlint": "^0.34.0", @@ -1214,9 +1214,9 @@ } }, "node_modules/eslint-plugin-n": { - "version": "17.10.1", - "resolved": "https://registry.npmjs.org/eslint-plugin-n/-/eslint-plugin-n-17.10.1.tgz", - "integrity": "sha512-hm/q37W6efDptJXdwirsm6A257iY6ZNtpoSG0wEzFzjJ3AhL7OhEIhdSR2e4OdYfHO5EDeqlCfFrjf9q208IPw==", + "version": "17.10.3", + "resolved": "https://registry.npmjs.org/eslint-plugin-n/-/eslint-plugin-n-17.10.3.tgz", + "integrity": "sha512-ySZBfKe49nQZWR1yFaA0v/GsH6Fgp8ah6XV0WDz6CN8WO0ek4McMzb7A2xnf4DCYV43frjCygvb9f/wx7UUxRw==", "dev": true, "license": "MIT", "dependencies": { @@ -1250,9 +1250,9 @@ } }, "node_modules/eslint-plugin-n/node_modules/globals": { - "version": "15.8.0", - "resolved": "https://registry.npmjs.org/globals/-/globals-15.8.0.tgz", - "integrity": "sha512-VZAJ4cewHTExBWDHR6yptdIBlx9YSSZuwojj9Nt5mBRXQzrKakDsVKQ1J63sklLvzAJm0X5+RpO4i3Y2hcOnFw==", + "version": "15.9.0", + "resolved": "https://registry.npmjs.org/globals/-/globals-15.9.0.tgz", + "integrity": "sha512-SmSKyLLKFbSr6rptvP8izbyxJL4ILwqO9Jg23UA0sDlGlu58V59D1//I3vlc0KJphVdUR7vMjHIplYnzBxorQA==", "dev": true, "license": "MIT", "engines": { diff --git a/package.json b/package.json index 979462a..fe44607 100644 --- a/package.json +++ b/package.json @@ -37,7 +37,7 @@ "eslint": "8.38.0", "eslint-plugin-es": "4.1.0", "eslint-plugin-jsdoc": "41.1.2", - "eslint-plugin-n": "17.10.1", + "eslint-plugin-n": "17.10.3", "eslint-plugin-regexp": "1.15.0", "eslint-plugin-unicorn": "46.0.1", "markdownlint": "^0.34.0",