Skip to content

Commit

Permalink
fix(deps): bump @typegoose/typegoose from 10.3.2 to 10.3.3 (#48)
Browse files Browse the repository at this point in the history
Bumps [@typegoose/typegoose](https://github.com/typegoose/typegoose) from 10.3.2 to 10.3.3.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a href="https://github.com/typegoose/typegoose/releases"><code>@​typegoose/typegoose</code>'s releases</a>.</em></p>
<blockquote>
<h2>v10.3.3</h2>
<h2><a href="https://github.com/typegoose/typegoose/compare/v10.3.2...v10.3.3">10.3.3</a> (2023-03-18)</h2>
<h3>Fixes</h3>
<ul>
<li><strong>errors:</strong> update E004 message and example (<a href="https://github.com/typegoose/typegoose/commit/c777def88e92281b71db899023c5eb0a9b3b3e94">c777def</a>)</li>
</ul>
</blockquote>
</details>
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a href="https://github.com/typegoose/typegoose/blob/master/CHANGELOG.md"><code>@​typegoose/typegoose</code>'s changelog</a>.</em></p>
<blockquote>
<h2><a href="https://github.com/typegoose/typegoose/compare/v10.3.2...v10.3.3">10.3.3</a> (2023-03-18)</h2>
<h3>Fixes</h3>
<ul>
<li><strong>errors:</strong> update E004 message and example (<a href="https://github.com/typegoose/typegoose/commit/c777def88e92281b71db899023c5eb0a9b3b3e94">c777def</a>)</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a href="https://github.com/typegoose/typegoose/commit/637e565b047ce49219c7f68d6d1a62988dfeac1b"><code>637e565</code></a> release: v10.3.3</li>
<li><a href="https://github.com/typegoose/typegoose/commit/a91e6c0b62c6f0a29cc478446cdd87cc368f4fc0"><code>a91e6c0</code></a> test: update &quot;errors&quot; snapshots</li>
<li><a href="https://github.com/typegoose/typegoose/commit/87f376ae7cf1b993d42774af18130ddb72284356"><code>87f376a</code></a> docs(mongoose-compatability): add version 10.3</li>
<li><a href="https://github.com/typegoose/typegoose/commit/c777def88e92281b71db899023c5eb0a9b3b3e94"><code>c777def</code></a> fix(errors): update E004 message and example</li>
<li><a href="https://github.com/typegoose/typegoose/commit/5e5bcc86ca3ab36820b1b6ed9f288ce338735a94"><code>5e5bcc8</code></a> chore(deps): bump webpack from 5.75.0 to 5.76.1 in /website (<a href="https://redirect.github.com/typegoose/typegoose/issues/798">#798</a>)</li>
<li>See full diff in <a href="https://github.com/typegoose/typegoose/compare/v10.3.2...v10.3.3">compare view</a></li>
</ul>
</details>
<br />


[![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=@typegoose/typegoose&package-manager=npm_and_yarn&previous-version=10.3.2&new-version=10.3.3)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`.

[//]: # (dependabot-automerge-start)
[//]: # (dependabot-automerge-end)

---

<details>
<summary>Dependabot commands and options</summary>
<br />

You can trigger Dependabot actions by commenting on this PR:
- `@dependabot rebase` will rebase this PR
- `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it
- `@dependabot merge` will merge this PR after your CI passes on it
- `@dependabot squash and merge` will squash and merge this PR after your CI passes on it
- `@dependabot cancel merge` will cancel a previously requested merge and block automerging
- `@dependabot reopen` will reopen this PR if it is closed
- `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
- `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
- `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
- `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)


</details>
  • Loading branch information
dependabot[bot] authored Mar 20, 2023
1 parent 311ca15 commit c4f493d
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
14 changes: 7 additions & 7 deletions package-lock.json

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

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"@fastify/routes": "^5.1.0",
"@fastify/type-provider-json-schema-to-ts": "^2.2.2",
"@relaycorp/pino-cloud": "^1.0.28",
"@typegoose/typegoose": "^10.3.0",
"@typegoose/typegoose": "^10.3.3",
"env-var": "^7.3.0",
"fastify": "^4.14.0",
"fastify-plugin": "^4.5.0",
Expand Down

0 comments on commit c4f493d

Please sign in to comment.