Skip to content

Commit e751b82

Browse files
build(deps): bump axios from 0.24.0 to 0.25.0 (#60)
Bumps [axios](https://github.com/axios/axios) from 0.24.0 to 0.25.0. - [Release notes](https://github.com/axios/axios/releases) - [Changelog](https://github.com/axios/axios/blob/master/CHANGELOG.md) - [Commits](axios/axios@v0.24.0...v0.25.0) --- updated-dependencies: - dependency-name: axios dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 0c8f318 commit e751b82

2 files changed

Lines changed: 12 additions & 5 deletions

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
"barecheck": "^0.1.1",
88
"@actions/core": "^1.6.0",
99
"@actions/github": "^5.0.0",
10-
"axios": "^0.24.0"
10+
"axios": "^0.25.0"
1111
},
1212
"devDependencies": {
1313
"@vercel/ncc": "^0.33.1",

yarn.lock

Lines changed: 11 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -607,6 +607,13 @@ axios@^0.24.0:
607607
dependencies:
608608
follow-redirects "^1.14.4"
609609

610+
axios@^0.25.0:
611+
version "0.25.0"
612+
resolved "https://registry.yarnpkg.com/axios/-/axios-0.25.0.tgz#349cfbb31331a9b4453190791760a8d35b093e0a"
613+
integrity sha512-cD8FOb0tRH3uuEe6+evtAbgJtfxr7ly3fQjYcMcuPlgkwVS9xboaVIpcDV+cYQe+yGykgwZCs1pzjntcGa6l5g==
614+
dependencies:
615+
follow-redirects "^1.14.7"
616+
610617
babel-walk@3.0.0-canary-5:
611618
version "3.0.0-canary-5"
612619
resolved "https://registry.yarnpkg.com/babel-walk/-/babel-walk-3.0.0-canary-5.tgz#f66ecd7298357aee44955f235a6ef54219104b11"
@@ -1385,10 +1392,10 @@ flatted@^3.1.0:
13851392
resolved "https://registry.yarnpkg.com/flatted/-/flatted-3.2.1.tgz#bbef080d95fca6709362c73044a1634f7c6e7d05"
13861393
integrity sha512-OMQjaErSFHmHqZe+PSidH5n8j3O0F2DdnVh8JB4j4eUQ2k6KvB0qGfrKIhapvez5JerBbmWkaLYUYWISaESoXg==
13871394

1388-
follow-redirects@^1.14.4:
1389-
version "1.14.4"
1390-
resolved "https://registry.yarnpkg.com/follow-redirects/-/follow-redirects-1.14.4.tgz#838fdf48a8bbdd79e52ee51fb1c94e3ed98b9379"
1391-
integrity sha512-zwGkiSXC1MUJG/qmeIFH2HBJx9u0V46QGUe3YR1fXG8bXQxq7fLj0RjLZQ5nubr9qNJUZrH+xUcwXEoXNpfS+g==
1395+
follow-redirects@^1.14.4, follow-redirects@^1.14.7:
1396+
version "1.14.7"
1397+
resolved "https://registry.yarnpkg.com/follow-redirects/-/follow-redirects-1.14.7.tgz#2004c02eb9436eee9a21446a6477debf17e81685"
1398+
integrity sha512-+hbxoLbFMbRKDwohX8GkTataGqO6Jb7jGwpAlwgy2bIz25XtRm7KEzJM76R1WiNT5SwZkX4Y75SwBolkpmE7iQ==
13921399

13931400
foreground-child@^2.0.0:
13941401
version "2.0.0"

0 commit comments

Comments
 (0)