Hi team, I am updating my repo, its an old app and...
# orm-help
c
Hi team, I am updating my repo, its an old app and its using 2.5.1, so from today git protocol was full disabled by GitHub https://github.blog/2021-09-01-improving-git-protocol-security-github/ and I found https://github.com/prisma/prisma/blob/2.5.1/src/packages/engine-core/package.json#L47 so should be updated to remove git protocol ?
n
Hey Cristian đź‘‹ You should be able to update to version
2.8.0
which doesn’t reference a git protocol. Are you facing any issues while running version
2.5.1
as of now?