diff --git a/package-lock.json b/package-lock.json index c130c877..9ce80098 100644 --- a/package-lock.json +++ b/package-lock.json @@ -22,11 +22,11 @@ "clang-format": "^1.8.0", "codecov": "^3.8.3", "deep-copy": "^1.4.2", - "eslint-plugin-n": "^18.1.0", + "eslint-plugin-n": "^18.2.1", "gts": "^7.0.0", "js-green-licenses": "^4.0.0", "mocha": "^11.7.6", - "nan": "^2.27.0", + "nan": "^2.28.0", "nyc": "^18.0.0", "semver": "^7.8.5", "sinon": "^22.0.0", @@ -2245,9 +2245,9 @@ } }, "node_modules/eslint-plugin-n": { - "version": "18.1.0", - "resolved": "https://registry.npmjs.org/eslint-plugin-n/-/eslint-plugin-n-18.1.0.tgz", - "integrity": "sha512-hkUm9EtnFV2h2fE16jNVUfCVUqvPzI7fGLsFdun5lFt/pbmf2kCgDx6ymi9rx+NCUSggBmurJCZOfG20JBs/kg==", + "version": "18.2.1", + "resolved": "https://registry.npmjs.org/eslint-plugin-n/-/eslint-plugin-n-18.2.1.tgz", + "integrity": "sha512-aO3C9//yq8JIvYOi/T+jPvcZ9hZzpwzbR8esrYpFtgE9vpbyM8kn42AQOtIqYspVmpaSWr8X+nrlQuAJYxXAaw==", "dev": true, "license": "MIT", "dependencies": { @@ -4290,9 +4290,9 @@ "license": "ISC" }, "node_modules/nan": { - "version": "2.27.0", - "resolved": "https://registry.npmjs.org/nan/-/nan-2.27.0.tgz", - "integrity": "sha512-hC+0LidcL3XE4rp1C4H54KujgXKzbfyTngZTwBByQxsOxCEKZT0MPQ4hOKUH2jU1OYstqdDH4onyHPDzcV0XdQ==", + "version": "2.28.0", + "resolved": "https://registry.npmjs.org/nan/-/nan-2.28.0.tgz", + "integrity": "sha512-fTsDz99OTq2sVePhGdp4qQhggZFtKr64ZNVyVajRKtMOkJxYekplBh577PiJB12v/D3s2E5cGtOI45LWp6rnLQ==", "dev": true, "license": "MIT" }, diff --git a/package.json b/package.json index 5d0fbe75..2a6d0751 100644 --- a/package.json +++ b/package.json @@ -49,11 +49,11 @@ "clang-format": "^1.8.0", "codecov": "^3.8.3", "deep-copy": "^1.4.2", - "eslint-plugin-n": "^18.1.0", + "eslint-plugin-n": "^18.2.1", "gts": "^7.0.0", "js-green-licenses": "^4.0.0", "mocha": "^11.7.6", - "nan": "^2.27.0", + "nan": "^2.28.0", "nyc": "^18.0.0", "semver": "^7.8.5", "sinon": "^22.0.0",