From d2d39fc8bbfe8e2712225d6f04ba2806fca13dcd Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 8 Jun 2023 22:38:25 +0000 Subject: [PATCH] fix: upgrade axios-case-converter from 0.9.0 to 0.11.1 Snyk has created this PR to upgrade axios-case-converter from 0.9.0 to 0.11.1. See this package in npm: See this project in Snyk: https://app.snyk.io/org/pedrolopix/project/8e66e8ad-cf2f-4114-b5c2-1f12621a1045?utm_source=github&utm_medium=referral&page=upgrade-pr --- web/package.json | 2 +- web/yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/web/package.json b/web/package.json index c1530f81..e7033a0d 100644 --- a/web/package.json +++ b/web/package.json @@ -11,7 +11,7 @@ "@mantine/core": "^3.6.8", "@mantine/hooks": "^3.6.8", "axios": "^0.27.2", - "axios-case-converter": "^0.9.0", + "axios-case-converter": "^0.11.1", "react": "^18.2.0", "react-dom": "^18.2.0" }, diff --git a/web/yarn.lock b/web/yarn.lock index 408a7c66..09533a5f 100644 --- a/web/yarn.lock +++ b/web/yarn.lock @@ -632,10 +632,10 @@ asynckit@^0.4.0: resolved "https://registry.yarnpkg.com/asynckit/-/asynckit-0.4.0.tgz#c79ed97f7f34cb8f2ba1bc9790bcc366474b4b79" integrity sha512-Oei9OH4tRh0YqU3GxhX79dM/mwVgvbZJaSNaRk+bshkj0S5cfHcgYakreBjrHwatXKbz+IoIdYLxrKim2MjW0Q== -axios-case-converter@^0.9.0: - version "0.9.0" - resolved "https://registry.yarnpkg.com/axios-case-converter/-/axios-case-converter-0.9.0.tgz#9f47f641ae3f8c04a5395370601342e4f8c33c77" - integrity sha512-G6tOanR1cdIrBtRyiPvR+xXyWCCZacSw8LtT8bmImvpye+XiyoOlLluz0N61IfetznNQ9BeMi5yA0rIyYDr8mQ== +axios-case-converter@^0.11.1: + version "0.11.1" + resolved "https://registry.yarnpkg.com/axios-case-converter/-/axios-case-converter-0.11.1.tgz#69671f3adc435af8b61d86effd5f4a58f0559c51" + integrity sha512-i5hrkBg7SE9jsm2Q+ClznR5DsKcYXChH6Cc3Rhx2p4gdIfJwvvO5/ATcAg/vN2UVzGE2B1eR1O4VuEGkICdJdQ== dependencies: camel-case "^4.1.1" header-case "^2.0.3"