Skip to content

Commit

Permalink
Bump axios from 0.27.0 to 0.27.1 in /test/dummy (#240)
Browse files Browse the repository at this point in the history
Bumps [axios](https://github.com/axios/axios) from 0.27.0 to 0.27.1.
- [Release notes](https://github.com/axios/axios/releases)
- [Changelog](https://github.com/axios/axios/blob/master/CHANGELOG.md)
- [Commits](axios/axios@v0.27.0...v0.27.1)

---
updated-dependencies:
- dependency-name: axios
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Apr 27, 2022
1 parent 32dbac6 commit d43f4a1
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion test/dummy/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"dependencies": {
"@rails/ujs": "^7.0.2",
"@rails/webpacker": "^5.4.3",
"axios": "^0.27.0",
"axios": "^0.27.1",
"turbolinks": "^5.2.0"
},
"devDependencies": {
Expand Down
8 changes: 4 additions & 4 deletions test/dummy/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1694,10 +1694,10 @@ autoprefixer@^9.6.1:
postcss "^7.0.21"
postcss-value-parser "^4.0.2"

axios@^0.27.0:
version "0.27.0"
resolved "https://registry.yarnpkg.com/axios/-/axios-0.27.0.tgz#973ca980dee9077410189340390ea77964af6b29"
integrity sha512-XV/WrPxXfzgZ8j4lcB5i6LyaXmi90yetmV/Fem0kmglGx+mpY06CiweL3YxU6wOTNLmqLUePW4G8h45nGZ/+pA==
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==
dependencies:
follow-redirects "^1.14.9"
form-data "^4.0.0"
Expand Down

0 comments on commit d43f4a1

Please sign in to comment.