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

Update package versions

This commit is contained in:
Nick O'Leary 2021-04-09 14:12:10 +01:00
parent 982b8ea51d
commit 82ced56bed
No known key found for this signature in database
GPG Key ID: 4F2157149161A6C9
4 changed files with 5 additions and 5 deletions

View File

@ -24,7 +24,7 @@
"cors": "2.8.5", "cors": "2.8.5",
"cron": "1.7.2", "cron": "1.7.2",
"denque": "1.5.0", "denque": "1.5.0",
"fs-extra": "8.1.0", "fs-extra": "9.1.0",
"fs.notify": "0.0.4", "fs.notify": "0.0.4",
"hash-sum": "2.0.0", "hash-sum": "2.0.0",
"https-proxy-agent": "5.0.0", "https-proxy-agent": "5.0.0",

View File

@ -17,7 +17,7 @@
], ],
"dependencies": { "dependencies": {
"@node-red/util": "2.0.0-beta.1", "@node-red/util": "2.0.0-beta.1",
"semver": "6.3.0", "semver": "7.3.5",
"tar": "6.1.0", "tar": "6.1.0",
"uglify-js": "3.13.3" "uglify-js": "3.13.3"
} }

View File

@ -21,7 +21,7 @@
"async-mutex": "0.3.1", "async-mutex": "0.3.1",
"clone": "2.1.2", "clone": "2.1.2",
"express": "4.17.1", "express": "4.17.1",
"fs-extra": "8.1.0", "fs-extra": "9.1.0",
"json-stringify-safe": "5.0.1" "json-stringify-safe": "5.0.1"
} }
} }

View File

@ -38,12 +38,12 @@
"basic-auth": "2.0.1", "basic-auth": "2.0.1",
"bcryptjs": "2.4.3", "bcryptjs": "2.4.3",
"express": "4.17.1", "express": "4.17.1",
"fs-extra": "8.1.0", "fs-extra": "9.1.0",
"node-red-admin": "^0.2.6", "node-red-admin": "^0.2.6",
"node-red-node-rbe": "^0.5.0", "node-red-node-rbe": "^0.5.0",
"node-red-node-tail": "^0.3.0", "node-red-node-tail": "^0.3.0",
"nopt": "5.0.0", "nopt": "5.0.0",
"semver": "6.3.0" "semver": "7.3.5"
}, },
"optionalDependencies": { "optionalDependencies": {
"bcrypt": "3.0.6" "bcrypt": "3.0.6"