From 61d5fc997f788349fb825a1a3a95ad309258e540 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 30 Nov 2023 19:57:36 +0000 Subject: [PATCH] Bump axios from 1.5.1 to 1.6.0 in /intro to react/fun-with-react Bumps [axios](https://github.com/axios/axios) from 1.5.1 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/v1.5.1...v1.6.0) --- updated-dependencies: - dependency-name: axios dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- intro to react/fun-with-react/package-lock.json | 8 ++++---- intro to react/fun-with-react/package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/intro to react/fun-with-react/package-lock.json b/intro to react/fun-with-react/package-lock.json index ac9d1a9..3434cc1 100644 --- a/intro to react/fun-with-react/package-lock.json +++ b/intro to react/fun-with-react/package-lock.json @@ -11,7 +11,7 @@ "@testing-library/jest-dom": "^5.17.0", "@testing-library/react": "^13.4.0", "@testing-library/user-event": "^13.5.0", - "axios": "^1.5.1", + "axios": "^1.6.0", "cors": "^2.8.5", "express": "^4.18.2", "prop-types": "^15.8.1", @@ -5313,9 +5313,9 @@ } }, "node_modules/axios": { - "version": "1.5.1", - "resolved": "https://registry.npmjs.org/axios/-/axios-1.5.1.tgz", - "integrity": "sha512-Q28iYCWzNHjAm+yEAot5QaAMxhMghWLFVf7rRdwhUI+c2jix2DUXjAHXVi+s1ibs3mjPO/cCgbA++3BjD0vP/A==", + "version": "1.6.0", + "resolved": "https://registry.npmjs.org/axios/-/axios-1.6.0.tgz", + "integrity": "sha512-EZ1DYihju9pwVB+jg67ogm+Tmqc6JmhamRN6I4Zt8DfZu5lbcQGw3ozH9lFejSJgs/ibaef3A9PMXPLeefFGJg==", "dependencies": { "follow-redirects": "^1.15.0", "form-data": "^4.0.0", diff --git a/intro to react/fun-with-react/package.json b/intro to react/fun-with-react/package.json index b117c2a..06e8317 100644 --- a/intro to react/fun-with-react/package.json +++ b/intro to react/fun-with-react/package.json @@ -6,7 +6,7 @@ "@testing-library/jest-dom": "^5.17.0", "@testing-library/react": "^13.4.0", "@testing-library/user-event": "^13.5.0", - "axios": "^1.5.1", + "axios": "^1.6.0", "cors": "^2.8.5", "express": "^4.18.2", "prop-types": "^15.8.1",