From d805cce23a88694efcfba1423ac0d3d693c74f7e Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sat, 4 Mar 2023 00:45:05 +0000 Subject: [PATCH] fix: upgrade next-axiom from 0.10.0 to 0.17.0 Snyk has created this PR to upgrade next-axiom from 0.10.0 to 0.17.0. See this package in npm: https://www.npmjs.com/package/next-axiom See this project in Snyk: https://app.snyk.io/org/kuhlmanjakob/project/7669b857-256f-47ce-8190-584fb197da91?utm_source=github&utm_medium=referral&page=upgrade-pr --- examples/with-axiom/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/with-axiom/package.json b/examples/with-axiom/package.json index 5c1b7401446c6..cd6461adf3fa7 100644 --- a/examples/with-axiom/package.json +++ b/examples/with-axiom/package.json @@ -7,7 +7,7 @@ }, "dependencies": { "next": "latest", - "next-axiom": "^0.10.0", + "next-axiom": "^0.17.0", "react": "^18.2.0", "react-dom": "^18.2.0", "swr": "^1.3.0"