Update module dependencies

This commit is contained in:
Nick O'Leary 2022-06-16 15:39:42 +01:00
parent 1780cb9b91
commit ce529a9b9f
No known key found for this signature in database
GPG Key ID: 4F2157149161A6C9
4 changed files with 4 additions and 4 deletions

View File

@ -26,7 +26,7 @@
"express": "4.18.1",
"memorystore": "1.6.7",
"mime": "3.0.0",
"multer": "1.4.4",
"multer": "1.4.5-lts.1",
"mustache": "4.2.0",
"oauth2orize": "1.11.1",
"passport-http-bearer": "1.0.1",

View File

@ -36,7 +36,7 @@
"js-yaml": "4.1.0",
"media-typer": "1.1.0",
"mqtt": "4.3.7",
"multer": "1.4.4",
"multer": "1.4.5-lts.1",
"mustache": "4.2.0",
"node-watch": "0.7.3",
"on-headers": "1.0.2",

View File

@ -21,6 +21,6 @@
"fs-extra": "10.1.0",
"semver": "7.3.7",
"tar": "6.1.11",
"uglify-js": "3.15.5"
"uglify-js": "3.16.0"
}
}

View File

@ -16,7 +16,7 @@
],
"dependencies": {
"fs-extra": "10.1.0",
"i18next": "21.8.2",
"i18next": "21.8.10",
"json-stringify-safe": "5.0.1",
"jsonata": "1.8.6",
"lodash.clonedeep": "^4.5.0",