From 81c315c10adc5527ab16d1602d5d0fd1f7049a58 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 23 Feb 2023 08:21:57 +0000 Subject: [PATCH] Bump axios from 0.27.2 to 1.3.4 Bumps [axios](https://github.com/axios/axios) from 0.27.2 to 1.3.4. - [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.3.4) --- updated-dependencies: - dependency-name: axios dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index c07ea4d..9c4e8c6 100644 --- a/package.json +++ b/package.json @@ -9,7 +9,7 @@ "$comment": "should not be published to npm registry: keep it private", "private": true, "dependencies": { - "axios": "^0.27.1", + "axios": "^1.3.4", "lit": "^2.1.1", "url-parse": "^1.5.4" },