mirror of
https://github.com/n8n-io/n8n.git
synced 2025-01-24 02:52:24 -08:00
⬆️ Upgrade multiple dependencies (#3547)
* ⬆️ upgrade typeorm * ⬆️ upgrade @types/node * ⬆️ upgrade mssql * ⬆️ upgrade monaco-editor to 0.30.1 * ⚡️ update package-lock Co-authored-by: Jan Oberhauser <janober@users.noreply.github.com> Co-authored-by: Jan Oberhauser <jan.oberhauser@gmail.com>
This commit is contained in:
parent
b07ba183b0
commit
6f4a5039e0
|
@ -71,7 +71,7 @@
|
|||
"@types/jest": "^27.4.0",
|
||||
"@types/localtunnel": "^1.9.0",
|
||||
"@types/lodash": "^4.14.182",
|
||||
"@types/node": "14.17.27",
|
||||
"@types/node": "^16.11.22",
|
||||
"@types/open": "^6.1.0",
|
||||
"@types/parseurl": "^1.3.1",
|
||||
"@types/passport-jwt": "^3.0.6",
|
||||
|
@ -150,7 +150,7 @@
|
|||
"sse-channel": "^3.1.1",
|
||||
"swagger-ui-express": "^4.3.0",
|
||||
"tslib": "1.14.1",
|
||||
"typeorm": "0.2.30",
|
||||
"typeorm": "0.2.45",
|
||||
"uuid": "^8.3.0",
|
||||
"validator": "13.7.0",
|
||||
"winston": "^3.3.3",
|
||||
|
|
|
@ -33,7 +33,7 @@
|
|||
"@types/jest": "^27.4.0",
|
||||
"@types/lodash.get": "^4.4.6",
|
||||
"@types/mime-types": "^2.1.0",
|
||||
"@types/node": "14.17.27",
|
||||
"@types/node": "^16.11.22",
|
||||
"@types/request-promise-native": "~1.0.15",
|
||||
"@types/uuid": "^8.3.4",
|
||||
"jest": "^27.4.7",
|
||||
|
|
|
@ -27,7 +27,7 @@
|
|||
"@fontsource/open-sans": "^4.5.0",
|
||||
"@fortawesome/free-regular-svg-icons": "^6.1.1",
|
||||
"luxon": "^2.3.0",
|
||||
"monaco-editor": "^0.29.1",
|
||||
"monaco-editor": "^0.30.1",
|
||||
"n8n-design-system": "~0.23.0",
|
||||
"timeago.js": "^4.0.2",
|
||||
"v-click-outside": "^3.1.2",
|
||||
|
@ -48,7 +48,7 @@
|
|||
"@types/lodash.get": "^4.4.6",
|
||||
"@types/lodash.set": "^4.3.6",
|
||||
"@types/luxon": "^2.0.9",
|
||||
"@types/node": "14.17.27",
|
||||
"@types/node": "^16.11.22",
|
||||
"@types/quill": "^2.0.1",
|
||||
"@types/uuid": "^8.3.2",
|
||||
"@typescript-eslint/eslint-plugin": "^4.29.0",
|
||||
|
|
|
@ -57,7 +57,7 @@
|
|||
"@oclif/command": "^1.5.18",
|
||||
"@oclif/errors": "^1.2.2",
|
||||
"@types/express": "^4.17.6",
|
||||
"@types/node": "14.17.27",
|
||||
"@types/node": "^16.11.22",
|
||||
"change-case": "^4.1.1",
|
||||
"copyfiles": "^2.1.1",
|
||||
"inquirer": "^7.0.1",
|
||||
|
|
|
@ -333,6 +333,7 @@ export class RabbitMQ implements INodeType {
|
|||
// @ts-ignore
|
||||
const promisesResponses = await Promise.allSettled(queuePromises);
|
||||
|
||||
// @ts-ignore
|
||||
promisesResponses.forEach((response: JsonObject) => {
|
||||
if (response!.status !== 'fulfilled') {
|
||||
|
||||
|
@ -398,6 +399,7 @@ export class RabbitMQ implements INodeType {
|
|||
// @ts-ignore
|
||||
const promisesResponses = await Promise.allSettled(exchangePromises);
|
||||
|
||||
// @ts-ignore
|
||||
promisesResponses.forEach((response: JsonObject) => {
|
||||
if (response!.status !== 'fulfilled') {
|
||||
|
||||
|
|
|
@ -706,7 +706,7 @@
|
|||
"@types/mongodb": "^3.5.4",
|
||||
"@types/mqtt": "^2.5.0",
|
||||
"@types/mssql": "^6.0.2",
|
||||
"@types/node": "14.17.27",
|
||||
"@types/node": "^16.11.22",
|
||||
"@types/nodemailer": "^6.4.0",
|
||||
"@types/redis": "^2.8.11",
|
||||
"@types/request-promise-native": "~1.0.15",
|
||||
|
@ -758,7 +758,7 @@
|
|||
"moment-timezone": "^0.5.28",
|
||||
"mongodb": "^3.6.9",
|
||||
"mqtt": "4.2.6",
|
||||
"mssql": "^6.2.0",
|
||||
"mssql": "^8.1.2",
|
||||
"mysql2": "~2.3.0",
|
||||
"n8n-core": "~0.122.0",
|
||||
"node-html-markdown": "^1.1.3",
|
||||
|
|
|
@ -35,7 +35,7 @@
|
|||
"@types/lodash.merge": "^4.6.6",
|
||||
"@types/lodash.set": "^4.3.6",
|
||||
"@types/luxon": "^2.0.9",
|
||||
"@types/node": "14.17.27",
|
||||
"@types/node": "^16.11.22",
|
||||
"@types/xml2js": "^0.4.3",
|
||||
"@typescript-eslint/eslint-plugin": "^4.29.0",
|
||||
"@typescript-eslint/parser": "^4.29.0",
|
||||
|
|
Loading…
Reference in a new issue