From c940ad38669ac68fee22048873a1ac515a55a02c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 8 Oct 2023 23:37:41 +0000 Subject: [PATCH] Bump @types/passport-oauth2 from 1.4.12 to 1.4.13 Bumps [@types/passport-oauth2](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/passport-oauth2) from 1.4.12 to 1.4.13. - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases) - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/passport-oauth2) --- updated-dependencies: - dependency-name: "@types/passport-oauth2" dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package-lock.json | 14 +++++++------- package.json | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/package-lock.json b/package-lock.json index 7bb91e2f..e0260b79 100644 --- a/package-lock.json +++ b/package-lock.json @@ -54,7 +54,7 @@ "@types/passport": "1.0.7", "@types/passport-google-oauth20": "2.0.11", "@types/passport-local": "^1.0.35", - "@types/passport-oauth2": "1.4.12", + "@types/passport-oauth2": "1.4.13", "@types/pouchdb": "6.4.0", "@types/qrcode": "^1.5.2", "@types/supertest": "2.0.12", @@ -1445,9 +1445,9 @@ } }, "node_modules/@types/passport-oauth2": { - "version": "1.4.12", - "resolved": "https://registry.npmjs.org/@types/passport-oauth2/-/passport-oauth2-1.4.12.tgz", - "integrity": "sha512-RZg6cYTyEGinrZn/7REYQds6zrTxoBorX1/fdaz5UHzkG8xdFE7QQxkJagCr2ETzGII58FAFDmnmbTUVMrltNA==", + "version": "1.4.13", + "resolved": "https://registry.npmjs.org/@types/passport-oauth2/-/passport-oauth2-1.4.13.tgz", + "integrity": "sha512-SKjbAFSgV2ys7Vf8+BbQ2Fq09CZGi72xaHqbWPEKhi7czPSC0ff4gXuQEY3XXAuTynPjwj6dlL3YAta9M2K0AQ==", "dev": true, "dependencies": { "@types/express": "*", @@ -10249,9 +10249,9 @@ } }, "@types/passport-oauth2": { - "version": "1.4.12", - "resolved": "https://registry.npmjs.org/@types/passport-oauth2/-/passport-oauth2-1.4.12.tgz", - "integrity": "sha512-RZg6cYTyEGinrZn/7REYQds6zrTxoBorX1/fdaz5UHzkG8xdFE7QQxkJagCr2ETzGII58FAFDmnmbTUVMrltNA==", + "version": "1.4.13", + "resolved": "https://registry.npmjs.org/@types/passport-oauth2/-/passport-oauth2-1.4.13.tgz", + "integrity": "sha512-SKjbAFSgV2ys7Vf8+BbQ2Fq09CZGi72xaHqbWPEKhi7czPSC0ff4gXuQEY3XXAuTynPjwj6dlL3YAta9M2K0AQ==", "dev": true, "requires": { "@types/express": "*", diff --git a/package.json b/package.json index fc65c553..7e0669d6 100644 --- a/package.json +++ b/package.json @@ -64,7 +64,7 @@ "@types/passport": "1.0.7", "@types/passport-google-oauth20": "2.0.11", "@types/passport-local": "^1.0.35", - "@types/passport-oauth2": "1.4.12", + "@types/passport-oauth2": "1.4.13", "@types/pouchdb": "6.4.0", "@types/qrcode": "^1.5.2", "@types/supertest": "2.0.12",