Skip to content

Commit

Permalink
chore: Bump @types/passport from 1.0.11 to 1.0.12 (#1827)
Browse files Browse the repository at this point in the history
Bumps
[@types/passport](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/passport)
from 1.0.11 to 1.0.12.
<details>
<summary>Commits</summary>
<ul>
<li>See full diff in <a
href="https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/passport">compare
view</a></li>
</ul>
</details>
<br />


[![Dependabot compatibility
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=@types/passport&package-manager=npm_and_yarn&previous-version=1.0.11&new-version=1.0.12)](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>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Mar 3, 2023
1 parent 42869d3 commit 0e0be6a
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 3 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@
"@types/express-session": "^1.17.6",
"@types/lodash": "^4.14.191",
"@types/nodemailer": "^6.4.7",
"@types/passport": "^1.0.10",
"@types/passport": "^1.0.12",
"@types/redis-mock": "^0.17.1",
"@types/supertest": "^2.0.12",
"@types/uuid": "^9.0.1",
Expand Down
13 changes: 11 additions & 2 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -6454,7 +6454,7 @@ __metadata:
languageName: node
linkType: hard

"@types/passport@npm:*, @types/passport@npm:^1.0.10, @types/passport@npm:^1.0.9":
"@types/passport@npm:*, @types/passport@npm:^1.0.9":
version: 1.0.11
resolution: "@types/passport@npm:1.0.11"
dependencies:
Expand All @@ -6463,6 +6463,15 @@ __metadata:
languageName: node
linkType: hard

"@types/passport@npm:^1.0.12":
version: 1.0.12
resolution: "@types/passport@npm:1.0.12"
dependencies:
"@types/express": "*"
checksum: 2bce41b248566d8c2aeafcb38f105e3521d42a572e92da9edc5eb669f1b3cb02e5911c9d124191f67d432b677562a885b6ad7f56320c712df1e87ba7619eb8a4
languageName: node
linkType: hard

"@types/pretty-hrtime@npm:^1.0.0":
version: 1.0.1
resolution: "@types/pretty-hrtime@npm:1.0.1"
Expand Down Expand Up @@ -16518,7 +16527,7 @@ __metadata:
"@types/express-session": ^1.17.6
"@types/lodash": ^4.14.191
"@types/nodemailer": ^6.4.7
"@types/passport": ^1.0.10
"@types/passport": ^1.0.12
"@types/redis-mock": ^0.17.1
"@types/supertest": ^2.0.12
"@types/uuid": ^9.0.1
Expand Down

0 comments on commit 0e0be6a

Please sign in to comment.