From b515c11c39a46b6e0b50791a082b28ac65a2680e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 27 Dec 2023 08:59:49 +0000 Subject: [PATCH] build(deps): bump axios in /playgrounds/firecamp-rest-executor Bumps [axios](https://github.com/axios/axios) from 0.27.2 to 1.6.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.6.0) --- updated-dependencies: - dependency-name: axios dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- playgrounds/firecamp-rest-executor/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/playgrounds/firecamp-rest-executor/package.json b/playgrounds/firecamp-rest-executor/package.json index 5e99830d8..c4846cc98 100644 --- a/playgrounds/firecamp-rest-executor/package.json +++ b/playgrounds/firecamp-rest-executor/package.json @@ -41,7 +41,7 @@ "@firecamp/utils": "^0.0.24", "@hapi/joi": "^17.1.1", "ajv": "^8.11.2", - "axios": "0.27.2", + "axios": "1.6.0", "browser-or-node": "^2.0.0", "chai": "^4.3.6", "chai-http": "^4.3.0",