From eee55c9b7439273be7f156e7c1befd3bfb65eba5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 20 May 2024 03:48:43 +0000 Subject: [PATCH] fix(deps): bump axios from 1.6.8 to 1.7.0 in /apps/voucherify (#1843) Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- apps/voucherify/package-lock.json | 8 ++++---- apps/voucherify/package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/apps/voucherify/package-lock.json b/apps/voucherify/package-lock.json index e93daa347..42652e1dc 100644 --- a/apps/voucherify/package-lock.json +++ b/apps/voucherify/package-lock.json @@ -16,7 +16,7 @@ "@emotion/css": "11.11.2", "@emotion/react": "11.11.4", "@emotion/styled": "11.11.5", - "axios": "1.6.8", + "axios": "1.7.0", "http-status-codes": "2.3.0", "lodash": "4.17.21", "prop-types": "15.8.1", @@ -6735,9 +6735,9 @@ } }, "node_modules/axios": { - "version": "1.6.8", - "resolved": "https://registry.npmjs.org/axios/-/axios-1.6.8.tgz", - "integrity": "sha512-v/ZHtJDU39mDpyBoFVkETcd/uNdxrWRrg3bKpOKzXFA6Bvqopts6ALSMU3y6ijYxbw2B+wPrIv46egTzJXCLGQ==", + "version": "1.7.0", + "resolved": "https://registry.npmjs.org/axios/-/axios-1.7.0.tgz", + "integrity": "sha512-IiB0wQeKyPRdsFVhBgIo31FbzOyf2M6wYl7/NVutFwFBRMiAbjNiydJIHKeLmPugF4kJLfA1uWZ82Is2QzqqFA==", "dependencies": { "follow-redirects": "^1.15.6", "form-data": "^4.0.0", diff --git a/apps/voucherify/package.json b/apps/voucherify/package.json index 062915886..938f1035a 100644 --- a/apps/voucherify/package.json +++ b/apps/voucherify/package.json @@ -19,7 +19,7 @@ "@emotion/css": "11.11.2", "@emotion/react": "11.11.4", "@emotion/styled": "11.11.5", - "axios": "1.6.8", + "axios": "1.7.0", "http-status-codes": "2.3.0", "lodash": "4.17.21", "prop-types": "15.8.1",