Merge pull request #109 from fjogeleit/dependabot/npm_and_yarn/axios-1.5.0

Bump axios from 1.4.0 to 1.5.0
This commit is contained in:
Frank Jogeleit 2023-08-28 21:05:35 +02:00 committed by GitHub
commit 389f30ee3a
WARNING! Although there is a key with this ID in the database it does not verify this commit! This commit is SUSPICIOUS.
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 5 additions and 5 deletions

8
package-lock.json generated
View file

@ -13,7 +13,7 @@
},
"devDependencies": {
"@vercel/ncc": "^0.36.1",
"axios": "^1.4",
"axios": "^1.5",
"form-data": "^4.0.0",
"yargs": "^17.7.2"
},
@ -78,9 +78,9 @@
"dev": true
},
"node_modules/axios": {
"version": "1.4.0",
"resolved": "https://registry.npmjs.org/axios/-/axios-1.4.0.tgz",
"integrity": "sha512-S4XCWMEmzvo64T9GfvQDOXgYRDJ/wsSZc7Jvdgx5u1sd0JwsuPLqb3SYmusag+edF6ziyMensPVqLTSc1PiSEA==",
"version": "1.5.0",
"resolved": "https://registry.npmjs.org/axios/-/axios-1.5.0.tgz",
"integrity": "sha512-D4DdjDo5CY50Qms0qGQTTw6Q44jl7zRwY7bthds06pUGfChBCTcQs+N743eFWGEd6pRTMd6A+I87aWyFV5wiZQ==",
"dev": true,
"dependencies": {
"follow-redirects": "^1.15.0",

View file

@ -20,7 +20,7 @@
"homepage": "https://github.com/fjogeleit/http-request-action#readme",
"devDependencies": {
"@vercel/ncc": "^0.36.1",
"axios": "^1.4",
"axios": "^1.5",
"form-data": "^4.0.0",
"yargs": "^17.7.2"
},