Compare commits

...

2 Commits

Author SHA1 Message Date
renovate[bot] f7d1f70386
chore(deps): update dependency n8n-workflow to v1.40.0 2024-05-08 13:09:38 +00:00
renovate[bot] f795f7d8ec chore(deps): update dependency n8n-core to v1.40.0 2024-05-03 14:02:53 +02:00
1 changed files with 235 additions and 56 deletions

291
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": {
@ -8405,10 +8423,46 @@
"node": ">= 6"
}
},
"node_modules/n8n-nodes-base": {
"node_modules/n8n-core/node_modules/n8n-workflow": {
"version": "1.39.0",
"resolved": "https://registry.npmjs.org/n8n-nodes-base/-/n8n-nodes-base-1.39.0.tgz",
"integrity": "sha512-1SnUFSw3dfm04ohrCyabyMMoj1wnEgVZ3WZIq15C/YMbyazHhp8mR9APpy3jx9w7v76koBFBnnB2bX5VJpVeyQ==",
"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.61",
"@n8n_io/riot-tmpl": "4.0.0",
"@n8n/tournament": "1.0.2",
"ast-types": "0.15.2",
"axios": "1.6.7",
"callsites": "3.1.0",
"deep-equal": "2.2.0",
"esprima-next": "5.8.4",
"form-data": "4.0.0",
"jmespath": "0.16.0",
"js-base64": "3.7.2",
"jssha": "3.3.1",
"lodash": "4.17.21",
"luxon": "3.3.0",
"md5": "2.3.0",
"recast": "0.21.5",
"title-case": "3.0.3",
"transliteration": "2.3.5",
"xml2js": "0.6.2"
}
},
"node_modules/n8n-core/node_modules/n8n-workflow/node_modules/luxon": {
"version": "3.3.0",
"resolved": "https://registry.npmjs.org/luxon/-/luxon-3.3.0.tgz",
"integrity": "sha512-An0UCfG/rSiqtAIiBPO0Y9/zAnHUZxAMiCpTd5h2smgsj7GGmcenvrvww2cqNA8/4A5ZrD1gJpHN2mIHZQF+Mg==",
"dev": true,
"engines": {
"node": ">=12"
}
},
"node_modules/n8n-nodes-base": {
"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 +8502,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",
@ -8500,6 +8554,21 @@
"fsevents": "~2.3.2"
}
},
"node_modules/n8n-nodes-base/node_modules/form-data": {
"version": "4.0.0",
"resolved": "https://registry.npmjs.org/form-data/-/form-data-4.0.0.tgz",
"integrity": "sha512-ETEklSGi5t0QMZuiXoA/Q6vcnxcLQP5vdugSpuAyi6SVGi2clPPp+xgEhuMaHC+zGgn31Kd235W35f7Hykkaww==",
"dev": true,
"peer": true,
"dependencies": {
"asynckit": "^0.4.0",
"combined-stream": "^1.0.8",
"mime-types": "^2.1.12"
},
"engines": {
"node": ">= 6"
}
},
"node_modules/n8n-nodes-base/node_modules/glob-parent": {
"version": "5.1.2",
"resolved": "https://registry.npmjs.org/glob-parent/-/glob-parent-5.1.2.tgz",
@ -8536,6 +8605,34 @@
"node": "*"
}
},
"node_modules/n8n-nodes-base/node_modules/n8n-workflow": {
"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,
"peer": true,
"dependencies": {
"@langchain/core": "0.1.61",
"@n8n_io/riot-tmpl": "4.0.0",
"@n8n/tournament": "1.0.2",
"ast-types": "0.15.2",
"axios": "1.6.7",
"callsites": "3.1.0",
"deep-equal": "2.2.0",
"esprima-next": "5.8.4",
"form-data": "4.0.0",
"jmespath": "0.16.0",
"js-base64": "3.7.2",
"jssha": "3.3.1",
"lodash": "4.17.21",
"luxon": "3.3.0",
"md5": "2.3.0",
"recast": "0.21.5",
"title-case": "3.0.3",
"transliteration": "2.3.5",
"xml2js": "0.6.2"
}
},
"node_modules/n8n-nodes-base/node_modules/semver": {
"version": "7.5.4",
"resolved": "https://registry.npmjs.org/semver/-/semver-7.5.4.tgz",
@ -8553,12 +8650,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.40.0",
"resolved": "https://registry.npmjs.org/n8n-workflow/-/n8n-workflow-1.40.0.tgz",
"integrity": "sha512-93f6Kc98DjawgdubAVhBGd4e2YwxZHrewqFAXef5qx4Pm8EUSA4ur52uwANUzvpukSPWZdQTC514uDHkfjTMIg==",
"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 +12115,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 +13619,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 +13630,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 +18052,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 +18164,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 +18783,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 +18829,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 +18845,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",
@ -18761,13 +18865,48 @@
"combined-stream": "^1.0.8",
"mime-types": "^2.1.12"
}
},
"n8n-workflow": {
"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.61",
"@n8n_io/riot-tmpl": "4.0.0",
"@n8n/tournament": "1.0.2",
"ast-types": "0.15.2",
"axios": "1.6.7",
"callsites": "3.1.0",
"deep-equal": "2.2.0",
"esprima-next": "5.8.4",
"form-data": "4.0.0",
"jmespath": "0.16.0",
"js-base64": "3.7.2",
"jssha": "3.3.1",
"lodash": "4.17.21",
"luxon": "3.3.0",
"md5": "2.3.0",
"recast": "0.21.5",
"title-case": "3.0.3",
"transliteration": "2.3.5",
"xml2js": "0.6.2"
},
"dependencies": {
"luxon": {
"version": "3.3.0",
"resolved": "https://registry.npmjs.org/luxon/-/luxon-3.3.0.tgz",
"integrity": "sha512-An0UCfG/rSiqtAIiBPO0Y9/zAnHUZxAMiCpTd5h2smgsj7GGmcenvrvww2cqNA8/4A5ZrD1gJpHN2mIHZQF+Mg==",
"dev": true
}
}
}
}
},
"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 +18946,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",
@ -18854,6 +18993,18 @@
"readdirp": "~3.6.0"
}
},
"form-data": {
"version": "4.0.0",
"resolved": "https://registry.npmjs.org/form-data/-/form-data-4.0.0.tgz",
"integrity": "sha512-ETEklSGi5t0QMZuiXoA/Q6vcnxcLQP5vdugSpuAyi6SVGi2clPPp+xgEhuMaHC+zGgn31Kd235W35f7Hykkaww==",
"dev": true,
"peer": true,
"requires": {
"asynckit": "^0.4.0",
"combined-stream": "^1.0.8",
"mime-types": "^2.1.12"
}
},
"glob-parent": {
"version": "5.1.2",
"resolved": "https://registry.npmjs.org/glob-parent/-/glob-parent-5.1.2.tgz",
@ -18881,6 +19032,34 @@
"moment": ">= 2.9.0"
}
},
"n8n-workflow": {
"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,
"peer": true,
"requires": {
"@langchain/core": "0.1.61",
"@n8n_io/riot-tmpl": "4.0.0",
"@n8n/tournament": "1.0.2",
"ast-types": "0.15.2",
"axios": "1.6.7",
"callsites": "3.1.0",
"deep-equal": "2.2.0",
"esprima-next": "5.8.4",
"form-data": "4.0.0",
"jmespath": "0.16.0",
"js-base64": "3.7.2",
"jssha": "3.3.1",
"lodash": "4.17.21",
"luxon": "3.3.0",
"md5": "2.3.0",
"recast": "0.21.5",
"title-case": "3.0.3",
"transliteration": "2.3.5",
"xml2js": "0.6.2"
}
},
"semver": {
"version": "7.5.4",
"resolved": "https://registry.npmjs.org/semver/-/semver-7.5.4.tgz",
@ -18894,12 +19073,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.40.0",
"resolved": "https://registry.npmjs.org/n8n-workflow/-/n8n-workflow-1.40.0.tgz",
"integrity": "sha512-93f6Kc98DjawgdubAVhBGd4e2YwxZHrewqFAXef5qx4Pm8EUSA4ur52uwANUzvpukSPWZdQTC514uDHkfjTMIg==",
"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 +21759,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": {}
}