Update package for 2.1.4

This commit is contained in:
Nick O'Leary
2021-12-01 16:06:03 +00:00
parent 1fa13efe19
commit d9f976baea
9 changed files with 71 additions and 38 deletions

View File

@@ -1,6 +1,6 @@
{
"name": "@node-red/util",
"version": "2.1.3",
"version": "2.1.4",
"license": "Apache-2.0",
"repository": {
"type": "git",
@@ -16,10 +16,10 @@
],
"dependencies": {
"fs-extra": "10.0.0",
"i18next": "21.3.1",
"i18next": "21.5.4",
"json-stringify-safe": "5.0.1",
"jsonata": "1.8.5",
"lodash.clonedeep": "^4.5.0",
"moment-timezone": "0.5.33"
"moment-timezone": "0.5.34"
}
}