From 37a0d1935cd6c0180f0d2cafa1197a5e83b07672 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 27 Sep 2023 00:40:13 +0000 Subject: [PATCH] Bump axios from 1.5.0 to 1.5.1 Bumps [axios](https://github.com/axios/axios) from 1.5.0 to 1.5.1. - [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.5.0...v1.5.1) --- updated-dependencies: - dependency-name: axios dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- kolibri/core/package.json | 2 +- packages/kolibri-core-for-export/package.json | 2 +- yarn.lock | 8 ++++---- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/kolibri/core/package.json b/kolibri/core/package.json index 75dfe90e212..20f14f0ec62 100644 --- a/kolibri/core/package.json +++ b/kolibri/core/package.json @@ -7,7 +7,7 @@ "@shopify/draggable": "^1.0.0-beta.8", "@vue/composition-api": "^1.7.2", "@vueuse/core": "^9.13.0", - "axios": "^1.5.0", + "axios": "^1.5.1", "clipboard": "^2.0.11", "core-js": "^3.32", "csv-generator-client": "^2.1.1", diff --git a/packages/kolibri-core-for-export/package.json b/packages/kolibri-core-for-export/package.json index c388acd74ce..ef1372316bd 100644 --- a/packages/kolibri-core-for-export/package.json +++ b/packages/kolibri-core-for-export/package.json @@ -10,7 +10,7 @@ "@shopify/draggable": "^1.0.0-beta.8", "@vue/composition-api": "^1.7.2", "@vueuse/core": "^9.13.0", - "axios": "^1.5.0", + "axios": "^1.5.1", "clipboard": "^2.0.11", "core-js": "^3.32", "csv-generator-client": "^2.1.1", diff --git a/yarn.lock b/yarn.lock index 80a1bf8ecb0..d069ca1e594 100644 --- a/yarn.lock +++ b/yarn.lock @@ -2538,10 +2538,10 @@ available-typed-arrays@^1.0.5: resolved "https://registry.yarnpkg.com/available-typed-arrays/-/available-typed-arrays-1.0.5.tgz#92f95616501069d07d10edb2fc37d3e1c65123b7" integrity sha512-DMD0KiN46eipeziST1LPP/STfDU0sufISXmjSgvVsoU2tqxctQeASejWcfNtxYKqETM1UxQ8sp2OrSBWpHY6sw== -axios@^1.5.0: - version "1.5.0" - resolved "https://registry.yarnpkg.com/axios/-/axios-1.5.0.tgz#f02e4af823e2e46a9768cfc74691fdd0517ea267" - integrity sha512-D4DdjDo5CY50Qms0qGQTTw6Q44jl7zRwY7bthds06pUGfChBCTcQs+N743eFWGEd6pRTMd6A+I87aWyFV5wiZQ== +axios@^1.5.1: + version "1.5.1" + resolved "https://registry.yarnpkg.com/axios/-/axios-1.5.1.tgz#11fbaa11fc35f431193a9564109c88c1f27b585f" + integrity sha512-Q28iYCWzNHjAm+yEAot5QaAMxhMghWLFVf7rRdwhUI+c2jix2DUXjAHXVi+s1ibs3mjPO/cCgbA++3BjD0vP/A== dependencies: follow-redirects "^1.15.0" form-data "^4.0.0"