chore(deps): update dependency n8n-core to v1.40.0

This commit is contained in:
renovate[bot] 2024-05-02 12:50:36 +00:00 committed by kolaente
parent e93b66531b
commit f795f7d8ec
1 changed files with 81 additions and 56 deletions

137
package-lock.json generated
View File

@ -1744,9 +1744,9 @@
"peer": true
},
"node_modules/@langchain/core": {
"version": "0.1.41",
"resolved": "https://registry.npmjs.org/@langchain/core/-/core-0.1.41.tgz",
"integrity": "sha512-h7UuoB8CDv0Ux4k9rXFpiXONg3Jod/46hpSj+ZZx3U9WuNL2rB6IIdJrYYCQ/0EVpZteA/1/XWyxVFeL9QCIFA==",
"version": "0.1.61",
"resolved": "https://registry.npmjs.org/@langchain/core/-/core-0.1.61.tgz",
"integrity": "sha512-C8OkAly+ugvXsL8TACCmFv9WTTcT4gvQaG6NbrXCOzibBCywfxxcTqEMOyg3zIKpxHEmR0DHqh0OiJRHocnsCg==",
"dev": true,
"dependencies": {
"ansi-styles": "^5.0.0",
@ -1755,6 +1755,7 @@
"js-tiktoken": "^1.0.8",
"langsmith": "~0.1.7",
"ml-distance": "^4.0.0",
"mustache": "^4.2.0",
"p-queue": "^6.6.2",
"p-retry": "4",
"uuid": "^9.0.0",
@ -7423,9 +7424,9 @@
}
},
"node_modules/js-tiktoken": {
"version": "1.0.10",
"resolved": "https://registry.npmjs.org/js-tiktoken/-/js-tiktoken-1.0.10.tgz",
"integrity": "sha512-ZoSxbGjvGyMT13x6ACo9ebhDha/0FHdKA+OsQcMOWcm1Zs7r90Rhk5lhERLzji+3rA7EKpXCgwXcM5fF3DMpdA==",
"version": "1.0.11",
"resolved": "https://registry.npmjs.org/js-tiktoken/-/js-tiktoken-1.0.11.tgz",
"integrity": "sha512-PajXFLq2vx7/8jllQZ43vzNpAai/0MOVdJjW/UrNyJorNQRTjHrqdGJG/mjHVy7h9M6dW6CaG43eNLMYFkTh6w==",
"dev": true,
"dependencies": {
"base64-js": "^1.5.1"
@ -7548,9 +7549,9 @@
"peer": true
},
"node_modules/langsmith": {
"version": "0.1.14",
"resolved": "https://registry.npmjs.org/langsmith/-/langsmith-0.1.14.tgz",
"integrity": "sha512-iEzQLLB7/0nRpAwNBAR7B7N64fyByg5UsNjSvLaCCkQ9AS68PSafjB8xQkyI8QXXrGjU1dEqDRoa8m4SUuRdUw==",
"version": "0.1.22",
"resolved": "https://registry.npmjs.org/langsmith/-/langsmith-0.1.22.tgz",
"integrity": "sha512-N9t9Cf1/F8DJweFMLi8Y7521gS17Cj6aqIuDQMYSnMqhOlPa8eKDo9dNcstcIax6C12XQi039/D/0tiMTS/INg==",
"dev": true,
"dependencies": {
"@types/uuid": "^9.0.1",
@ -7558,6 +7559,14 @@
"p-queue": "^6.6.2",
"p-retry": "4",
"uuid": "^9.0.0"
},
"peerDependencies": {
"openai": "*"
},
"peerDependenciesMeta": {
"openai": {
"optional": true
}
}
},
"node_modules/langsmith/node_modules/commander": {
@ -8311,6 +8320,15 @@
"node": ">=14"
}
},
"node_modules/mustache": {
"version": "4.2.0",
"resolved": "https://registry.npmjs.org/mustache/-/mustache-4.2.0.tgz",
"integrity": "sha512-71ippSywq5Yb7/tVYyGbkBggbU8H3u5Rz56fH60jGFgr8uHwxs+aSKeqmluIVzM0m0kB7xQjKS6qPfd0b2ZoqQ==",
"dev": true,
"bin": {
"mustache": "bin/mustache"
}
},
"node_modules/mute-stdout": {
"version": "2.0.0",
"resolved": "https://registry.npmjs.org/mute-stdout/-/mute-stdout-2.0.0.tgz",
@ -8358,9 +8376,9 @@
}
},
"node_modules/n8n-core": {
"version": "1.39.0",
"resolved": "https://registry.npmjs.org/n8n-core/-/n8n-core-1.39.0.tgz",
"integrity": "sha512-z3w6LTGePHd7to5IN37iWpV1f+GWNsAWlJ4kCOLmMHZ/sLdlZEdKDNLL8K/VD7ZRgPwvqCmYKdBDdtVBSgWnaQ==",
"version": "1.40.0",
"resolved": "https://registry.npmjs.org/n8n-core/-/n8n-core-1.40.0.tgz",
"integrity": "sha512-kq1Rtgt1rhGwMsd0IgGVvtITuiOITRAZnrsbkKj+7e1C2ItotafAwhBcNXnaTE7k6cXnUzZh/l0XHOE9PptxhA==",
"dev": true,
"dependencies": {
"@n8n/client-oauth2": "0.14.0",
@ -8374,7 +8392,7 @@
"lodash": "4.17.21",
"luxon": "^3.4.4",
"mime-types": "2.1.35",
"n8n-workflow": "1.38.0",
"n8n-workflow": "1.39.0",
"oauth-1.0a": "2.2.6",
"p-cancelable": "2.1.1",
"pretty-bytes": "5.6.0",
@ -8388,7 +8406,7 @@
"n8n-generate-ui-types": "bin/generate-ui-types"
},
"peerDependencies": {
"n8n-nodes-base": "1.39.0"
"n8n-nodes-base": "1.40.0"
}
},
"node_modules/n8n-core/node_modules/form-data": {
@ -8406,9 +8424,9 @@
}
},
"node_modules/n8n-nodes-base": {
"version": "1.39.0",
"resolved": "https://registry.npmjs.org/n8n-nodes-base/-/n8n-nodes-base-1.39.0.tgz",
"integrity": "sha512-1SnUFSw3dfm04ohrCyabyMMoj1wnEgVZ3WZIq15C/YMbyazHhp8mR9APpy3jx9w7v76koBFBnnB2bX5VJpVeyQ==",
"version": "1.40.0",
"resolved": "https://registry.npmjs.org/n8n-nodes-base/-/n8n-nodes-base-1.40.0.tgz",
"integrity": "sha512-7UX2xUhHdT5KSJFX2SjLUh2SJEExyFRBY1oEcY3/uuKay0w6bQ+dGksA3OT1subEJlMxtdtz5soPa2Xqcy4vvg==",
"dev": true,
"peer": true,
"dependencies": {
@ -8448,7 +8466,7 @@
"mqtt": "5.0.2",
"mssql": "10.0.2",
"mysql2": "3.9.7",
"n8n-workflow": "1.38.0",
"n8n-workflow": "1.39.0",
"nanoid": "3.3.6",
"node-html-markdown": "1.2.0",
"node-ssh": "12.0.5",
@ -8553,12 +8571,12 @@
}
},
"node_modules/n8n-workflow": {
"version": "1.38.0",
"resolved": "https://registry.npmjs.org/n8n-workflow/-/n8n-workflow-1.38.0.tgz",
"integrity": "sha512-JVDNUSY0tPXI1PxO0BBYVluyfNh1JEOsrii4xkY9SyOrqRD6zFl2MBx9Sm49KiKjG+J8hYKuQqzaD7QTdAx8cA==",
"version": "1.39.0",
"resolved": "https://registry.npmjs.org/n8n-workflow/-/n8n-workflow-1.39.0.tgz",
"integrity": "sha512-DetavdCK6swkk3mMJ+RhAsRMl+pgVsXzcxOvb/sy5l3XB62ndzJ49Vx0C+Xpt0/eUBC1JswzlLN96vvX4fsspw==",
"dev": true,
"dependencies": {
"@langchain/core": "0.1.41",
"@langchain/core": "0.1.61",
"@n8n_io/riot-tmpl": "4.0.0",
"@n8n/tournament": "1.0.2",
"ast-types": "0.15.2",
@ -12018,21 +12036,21 @@
}
},
"node_modules/zod": {
"version": "3.22.4",
"resolved": "https://registry.npmjs.org/zod/-/zod-3.22.4.tgz",
"integrity": "sha512-iC+8Io04lddc+mVqQ9AZ7OQ2MrUKGN+oIQyq1vemgt46jwCwLfhq7/pwnBnNXXXZb8VTVLKwp9EDkx+ryxIWmg==",
"version": "3.23.5",
"resolved": "https://registry.npmjs.org/zod/-/zod-3.23.5.tgz",
"integrity": "sha512-fkwiq0VIQTksNNA131rDOsVJcns0pfVUjHzLrNBiF/O/Xxb5lQyEXkhZWcJ7npWsYlvs+h0jFWXXy4X46Em1JA==",
"dev": true,
"funding": {
"url": "https://github.com/sponsors/colinhacks"
}
},
"node_modules/zod-to-json-schema": {
"version": "3.22.5",
"resolved": "https://registry.npmjs.org/zod-to-json-schema/-/zod-to-json-schema-3.22.5.tgz",
"integrity": "sha512-+akaPo6a0zpVCCseDed504KBJUQpEW5QZw7RMneNmKw+fGaML1Z9tUNLnHHAC8x6dzVRO1eB2oEMyZRnuBZg7Q==",
"version": "3.23.0",
"resolved": "https://registry.npmjs.org/zod-to-json-schema/-/zod-to-json-schema-3.23.0.tgz",
"integrity": "sha512-az0uJ243PxsRIa2x1WmNE/pnuA05gUq/JB8Lwe1EDCCL/Fz9MgjYQ0fPlyc2Tcv6aF2ZA7WM5TWaRZVEFaAIag==",
"dev": true,
"peerDependencies": {
"zod": "^3.22.4"
"zod": "^3.23.3"
}
}
},
@ -13522,9 +13540,9 @@
"peer": true
},
"@langchain/core": {
"version": "0.1.41",
"resolved": "https://registry.npmjs.org/@langchain/core/-/core-0.1.41.tgz",
"integrity": "sha512-h7UuoB8CDv0Ux4k9rXFpiXONg3Jod/46hpSj+ZZx3U9WuNL2rB6IIdJrYYCQ/0EVpZteA/1/XWyxVFeL9QCIFA==",
"version": "0.1.61",
"resolved": "https://registry.npmjs.org/@langchain/core/-/core-0.1.61.tgz",
"integrity": "sha512-C8OkAly+ugvXsL8TACCmFv9WTTcT4gvQaG6NbrXCOzibBCywfxxcTqEMOyg3zIKpxHEmR0DHqh0OiJRHocnsCg==",
"dev": true,
"requires": {
"ansi-styles": "^5.0.0",
@ -13533,6 +13551,7 @@
"js-tiktoken": "^1.0.8",
"langsmith": "~0.1.7",
"ml-distance": "^4.0.0",
"mustache": "^4.2.0",
"p-queue": "^6.6.2",
"p-retry": "4",
"uuid": "^9.0.0",
@ -17954,9 +17973,9 @@
"peer": true
},
"js-tiktoken": {
"version": "1.0.10",
"resolved": "https://registry.npmjs.org/js-tiktoken/-/js-tiktoken-1.0.10.tgz",
"integrity": "sha512-ZoSxbGjvGyMT13x6ACo9ebhDha/0FHdKA+OsQcMOWcm1Zs7r90Rhk5lhERLzji+3rA7EKpXCgwXcM5fF3DMpdA==",
"version": "1.0.11",
"resolved": "https://registry.npmjs.org/js-tiktoken/-/js-tiktoken-1.0.11.tgz",
"integrity": "sha512-PajXFLq2vx7/8jllQZ43vzNpAai/0MOVdJjW/UrNyJorNQRTjHrqdGJG/mjHVy7h9M6dW6CaG43eNLMYFkTh6w==",
"dev": true,
"requires": {
"base64-js": "^1.5.1"
@ -18066,9 +18085,9 @@
"peer": true
},
"langsmith": {
"version": "0.1.14",
"resolved": "https://registry.npmjs.org/langsmith/-/langsmith-0.1.14.tgz",
"integrity": "sha512-iEzQLLB7/0nRpAwNBAR7B7N64fyByg5UsNjSvLaCCkQ9AS68PSafjB8xQkyI8QXXrGjU1dEqDRoa8m4SUuRdUw==",
"version": "0.1.22",
"resolved": "https://registry.npmjs.org/langsmith/-/langsmith-0.1.22.tgz",
"integrity": "sha512-N9t9Cf1/F8DJweFMLi8Y7521gS17Cj6aqIuDQMYSnMqhOlPa8eKDo9dNcstcIax6C12XQi039/D/0tiMTS/INg==",
"dev": true,
"requires": {
"@types/uuid": "^9.0.1",
@ -18685,6 +18704,12 @@
"tedious": "^16.4.0"
}
},
"mustache": {
"version": "4.2.0",
"resolved": "https://registry.npmjs.org/mustache/-/mustache-4.2.0.tgz",
"integrity": "sha512-71ippSywq5Yb7/tVYyGbkBggbU8H3u5Rz56fH60jGFgr8uHwxs+aSKeqmluIVzM0m0kB7xQjKS6qPfd0b2ZoqQ==",
"dev": true
},
"mute-stdout": {
"version": "2.0.0",
"resolved": "https://registry.npmjs.org/mute-stdout/-/mute-stdout-2.0.0.tgz",
@ -18725,9 +18750,9 @@
}
},
"n8n-core": {
"version": "1.39.0",
"resolved": "https://registry.npmjs.org/n8n-core/-/n8n-core-1.39.0.tgz",
"integrity": "sha512-z3w6LTGePHd7to5IN37iWpV1f+GWNsAWlJ4kCOLmMHZ/sLdlZEdKDNLL8K/VD7ZRgPwvqCmYKdBDdtVBSgWnaQ==",
"version": "1.40.0",
"resolved": "https://registry.npmjs.org/n8n-core/-/n8n-core-1.40.0.tgz",
"integrity": "sha512-kq1Rtgt1rhGwMsd0IgGVvtITuiOITRAZnrsbkKj+7e1C2ItotafAwhBcNXnaTE7k6cXnUzZh/l0XHOE9PptxhA==",
"dev": true,
"requires": {
"@n8n/client-oauth2": "0.14.0",
@ -18741,7 +18766,7 @@
"lodash": "4.17.21",
"luxon": "^3.4.4",
"mime-types": "2.1.35",
"n8n-workflow": "1.38.0",
"n8n-workflow": "1.39.0",
"oauth-1.0a": "2.2.6",
"p-cancelable": "2.1.1",
"pretty-bytes": "5.6.0",
@ -18765,9 +18790,9 @@
}
},
"n8n-nodes-base": {
"version": "1.39.0",
"resolved": "https://registry.npmjs.org/n8n-nodes-base/-/n8n-nodes-base-1.39.0.tgz",
"integrity": "sha512-1SnUFSw3dfm04ohrCyabyMMoj1wnEgVZ3WZIq15C/YMbyazHhp8mR9APpy3jx9w7v76koBFBnnB2bX5VJpVeyQ==",
"version": "1.40.0",
"resolved": "https://registry.npmjs.org/n8n-nodes-base/-/n8n-nodes-base-1.40.0.tgz",
"integrity": "sha512-7UX2xUhHdT5KSJFX2SjLUh2SJEExyFRBY1oEcY3/uuKay0w6bQ+dGksA3OT1subEJlMxtdtz5soPa2Xqcy4vvg==",
"dev": true,
"peer": true,
"requires": {
@ -18807,7 +18832,7 @@
"mqtt": "5.0.2",
"mssql": "10.0.2",
"mysql2": "3.9.7",
"n8n-workflow": "1.38.0",
"n8n-workflow": "1.39.0",
"nanoid": "3.3.6",
"node-html-markdown": "1.2.0",
"node-ssh": "12.0.5",
@ -18894,12 +18919,12 @@
}
},
"n8n-workflow": {
"version": "1.38.0",
"resolved": "https://registry.npmjs.org/n8n-workflow/-/n8n-workflow-1.38.0.tgz",
"integrity": "sha512-JVDNUSY0tPXI1PxO0BBYVluyfNh1JEOsrii4xkY9SyOrqRD6zFl2MBx9Sm49KiKjG+J8hYKuQqzaD7QTdAx8cA==",
"version": "1.39.0",
"resolved": "https://registry.npmjs.org/n8n-workflow/-/n8n-workflow-1.39.0.tgz",
"integrity": "sha512-DetavdCK6swkk3mMJ+RhAsRMl+pgVsXzcxOvb/sy5l3XB62ndzJ49Vx0C+Xpt0/eUBC1JswzlLN96vvX4fsspw==",
"dev": true,
"requires": {
"@langchain/core": "0.1.41",
"@langchain/core": "0.1.61",
"@n8n_io/riot-tmpl": "4.0.0",
"@n8n/tournament": "1.0.2",
"ast-types": "0.15.2",
@ -21580,15 +21605,15 @@
}
},
"zod": {
"version": "3.22.4",
"resolved": "https://registry.npmjs.org/zod/-/zod-3.22.4.tgz",
"integrity": "sha512-iC+8Io04lddc+mVqQ9AZ7OQ2MrUKGN+oIQyq1vemgt46jwCwLfhq7/pwnBnNXXXZb8VTVLKwp9EDkx+ryxIWmg==",
"version": "3.23.5",
"resolved": "https://registry.npmjs.org/zod/-/zod-3.23.5.tgz",
"integrity": "sha512-fkwiq0VIQTksNNA131rDOsVJcns0pfVUjHzLrNBiF/O/Xxb5lQyEXkhZWcJ7npWsYlvs+h0jFWXXy4X46Em1JA==",
"dev": true
},
"zod-to-json-schema": {
"version": "3.22.5",
"resolved": "https://registry.npmjs.org/zod-to-json-schema/-/zod-to-json-schema-3.22.5.tgz",
"integrity": "sha512-+akaPo6a0zpVCCseDed504KBJUQpEW5QZw7RMneNmKw+fGaML1Z9tUNLnHHAC8x6dzVRO1eB2oEMyZRnuBZg7Q==",
"version": "3.23.0",
"resolved": "https://registry.npmjs.org/zod-to-json-schema/-/zod-to-json-schema-3.23.0.tgz",
"integrity": "sha512-az0uJ243PxsRIa2x1WmNE/pnuA05gUq/JB8Lwe1EDCCL/Fz9MgjYQ0fPlyc2Tcv6aF2ZA7WM5TWaRZVEFaAIag==",
"dev": true,
"requires": {}
}