mirror of
https://github.com/n8n-io/n8n.git
synced 2026-05-12 16:10:30 +02:00
fix: Fix 11 security issues in jsonpath, mailparser, mysql2 and 6 more (#26362)
Co-authored-by: aikido-autofix[bot] <119856028+aikido-autofix[bot]@users.noreply.github.com>
This commit is contained in:
parent
e01ce10f20
commit
0b84e1079d
10
package.json
10
package.json
|
|
@ -79,7 +79,7 @@
|
|||
"tsc-watch": "^6.2.0",
|
||||
"turbo": "2.8.9",
|
||||
"typescript": "*",
|
||||
"zx": "^8.1.4"
|
||||
"zx": "^8.8.5"
|
||||
},
|
||||
"pnpm": {
|
||||
"onlyBuiltDependencies": [
|
||||
|
|
@ -134,17 +134,17 @@
|
|||
"undici@6": "^6.23.0",
|
||||
"undici@7": "^7.18.2",
|
||||
"tar": "^7.5.8",
|
||||
"fast-xml-parser": "5.3.6",
|
||||
"hono": "4.11.10",
|
||||
"ajv@6": "6.14.0",
|
||||
"ajv@7": "8.18.0",
|
||||
"ajv@8": "8.18.0",
|
||||
"bn.js@4": "5.2.3",
|
||||
"bn.js@5": "5.2.3",
|
||||
"minimatch@9": "10.2.1",
|
||||
"minimatch@10": "10.2.1",
|
||||
"langsmith": ">=0.4.6",
|
||||
"lodash-es": "4.17.23"
|
||||
"lodash-es": "4.17.23",
|
||||
"word-wrap@<=1.2.4": "1.2.4",
|
||||
"minimatch@<=5.1.8": "5.1.8",
|
||||
"fast-xml-parser": "5.3.8"
|
||||
},
|
||||
"patchedDependencies": {
|
||||
"bull@4.16.4": "patches/bull@4.16.4.patch",
|
||||
|
|
|
|||
|
|
@ -37,7 +37,7 @@
|
|||
"axios": "catalog:",
|
||||
"dotenv": "17.2.3",
|
||||
"nanoid": "catalog:",
|
||||
"zx": "^8.1.4"
|
||||
"zx": "^8.8.5"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@n8n/typescript-config": "workspace:*",
|
||||
|
|
|
|||
|
|
@ -80,7 +80,7 @@
|
|||
"flatted": "catalog:",
|
||||
"highlight.js": "catalog:frontend",
|
||||
"humanize-duration": "^3.27.2",
|
||||
"jsonpath": "^1.1.1",
|
||||
"jsonpath": "^1.2.0",
|
||||
"lodash": "catalog:",
|
||||
"luxon": "catalog:",
|
||||
"n8n-workflow": "workspace:*",
|
||||
|
|
|
|||
|
|
@ -856,8 +856,6 @@
|
|||
"@n8n/eslint-plugin-community-nodes": "workspace:*",
|
||||
"@n8n/typescript-config": "workspace:*",
|
||||
"@n8n/vitest-config": "workspace:*",
|
||||
"n8n-containers": "workspace:*",
|
||||
"vitest": "catalog:",
|
||||
"@types/amqplib": "^0.10.1",
|
||||
"@types/aws4": "^1.5.1",
|
||||
"@types/basic-auth": "catalog:",
|
||||
|
|
@ -883,7 +881,9 @@
|
|||
"@types/uuid": "catalog:",
|
||||
"@types/xml2js": "catalog:",
|
||||
"eslint-plugin-n8n-nodes-base": "^1.16.5",
|
||||
"n8n-core": "workspace:*"
|
||||
"n8n-containers": "workspace:*",
|
||||
"n8n-core": "workspace:*",
|
||||
"vitest": "catalog:"
|
||||
},
|
||||
"dependencies": {
|
||||
"@aws-sdk/client-sso-oidc": "3.808.0",
|
||||
|
|
@ -924,7 +924,7 @@
|
|||
"lodash": "catalog:",
|
||||
"lossless-json": "1.0.5",
|
||||
"luxon": "catalog:",
|
||||
"mailparser": "3.6.7",
|
||||
"mailparser": "3.9.3",
|
||||
"mime-types": "catalog:",
|
||||
"minifaker": "1.34.1",
|
||||
"moment-timezone": "0.5.48",
|
||||
|
|
|
|||
454
pnpm-lock.yaml
454
pnpm-lock.yaml
File diff suppressed because it is too large
Load Diff
|
|
@ -53,14 +53,14 @@ catalog:
|
|||
https-proxy-agent: 7.0.6
|
||||
iconv-lite: 0.6.3
|
||||
js-base64: 3.7.2
|
||||
jsonrepair: 3.13.1
|
||||
jsonrepair: 3.13.2
|
||||
jsonwebtoken: 9.0.3
|
||||
kafkajs: 2.2.4
|
||||
langchain: 1.2.3
|
||||
lodash: 4.17.23
|
||||
luxon: 3.7.2
|
||||
mime-types: 3.0.2
|
||||
mysql2: 3.15.0
|
||||
mysql2: 3.17.0
|
||||
nanoid: 3.3.8
|
||||
nodemailer: 7.0.11
|
||||
pg: 8.17.0
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user