diff --git a/components/campaignhq/package.json b/components/campaignhq/package.json index 0674fe3c7fca8..eac5ff600d82a 100644 --- a/components/campaignhq/package.json +++ b/components/campaignhq/package.json @@ -1,6 +1,6 @@ { "name": "@pipedream/campaignhq", - "version": "0.1.1", + "version": "0.1.2", "description": "Pipedream CampaignHQ Components", "main": "campaignhq.app.mjs", "keywords": [ @@ -11,5 +11,8 @@ "author": "Pipedream (https://pipedream.com/)", "publishConfig": { "access": "public" + }, + "dependencies": { + "@pipedream/platform": "^3.0.3" } } diff --git a/components/credit_repair_cloud/package.json b/components/credit_repair_cloud/package.json index 49c88f9f5e0e9..04a02768066b8 100644 --- a/components/credit_repair_cloud/package.json +++ b/components/credit_repair_cloud/package.json @@ -1,6 +1,6 @@ { "name": "@pipedream/credit_repair_cloud", - "version": "0.1.1", + "version": "0.1.2", "description": "Pipedream Credit Repair Cloud Components", "main": "credit_repair_cloud.app.mjs", "keywords": [ @@ -13,7 +13,7 @@ "access": "public" }, "dependencies": { - "axios": "^1.4.0", + "@pipedream/platform": "^3.0.3", "js2xmlparser": "^5.0.0", "xml2js": "^0.6.0" } diff --git a/components/getemails/actions/find-email/find-email.mjs b/components/getemails/actions/find-email/find-email.mjs index 1b528efde3af2..3374b9b00038d 100644 --- a/components/getemails/actions/find-email/find-email.mjs +++ b/components/getemails/actions/find-email/find-email.mjs @@ -4,7 +4,7 @@ export default { name: "Find Email", description: "Provide Full name of your prospect with Domain or Website and Api will provide you an email address of the prospect in response. [See the documentation](https://app2.getemail.io/dash/integration/api/v2/1#).", key: "getemails-find-email", - version: "0.0.1", + version: "0.0.2", type: "action", props: { app, diff --git a/components/getemails/actions/status-find-email/status-find-email.mjs b/components/getemails/actions/status-find-email/status-find-email.mjs index 5e239125baa1a..717802dc199a4 100644 --- a/components/getemails/actions/status-find-email/status-find-email.mjs +++ b/components/getemails/actions/status-find-email/status-find-email.mjs @@ -4,7 +4,7 @@ export default { name: "Status Find Email", description: "Use this Api when you want to know the status of any previous find-email Api request. [See the documentation](https://app2.getemail.io/dash/integration/api/v2/2).", key: "getemails-status-find-email", - version: "0.0.1", + version: "0.0.2", type: "action", props: { app, diff --git a/components/getemails/actions/verify-email/verify-email.mjs b/components/getemails/actions/verify-email/verify-email.mjs index e2b094720fd98..d5567096bc5e2 100644 --- a/components/getemails/actions/verify-email/verify-email.mjs +++ b/components/getemails/actions/verify-email/verify-email.mjs @@ -4,7 +4,7 @@ export default { name: "Verify Email", description: "The Api verifies your requested email address, whether it is a Good or Bad email address. [See the documentation](https://app2.getemail.io/dash/integration/api/v2/3).", key: "getemails-verify-email", - version: "0.0.1", + version: "0.0.2", type: "action", props: { app, diff --git a/components/getemails/getemails.app.mjs b/components/getemails/getemails.app.mjs index 40b4e415565c9..47a15419a4e38 100644 --- a/components/getemails/getemails.app.mjs +++ b/components/getemails/getemails.app.mjs @@ -1,4 +1,4 @@ -import { axios } from "@pipedreamhq/platform"; +import { axios } from "@pipedream/platform"; export default { type: "app", diff --git a/components/getemails/package.json b/components/getemails/package.json index 0239e05935dea..3f72229146bd7 100644 --- a/components/getemails/package.json +++ b/components/getemails/package.json @@ -1,6 +1,6 @@ { "name": "@pipedream/getemails", - "version": "0.1.1", + "version": "0.1.2", "description": "Pipedream GetEmails Components", "main": "getemails.app.mjs", "keywords": [ diff --git a/components/spotlightr/package.json b/components/spotlightr/package.json index 82185e82ade20..a99bef306db8e 100644 --- a/components/spotlightr/package.json +++ b/components/spotlightr/package.json @@ -14,6 +14,7 @@ }, "dependencies": { "@pipedream/platform": "^3.1.0", + "axios": "^1.11.0", "form-data": "^4.0.0", "fs": "^0.0.1-security" } diff --git a/components/stack_exchange/package.json b/components/stack_exchange/package.json index 666e7322456c8..e01e57d010f35 100644 --- a/components/stack_exchange/package.json +++ b/components/stack_exchange/package.json @@ -1,8 +1,8 @@ { "name": "@pipedream/stack_exchange", - "version": "0.3.7", + "version": "0.3.8", "description": "Pipedream Stack_exchange Components", - "main": "stack_exchange.app.mjs", + "main": "stack_exchange.app.js", "keywords": [ "pipedream", "stack_exchange" diff --git a/components/stormboard/package.json b/components/stormboard/package.json index 904396f2160dd..d950697dfd3bb 100644 --- a/components/stormboard/package.json +++ b/components/stormboard/package.json @@ -1,6 +1,6 @@ { "name": "@pipedream/stormboard", - "version": "0.0.3", + "version": "0.0.4", "description": "Pipedream Stormboard Components", "main": "stormboard.app.mjs", "keywords": [ @@ -11,5 +11,8 @@ "author": "Pipedream (https://pipedream.com/)", "publishConfig": { "access": "public" + }, + "dependencies": { + "@pipedream/platform": "^3.0.3" } } diff --git a/components/strava/package.json b/components/strava/package.json index b0a7a477ea4ed..2de0892fbd35a 100644 --- a/components/strava/package.json +++ b/components/strava/package.json @@ -1,6 +1,6 @@ { "name": "@pipedream/strava", - "version": "0.3.6", + "version": "0.3.7", "description": "Pipedream Strava Components", "main": "strava.app.mjs", "keywords": [ @@ -10,7 +10,7 @@ "homepage": "https://pipedream.com/apps/strava", "author": "Pipedream (https://pipedream.com/)", "dependencies": { - "axios": "^0.21.1" + "@pipedream/platform": "^3.0.3" }, "gitHead": "e12480b94cc03bed4808ebc6b13e7fdb3a1ba535", "publishConfig": { diff --git a/components/supernotes/package.json b/components/supernotes/package.json index 5396c3da0fa9c..94bc5e5a1bfc7 100644 --- a/components/supernotes/package.json +++ b/components/supernotes/package.json @@ -1,6 +1,6 @@ { "name": "@pipedream/supernotes", - "version": "0.0.4", + "version": "0.0.5", "description": "Pipedream Supernotes Components", "main": "supernotes.app.mjs", "keywords": [ @@ -11,5 +11,8 @@ "author": "Pipedream (https://pipedream.com/)", "publishConfig": { "access": "public" + }, + "dependencies": { + "@pipedream/platform": "^3.0.3" } } diff --git a/components/superphone/package.json b/components/superphone/package.json index d10089bebab85..ce82acd99728d 100644 --- a/components/superphone/package.json +++ b/components/superphone/package.json @@ -1,6 +1,6 @@ { "name": "@pipedream/superphone", - "version": "0.1.0", + "version": "0.1.1", "description": "Pipedream SuperPhone Components", "main": "superphone.app.mjs", "keywords": [ @@ -10,7 +10,8 @@ "homepage": "https://pipedream.com/apps/superphone", "author": "Pipedream (https://pipedream.com/)", "dependencies": { - "@pipedream/platform": "^1.5.1" + "@pipedream/platform": "^1.5.1", + "graphql-request": "^7.2.0" }, "publishConfig": { "access": "public" diff --git a/components/teamwork_desk/package.json b/components/teamwork_desk/package.json index 3313894406c2a..7e5ab290c3076 100644 --- a/components/teamwork_desk/package.json +++ b/components/teamwork_desk/package.json @@ -1,6 +1,6 @@ { "name": "@pipedream/teamwork_desk", - "version": "0.1.0", + "version": "0.1.1", "description": "Pipedream Teamwork Desk Components", "main": "teamwork_desk.app.mjs", "keywords": [ @@ -11,5 +11,8 @@ "author": "Pipedream (https://pipedream.com/)", "publishConfig": { "access": "public" + }, + "dependencies": { + "@pipedream/platform": "^3.0.3" } } diff --git a/components/trakt/package.json b/components/trakt/package.json index 42f0ab6db8d32..8ffa1b74e5823 100644 --- a/components/trakt/package.json +++ b/components/trakt/package.json @@ -1,6 +1,6 @@ { "name": "@pipedream/trakt", - "version": "0.1.1", + "version": "0.1.2", "description": "Pipedream Trakt Components", "main": "trakt.app.mjs", "keywords": [ @@ -11,5 +11,8 @@ "author": "Pipedream (https://pipedream.com/)", "publishConfig": { "access": "public" + }, + "dependencies": { + "@pipedream/platform": "^3.0.3" } } diff --git a/components/translate_com/package.json b/components/translate_com/package.json index a39a86c143fc5..04d2c78712e41 100644 --- a/components/translate_com/package.json +++ b/components/translate_com/package.json @@ -1,6 +1,6 @@ { "name": "@pipedream/translate_com", - "version": "0.1.0", + "version": "0.1.1", "description": "Pipedream Translate.com Components", "main": "translate_com.app.mjs", "keywords": [ @@ -11,5 +11,8 @@ "author": "Pipedream (https://pipedream.com/)", "publishConfig": { "access": "public" + }, + "dependencies": { + "@pipedream/platform": "^3.0.3" } } diff --git a/components/trestle/package.json b/components/trestle/package.json index 68261a280e2f8..9d2501d16c4c8 100644 --- a/components/trestle/package.json +++ b/components/trestle/package.json @@ -1,6 +1,6 @@ { "name": "@pipedream/trestle", - "version": "0.1.0", + "version": "0.1.1", "description": "Pipedream Trestle Components", "main": "trestle.app.mjs", "keywords": [ @@ -11,5 +11,8 @@ "author": "Pipedream (https://pipedream.com/)", "publishConfig": { "access": "public" + }, + "dependencies": { + "@pipedream/platform": "^3.0.3" } } diff --git a/components/typebot/package.json b/components/typebot/package.json index bed0a4076f88c..18eede708867f 100644 --- a/components/typebot/package.json +++ b/components/typebot/package.json @@ -1,18 +1,18 @@ { "name": "@pipedream/typebot", - "version": "0.0.5", + "version": "0.0.6", "description": "Pipedream Typebot Components", "main": "typebot.app.mjs", "keywords": [ "pipedream", "typebot" ], - "files": [ - "dist" - ], "homepage": "https://pipedream.com/apps/typebot", "author": "Pipedream (https://pipedream.com/)", "publishConfig": { "access": "public" + }, + "dependencies": { + "@pipedream/platform": "^3.0.3" } } diff --git a/components/uipath_automation_hub/package.json b/components/uipath_automation_hub/package.json index 87ab2fd21943e..483b425c0bcdb 100644 --- a/components/uipath_automation_hub/package.json +++ b/components/uipath_automation_hub/package.json @@ -1,6 +1,6 @@ { "name": "@pipedream/uipath_automation_hub", - "version": "0.1.0", + "version": "0.1.1", "description": "Pipedream UiPath Automation Hub Components", "main": "uipath_automation_hub.app.mjs", "keywords": [ @@ -11,5 +11,8 @@ "author": "Pipedream (https://pipedream.com/)", "publishConfig": { "access": "public" + }, + "dependencies": { + "@pipedream/platform": "^3.0.3" } } diff --git a/components/universal_summarizer_by_kagi/package.json b/components/universal_summarizer_by_kagi/package.json index a8e38879028f7..14f61c1cdd9f7 100644 --- a/components/universal_summarizer_by_kagi/package.json +++ b/components/universal_summarizer_by_kagi/package.json @@ -1,6 +1,6 @@ { "name": "@pipedream/universal_summarizer_by_kagi", - "version": "0.1.0", + "version": "0.1.1", "description": "Pipedream Universal Summarizer by Kagi Components", "main": "universal_summarizer_by_kagi.app.mjs", "keywords": [ @@ -11,5 +11,8 @@ "author": "Pipedream (https://pipedream.com/)", "publishConfig": { "access": "public" + }, + "dependencies": { + "@pipedream/platform": "^3.0.3" } } diff --git a/components/upwave/package.json b/components/upwave/package.json index b5a63abfda954..f481b4bbdc0cd 100644 --- a/components/upwave/package.json +++ b/components/upwave/package.json @@ -1,6 +1,6 @@ { "name": "@pipedream/upwave", - "version": "0.1.0", + "version": "0.1.1", "description": "Pipedream Upwave Components", "main": "upwave.app.mjs", "keywords": [ @@ -11,5 +11,8 @@ "author": "Pipedream (https://pipedream.com/)", "publishConfig": { "access": "public" + }, + "dependencies": { + "@pipedream/platform": "^3.0.3" } } diff --git a/components/userflow/package.json b/components/userflow/package.json index 9d541bc814d45..d54e94d230645 100644 --- a/components/userflow/package.json +++ b/components/userflow/package.json @@ -1,6 +1,6 @@ { "name": "@pipedream/userflow", - "version": "0.1.0", + "version": "0.1.1", "description": "Pipedream Userflow Components", "main": "userflow.app.mjs", "keywords": [ @@ -11,5 +11,8 @@ "author": "Pipedream (https://pipedream.com/)", "publishConfig": { "access": "public" + }, + "dependencies": { + "@pipedream/platform": "^3.0.3" } } diff --git a/components/visualping/package.json b/components/visualping/package.json index 29f5f6956b20f..d2da879b159bc 100644 --- a/components/visualping/package.json +++ b/components/visualping/package.json @@ -1,6 +1,6 @@ { "name": "@pipedream/visualping", - "version": "0.1.2", + "version": "0.1.3", "description": "Pipedream VisualPing Components", "main": "app/visualping.app.mjs", "keywords": [ @@ -11,5 +11,8 @@ "author": "Pipedream (https://pipedream.com/)", "publishConfig": { "access": "public" + }, + "dependencies": { + "@pipedream/platform": "^3.0.3" } } diff --git a/components/voice_monkey/package.json b/components/voice_monkey/package.json index 9623bd43b4a83..15e04c1cfbf23 100644 --- a/components/voice_monkey/package.json +++ b/components/voice_monkey/package.json @@ -1,6 +1,6 @@ { "name": "@pipedream/voice_monkey", - "version": "0.0.4", + "version": "0.0.5", "description": "Pipedream Voice Monkey Components", "main": "voice_monkey.app.mjs", "keywords": [ @@ -11,5 +11,8 @@ "author": "Pipedream (https://pipedream.com/)", "publishConfig": { "access": "public" + }, + "dependencies": { + "@pipedream/platform": "^3.0.3" } } diff --git a/components/wesupply/package.json b/components/wesupply/package.json index a6309d1b716c5..fbfcb215b65c7 100644 --- a/components/wesupply/package.json +++ b/components/wesupply/package.json @@ -1,6 +1,6 @@ { "name": "@pipedream/wesupply", - "version": "0.0.2", + "version": "0.0.3", "description": "Pipedream WeSupply Components", "main": "wesupply.app.mjs", "keywords": [ @@ -11,5 +11,8 @@ "author": "Pipedream (https://pipedream.com/)", "publishConfig": { "access": "public" + }, + "dependencies": { + "@pipedream/platform": "^3.0.3" } } diff --git a/components/workflow_max/package.json b/components/workflow_max/package.json index 1cd3055edf414..87159379c7234 100644 --- a/components/workflow_max/package.json +++ b/components/workflow_max/package.json @@ -1,6 +1,6 @@ { "name": "@pipedream/workflow_max", - "version": "0.1.0", + "version": "0.1.1", "description": "Pipedream Workflow Max Components", "main": "workflow_max.app.mjs", "keywords": [ @@ -13,6 +13,7 @@ "access": "public" }, "dependencies": { - "@pipedream/platform": "^3.1.0" + "@pipedream/platform": "^3.1.0", + "xml2js": "^0.6.2" } } diff --git a/components/yotpo/package.json b/components/yotpo/package.json index feafacd2102d1..9160e4a6f7e23 100644 --- a/components/yotpo/package.json +++ b/components/yotpo/package.json @@ -1,6 +1,6 @@ { "name": "@pipedream/yotpo", - "version": "0.3.6", + "version": "0.3.7", "description": "Pipedream Yotpo Components", "main": "yotpo.app.mjs", "keywords": [ diff --git a/components/yotpo/yotpo.app.js b/components/yotpo/yotpo.app.mjs similarity index 100% rename from components/yotpo/yotpo.app.js rename to components/yotpo/yotpo.app.mjs diff --git a/components/zoho_analytics/package.json b/components/zoho_analytics/package.json index 9057445300128..e3b2e19a58295 100644 --- a/components/zoho_analytics/package.json +++ b/components/zoho_analytics/package.json @@ -1,6 +1,6 @@ { "name": "@pipedream/zoho_analytics", - "version": "0.1.0", + "version": "0.1.1", "description": "Pipedream Zoho Analytics Components", "main": "zoho_analytics.app.mjs", "keywords": [ @@ -11,5 +11,8 @@ "author": "Pipedream (https://pipedream.com/)", "publishConfig": { "access": "public" + }, + "dependencies": { + "@pipedream/platform": "^3.0.3" } } diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 4678be97333ce..39272ff7530b9 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -2191,7 +2191,11 @@ importers: specifier: ^3.0.3 version: 3.0.3 - components/campaignhq: {} + components/campaignhq: + dependencies: + '@pipedream/platform': + specifier: ^3.0.3 + version: 3.1.0 components/campayn: dependencies: @@ -3247,9 +3251,9 @@ importers: components/credit_repair_cloud: dependencies: - axios: - specifier: ^1.4.0 - version: 1.7.7 + '@pipedream/platform': + specifier: ^3.0.3 + version: 3.1.0 js2xmlparser: specifier: ^5.0.0 version: 5.0.0 @@ -13436,6 +13440,9 @@ importers: '@pipedream/platform': specifier: ^3.1.0 version: 3.1.0 + axios: + specifier: ^1.11.0 + version: 1.11.0(debug@3.2.7) form-data: specifier: ^4.0.0 version: 4.0.1 @@ -13574,7 +13581,11 @@ importers: components/storerocket: {} - components/stormboard: {} + components/stormboard: + dependencies: + '@pipedream/platform': + specifier: ^3.0.3 + version: 3.1.0 components/stormglass_io: {} @@ -13592,9 +13603,9 @@ importers: components/strava: dependencies: - axios: - specifier: ^0.21.1 - version: 0.21.4 + '@pipedream/platform': + specifier: ^3.0.3 + version: 3.1.0 components/streak: dependencies: @@ -13690,13 +13701,20 @@ importers: specifier: ^1.0.1 version: 1.0.1 - components/supernotes: {} + components/supernotes: + dependencies: + '@pipedream/platform': + specifier: ^3.0.3 + version: 3.1.0 components/superphone: dependencies: '@pipedream/platform': specifier: ^1.5.1 version: 1.6.6 + graphql-request: + specifier: ^7.2.0 + version: 7.2.0(graphql@16.9.0) components/supersaas: dependencies: @@ -13997,7 +14015,11 @@ importers: specifier: ^9.0.0 version: 9.0.1 - components/teamwork_desk: {} + components/teamwork_desk: + dependencies: + '@pipedream/platform': + specifier: ^3.0.3 + version: 3.1.0 components/telegram_bot_api: dependencies: @@ -14422,7 +14444,11 @@ importers: components/trainual: {} - components/trakt: {} + components/trakt: + dependencies: + '@pipedream/platform': + specifier: ^3.0.3 + version: 3.1.0 components/transform: dependencies: @@ -14448,7 +14474,11 @@ importers: specifier: ^4.0.0 version: 4.0.1 - components/translate_com: {} + components/translate_com: + dependencies: + '@pipedream/platform': + specifier: ^3.0.3 + version: 3.1.0 components/transloadit: dependencies: @@ -14503,7 +14533,11 @@ importers: specifier: ^4.1.1 version: 4.2.0 - components/trestle: {} + components/trestle: + dependencies: + '@pipedream/platform': + specifier: ^3.0.3 + version: 3.1.0 components/tricentis_qtest: dependencies: @@ -14680,7 +14714,11 @@ importers: specifier: ^3.0.0 version: 3.0.3 - components/typebot: {} + components/typebot: + dependencies: + '@pipedream/platform': + specifier: ^3.0.3 + version: 3.1.0 components/typeflo: {} @@ -14741,7 +14779,11 @@ importers: specifier: ^3.0.0 version: 3.0.3 - components/uipath_automation_hub: {} + components/uipath_automation_hub: + dependencies: + '@pipedream/platform': + specifier: ^3.0.3 + version: 3.1.0 components/uk_gov_vehecle_enquiry_api: {} @@ -14780,7 +14822,11 @@ importers: specifier: ^3.0.0 version: 3.0.3 - components/universal_summarizer_by_kagi: {} + components/universal_summarizer_by_kagi: + dependencies: + '@pipedream/platform': + specifier: ^3.0.3 + version: 3.1.0 components/unsplash: dependencies: @@ -14866,7 +14912,11 @@ importers: specifier: ^4.0.0 version: 4.0.1 - components/upwave: {} + components/upwave: + dependencies: + '@pipedream/platform': + specifier: ^3.0.3 + version: 3.1.0 components/urlbae: dependencies: @@ -14896,7 +14946,11 @@ importers: components/user_com: {} - components/userflow: {} + components/userflow: + dependencies: + '@pipedream/platform': + specifier: ^3.0.3 + version: 3.1.0 components/userlist: dependencies: @@ -15123,7 +15177,11 @@ importers: specifier: ^2.29.4 version: 2.30.1 - components/visualping: {} + components/visualping: + dependencies: + '@pipedream/platform': + specifier: ^3.0.3 + version: 3.1.0 components/vitally: dependencies: @@ -15163,7 +15221,11 @@ importers: components/voice: {} - components/voice_monkey: {} + components/voice_monkey: + dependencies: + '@pipedream/platform': + specifier: ^3.0.3 + version: 3.1.0 components/voicemaker: {} @@ -15386,7 +15448,11 @@ importers: specifier: ^3.0.0 version: 3.0.3 - components/wesupply: {} + components/wesupply: + dependencies: + '@pipedream/platform': + specifier: ^3.0.3 + version: 3.1.0 components/weworkbook: {} @@ -15632,6 +15698,9 @@ importers: '@pipedream/platform': specifier: ^3.1.0 version: 3.1.0 + xml2js: + specifier: ^0.6.2 + version: 0.6.2 components/workiom: {} @@ -16004,7 +16073,11 @@ importers: specifier: ^1.6.4 version: 1.6.6 - components/zoho_analytics: {} + components/zoho_analytics: + dependencies: + '@pipedream/platform': + specifier: ^3.0.3 + version: 3.1.0 components/zoho_assist: dependencies: @@ -16435,14 +16508,6 @@ importers: specifier: ^6.0.0 version: 6.2.0 - modelcontextprotocol/node_modules2/@modelcontextprotocol/sdk/dist/cjs: {} - - modelcontextprotocol/node_modules2/@modelcontextprotocol/sdk/dist/esm: {} - - modelcontextprotocol/node_modules2/zod-to-json-schema/dist/cjs: {} - - modelcontextprotocol/node_modules2/zod-to-json-schema/dist/esm: {} - packages/ai: dependencies: '@pipedream/sdk': @@ -23441,6 +23506,9 @@ packages: axios@1.10.0: resolution: {integrity: sha512-/1xYAC4MP/HEG+3duIhFr4ZQXR4sQXOIe+o6sdqzeykGLx6Upp/1p8MHqhINOvGeP7xyNHe7tsiJByc4SSVUxw==} + axios@1.11.0: + resolution: {integrity: sha512-1Lx3WLFQWm3ooKDYZD1eXmoGO9fxYQjrycfHFC8P0sCfQVXyROp0p9PFWBehewBOdCwHc+f/b8I0fMto5eSfwA==} + axios@1.6.0: resolution: {integrity: sha512-EZ1DYihju9pwVB+jg67ogm+Tmqc6JmhamRN6I4Zt8DfZu5lbcQGw3ozH9lFejSJgs/ibaef3A9PMXPLeefFGJg==} @@ -26179,6 +26247,10 @@ packages: resolution: {integrity: sha512-qsITQPfmvMOSAdeyZ+12I1c+CKSstAFAwu+97zrnWAbIr5u8wfsExUzCesVLC8NgHuRUqNN4Zy6UPWUTRGslcA==} engines: {node: '>= 6'} + form-data@4.0.4: + resolution: {integrity: sha512-KrGhL9Q4zjj0kiUt5OO4Mr/A/jlI2jDYs5eHBpYHPcBEVSiipAvn2Ko2HnPe20rmcuuvMHNdZFp+4IlGTMF0Ow==} + engines: {node: '>= 6'} + format-io@2.0.0: resolution: {integrity: sha512-iQz8w2qr4f+doWBV6LsfScHbu1gXhccByjbmA1wjBTaKRhweH2baJL96UGR4C7Fjpr8zSkK7EXiLmbzZWTyQIA==} engines: {node: '>=8'} @@ -26676,6 +26748,11 @@ packages: peerDependencies: graphql: 14 - 16 + graphql-request@7.2.0: + resolution: {integrity: sha512-0GR7eQHBFYz372u9lxS16cOtEekFlZYB2qOyq8wDvzRmdRSJ0mgUVX1tzNcIzk3G+4NY+mGtSz411wZdeDF/+A==} + peerDependencies: + graphql: 14 - 16 + graphql@15.9.0: resolution: {integrity: sha512-GCOQdvm7XxV1S4U4CGrsdlEN37245eC8P9zaYCMr6K1BG0IPGy5lUwmJsEOGyl1GD6HXjOtl2keCP9asRBwNvA==} engines: {node: '>= 10.x'} @@ -31931,22 +32008,22 @@ packages: superagent@3.8.1: resolution: {integrity: sha512-VMBFLYgFuRdfeNQSMLbxGSLfmXL/xc+OO+BZp41Za/NRDBet/BNbkRJrYzCUu0u4GU0i/ml2dtT8b9qgkw9z6Q==} engines: {node: '>= 4.0'} - deprecated: Please upgrade to superagent v10.2.2+, see release notes at https://github.com/forwardemail/superagent/releases/tag/v10.2.2 - maintenance is supported by Forward Email @ https://forwardemail.net + deprecated: Please upgrade to v9.0.0+ as we have fixed a public vulnerability with formidable dependency. Note that v9.0.0+ requires Node.js v14.18.0+. See https://github.com/ladjs/superagent/pull/1800 for insight. This project is supported and maintained by the team at Forward Email @ https://forwardemail.net superagent@4.1.0: resolution: {integrity: sha512-FT3QLMasz0YyCd4uIi5HNe+3t/onxMyEho7C3PSqmti3Twgy2rXT4fmkTz6wRL6bTF4uzPcfkUCa8u4JWHw8Ag==} engines: {node: '>= 6.0'} - deprecated: Please upgrade to superagent v10.2.2+, see release notes at https://github.com/forwardemail/superagent/releases/tag/v10.2.2 - maintenance is supported by Forward Email @ https://forwardemail.net + deprecated: Please upgrade to v9.0.0+ as we have fixed a public vulnerability with formidable dependency. Note that v9.0.0+ requires Node.js v14.18.0+. See https://github.com/ladjs/superagent/pull/1800 for insight. This project is supported and maintained by the team at Forward Email @ https://forwardemail.net superagent@5.3.1: resolution: {integrity: sha512-wjJ/MoTid2/RuGCOFtlacyGNxN9QLMgcpYLDQlWFIhhdJ93kNscFonGvrpAHSCVjRVj++DGCglocF7Aej1KHvQ==} engines: {node: '>= 7.0.0'} - deprecated: Please upgrade to superagent v10.2.2+, see release notes at https://github.com/forwardemail/superagent/releases/tag/v10.2.2 - maintenance is supported by Forward Email @ https://forwardemail.net + deprecated: Please upgrade to v9.0.0+ as we have fixed a public vulnerability with formidable dependency. Note that v9.0.0+ requires Node.js v14.18.0+. See https://github.com/ladjs/superagent/pull/1800 for insight. This project is supported and maintained by the team at Forward Email @ https://forwardemail.net superagent@7.1.6: resolution: {integrity: sha512-gZkVCQR1gy/oUXr+kxJMLDjla434KmSOKbx5iGD30Ql+AkJQ/YlPKECJy2nhqOsHLjGHzoDTXNSjhnvWhzKk7g==} engines: {node: '>=6.4.0 <13 || >=14'} - deprecated: Please upgrade to superagent v10.2.2+, see release notes at https://github.com/forwardemail/superagent/releases/tag/v10.2.2 - maintenance is supported by Forward Email @ https://forwardemail.net + deprecated: Please upgrade to v9.0.0+ as we have fixed a public vulnerability with formidable dependency. Note that v9.0.0+ requires Node.js v14.18.0+. See https://github.com/ladjs/superagent/pull/1800 for insight. This project is supported and maintained by the team at Forward Email @ https://forwardemail.net supports-color@10.0.0: resolution: {integrity: sha512-HRVVSbCCMbj7/kdWF9Q+bbckjBHLtHMEoJWlkmYzzdwhYMkjkOwubLM6t7NbWKjgKamGDrWL1++KrjUO1t9oAQ==} @@ -36897,7 +36974,7 @@ snapshots: '@bandwidth/messaging@4.1.7': dependencies: '@apimatic/schema': 0.6.0 - axios: 1.10.0(debug@3.2.7) + axios: 1.10.0 detect-node: 2.1.0 form-data: 3.0.2 json-bigint: 1.0.0 @@ -38567,7 +38644,7 @@ snapshots: dependencies: '@types/body-parser': 1.19.5 '@types/node': 18.19.64 - axios: 1.10.0(debug@3.2.7) + axios: 1.10.0 body-parser: 1.20.3 file-type: 16.5.4 form-data: 4.0.3 @@ -38589,7 +38666,7 @@ snapshots: '@lob/lob-typescript-sdk@1.3.5': dependencies: - axios: 1.10.0(debug@3.2.7) + axios: 1.10.0 tslib: 2.8.1 transitivePeerDependencies: - debug @@ -39668,7 +39745,7 @@ snapshots: '@pipedream/linkedin@0.1.1': dependencies: '@pipedream/platform': 1.6.6 - axios: 1.10.0(debug@3.2.7) + axios: 1.10.0 form-data: 4.0.3 transitivePeerDependencies: - debug @@ -39724,7 +39801,7 @@ snapshots: '@pipedream/platform@1.6.0': dependencies: - axios: 1.10.0(debug@3.2.7) + axios: 1.10.0 fp-ts: 2.16.9 io-ts: 2.2.21(fp-ts@2.16.9) querystring: 0.2.1 @@ -39733,7 +39810,7 @@ snapshots: '@pipedream/platform@1.6.2': dependencies: - axios: 1.10.0(debug@3.2.7) + axios: 1.10.0 fp-ts: 2.16.9 io-ts: 2.2.21(fp-ts@2.16.9) querystring: 0.2.1 @@ -39742,7 +39819,7 @@ snapshots: '@pipedream/platform@1.6.4': dependencies: - axios: 1.10.0(debug@3.2.7) + axios: 1.10.0 fp-ts: 2.16.9 io-ts: 2.2.21(fp-ts@2.16.9) querystring: 0.2.1 @@ -39751,7 +39828,7 @@ snapshots: '@pipedream/platform@1.6.5': dependencies: - axios: 1.10.0(debug@3.2.7) + axios: 1.10.0 fp-ts: 2.16.9 io-ts: 2.2.21(fp-ts@2.16.9) querystring: 0.2.1 @@ -39760,7 +39837,7 @@ snapshots: '@pipedream/platform@1.6.6': dependencies: - axios: 1.10.0(debug@3.2.7) + axios: 1.10.0 fp-ts: 2.16.9 io-ts: 2.2.21(fp-ts@2.16.9) querystring: 0.2.1 @@ -39769,7 +39846,7 @@ snapshots: '@pipedream/platform@2.0.0': dependencies: - axios: 1.10.0(debug@3.2.7) + axios: 1.10.0 fp-ts: 2.16.9 io-ts: 2.2.21(fp-ts@2.16.9) querystring: 0.2.1 @@ -39778,7 +39855,7 @@ snapshots: '@pipedream/platform@3.0.1': dependencies: - axios: 1.10.0(debug@3.2.7) + axios: 1.10.0 fp-ts: 2.16.9 io-ts: 2.2.21(fp-ts@2.16.9) querystring: 0.2.1 @@ -39787,7 +39864,7 @@ snapshots: '@pipedream/platform@3.0.3': dependencies: - axios: 1.10.0(debug@3.2.7) + axios: 1.10.0 fp-ts: 2.16.10 io-ts: 2.2.22(fp-ts@2.16.10) querystring: 0.2.1 @@ -39796,7 +39873,7 @@ snapshots: '@pipedream/platform@3.1.0': dependencies: - axios: 1.10.0(debug@3.2.7) + axios: 1.10.0 fp-ts: 2.16.10 io-ts: 2.2.22(fp-ts@2.16.10) mime-types: 3.0.1 @@ -41206,7 +41283,7 @@ snapshots: '@shortcut/client@2.2.0': dependencies: - axios: 1.10.0(debug@3.2.7) + axios: 1.10.0 transitivePeerDependencies: - debug @@ -41278,7 +41355,7 @@ snapshots: '@slack/types': 2.14.0 '@types/node': 20.17.6 '@types/retry': 0.12.0 - axios: 1.10.0(debug@3.2.7) + axios: 1.10.0 eventemitter3: 5.0.1 form-data: 4.0.3 is-electron: 2.2.2 @@ -42218,7 +42295,7 @@ snapshots: '@types/axios@0.14.4': dependencies: - axios: 1.10.0(debug@3.2.7) + axios: 1.10.0 transitivePeerDependencies: - debug @@ -43483,7 +43560,7 @@ snapshots: dependencies: '@aws-sdk/util-utf8-browser': 3.259.0 '@httptoolkit/websocket-stream': 6.0.1 - axios: 1.10.0(debug@3.2.7) + axios: 1.11.0(debug@3.2.7) buffer: 6.0.3 crypto-js: 4.2.0 mqtt: 4.3.8 @@ -43541,7 +43618,7 @@ snapshots: transitivePeerDependencies: - debug - axios@1.10.0(debug@3.2.7): + axios@1.10.0: dependencies: follow-redirects: 1.15.9(debug@3.2.7) form-data: 4.0.3 @@ -43549,6 +43626,14 @@ snapshots: transitivePeerDependencies: - debug + axios@1.11.0(debug@3.2.7): + dependencies: + follow-redirects: 1.15.9(debug@3.2.7) + form-data: 4.0.4 + proxy-from-env: 1.1.0 + transitivePeerDependencies: + - debug + axios@1.6.0: dependencies: follow-redirects: 1.15.9(debug@3.2.7) @@ -44414,7 +44499,7 @@ snapshots: columns-sdk@0.0.6: dependencies: - axios: 1.10.0(debug@3.2.7) + axios: 1.10.0 columns-graph-model: 1.1.4 nebula-js-lib: 0.3.2 pako: 2.1.0 @@ -46951,6 +47036,14 @@ snapshots: hasown: 2.0.2 mime-types: 2.1.35 + form-data@4.0.4: + dependencies: + asynckit: 0.4.0 + combined-stream: 1.0.8 + es-set-tostringtag: 2.1.0 + hasown: 2.0.2 + mime-types: 2.1.35 + format-io@2.0.0: dependencies: currify: 4.0.0 @@ -47710,6 +47803,11 @@ snapshots: '@graphql-typed-document-node/core': 3.2.0(graphql@16.9.0) graphql: 16.9.0 + graphql-request@7.2.0(graphql@16.9.0): + dependencies: + '@graphql-typed-document-node/core': 3.2.0(graphql@16.9.0) + graphql: 16.9.0 + graphql@15.9.0: {} graphql@16.9.0: {} @@ -49676,7 +49774,7 @@ snapshots: klaviyo-api@18.0.0: dependencies: - axios: 1.10.0(debug@3.2.7) + axios: 1.10.0 form-data: 4.0.3 transitivePeerDependencies: - debug @@ -49825,7 +49923,7 @@ snapshots: linkup-sdk@1.0.3: dependencies: - axios: 1.10.0(debug@3.2.7) + axios: 1.10.0 zod: 3.24.1 zod-to-json-schema: 3.24.1(zod@3.24.1) transitivePeerDependencies: @@ -52521,7 +52619,7 @@ snapshots: pipedrive@24.1.1: dependencies: - axios: 1.10.0(debug@3.2.7) + axios: 1.10.0 qs: 6.14.0 transitivePeerDependencies: - debug @@ -52546,7 +52644,7 @@ snapshots: plaid@33.0.0: dependencies: - axios: 1.10.0(debug@3.2.7) + axios: 1.10.0 transitivePeerDependencies: - debug @@ -54607,7 +54705,7 @@ snapshots: agent-base: 6.0.2 asn1.js-rfc2560: 5.0.1(asn1.js@5.4.1) asn1.js-rfc5280: 3.0.0 - axios: 1.10.0(debug@3.2.7) + axios: 1.11.0(debug@3.2.7) big-integer: 1.6.52 bignumber.js: 2.4.0 binascii: 0.0.2 @@ -56366,7 +56464,7 @@ snapshots: utopianlabs@0.1.11: dependencies: - axios: 1.10.0(debug@3.2.7) + axios: 1.11.0(debug@3.2.7) zod: 3.24.4 transitivePeerDependencies: - debug diff --git a/scripts/generate-package-report.js b/scripts/generate-package-report.js index 46e41ec9ff254..64000f822c200 100644 --- a/scripts/generate-package-report.js +++ b/scripts/generate-package-report.js @@ -2,6 +2,16 @@ const fs = require('fs'); const path = require('path'); const { execSync } = require('child_process'); +// Native Node.js modules that don't need to be in package.json +const NATIVE_MODULES = new Set([ + 'assert', 'buffer', 'child_process', 'cluster', 'console', 'constants', + 'crypto', 'dgram', 'dns', 'domain', 'events', 'fs', 'http', 'https', + 'module', 'net', 'os', 'path', 'perf_hooks', 'process', 'punycode', + 'querystring', 'readline', 'repl', 'stream', 'string_decoder', 'sys', + 'timers', 'tls', 'tty', 'url', 'util', 'v8', 'vm', 'wasi', 'worker_threads', + 'zlib', 'async_hooks', 'inspector', 'trace_events', 'http2' +]); + // Parse command line arguments const args = process.argv.slice(2); const isReportOnly = args.includes('--report-only'); @@ -423,6 +433,14 @@ function validatePackageDependencies(packageJson, app) { const uniquePackages = [...new Set(packageImports.map(imp => imp.packageName))]; uniquePackages.forEach((packageName) => { + // Skip native Node.js modules + const normalizedName = packageName.startsWith('node:') + ? packageName.slice(5) + : packageName; + if (NATIVE_MODULES.has(normalizedName)) { + return; + } + if (!allDependencies[packageName]) { const exampleImport = packageImports.find(imp => imp.packageName === packageName); missingDependencies.push({