Update dependencies

This commit is contained in:
Nick O'Leary
2021-06-02 16:24:12 +01:00
parent 7c02e4d66a
commit e042ef05a4
7 changed files with 25 additions and 25 deletions

View File

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