chore: Bump axios from 1.3.2 to 1.3.3 (#651)

Bumps [axios](https://github.com/axios/axios) from 1.3.2 to 1.3.3.
- [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.3.2...v1.3.3)

---
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>
This commit is contained in:
dependabot[bot]
2023-02-14 04:00:54 +00:00
committed by GitHub
parent 07d5781915
commit 1a61b71d4c
2 changed files with 4 additions and 4 deletions

6
package-lock.json generated
View File

@@ -1131,9 +1131,9 @@
} }
}, },
"axios": { "axios": {
"version": "1.3.2", "version": "1.3.3",
"resolved": "https://registry.npmjs.org/axios/-/axios-1.3.2.tgz", "resolved": "https://registry.npmjs.org/axios/-/axios-1.3.3.tgz",
"integrity": "sha512-1M3O703bYqYuPhbHeya5bnhpYVsDDRyQSabNja04mZtboLNSuZ4YrltestrLXfHgmzua4TpUqRiVKbiQuo2epw==", "integrity": "sha512-eYq77dYIFS77AQlhzEL937yUBSepBfPIe8FcgEDN35vMNZKMrs81pgnyrQpwfy4NF4b4XWX1Zgx7yX+25w8QJA==",
"requires": { "requires": {
"follow-redirects": "^1.15.0", "follow-redirects": "^1.15.0",
"form-data": "^4.0.0", "form-data": "^4.0.0",

View File

@@ -27,7 +27,7 @@
"dependencies": { "dependencies": {
"@actions/core": "^1.10.0", "@actions/core": "^1.10.0",
"aws-sdk": "^2.1273.0", "aws-sdk": "^2.1273.0",
"axios": "^1.3.2", "axios": "^1.3.3",
"https-proxy-agent": "^5.0.1" "https-proxy-agent": "^5.0.1"
}, },
"devDependencies": { "devDependencies": {