From b1339e26079b824f6e9496717bfc0731ab30c077 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 1 Apr 2024 20:53:02 +0000 Subject: [PATCH] Bump axios from 1.4.0 to 1.6.0 in /image-search-next 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] --- image-search-next/package.json | 2 +- image-search-next/yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/image-search-next/package.json b/image-search-next/package.json index 4f3d23e..8593224 100644 --- a/image-search-next/package.json +++ b/image-search-next/package.json @@ -23,7 +23,7 @@ "@sanity/image-url": "^1.0.1", "@types/nodemailer": "^6.4.6", "@types/react-lottie": "^1.2.6", - "axios": "^1.4.0", + "axios": "^1.6.0", "clsx": "^1.2.1", "daisyui": "^2.51.6", "date-fns": "^2.29.3", diff --git a/image-search-next/yarn.lock b/image-search-next/yarn.lock index 61ff744..f58924a 100644 --- a/image-search-next/yarn.lock +++ b/image-search-next/yarn.lock @@ -2388,10 +2388,10 @@ axe-core@^4.3.5: resolved "https://registry.npmjs.org/axe-core/-/axe-core-4.4.1.tgz" integrity sha512-gd1kmb21kwNuWr6BQz8fv6GNECPBnUasepcoLbekws23NVBLODdsClRZ+bQ8+9Uomf3Sm3+Vwn0oYG9NvwnJCw== -axios@^1.4.0: - version "1.4.0" - resolved "https://registry.yarnpkg.com/axios/-/axios-1.4.0.tgz#38a7bf1224cd308de271146038b551d725f0be1f" - integrity sha512-S4XCWMEmzvo64T9GfvQDOXgYRDJ/wsSZc7Jvdgx5u1sd0JwsuPLqb3SYmusag+edF6ziyMensPVqLTSc1PiSEA== +axios@^1.6.0: + version "1.6.0" + resolved "https://registry.yarnpkg.com/axios/-/axios-1.6.0.tgz#f1e5292f26b2fd5c2e66876adc5b06cdbd7d2102" + integrity sha512-EZ1DYihju9pwVB+jg67ogm+Tmqc6JmhamRN6I4Zt8DfZu5lbcQGw3ozH9lFejSJgs/ibaef3A9PMXPLeefFGJg== dependencies: follow-redirects "^1.15.0" form-data "^4.0.0"