Bump dependencies

This commit is contained in:
Nick O'Leary 2021-01-06 11:41:17 +00:00
parent 6ee2e2b570
commit ea720bb4a5
No known key found for this signature in database
GPG Key ID: 4F2157149161A6C9
5 changed files with 13 additions and 13 deletions

View File

@ -27,7 +27,7 @@
], ],
"dependencies": { "dependencies": {
"ajv": "6.12.6", "ajv": "6.12.6",
"async-mutex": "0.2.4", "async-mutex": "0.2.6",
"basic-auth": "2.0.1", "basic-auth": "2.0.1",
"bcryptjs": "2.4.3", "bcryptjs": "2.4.3",
"body-parser": "1.19.0", "body-parser": "1.19.0",
@ -38,7 +38,7 @@
"cookie-parser": "1.4.5", "cookie-parser": "1.4.5",
"cors": "2.8.5", "cors": "2.8.5",
"cron": "1.7.2", "cron": "1.7.2",
"denque": "1.4.1", "denque": "1.5.0",
"express": "4.17.1", "express": "4.17.1",
"express-session": "1.17.1", "express-session": "1.17.1",
"fs-extra": "8.1.0", "fs-extra": "8.1.0",
@ -54,11 +54,11 @@
"lodash.clonedeep": "^4.5.0", "lodash.clonedeep": "^4.5.0",
"media-typer": "1.1.0", "media-typer": "1.1.0",
"memorystore": "1.6.4", "memorystore": "1.6.4",
"mime": "2.4.6", "mime": "2.4.7",
"moment-timezone": "0.5.32", "moment-timezone": "0.5.32",
"mqtt": "4.2.6", "mqtt": "4.2.6",
"multer": "1.4.2", "multer": "1.4.2",
"mustache": "4.0.1", "mustache": "4.1.0",
"node-red-admin": "^0.2.6", "node-red-admin": "^0.2.6",
"node-red-node-rbe": "^0.2.9", "node-red-node-rbe": "^0.2.9",
"node-red-node-sentiment": "^0.1.6", "node-red-node-sentiment": "^0.1.6",
@ -73,7 +73,7 @@
"request": "2.88.0", "request": "2.88.0",
"semver": "6.3.0", "semver": "6.3.0",
"tar": "6.0.5", "tar": "6.0.5",
"uglify-js": "3.11.6", "uglify-js": "3.12.4",
"when": "3.7.8", "when": "3.7.8",
"ws": "6.2.1", "ws": "6.2.1",
"xml2js": "0.4.23" "xml2js": "0.4.23"
@ -82,7 +82,7 @@
"bcrypt": "3.0.8" "bcrypt": "3.0.8"
}, },
"devDependencies": { "devDependencies": {
"dompurify": "2.2.2", "dompurify": "2.2.6",
"grunt": "1.3.0", "grunt": "1.3.0",
"grunt-chmod": "~1.1.1", "grunt-chmod": "~1.1.1",
"grunt-cli": "~1.3.2", "grunt-cli": "~1.3.2",
@ -104,7 +104,7 @@
"grunt-simple-nyc": "^3.0.1", "grunt-simple-nyc": "^3.0.1",
"http-proxy": "1.18.1", "http-proxy": "1.18.1",
"jsdoc-nr-template": "github:node-red/jsdoc-nr-template", "jsdoc-nr-template": "github:node-red/jsdoc-nr-template",
"marked": "1.2.5", "marked": "1.2.7",
"minami": "1.2.3", "minami": "1.2.3",
"mocha": "^5.2.0", "mocha": "^5.2.0",
"node-red-node-test-helper": "^0.2.5", "node-red-node-test-helper": "^0.2.5",

View File

@ -25,9 +25,9 @@
"express-session": "1.17.1", "express-session": "1.17.1",
"express": "4.17.1", "express": "4.17.1",
"memorystore": "1.6.4", "memorystore": "1.6.4",
"mime": "2.4.6", "mime": "2.4.7",
"multer": "1.4.2", "multer": "1.4.2",
"mustache": "4.0.1", "mustache": "4.1.0",
"oauth2orize": "1.11.0", "oauth2orize": "1.11.0",
"passport-http-bearer": "1.0.1", "passport-http-bearer": "1.0.1",
"passport-oauth2-client-password": "0.1.2", "passport-oauth2-client-password": "0.1.2",

View File

@ -23,7 +23,7 @@
"cookie": "0.4.1", "cookie": "0.4.1",
"cors": "2.8.5", "cors": "2.8.5",
"cron": "1.7.2", "cron": "1.7.2",
"denque": "1.4.1", "denque": "1.5.0",
"fs-extra": "8.1.0", "fs-extra": "8.1.0",
"fs.notify": "0.0.4", "fs.notify": "0.0.4",
"hash-sum": "2.0.0", "hash-sum": "2.0.0",
@ -33,7 +33,7 @@
"media-typer": "1.1.0", "media-typer": "1.1.0",
"mqtt": "4.2.6", "mqtt": "4.2.6",
"multer": "1.4.2", "multer": "1.4.2",
"mustache": "4.0.1", "mustache": "4.1.0",
"on-headers": "1.0.2", "on-headers": "1.0.2",
"raw-body": "2.4.1", "raw-body": "2.4.1",
"request": "2.88.0", "request": "2.88.0",

View File

@ -19,7 +19,7 @@
"@node-red/util": "1.2.6", "@node-red/util": "1.2.6",
"semver": "6.3.0", "semver": "6.3.0",
"tar": "6.0.5", "tar": "6.0.5",
"uglify-js": "3.11.6", "uglify-js": "3.12.4",
"when": "3.7.8" "when": "3.7.8"
} }
} }

View File

@ -18,7 +18,7 @@
"dependencies": { "dependencies": {
"@node-red/registry": "1.2.6", "@node-red/registry": "1.2.6",
"@node-red/util": "1.2.6", "@node-red/util": "1.2.6",
"async-mutex": "0.2.4", "async-mutex": "0.2.6",
"clone": "2.1.2", "clone": "2.1.2",
"express": "4.17.1", "express": "4.17.1",
"fs-extra": "8.1.0", "fs-extra": "8.1.0",