From 6a4ceefd16181e8cfb6fab5b5fc95c08d346d28f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 20 Dec 2024 02:43:22 +0000 Subject: [PATCH] Bump axios from 1.7.7 to 1.7.9 in /netlify-functions-ecommerce Bumps [axios](https://github.com/axios/axios) from 1.7.7 to 1.7.9. - [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.7.7...v1.7.9) --- updated-dependencies: - dependency-name: axios dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- netlify-functions-ecommerce/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/netlify-functions-ecommerce/package.json b/netlify-functions-ecommerce/package.json index c209425..689f70f 100644 --- a/netlify-functions-ecommerce/package.json +++ b/netlify-functions-ecommerce/package.json @@ -13,7 +13,7 @@ }, "devDependencies": { "@masteringjs/eslint-config": "0.0.1", - "axios": "1.7.7", + "axios": "1.7.9", "eslint": "8.57.1", "mocha": "11.0.1", "netlify-cli": "17.38.0"