From 2d0fc0ad2260a5148868bea6e3e7cd7cba8596e5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 28 Apr 2022 09:19:34 +0200 Subject: [PATCH] Bump axios from 0.27.1 to 0.27.2 in /test/dummy (#241) Bumps [axios](https://github.com/axios/axios) from 0.27.1 to 0.27.2. - [Release notes](https://github.com/axios/axios/releases) - [Changelog](https://github.com/axios/axios/blob/master/CHANGELOG.md) - [Commits](https://github.com/axios/axios/compare/v0.27.1...v0.27.2) --- updated-dependencies: - dependency-name: axios dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- test/dummy/package.json | 2 +- test/dummy/yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/test/dummy/package.json b/test/dummy/package.json index 8163736..e396923 100644 --- a/test/dummy/package.json +++ b/test/dummy/package.json @@ -2,7 +2,7 @@ "dependencies": { "@rails/ujs": "^7.0.2", "@rails/webpacker": "^5.4.3", - "axios": "^0.27.1", + "axios": "^0.27.2", "turbolinks": "^5.2.0" }, "devDependencies": { diff --git a/test/dummy/yarn.lock b/test/dummy/yarn.lock index d2a64ff..669fd26 100644 --- a/test/dummy/yarn.lock +++ b/test/dummy/yarn.lock @@ -1694,10 +1694,10 @@ autoprefixer@^9.6.1: postcss "^7.0.21" postcss-value-parser "^4.0.2" -axios@^0.27.1: - version "0.27.1" - resolved "https://registry.yarnpkg.com/axios/-/axios-0.27.1.tgz#badcc8cc38cfa812320221b600776452141ea5d4" - integrity sha512-ePNMai55xo5GsXajb/k756AqZqpqeDaGwGcdvbZLSSELbbYwsIn2jNmGfUPEwd8j/yu4OoMstLLIVa4t0MneEA== +axios@^0.27.2: + version "0.27.2" + resolved "https://registry.yarnpkg.com/axios/-/axios-0.27.2.tgz#207658cc8621606e586c85db4b41a750e756d972" + integrity sha512-t+yRIyySRTp/wua5xEr+z1q60QmLq8ABsS5O9Me1AsE5dfKqgnCFzwiCZZ/cGNd1lq4/7akDWMxdhVlucjmnOQ== dependencies: follow-redirects "^1.14.9" form-data "^4.0.0"