Skip to content

Commit

Permalink
chore(deps): update dependency axios to v1.2.5 (#19)
Browse files Browse the repository at this point in the history
[![Mend
Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com)

This PR contains the following updates:

| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
| [axios](https://axios-http.com)
([source](https://togithub.com/axios/axios)) | [`1.2.4` ->
`1.2.5`](https://renovatebot.com/diffs/npm/axios/1.2.4/1.2.5) |
[![age](https://badges.renovateapi.com/packages/npm/axios/1.2.5/age-slim)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://badges.renovateapi.com/packages/npm/axios/1.2.5/adoption-slim)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://badges.renovateapi.com/packages/npm/axios/1.2.5/compatibility-slim/1.2.4)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://badges.renovateapi.com/packages/npm/axios/1.2.5/confidence-slim/1.2.4)](https://docs.renovatebot.com/merge-confidence/)
|

---

### Release Notes

<details>
<summary>axios/axios</summary>

###
[`v1.2.5`](https://togithub.com/axios/axios/blob/HEAD/CHANGELOG.md#&#8203;125-httpsgithubcomaxiosaxioscomparev124v125-2023-01-26)

[Compare
Source](https://togithub.com/axios/axios/compare/v1.2.4...v1.2.5)

##### Bug Fixes

- **types:** fixed AxiosHeaders to handle spread syntax by making all
methods non-enumerable;
([#&#8203;5499](https://togithub.com/axios/axios/issues/5499))
([580f1e8](https://togithub.com/axios/axios/commit/580f1e8033a61baa38149d59fd16019de3932c22))

##### Contributors to this release

- ![avatar](https://avatars.githubusercontent.com/u/12586868?v=4\&s=16)
[Dmitriy Mozgovoy](https://togithub.com/DigitalBrainJS "+82/-54
(#&#8203;5499 )")
- ![avatar](https://avatars.githubusercontent.com/u/20516159?v=4\&s=16)
[Elliot Ford](https://togithub.com/EFord36 "+1/-1 (#&#8203;5462 )")

</details>

---

### Configuration

📅 **Schedule**: Branch creation - At any time (no schedule defined),
Automerge - At any time (no schedule defined).

🚦 **Automerge**: Enabled.

♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the
rebase/retry checkbox.

🔕 **Ignore**: Close this PR and you won't be reminded about this update
again.

---

- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
this box

---

This PR has been generated by [Mend
Renovate](https://www.mend.io/free-developer-tools/renovate/). View
repository job log
[here](https://app.renovatebot.com/dashboard#github/tomacheese/pixiv-public-to-private).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNC4xMTEuMSIsInVwZGF0ZWRJblZlciI6IjM0LjExMS4xIn0=-->

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] committed Jan 26, 2023
1 parent b763dff commit bdc1f48
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -29,7 +29,7 @@
"@typescript-eslint/eslint-plugin": "5.49.0",
"@typescript-eslint/parser": "5.49.0",
"@vercel/ncc": "0.36.1",
"axios": "1.2.4",
"axios": "1.2.5",
"eslint": "8.32.0",
"eslint-config-prettier": "8.6.0",
"eslint-config-standard": "17.0.0",
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Expand Up @@ -376,10 +376,10 @@ available-typed-arrays@^1.0.5:
resolved "https://registry.yarnpkg.com/available-typed-arrays/-/available-typed-arrays-1.0.5.tgz#92f95616501069d07d10edb2fc37d3e1c65123b7"
integrity sha512-DMD0KiN46eipeziST1LPP/STfDU0sufISXmjSgvVsoU2tqxctQeASejWcfNtxYKqETM1UxQ8sp2OrSBWpHY6sw==

axios@1.2.4:
version "1.2.4"
resolved "https://registry.yarnpkg.com/axios/-/axios-1.2.4.tgz#6555dd955d2efa9b8f4cb4cb0b3371b7b243537a"
integrity sha512-lIQuCfBJvZB/Bv7+RWUqEJqNShGOVpk9v7P0ZWx5Ip0qY6u7JBAU6dzQPMLasU9vHL2uD8av/1FDJXj7n6c39w==
axios@1.2.5:
version "1.2.5"
resolved "https://registry.yarnpkg.com/axios/-/axios-1.2.5.tgz#858c129d286e7ee3b1e970961cde410ba3ea3740"
integrity sha512-9pU/8mmjSSOb4CXVsvGIevN+MlO/t9OWtKadTaLuN85Gge3HGorUckgp8A/2FH4V4hJ7JuQ3LIeI7KAV9ITZrQ==
dependencies:
follow-redirects "^1.15.0"
form-data "^4.0.0"
Expand Down

0 comments on commit bdc1f48

Please sign in to comment.