From 421f36b840a757715dc2bcf0e6f64d4713a982d1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 11 Nov 2023 15:02:53 +0000 Subject: [PATCH] Bump axios from 1.4.0 to 1.6.0 in /nxt-auth-boiler Bumps [axios](https://github.com/axios/axios) from 1.4.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/v1.4.0...v1.6.0) --- updated-dependencies: - dependency-name: axios dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- nxt-auth-boiler/package.json | 2 +- nxt-auth-boiler/yarn.lock | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/nxt-auth-boiler/package.json b/nxt-auth-boiler/package.json index 5bb14a9c..031b6f43 100644 --- a/nxt-auth-boiler/package.json +++ b/nxt-auth-boiler/package.json @@ -13,7 +13,7 @@ "@types/react": "18.2.14", "@types/react-dom": "18.2.6", "autoprefixer": "10.4.14", - "axios": "^1.4.0", + "axios": "^1.6.0", "eslint": "8.43.0", "eslint-config-next": "13.4.7", "formik": "^2.4.2", diff --git a/nxt-auth-boiler/yarn.lock b/nxt-auth-boiler/yarn.lock index 0ec3af15..ea899de8 100644 --- a/nxt-auth-boiler/yarn.lock +++ b/nxt-auth-boiler/yarn.lock @@ -373,9 +373,9 @@ axe-core@^4.6.2: version "4.7.2" resolved "https://registry.npmjs.org/axe-core/-/axe-core-4.7.2.tgz" -axios@^1.4.0: - version "1.4.0" - resolved "https://registry.npmjs.org/axios/-/axios-1.4.0.tgz" +axios@^1.6.0: + version "1.6.0" + resolved "https://registry.yarnpkg.com/axios/-/axios-1.6.0.tgz#f1e5292f26b2fd5c2e66876adc5b06cdbd7d2102" dependencies: follow-redirects "^1.15.0" form-data "^4.0.0"