Skip to content

Commit

Permalink
Merge pull request #95 from mcnaveen/renovate/axios-1.x
Browse files Browse the repository at this point in the history
fix(deps): update dependency axios to ^1.1.3
  • Loading branch information
mskian authored Oct 16, 2022
2 parents ad7eefa + 1b898cf commit 233997c
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"private": true,
"main": "index.js",
"dependencies": {
"axios": "^1.1.2",
"axios": "^1.1.3",
"cheerio": "^1.0.0-rc.12",
"express": "^4.18.2",
"node-pronounce": "^0.0.4",
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -175,10 +175,10 @@ asynckit@^0.4.0:
resolved "https://registry.yarnpkg.com/asynckit/-/asynckit-0.4.0.tgz#c79ed97f7f34cb8f2ba1bc9790bcc366474b4b79"
integrity sha1-x57Zf380y48robyXkLzDZkdLS3k=

axios@^1.1.2:
version "1.1.2"
resolved "https://registry.yarnpkg.com/axios/-/axios-1.1.2.tgz#8b6f6c540abf44ab98d9904e8daf55351ca4a331"
integrity sha512-bznQyETwElsXl2RK7HLLwb5GPpOLlycxHCtrpDR/4RqqBzjARaOTo3jz4IgtntWUYee7Ne4S8UHd92VCuzPaWA==
axios@^1.1.3:
version "1.1.3"
resolved "https://registry.yarnpkg.com/axios/-/axios-1.1.3.tgz#8274250dada2edf53814ed7db644b9c2866c1e35"
integrity sha512-00tXVRwKx/FZr/IDVFt4C+f9FYairX517WoGCL6dpOntqLkZofjhu43F/Xl44UOpqa+9sLFDrG/XAnFsUYgkDA==
dependencies:
follow-redirects "^1.15.0"
form-data "^4.0.0"
Expand Down

1 comment on commit 233997c

@vercel
Copy link

@vercel vercel bot commented on 233997c Oct 16, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

random-words-api – ./

random-words-api-mcnaveen.vercel.app
random-words-api.vercel.app
random-words-api-git-main-mcnaveen.vercel.app

Please sign in to comment.