From 2df24fd3186739af0c35063b7fbc44e84a6119f0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 30 Aug 2023 16:29:38 +0000 Subject: [PATCH] Bump axios from 0.27.2 to 1.5.0 in /services/idp Bumps [axios](https://github.com/axios/axios) from 0.27.2 to 1.5.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/v0.27.2...v1.5.0) --- updated-dependencies: - dependency-name: axios dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- services/idp/package.json | 2 +- services/idp/pnpm-lock.yaml | 13 +++++++++---- 2 files changed, 10 insertions(+), 5 deletions(-) diff --git a/services/idp/package.json b/services/idp/package.json index 4aea4138b..0cbe1ce15 100644 --- a/services/idp/package.json +++ b/services/idp/package.json @@ -83,7 +83,7 @@ "@types/react-dom": "^17.0.2", "@types/react-redux": "^7.1.19", "@types/redux-logger": "^3.0.9", - "axios": "^0.27.2", + "axios": "^1.5.0", "classnames": "^2.2.6", "i18next": "^22.0.4", "i18next-browser-languagedetector": "^6.1.3", diff --git a/services/idp/pnpm-lock.yaml b/services/idp/pnpm-lock.yaml index 0950c2e08..8eaaeb5c4 100644 --- a/services/idp/pnpm-lock.yaml +++ b/services/idp/pnpm-lock.yaml @@ -42,8 +42,8 @@ dependencies: specifier: ^3.0.9 version: 3.0.9 axios: - specifier: ^0.27.2 - version: 0.27.2 + specifier: ^1.5.0 + version: 1.5.0 classnames: specifier: ^2.2.6 version: 2.3.1 @@ -3779,11 +3779,12 @@ packages: engines: {node: '>=4'} dev: true - /axios@0.27.2: - resolution: {integrity: sha512-t+yRIyySRTp/wua5xEr+z1q60QmLq8ABsS5O9Me1AsE5dfKqgnCFzwiCZZ/cGNd1lq4/7akDWMxdhVlucjmnOQ==} + /axios@1.5.0: + resolution: {integrity: sha512-D4DdjDo5CY50Qms0qGQTTw6Q44jl7zRwY7bthds06pUGfChBCTcQs+N743eFWGEd6pRTMd6A+I87aWyFV5wiZQ==} dependencies: follow-redirects: 1.15.1 form-data: 4.0.0 + proxy-from-env: 1.1.0 transitivePeerDependencies: - debug dev: false @@ -10720,6 +10721,10 @@ packages: object-assign: 4.1.1 react-is: 16.13.1 + /proxy-from-env@1.1.0: + resolution: {integrity: sha512-D+zkORCbA9f1tdWRK0RaCR3GPv50cMxcrz4X8k5LTSUD1Dkw47mKJEZQNunItRTkWwgtaUSo1RVFRIG9ZXiFYg==} + dev: false + /prr@1.0.1: resolution: {integrity: sha512-yPw4Sng1gWghHQWj0B3ZggWUm4qVbPwPFcRG8KyxiU7J2OHFSoEHKS+EZ3fv5l1t9CyCiop6l/ZYeWbrgoQejw==} dev: true