1
0
mirror of https://github.com/node-red/node-red.git synced 2023-10-10 13:36:53 +02:00

Update tar to 6.1.9 to resolve vulnerability issue

This commit is contained in:
Amit Kumar Swami 2021-09-02 13:19:40 +08:00
parent 2144407e41
commit 78899378c2
2 changed files with 2 additions and 2 deletions

View File

@ -73,7 +73,7 @@
"passport-oauth2-client-password": "0.1.2", "passport-oauth2-client-password": "0.1.2",
"raw-body": "2.4.1", "raw-body": "2.4.1",
"semver": "7.3.5", "semver": "7.3.5",
"tar": "6.1.2", "tar": "6.1.9",
"tough-cookie": "4.0.0", "tough-cookie": "4.0.0",
"uglify-js": "3.13.10", "uglify-js": "3.13.10",
"uuid": "8.3.2", "uuid": "8.3.2",

View File

@ -20,7 +20,7 @@
"clone": "2.1.2", "clone": "2.1.2",
"fs-extra": "10.0.0", "fs-extra": "10.0.0",
"semver": "7.3.5", "semver": "7.3.5",
"tar": "6.1.2", "tar": "6.1.9",
"uglify-js": "3.13.10" "uglify-js": "3.13.10"
} }
} }