From b76934944ce1548601d236bddc170923735de698 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 10 Nov 2023 21:28:55 +0000 Subject: [PATCH] build(deps): bump axios in /examples/axios-typescript Bumps [axios](https://github.com/axios/axios) from 0.23.0 to 1.6.0. - [Release notes](https://github.com/axios/axios/releases) - [Changelog](https://github.com/axios/axios/blob/v1.x/CHANGELOG.md) - [Commits](https://github.com/axios/axios/compare/v0.23.0...v1.6.0) --- updated-dependencies: - dependency-name: axios dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- examples/axios-typescript/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/axios-typescript/package.json b/examples/axios-typescript/package.json index b74163a3d..577140076 100644 --- a/examples/axios-typescript/package.json +++ b/examples/axios-typescript/package.json @@ -4,7 +4,7 @@ "main": "index.js", "license": "MIT", "dependencies": { - "axios": "0.23.0", + "axios": "1.6.0", "next": "latest", "react": "18.1.0", "react-dom": "18.1.0",