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

Update dependencies

This commit is contained in:
Nick O'Leary 2021-06-08 17:33:40 +01:00
parent ff5e038c49
commit d83e543a98
No known key found for this signature in database
GPG Key ID: 4F2157149161A6C9
3 changed files with 8 additions and 8 deletions

View File

@ -28,12 +28,12 @@
"dependencies": {
"acorn": "8.3.0",
"acorn-walk": "8.1.0",
"ajv": "8.5.0",
"ajv": "8.6.0",
"async-mutex": "0.3.1",
"basic-auth": "2.0.1",
"bcryptjs": "2.4.3",
"body-parser": "1.19.0",
"cheerio": "^1.0.0-rc.9",
"cheerio": "1.0.0-rc.10",
"clone": "2.1.2",
"content-type": "1.0.4",
"cookie": "0.4.1",
@ -76,7 +76,7 @@
"semver": "7.3.5",
"tar": "6.1.0",
"tough-cookie": "4.0.0",
"uglify-js": "3.13.8",
"uglify-js": "3.13.9",
"uuid": "8.3.2",
"ws": "7.4.6",
"xml2js": "0.4.23"
@ -114,7 +114,7 @@
"mocha": "8.4.0",
"node-red-node-test-helper": "^0.2.7",
"nodemon": "2.0.7",
"sass": "1.34.0",
"sass": "1.34.1",
"should": "13.2.3",
"sinon": "11.1.1",
"stoppable": "^1.1.0",

View File

@ -17,9 +17,9 @@
"dependencies": {
"acorn": "8.3.0",
"acorn-walk": "8.1.0",
"ajv": "8.5.0",
"ajv": "8.6.0",
"body-parser": "1.19.0",
"cheerio": "^1.0.0-rc.9",
"cheerio": "1.0.0-rc.10",
"content-type": "1.0.4",
"cookie-parser": "1.4.5",
"cookie": "0.4.1",
@ -43,7 +43,7 @@
"raw-body": "2.4.1",
"request": "2.88.0",
"tough-cookie": "4.0.0",
"uuid":"8.3.2",
"uuid": "8.3.2",
"ws": "7.4.6",
"xml2js": "0.4.23",
"iconv-lite": "0.6.3"

View File

@ -19,6 +19,6 @@
"@node-red/util": "2.0.0-beta.1",
"semver": "7.3.5",
"tar": "6.1.0",
"uglify-js": "3.13.8"
"uglify-js": "3.13.9"
}
}