From 8706d8eb21f1002cd53dd3247b418f00a4cfd883 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 3 Mar 2022 15:40:25 +0000 Subject: [PATCH] Bump axios Bumps [axios](https://github.com/axios/axios) from 0.18.0 to 0.21.2. - [Release notes](https://github.com/axios/axios/releases) - [Changelog](https://github.com/axios/axios/blob/master/CHANGELOG.md) - [Commits](https://github.com/axios/axios/compare/v0.18.0...v0.21.2) --- updated-dependencies: - dependency-name: axios dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- .../account/resources/package-lock.json | 20 +++++++------------ .../account/resources/package.json | 2 +- 2 files changed, 8 insertions(+), 14 deletions(-) mode change 100755 => 100644 backend/idp-repository/OAuth-OIDC/keycloak/vulnKeycloak/themes/keycloak-preview/account/resources/package.json diff --git a/backend/idp-repository/OAuth-OIDC/keycloak/vulnKeycloak/themes/keycloak-preview/account/resources/package-lock.json b/backend/idp-repository/OAuth-OIDC/keycloak/vulnKeycloak/themes/keycloak-preview/account/resources/package-lock.json index 7a3a9b6a..10bcba7c 100644 --- a/backend/idp-repository/OAuth-OIDC/keycloak/vulnKeycloak/themes/keycloak-preview/account/resources/package-lock.json +++ b/backend/idp-repository/OAuth-OIDC/keycloak/vulnKeycloak/themes/keycloak-preview/account/resources/package-lock.json @@ -550,12 +550,11 @@ "integrity": "sha512-ReZxvNHIOv88FlT7rxcXIIC0fPt4KZqZbOlivyWtXLt8ESx84zd3kMC6iK5jVeS2qt+g7ftS7ye4fi06X5rtRQ==" }, "axios": { - "version": "0.18.0", - "resolved": "https://registry.npmjs.org/axios/-/axios-0.18.0.tgz", - "integrity": "sha1-MtU+SFHv3AoRmTts0AB4nXDAUQI=", + "version": "0.21.2", + "resolved": "https://registry.npmjs.org/axios/-/axios-0.21.2.tgz", + "integrity": "sha512-87otirqUw3e8CzHTMO+/9kh/FSgXt/eVDvipijwDtEuwbkySWZ9SBm6VEubmJ/kLKEoLQV/POhxXFb66bfekfg==", "requires": { - "follow-redirects": "^1.3.0", - "is-buffer": "^1.1.5" + "follow-redirects": "^1.14.0" } }, "axobject-query": { @@ -2192,9 +2191,9 @@ } }, "follow-redirects": { - "version": "1.14.8", - "resolved": "https://registry.npmjs.org/follow-redirects/-/follow-redirects-1.14.8.tgz", - "integrity": "sha512-1x0S9UVJHsQprFcEC/qnNzBLcIxsjAV905f/UkQxbclCsoTWlacCNOpQa/anodLl2uaEKFhfWOvM2Qg77+15zA==" + "version": "1.14.9", + "resolved": "https://registry.npmjs.org/follow-redirects/-/follow-redirects-1.14.9.tgz", + "integrity": "sha512-MQDfihBQYMcyy5dhRDJUHcw7lb2Pv/TuE6xP1vyraLukNDHKbDxDNaOE3NbCAdKQApno+GPRyo1YAp89yCjK4w==" }, "forever-agent": { "version": "0.6.1", @@ -2490,11 +2489,6 @@ "resolved": "https://registry.npmjs.org/is-arrayish/-/is-arrayish-0.2.1.tgz", "integrity": "sha1-d8mYQFJ6qOyxqLppe4BkWnqSap0=" }, - "is-buffer": { - "version": "1.1.6", - "resolved": "https://registry.npmjs.org/is-buffer/-/is-buffer-1.1.6.tgz", - "integrity": "sha512-NcdALwpXkTm5Zvvbk7owOUSvVvBKDgKP5/ewfXEznmQFfs4ZRmanOeKBTjRVjka3QFoN6XJ+9F3USqfHqTaU5w==" - }, "is-callable": { "version": "1.1.4", "resolved": "https://registry.npmjs.org/is-callable/-/is-callable-1.1.4.tgz", diff --git a/backend/idp-repository/OAuth-OIDC/keycloak/vulnKeycloak/themes/keycloak-preview/account/resources/package.json b/backend/idp-repository/OAuth-OIDC/keycloak/vulnKeycloak/themes/keycloak-preview/account/resources/package.json old mode 100755 new mode 100644 index d492b7a5..c5d97d4d --- a/backend/idp-repository/OAuth-OIDC/keycloak/vulnKeycloak/themes/keycloak-preview/account/resources/package.json +++ b/backend/idp-repository/OAuth-OIDC/keycloak/vulnKeycloak/themes/keycloak-preview/account/resources/package.json @@ -13,7 +13,7 @@ "dependencies": { "@patternfly/patternfly": "^1.0.248", "@patternfly/react-core": "^2.9.2", - "axios": "^0.18.0", + "axios": "^0.21.2", "moment": "^2.22.2", "react": "^16.8.5", "react-dom": "^16.8.5",