Bump dependencies

This commit is contained in:
Nick O'Leary 2023-03-02 15:42:41 +00:00
parent 4b89619ef1
commit 010c8eccc8
No known key found for this signature in database
GPG Key ID: 4F2157149161A6C9
5 changed files with 23 additions and 23 deletions

View File

@ -26,16 +26,16 @@
}
],
"dependencies": {
"acorn": "8.8.1",
"acorn": "8.8.2",
"acorn-walk": "8.2.0",
"ajv": "8.11.2",
"ajv": "8.12.0",
"async-mutex": "0.4.0",
"basic-auth": "2.0.1",
"bcryptjs": "2.4.3",
"body-parser": "1.20.1",
"body-parser": "1.20.2",
"cheerio": "1.0.0-rc.10",
"clone": "2.1.2",
"content-type": "1.0.4",
"content-type": "1.0.5",
"cookie": "0.5.0",
"cookie-parser": "1.4.6",
"cors": "2.8.5",
@ -45,7 +45,7 @@
"express-session": "1.17.3",
"form-data": "4.0.0",
"fs-extra": "10.1.0",
"got": "11.8.5",
"got": "11.8.6",
"hash-sum": "2.0.0",
"hpagent": "1.2.0",
"https-proxy-agent": "5.0.1",
@ -60,7 +60,7 @@
"memorystore": "1.6.7",
"mime": "3.0.0",
"moment": "2.29.4",
"moment-timezone": "0.5.39",
"moment-timezone": "0.5.41",
"mqtt": "4.3.7",
"multer": "1.4.5-lts.1",
"mustache": "4.2.0",
@ -72,12 +72,12 @@
"passport": "0.6.0",
"passport-http-bearer": "1.0.1",
"passport-oauth2-client-password": "0.1.2",
"raw-body": "2.5.1",
"raw-body": "2.5.2",
"semver": "7.3.8",
"tar": "6.1.12",
"tar": "6.1.13",
"tough-cookie": "4.1.2",
"uglify-js": "3.17.4",
"uuid": "8.3.2",
"uuid": "9.0.0",
"ws": "7.5.6",
"xml2js": "0.4.23"
},
@ -86,7 +86,7 @@
},
"devDependencies": {
"dompurify": "2.4.1",
"grunt": "1.5.3",
"grunt": "1.6.1",
"grunt-chmod": "~1.1.1",
"grunt-cli": "~1.4.3",
"grunt-concurrent": "3.0.0",
@ -108,18 +108,18 @@
"i18next-http-backend": "1.4.1",
"jquery-i18next": "1.2.1",
"jsdoc-nr-template": "github:node-red/jsdoc-nr-template",
"marked": "4.2.3",
"marked": "4.2.12",
"mermaid": "^9.3.0",
"minami": "1.2.3",
"mocha": "9.2.2",
"node-red-node-test-helper": "^0.3.0",
"nodemon": "2.0.20",
"proxy": "^1.0.2",
"sass": "1.56.1",
"sass": "1.58.3",
"should": "13.2.3",
"sinon": "11.1.2",
"stoppable": "^1.1.0",
"supertest": "6.2.4"
"supertest": "6.3.3"
},
"engines": {
"node": ">=14"

View File

@ -19,7 +19,7 @@
"@node-red/util": "3.1.0-beta.1",
"@node-red/editor-client": "3.1.0-beta.1",
"bcryptjs": "2.4.3",
"body-parser": "1.20.1",
"body-parser": "1.20.2",
"clone": "2.1.2",
"cors": "2.8.5",
"express-session": "1.17.3",

View File

@ -15,12 +15,12 @@
}
],
"dependencies": {
"acorn": "8.8.1",
"acorn": "8.8.2",
"acorn-walk": "8.2.0",
"ajv": "8.11.2",
"body-parser": "1.20.1",
"ajv": "8.12.0",
"body-parser": "1.20.2",
"cheerio": "1.0.0-rc.10",
"content-type": "1.0.4",
"content-type": "1.0.5",
"cookie-parser": "1.4.6",
"cookie": "0.5.0",
"cors": "2.8.5",
@ -28,7 +28,7 @@
"denque": "2.1.0",
"form-data": "4.0.0",
"fs-extra": "10.1.0",
"got": "11.8.5",
"got": "11.8.6",
"hash-sum": "2.0.0",
"hpagent": "1.2.0",
"https-proxy-agent": "5.0.1",
@ -40,9 +40,9 @@
"mustache": "4.2.0",
"node-watch": "0.7.3",
"on-headers": "1.0.2",
"raw-body": "2.5.1",
"raw-body": "2.5.2",
"tough-cookie": "4.1.2",
"uuid": "8.3.2",
"uuid": "9.0.0",
"ws": "7.5.6",
"xml2js": "0.4.23",
"iconv-lite": "0.6.3"

View File

@ -20,7 +20,7 @@
"clone": "2.1.2",
"fs-extra": "10.1.0",
"semver": "7.3.8",
"tar": "6.1.12",
"tar": "6.1.13",
"uglify-js": "3.17.4"
}
}

View File

@ -21,6 +21,6 @@
"jsonata": "1.8.6",
"lodash.clonedeep": "^4.5.0",
"moment": "2.29.4",
"moment-timezone": "0.5.39"
"moment-timezone": "0.5.41"
}
}