From 0607805a43b77e8340e74d88f20dabaebe003e44 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 3 May 2024 13:04:52 +0000 Subject: [PATCH] Bump axios from 0.21.0 to 0.28.0 in /workshops/2020_react/nehberg-reddit Bumps [axios](https://github.com/axios/axios) from 0.21.0 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.21.0...v0.28.0) --- updated-dependencies: - dependency-name: axios dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- workshops/2020_react/nehberg-reddit/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) mode change 100755 => 100644 workshops/2020_react/nehberg-reddit/package.json diff --git a/workshops/2020_react/nehberg-reddit/package.json b/workshops/2020_react/nehberg-reddit/package.json old mode 100755 new mode 100644 index 7433776..74de360 --- a/workshops/2020_react/nehberg-reddit/package.json +++ b/workshops/2020_react/nehberg-reddit/package.json @@ -8,7 +8,7 @@ ], "main": "src/index.js", "dependencies": { - "axios": "0.21.0", + "axios": "0.28.0", "react": "17.0.0", "react-dom": "17.0.0", "react-scripts": "3.4.3"