Skip to content

Commit

Permalink
fix(deps): update dependency axios to ^1.5.1 (#2047)
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.5.0` ->
`^1.5.1`](https://renovatebot.com/diffs/npm/axios/1.5.0/1.5.1) |
[![age](https://developer.mend.io/api/mc/badges/age/npm/axios/1.5.1?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/axios/1.5.1?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/axios/1.5.0/1.5.1?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/axios/1.5.0/1.5.1?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|

---

### Release Notes

<details>
<summary>axios/axios (axios)</summary>

###
[`v1.5.1`](https://togithub.com/axios/axios/blob/HEAD/CHANGELOG.md#151-2023-09-26)

[Compare
Source](https://togithub.com/axios/axios/compare/v1.5.0...v1.5.1)

##### Bug Fixes

- **adapters:** improved adapters loading logic to have clear error
messages; ([#&#8203;5919](https://togithub.com/axios/axios/issues/5919))
([e410779](https://togithub.com/axios/axios/commit/e4107797a7a1376f6209fbecfbbce73d3faa7859))
- **formdata:** fixed automatic addition of the `Content-Type` header
for FormData in non-browser environments;
([#&#8203;5917](https://togithub.com/axios/axios/issues/5917))
([bc9af51](https://togithub.com/axios/axios/commit/bc9af51b1886d1b3529617702f2a21a6c0ed5d92))
- **headers:** allow `content-encoding` header to handle
case-insensitive values
([#&#8203;5890](https://togithub.com/axios/axios/issues/5890))
([#&#8203;5892](https://togithub.com/axios/axios/issues/5892))
([4c89f25](https://togithub.com/axios/axios/commit/4c89f25196525e90a6e75eda9cb31ae0a2e18acd))
- **types:** removed duplicated code
([9e62056](https://togithub.com/axios/axios/commit/9e6205630e1c9cf863adf141c0edb9e6d8d4b149))

##### Contributors to this release

- <img
src="https://avatars.githubusercontent.com/u/12586868?v&#x3D;4&amp;s&#x3D;18"
alt="avatar" width="18"/> [Dmitriy
Mozgovoy](https://togithub.com/DigitalBrainJS "+89/-18 (#&#8203;5919
#&#8203;5917 )")
- <img
src="https://avatars.githubusercontent.com/u/110460234?v&#x3D;4&amp;s&#x3D;18"
alt="avatar" width="18"/> [David
Dallas](https://togithub.com/DavidJDallas "+11/-5 ()")
- <img
src="https://avatars.githubusercontent.com/u/71556073?v&#x3D;4&amp;s&#x3D;18"
alt="avatar" width="18"/> [Sean Sattler](https://togithub.com/fb-sean
"+2/-8 ()")
- <img
src="https://avatars.githubusercontent.com/u/4294069?v&#x3D;4&amp;s&#x3D;18"
alt="avatar" width="18"/> [Mustafa Ateş Uzun](https://togithub.com/0o001
"+4/-4 ()")
- <img
src="https://avatars.githubusercontent.com/u/132928043?v&#x3D;4&amp;s&#x3D;18"
alt="avatar" width="18"/> [Przemyslaw
Motacki](https://togithub.com/sfc-gh-pmotacki "+2/-1 (#&#8203;5892 )")
- <img
src="https://avatars.githubusercontent.com/u/5492927?v&#x3D;4&amp;s&#x3D;18"
alt="avatar" width="18"/> [Michael Di
Prisco](https://togithub.com/Cadienvan "+1/-1 ()")

</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://developer.mend.io/github/fwouts/previewjs).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNi4xMDcuMiIsInVwZGF0ZWRJblZlciI6IjM2LjEwNy4yIiwidGFyZ2V0QnJhbmNoIjoibWFpbiJ9-->

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Sep 26, 2023
1 parent a839921 commit 5a37ae1
Show file tree
Hide file tree
Showing 3 changed files with 47 additions and 42 deletions.
2 changes: 1 addition & 1 deletion api/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
"dependencies": {
"@previewjs/serializable-values": "^9.0.1",
"@previewjs/type-analyzer": "^10.0.1",
"axios": "^1.5.0"
"axios": "^1.5.1"
},
"devDependencies": {
"typescript": "^5.2.2",
Expand Down
2 changes: 1 addition & 1 deletion core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
"acorn": "^8.10.0",
"acorn-jsx": "^5.3.2",
"assert-never": "^1.2.1",
"axios": "^1.5.0",
"axios": "^1.5.1",
"esbuild-plugin-polyfill-node": "^0.3.0",
"exclusive-promises": "^1.0.3",
"express": "^4.18.2",
Expand Down
85 changes: 45 additions & 40 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 5a37ae1

Please sign in to comment.