From f6a915caa0b80ea8b8678305749235511ed546f2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 19 Mar 2024 11:35:03 +0100 Subject: [PATCH] Bump axios from 0.27.2 to 0.28.0 in /examples/nextjs-oauth (#251) Bumps [axios](https://github.com/axios/axios) from 0.27.2 to 0.28.0. - [Release notes](https://github.com/axios/axios/releases) - [Changelog](https://github.com/axios/axios/blob/v0.28.0/CHANGELOG.md) - [Commits](https://github.com/axios/axios/compare/v0.27.2...v0.28.0) --- updated-dependencies: - dependency-name: axios dependency-type: direct:production ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- examples/nextjs-oauth/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/nextjs-oauth/package.json b/examples/nextjs-oauth/package.json index 909fa1476..e53ae4e64 100644 --- a/examples/nextjs-oauth/package.json +++ b/examples/nextjs-oauth/package.json @@ -11,7 +11,7 @@ "lint": "next lint" }, "dependencies": { - "axios": "^0.27.2", + "axios": "^0.28.0", "cookie": "^0.5.0", "next": "^13.5.1", "react": "^18.2.0",