#Zod vulnerability issue with current astro version?

5 messages · Page 1 of 1 (latest)

covert basin
#

Hi there, I’ve run into some issues while updating my project to the latest astro version with this kind of setup:

    "@sanity/astro": "1.3.0",
    "@sanity/image-url": "1.0.2",
    "astro": "^3.3.2",
    "astro-portabletext": "0.9.4",
    "sass": "1.68.0"
  }```

And it appears that a direct dependency of astro called [zod](https://www.npmjs.com/package/zod) isn’t compatible and wants astro to revert to version 2.10.15.
I’m not that familiar with terminals and dependencies but this seems kind of odd to me.
Do you have any ideas of how to solve this conflict? Any kind of input is greatly appreciated. Thanks for your help :)
rancid martenBOT
#
Still waiting for an answer?

It looks like no-one has responded to your question yet. People might not be available right now or don’t know how to answer your question. Want an answer while you wait? Try asking our experimental bot in #1095492539085230272.

agile dagger
covert basin
#

Zod vulnerability issue with current astro version?

covert basin