Update dependencies

This commit is contained in:
Nick O'Leary 2021-06-02 16:24:12 +01:00
parent 7c02e4d66a
commit e042ef05a4
No known key found for this signature in database
GPG Key ID: 4F2157149161A6C9
7 changed files with 25 additions and 25 deletions

View File

@ -28,7 +28,7 @@
"dependencies": { "dependencies": {
"acorn": "8.3.0", "acorn": "8.3.0",
"acorn-walk": "8.1.0", "acorn-walk": "8.1.0",
"ajv": "8.2.0", "ajv": "8.5.0",
"async-mutex": "0.3.1", "async-mutex": "0.3.1",
"basic-auth": "2.0.1", "basic-auth": "2.0.1",
"bcryptjs": "2.4.3", "bcryptjs": "2.4.3",
@ -42,13 +42,13 @@
"cronosjs": "1.7.1", "cronosjs": "1.7.1",
"denque": "1.5.0", "denque": "1.5.0",
"express": "4.17.1", "express": "4.17.1",
"express-session": "1.17.1", "express-session": "1.17.2",
"fs-extra": "9.1.0", "fs-extra": "10.0.0",
"fs.notify": "0.0.4", "fs.notify": "0.0.4",
"hash-sum": "2.0.0", "hash-sum": "2.0.0",
"https-proxy-agent": "5.0.0", "https-proxy-agent": "5.0.0",
"i18next": "20.2.1", "i18next": "20.3.1",
"iconv-lite": "0.6.2", "iconv-lite": "0.6.3",
"is-utf8": "0.2.1", "is-utf8": "0.2.1",
"js-yaml": "3.14.0", "js-yaml": "3.14.0",
"json-stringify-safe": "5.0.1", "json-stringify-safe": "5.0.1",
@ -72,18 +72,18 @@
"request": "2.88.0", "request": "2.88.0",
"semver": "7.3.5", "semver": "7.3.5",
"tar": "6.1.0", "tar": "6.1.0",
"uglify-js": "3.13.3", "uglify-js": "3.13.8",
"ws": "6.2.2", "ws": "7.4.6",
"xml2js": "0.4.23" "xml2js": "0.4.23"
}, },
"optionalDependencies": { "optionalDependencies": {
"bcrypt": "5.0.1" "bcrypt": "5.0.1"
}, },
"devDependencies": { "devDependencies": {
"dompurify": "2.2.7", "dompurify": "2.2.9",
"grunt": "1.3.0", "grunt": "1.4.1",
"grunt-chmod": "~1.1.1", "grunt-chmod": "~1.1.1",
"grunt-cli": "~1.4.2", "grunt-cli": "~1.4.3",
"grunt-concurrent": "3.0.0", "grunt-concurrent": "3.0.0",
"grunt-contrib-clean": "~2.0.0", "grunt-contrib-clean": "~2.0.0",
"grunt-contrib-compress": "2.0.0", "grunt-contrib-compress": "2.0.0",
@ -101,17 +101,17 @@
"grunt-simple-mocha": "~0.4.1", "grunt-simple-mocha": "~0.4.1",
"grunt-simple-nyc": "^3.0.1", "grunt-simple-nyc": "^3.0.1",
"http-proxy": "1.18.1", "http-proxy": "1.18.1",
"i18next-http-backend": "1.2.1", "i18next-http-backend": "1.2.6",
"jquery-i18next": "1.2.1", "jquery-i18next": "1.2.1",
"jsdoc-nr-template": "github:node-red/jsdoc-nr-template", "jsdoc-nr-template": "github:node-red/jsdoc-nr-template",
"marked": "2.0.1", "marked": "2.0.7",
"minami": "1.2.3", "minami": "1.2.3",
"mocha": "8.3.2", "mocha": "8.4.0",
"node-red-node-test-helper": "^0.2.7", "node-red-node-test-helper": "^0.2.7",
"nodemon": "2.0.7", "nodemon": "2.0.7",
"sass": "1.32.12", "sass": "1.34.0",
"should": "13.2.3", "should": "13.2.3",
"sinon": "10.0.1", "sinon": "11.1.1",
"stoppable": "^1.1.0", "stoppable": "^1.1.0",
"supertest": "6.1.3" "supertest": "6.1.3"
}, },

View File

@ -22,7 +22,7 @@
"body-parser": "1.19.0", "body-parser": "1.19.0",
"clone": "2.1.2", "clone": "2.1.2",
"cors": "2.8.5", "cors": "2.8.5",
"express-session": "1.17.1", "express-session": "1.17.2",
"express": "4.17.1", "express": "4.17.1",
"memorystore": "1.6.6", "memorystore": "1.6.6",
"mime": "2.5.2", "mime": "2.5.2",
@ -32,7 +32,7 @@
"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",
"passport": "0.4.1", "passport": "0.4.1",
"ws": "6.2.2" "ws": "7.4.6"
}, },
"optionalDependencies": { "optionalDependencies": {
"bcrypt": "5.0.1" "bcrypt": "5.0.1"

View File

@ -17,7 +17,7 @@
"dependencies": { "dependencies": {
"acorn": "8.3.0", "acorn": "8.3.0",
"acorn-walk": "8.1.0", "acorn-walk": "8.1.0",
"ajv": "8.2.0", "ajv": "8.5.0",
"body-parser": "1.19.0", "body-parser": "1.19.0",
"cheerio": "0.22.0", "cheerio": "0.22.0",
"content-type": "1.0.4", "content-type": "1.0.4",
@ -26,7 +26,7 @@
"cors": "2.8.5", "cors": "2.8.5",
"cronosjs": "1.7.1", "cronosjs": "1.7.1",
"denque": "1.5.0", "denque": "1.5.0",
"fs-extra": "9.1.0", "fs-extra": "10.0.0",
"fs.notify": "0.0.4", "fs.notify": "0.0.4",
"hash-sum": "2.0.0", "hash-sum": "2.0.0",
"https-proxy-agent": "5.0.0", "https-proxy-agent": "5.0.0",
@ -39,8 +39,8 @@
"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",
"ws": "6.2.2", "ws": "7.4.6",
"xml2js": "0.4.23", "xml2js": "0.4.23",
"iconv-lite": "0.6.2" "iconv-lite": "0.6.3"
} }
} }

View File

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

View File

@ -21,7 +21,7 @@
"async-mutex": "0.3.1", "async-mutex": "0.3.1",
"clone": "2.1.2", "clone": "2.1.2",
"express": "4.17.1", "express": "4.17.1",
"fs-extra": "9.1.0", "fs-extra": "10.0.0",
"json-stringify-safe": "5.0.1" "json-stringify-safe": "5.0.1"
} }
} }

View File

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

View File

@ -38,7 +38,7 @@
"basic-auth": "2.0.1", "basic-auth": "2.0.1",
"bcryptjs": "2.4.3", "bcryptjs": "2.4.3",
"express": "4.17.1", "express": "4.17.1",
"fs-extra": "9.1.0", "fs-extra": "10.0.0",
"node-red-admin": "^0.2.6", "node-red-admin": "^0.2.6",
"nopt": "5.0.0", "nopt": "5.0.0",
"semver": "7.3.5" "semver": "7.3.5"