Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update Zapier Integration - specifically yarn.lock #1884

Open
zackgilbert opened this issue Jan 24, 2025 · 0 comments
Open

Update Zapier Integration - specifically yarn.lock #1884

zackgilbert opened this issue Jan 24, 2025 · 0 comments

Comments

@zackgilbert
Copy link

Noticed that the Zapier Integration hasn't been touched in about 3 years or so and it appears a bunch of the dependencies are out of date. Curious if this is something that we want to either get rid of or update?

Noticed via my github security tab and dependabot alerts that there were a couple of issues (including one critical) coming from the zapier/yarn.lock file.

I was able to address some of the issues (including the critical) just by updating the devDependency for mocha. I changed:

  "devDependencies": {
    "mocha": "^5.2.0",
    ...

To:

  "devDependencies": {
    "mocha": ">=5.2.0",

It also appears the zapier-platform-core package has been significantly updated also:

  "dependencies": {
    "zapier-platform-core": "12.2.0"
  },

to:

  "dependencies": {
    "zapier-platform-core": ">=12.2.0"
  },

This allows for updates to the required dependencies, though I'm not actually able to get the integration to work, but I think that's another issue altogether.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant