mirror of
https://github.com/n8n-io/n8n.git
synced 2025-01-11 04:47:29 -08:00
fix(core): Fix all dependency versions for backend packages (no-changelog) (#7745)
Once the packages are published to NPM, they don't have the `pnpm-lock.yaml` to fix dependency versions. Which means that any dependency with `^` gets auto-upgrade to the latest matching minor, which can cause issues like [this](https://github.com/node-cache-manager/node-cache-manager/issues/611).
This commit is contained in:
parent
fc60e9a809
commit
db094f2d7e
|
@ -20,6 +20,6 @@
|
||||||
"dist/**/*"
|
"dist/**/*"
|
||||||
],
|
],
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"axios": "^0.21.1"
|
"axios": "0.21.4"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
@ -100,97 +100,97 @@
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@n8n/client-oauth2": "workspace:*",
|
"@n8n/client-oauth2": "workspace:*",
|
||||||
"@n8n/permissions": "workspace:*",
|
"@n8n/permissions": "workspace:*",
|
||||||
"@n8n_io/license-sdk": "~2.7.1",
|
"@n8n_io/license-sdk": "2.7.2",
|
||||||
"@oclif/command": "^1.8.16",
|
"@oclif/command": "1.8.18",
|
||||||
"@oclif/config": "^1.18.17",
|
"@oclif/config": "1.18.17",
|
||||||
"@oclif/core": "^1.16.4",
|
"@oclif/core": "1.16.6",
|
||||||
"@oclif/errors": "^1.3.6",
|
"@oclif/errors": "1.3.6",
|
||||||
"@rudderstack/rudder-sdk-node": "1.0.6",
|
"@rudderstack/rudder-sdk-node": "1.0.6",
|
||||||
"@sentry/integrations": "^7.28.1",
|
"@sentry/integrations": "7.28.1",
|
||||||
"@sentry/node": "^7.28.1",
|
"@sentry/node": "7.28.1",
|
||||||
"axios": "^0.21.1",
|
"axios": "0.21.4",
|
||||||
"basic-auth": "^2.0.1",
|
"basic-auth": "2.0.1",
|
||||||
"bcryptjs": "^2.4.3",
|
"bcryptjs": "2.4.3",
|
||||||
"bull": "^4.10.2",
|
"bull": "4.10.2",
|
||||||
"cache-manager": "^5.2.3",
|
"cache-manager": "5.2.3",
|
||||||
"cache-manager-ioredis-yet": "^1.2.2",
|
"cache-manager-ioredis-yet": "1.2.2",
|
||||||
"callsites": "^3.1.0",
|
"callsites": "3.1.0",
|
||||||
"change-case": "^4.1.1",
|
"change-case": "4.1.2",
|
||||||
"class-transformer": "^0.5.1",
|
"class-transformer": "0.5.1",
|
||||||
"class-validator": "^0.14.0",
|
"class-validator": "0.14.0",
|
||||||
"compression": "^1.7.4",
|
"compression": "1.7.4",
|
||||||
"connect-history-api-fallback": "^1.6.0",
|
"connect-history-api-fallback": "1.6.0",
|
||||||
"convict": "^6.2.4",
|
"convict": "6.2.4",
|
||||||
"cookie-parser": "^1.4.6",
|
"cookie-parser": "1.4.6",
|
||||||
"csrf": "^3.1.0",
|
"csrf": "3.1.0",
|
||||||
"curlconverter": "3.21.0",
|
"curlconverter": "3.21.0",
|
||||||
"dotenv": "^8.0.0",
|
"dotenv": "8.6.0",
|
||||||
"express": "^4.18.2",
|
"express": "4.18.2",
|
||||||
"express-async-errors": "^3.1.1",
|
"express-async-errors": "3.1.1",
|
||||||
"express-handlebars": "^7.0.2",
|
"express-handlebars": "7.0.2",
|
||||||
"express-openapi-validator": "^4.13.6",
|
"express-openapi-validator": "4.13.8",
|
||||||
"express-prom-bundle": "^6.6.0",
|
"express-prom-bundle": "6.6.0",
|
||||||
"express-rate-limit": "^7.1.3",
|
"express-rate-limit": "7.1.3",
|
||||||
"fast-glob": "^3.2.5",
|
"fast-glob": "3.2.12",
|
||||||
"flatted": "^3.2.4",
|
"flatted": "3.2.7",
|
||||||
"formidable": "^3.5.0",
|
"formidable": "3.5.0",
|
||||||
"google-timezones-json": "^1.1.0",
|
"google-timezones-json": "1.1.0",
|
||||||
"handlebars": "4.7.7",
|
"handlebars": "4.7.7",
|
||||||
"infisical-node": "^1.3.0",
|
"infisical-node": "1.3.0",
|
||||||
"inquirer": "^7.0.1",
|
"inquirer": "7.3.3",
|
||||||
"ioredis": "^5.2.4",
|
"ioredis": "5.2.4",
|
||||||
"isbot": "^3.6.13",
|
"isbot": "3.6.13",
|
||||||
"json-diff": "^1.0.6",
|
"json-diff": "1.0.6",
|
||||||
"jsonschema": "^1.4.1",
|
"jsonschema": "1.4.1",
|
||||||
"jsonwebtoken": "^9.0.0",
|
"jsonwebtoken": "9.0.0",
|
||||||
"jwks-rsa": "^3.0.1",
|
"jwks-rsa": "3.0.1",
|
||||||
"ldapts": "^4.2.6",
|
"ldapts": "4.2.6",
|
||||||
"localtunnel": "^2.0.0",
|
"localtunnel": "2.0.2",
|
||||||
"lodash": "^4.17.21",
|
"lodash": "4.17.21",
|
||||||
"luxon": "^3.3.0",
|
"luxon": "3.3.0",
|
||||||
"mysql2": "~2.3.3",
|
"mysql2": "2.3.3",
|
||||||
"n8n-core": "workspace:*",
|
"n8n-core": "workspace:*",
|
||||||
"n8n-editor-ui": "workspace:*",
|
"n8n-editor-ui": "workspace:*",
|
||||||
"n8n-nodes-base": "workspace:*",
|
"n8n-nodes-base": "workspace:*",
|
||||||
"n8n-workflow": "workspace:*",
|
"n8n-workflow": "workspace:*",
|
||||||
"nanoid": "^3.3.6",
|
"nanoid": "3.3.6",
|
||||||
"nodemailer": "^6.7.1",
|
"nodemailer": "6.8.0",
|
||||||
"oauth-1.0a": "^2.2.6",
|
"oauth-1.0a": "2.2.6",
|
||||||
"open": "^7.0.0",
|
"open": "7.4.2",
|
||||||
"openapi-types": "^10.0.0",
|
"openapi-types": "10.0.0",
|
||||||
"otpauth": "^9.1.1",
|
"otpauth": "9.1.1",
|
||||||
"p-cancelable": "^2.0.0",
|
"p-cancelable": "2.1.1",
|
||||||
"p-lazy": "^3.1.0",
|
"p-lazy": "3.1.0",
|
||||||
"passport": "^0.6.0",
|
"passport": "0.6.0",
|
||||||
"passport-cookie": "^1.0.9",
|
"passport-cookie": "1.0.9",
|
||||||
"passport-jwt": "^4.0.0",
|
"passport-jwt": "4.0.1",
|
||||||
"pg": "^8.8.0",
|
"pg": "8.8.0",
|
||||||
"picocolors": "^1.0.0",
|
"picocolors": "1.0.0",
|
||||||
"pkce-challenge": "^3.0.0",
|
"pkce-challenge": "3.0.0",
|
||||||
"posthog-node": "^2.2.2",
|
"posthog-node": "2.2.2",
|
||||||
"prom-client": "^13.1.0",
|
"prom-client": "13.2.0",
|
||||||
"psl": "^1.8.0",
|
"psl": "1.9.0",
|
||||||
"raw-body": "^2.5.1",
|
"raw-body": "2.5.1",
|
||||||
"reflect-metadata": "^0.1.13",
|
"reflect-metadata": "0.1.13",
|
||||||
"replacestream": "^4.0.3",
|
"replacestream": "4.0.3",
|
||||||
"samlify": "^2.8.9",
|
"samlify": "2.8.9",
|
||||||
"semver": "^7.5.4",
|
"semver": "7.5.4",
|
||||||
"shelljs": "^0.8.5",
|
"shelljs": "0.8.5",
|
||||||
"simple-git": "^3.17.0",
|
"simple-git": "3.17.0",
|
||||||
"source-map-support": "^0.5.21",
|
"source-map-support": "0.5.21",
|
||||||
"sqlite3": "^5.1.6",
|
"sqlite3": "5.1.6",
|
||||||
"sse-channel": "^4.0.0",
|
"sse-channel": "4.0.0",
|
||||||
"sshpk": "^1.17.0",
|
"sshpk": "1.17.0",
|
||||||
"swagger-ui-express": "^4.3.0",
|
"swagger-ui-express": "4.5.0",
|
||||||
"syslog-client": "^1.1.1",
|
"syslog-client": "1.1.1",
|
||||||
"typedi": "^0.10.0",
|
"typedi": "0.10.0",
|
||||||
"typeorm": "^0.3.17",
|
"typeorm": "0.3.17",
|
||||||
"uuid": "^8.3.2",
|
"uuid": "8.3.2",
|
||||||
"validator": "13.7.0",
|
"validator": "13.7.0",
|
||||||
"winston": "^3.3.3",
|
"winston": "3.8.2",
|
||||||
"ws": "^8.12.0",
|
"ws": "8.12.0",
|
||||||
"xml2js": "^0.5.0",
|
"xml2js": "0.5.0",
|
||||||
"xmllint-wasm": "^3.0.1",
|
"xmllint-wasm": "3.0.1",
|
||||||
"yamljs": "^0.3.0"
|
"yamljs": "0.3.0"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
@ -49,23 +49,23 @@
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@n8n/client-oauth2": "workspace:*",
|
"@n8n/client-oauth2": "workspace:*",
|
||||||
"aws4": "^1.8.0",
|
"aws4": "1.11.0",
|
||||||
"axios": "^0.21.1",
|
"axios": "0.21.4",
|
||||||
"concat-stream": "^2.0.0",
|
"concat-stream": "2.0.0",
|
||||||
"cron": "~1.7.2",
|
"cron": "1.7.2",
|
||||||
"fast-glob": "^3.2.5",
|
"fast-glob": "3.2.12",
|
||||||
"file-type": "^16.5.4",
|
"file-type": "16.5.4",
|
||||||
"flatted": "^3.2.4",
|
"flatted": "3.2.7",
|
||||||
"form-data": "^4.0.0",
|
"form-data": "4.0.0",
|
||||||
"lodash": "^4.17.21",
|
"lodash": "4.17.21",
|
||||||
"mime-types": "^2.1.27",
|
"mime-types": "2.1.35",
|
||||||
"n8n-workflow": "workspace:*",
|
"n8n-workflow": "workspace:*",
|
||||||
"oauth-1.0a": "^2.2.6",
|
"oauth-1.0a": "2.2.6",
|
||||||
"p-cancelable": "^2.0.0",
|
"p-cancelable": "2.1.1",
|
||||||
"pretty-bytes": "^5.6.0",
|
"pretty-bytes": "5.6.0",
|
||||||
"qs": "^6.10.1",
|
"qs": "6.11.0",
|
||||||
"typedi": "^0.10.0",
|
"typedi": "0.10.0",
|
||||||
"uuid": "^8.3.2",
|
"uuid": "8.3.2",
|
||||||
"xml2js": "^0.5.0"
|
"xml2js": "0.5.0"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
@ -822,66 +822,66 @@
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@kafkajs/confluent-schema-registry": "1.0.6",
|
"@kafkajs/confluent-schema-registry": "1.0.6",
|
||||||
"@n8n/vm2": "^3.9.20",
|
"@n8n/vm2": "3.9.20",
|
||||||
"amqplib": "^0.10.3",
|
"amqplib": "0.10.3",
|
||||||
"aws4": "^1.8.0",
|
"aws4": "1.11.0",
|
||||||
"basic-auth": "^2.0.1",
|
"basic-auth": "2.0.1",
|
||||||
"change-case": "^4.1.1",
|
"change-case": "4.1.2",
|
||||||
"cheerio": "1.0.0-rc.6",
|
"cheerio": "1.0.0-rc.6",
|
||||||
"chokidar": "3.5.2",
|
"chokidar": "3.5.2",
|
||||||
"cron": "~1.7.2",
|
"cron": "1.7.2",
|
||||||
"csv-parse": "^5.5.0",
|
"csv-parse": "5.5.0",
|
||||||
"currency-codes": "^2.1.0",
|
"currency-codes": "2.1.0",
|
||||||
"eventsource": "^2.0.2",
|
"eventsource": "2.0.2",
|
||||||
"fast-glob": "^3.2.5",
|
"fast-glob": "3.2.12",
|
||||||
"fflate": "^0.7.0",
|
"fflate": "0.7.4",
|
||||||
"get-system-fonts": "^2.0.2",
|
"get-system-fonts": "2.0.2",
|
||||||
"gm": "^1.25.0",
|
"gm": "1.25.0",
|
||||||
"iconv-lite": "^0.6.2",
|
"iconv-lite": "0.6.3",
|
||||||
"ics": "^2.27.0",
|
"ics": "2.40.0",
|
||||||
"imap-simple": "^4.3.0",
|
"imap-simple": "4.3.0",
|
||||||
"isbot": "^3.6.13",
|
"isbot": "3.6.13",
|
||||||
"iso-639-1": "^2.1.3",
|
"iso-639-1": "2.1.15",
|
||||||
"js-nacl": "^1.4.0",
|
"js-nacl": "1.4.0",
|
||||||
"jsonwebtoken": "^9.0.0",
|
"jsonwebtoken": "9.0.0",
|
||||||
"kafkajs": "^1.14.0",
|
"kafkajs": "1.16.0",
|
||||||
"ldapts": "^4.2.6",
|
"ldapts": "4.2.6",
|
||||||
"lodash": "^4.17.21",
|
"lodash": "4.17.21",
|
||||||
"lossless-json": "^1.0.4",
|
"lossless-json": "1.0.5",
|
||||||
"luxon": "^3.3.0",
|
"luxon": "3.3.0",
|
||||||
"mailparser": "^3.2.0",
|
"mailparser": "3.5.0",
|
||||||
"minifaker": "^1.34.1",
|
"minifaker": "1.34.1",
|
||||||
"moment": "~2.29.2",
|
"moment": "2.29.4",
|
||||||
"moment-timezone": "^0.5.28",
|
"moment-timezone": "0.5.37",
|
||||||
"mongodb": "^4.17.1",
|
"mongodb": "4.17.1",
|
||||||
"mqtt": "^5.0.2",
|
"mqtt": "5.0.2",
|
||||||
"mssql": "^8.1.2",
|
"mssql": "8.1.4",
|
||||||
"mysql2": "~2.3.0",
|
"mysql2": "2.3.3",
|
||||||
"n8n-workflow": "workspace:*",
|
"n8n-workflow": "workspace:*",
|
||||||
"nanoid": "^3.3.6",
|
"nanoid": "3.3.6",
|
||||||
"node-html-markdown": "^1.1.3",
|
"node-html-markdown": "1.2.0",
|
||||||
"node-ssh": "^12.0.0",
|
"node-ssh": "12.0.5",
|
||||||
"nodemailer": "^6.7.1",
|
"nodemailer": "6.8.0",
|
||||||
"otpauth": "^9.1.1",
|
"otpauth": "9.1.1",
|
||||||
"pdfjs-dist": "^2.16.105",
|
"pdfjs-dist": "2.16.105",
|
||||||
"pg": "^8.3.0",
|
"pg": "8.8.0",
|
||||||
"pg-promise": "^10.5.8",
|
"pg-promise": "10.12.0",
|
||||||
"pretty-bytes": "^5.6.0",
|
"pretty-bytes": "5.6.0",
|
||||||
"promise-ftp": "^1.3.5",
|
"promise-ftp": "1.3.5",
|
||||||
"pyodide": "^0.23.4",
|
"pyodide": "0.23.4",
|
||||||
"redis": "^3.1.1",
|
"redis": "3.1.2",
|
||||||
"rfc2047": "^4.0.1",
|
"rfc2047": "4.0.1",
|
||||||
"rhea": "^1.0.11",
|
"rhea": "1.0.24",
|
||||||
"rss-parser": "^3.7.0",
|
"rss-parser": "3.12.0",
|
||||||
"semver": "^7.5.4",
|
"semver": "7.5.4",
|
||||||
"showdown": "^2.0.3",
|
"showdown": "2.1.0",
|
||||||
"simple-git": "^3.17.0",
|
"simple-git": "3.17.0",
|
||||||
"snowflake-sdk": "^1.8.0",
|
"snowflake-sdk": "1.8.0",
|
||||||
"ssh2-sftp-client": "^7.0.0",
|
"ssh2-sftp-client": "7.2.3",
|
||||||
"tmp-promise": "^3.0.2",
|
"tmp-promise": "3.0.3",
|
||||||
"typedi": "^0.10.0",
|
"typedi": "0.10.0",
|
||||||
"uuid": "^8.3.2",
|
"uuid": "8.3.2",
|
||||||
"xlsx": "https://cdn.sheetjs.com/xlsx-0.19.3/xlsx-0.19.3.tgz",
|
"xlsx": "https://cdn.sheetjs.com/xlsx-0.19.3/xlsx-0.19.3.tgz",
|
||||||
"xml2js": "^0.5.0"
|
"xml2js": "0.5.0"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
@ -48,20 +48,20 @@
|
||||||
"@types/xml2js": "^0.4.11"
|
"@types/xml2js": "^0.4.11"
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@n8n/tournament": "^1.0.2",
|
"@n8n/tournament": "1.0.2",
|
||||||
"@n8n_io/riot-tmpl": "^4.0.0",
|
"@n8n_io/riot-tmpl": "4.0.0",
|
||||||
"ast-types": "0.15.2",
|
"ast-types": "0.15.2",
|
||||||
"crypto-js": "^4.2.0",
|
"crypto-js": "4.2.0",
|
||||||
"deep-equal": "^2.2.0",
|
"deep-equal": "2.2.0",
|
||||||
"esprima-next": "5.8.4",
|
"esprima-next": "5.8.4",
|
||||||
"form-data": "^4.0.0",
|
"form-data": "4.0.0",
|
||||||
"jmespath": "^0.16.0",
|
"jmespath": "0.16.0",
|
||||||
"js-base64": "^3.7.2",
|
"js-base64": "3.7.2",
|
||||||
"lodash": "^4.17.21",
|
"lodash": "4.17.21",
|
||||||
"luxon": "^3.3.0",
|
"luxon": "3.3.0",
|
||||||
"recast": "^0.21.5",
|
"recast": "0.21.5",
|
||||||
"title-case": "^3.0.3",
|
"title-case": "3.0.3",
|
||||||
"transliteration": "^2.3.5",
|
"transliteration": "2.3.5",
|
||||||
"xml2js": "^0.5.0"
|
"xml2js": "0.5.0"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
598
pnpm-lock.yaml
598
pnpm-lock.yaml
File diff suppressed because it is too large
Load diff
Loading…
Reference in a new issue