From ea07ca5565fd0e9786e2b5432afd18c19eae0fd2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 1 Feb 2024 10:00:53 +0000 Subject: [PATCH] Bump axios in /samples/AspNetCoreReactSample/ClientApp Bumps [axios](https://github.com/axios/axios) from 1.6.3 to 1.6.7. - [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.6.3...v1.6.7) --- updated-dependencies: - dependency-name: axios dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- samples/AspNetCoreReactSample/ClientApp/package.json | 2 +- samples/AspNetCoreReactSample/ClientApp/pnpm-lock.yaml | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/samples/AspNetCoreReactSample/ClientApp/package.json b/samples/AspNetCoreReactSample/ClientApp/package.json index 9d981b19..d1040959 100644 --- a/samples/AspNetCoreReactSample/ClientApp/package.json +++ b/samples/AspNetCoreReactSample/ClientApp/package.json @@ -13,7 +13,7 @@ "@types/node": "^20.11.15", "@types/react": "^18.2.50", "@types/react-dom": "^18.2.18", - "axios": "^1.6.3", + "axios": "^1.6.7", "bootstrap": "^5.3.2", "react": "^18.2.0", "react-dom": "^18.2.0", diff --git a/samples/AspNetCoreReactSample/ClientApp/pnpm-lock.yaml b/samples/AspNetCoreReactSample/ClientApp/pnpm-lock.yaml index f9cbefff..11ca39bd 100644 --- a/samples/AspNetCoreReactSample/ClientApp/pnpm-lock.yaml +++ b/samples/AspNetCoreReactSample/ClientApp/pnpm-lock.yaml @@ -15,8 +15,8 @@ dependencies: specifier: ^18.2.18 version: 18.2.18 axios: - specifier: ^1.6.3 - version: 1.6.3 + specifier: ^1.6.7 + version: 1.6.7 bootstrap: specifier: ^5.3.2 version: 5.3.2(@popperjs/core@2.11.8) @@ -2360,8 +2360,8 @@ packages: engines: {node: '>=4'} dev: true - /axios@1.6.3: - resolution: {integrity: sha512-fWyNdeawGam70jXSVlKl+SUNVcL6j6W79CuSIPfi6HnDUmSCH6gyUys/HrqHeA/wU0Az41rRgean494d0Jb+ww==} + /axios@1.6.7: + resolution: {integrity: sha512-/hDJGff6/c7u0hDkvkGxR/oy6CbCs8ziCsC7SqmhjfozqiJGc8Z11wrv9z9lYfY4K8l+H9TpjcMDX0xOZmx+RA==} dependencies: follow-redirects: 1.15.4 form-data: 4.0.0