Update dependencies

This commit is contained in:
Nick O'Leary
2021-06-29 16:19:28 +01:00
parent 45e0a1ffea
commit f8d8d4b186
5 changed files with 17 additions and 17 deletions

View File

@@ -32,7 +32,7 @@
"passport-http-bearer": "1.0.1",
"passport-oauth2-client-password": "0.1.2",
"passport": "0.4.1",
"ws": "7.4.6"
"ws": "7.5.1"
},
"optionalDependencies": {
"bcrypt": "5.0.1"

View File

@@ -15,8 +15,8 @@
}
],
"dependencies": {
"acorn": "8.3.0",
"acorn-walk": "8.1.0",
"acorn": "8.4.1",
"acorn-walk": "8.1.1",
"ajv": "8.6.0",
"body-parser": "1.19.0",
"cheerio": "1.0.0-rc.10",
@@ -36,14 +36,14 @@
"is-utf8": "0.2.1",
"js-yaml": "3.14.0",
"media-typer": "1.1.0",
"mqtt": "4.2.6",
"mqtt": "4.2.8",
"multer": "1.4.2",
"mustache": "4.2.0",
"on-headers": "1.0.2",
"raw-body": "2.4.1",
"tough-cookie": "4.0.0",
"uuid": "8.3.2",
"ws": "7.4.6",
"ws": "7.5.1",
"xml2js": "0.4.23",
"iconv-lite": "0.6.3"
}

View File

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

View File

@@ -16,7 +16,7 @@
],
"dependencies": {
"clone": "2.1.2",
"i18next": "20.3.1",
"i18next": "20.3.2",
"json-stringify-safe": "5.0.1",
"jsonata": "1.8.4",
"lodash.clonedeep": "^4.5.0",