fix: upgrade n from 8.0.2 to 8.2.0 (#13020)

Snyk has created this PR to upgrade n from 8.0.2 to 8.2.0.

See this package in npm:
https://www.npmjs.com/package/n

See this project in Snyk:
https://app.snyk.io/org/chia-network/project/d2e8d7b7-1a67-4252-b184-958f24c9e0b2?utm_source=github&utm_medium=referral&page=upgrade-pr
This commit is contained in:
Snyk bot 2022-09-27 20:35:23 +03:00 committed by GitHub
parent 86362db99c
commit 5edb904469
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 4 deletions

View File

@ -5,9 +5,9 @@
"requires": true,
"dependencies": {
"n": {
"version": "8.0.2",
"resolved": "https://registry.npmjs.org/n/-/n-8.0.2.tgz",
"integrity": "sha512-IvKMeWenkEntHnktypexqIi1BCTQc0Po1+zBanui+flF4dwHtsV+B2WNkx6KAMCqlTHyIisSddj1Y7EbnKRgXQ=="
"version": "8.2.0",
"resolved": "https://registry.npmjs.org/n/-/n-8.2.0.tgz",
"integrity": "sha512-qv+jwJoXaV94C+uASaLS/Qe/iprgvQKe+5hqg6YvUH8mqe5ysgjby875pUVLLWieGFywipEO/J/bgekYbC18Jw=="
}
}
}

View File

@ -10,6 +10,6 @@
"author": "",
"license": "ISC",
"dependencies": {
"n": "^8.0.2"
"n": "^8.2.0"
}
}