Skip to content

Commit

Permalink
chore(deps): Bump serialize-error from 11.0.1 to 11.0.2 (#1788)
Browse files Browse the repository at this point in the history
Bumps [serialize-error](https://github.com/sindresorhus/serialize-error)
from 11.0.1 to 11.0.2.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/sindresorhus/serialize-error/releases">serialize-error's
releases</a>.</em></p>
<blockquote>
<h2>v11.0.2</h2>
<ul>
<li>Fix compatibility with <code>DOMException</code>  26fc52b</li>
</ul>
<p><a
href="https://github.com/sindresorhus/serialize-error/compare/v11.0.1...v11.0.2">https://github.com/sindresorhus/serialize-error/compare/v11.0.1...v11.0.2</a></p>
</blockquote>
</details>

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Aug 27, 2023
1 parent 01a5f6c commit a1d8546
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion packages/shared/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
"normalize-path": "^3.0.0",
"pony-cause": "^2.1.10",
"reflect-metadata": "^0.1.13",
"serialize-error": "^11.0.1",
"serialize-error": "^11.0.2",
"serve-static": "^1.15.0"
},
"devDependencies": {
Expand Down
10 changes: 5 additions & 5 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ __metadata:
prettier: ^3.0.2
reflect-metadata: ^0.1.13
rimraf: ^5.0.1
serialize-error: ^11.0.1
serialize-error: ^11.0.2
serve-static: ^1.15.0
ts-jest: ^29.1.1
ts-loader: ^9.4.4
Expand Down Expand Up @@ -10897,12 +10897,12 @@ __metadata:
languageName: node
linkType: hard

"serialize-error@npm:^11.0.1":
version: 11.0.1
resolution: "serialize-error@npm:11.0.1"
"serialize-error@npm:^11.0.2":
version: 11.0.2
resolution: "serialize-error@npm:11.0.2"
dependencies:
type-fest: ^2.12.2
checksum: e649c779663ee7873a987b06007ba1f424d71c7499196286421a1e8daa2eb657577544183dfc51f9804d15044795c726443fb4db859918422309bab4e73950de
checksum: 3685cb476737e83bee679984440f519021582a0fa076186e9dd38061f05a25a0dd938858d0d5ff7069db46b9c9e9e8e87c20d509423d82e38e4e9eda1ac0cc36
languageName: node
linkType: hard

Expand Down

0 comments on commit a1d8546

Please sign in to comment.