From 89a5d1043df0c69e89037f7952d943e9b0749d95 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 21 Nov 2023 13:06:49 +0000 Subject: [PATCH] Bump @types/passport-oauth2 from 1.4.14 to 1.4.15 Bumps [@types/passport-oauth2](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/passport-oauth2) from 1.4.14 to 1.4.15. - [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 7e6a61da..e8a884fe 100644 --- a/package-lock.json +++ b/package-lock.json @@ -57,7 +57,7 @@ "@types/passport": "1.0.7", "@types/passport-google-oauth20": "2.0.13", "@types/passport-local": "^1.0.35", - "@types/passport-oauth2": "1.4.14", + "@types/passport-oauth2": "1.4.15", "@types/pouchdb": "6.4.0", "@types/qrcode": "^1.5.2", "@types/sinon": "^10.0.20", @@ -1674,9 +1674,9 @@ } }, "node_modules/@types/passport-oauth2": { - "version": "1.4.14", - "resolved": "https://registry.npmjs.org/@types/passport-oauth2/-/passport-oauth2-1.4.14.tgz", - "integrity": "sha512-wZBvnRwqdvm35l1Jn9ebYm2Q7UtxYIdBu1PjoKXMoxJytniVjXxYJmrlDXn5fMZROWbJbnEnp1XSDANqtvMdGQ==", + "version": "1.4.15", + "resolved": "https://registry.npmjs.org/@types/passport-oauth2/-/passport-oauth2-1.4.15.tgz", + "integrity": "sha512-9cUTP/HStNSZmhxXGuRrBJfEWzIEJRub2eyJu3CvkA+8HAMc9W3aKdFhVq+Qz1hi42qn+GvSAnz3zwacDSYWpw==", "dev": true, "dependencies": { "@types/express": "*", @@ -12631,9 +12631,9 @@ } }, "@types/passport-oauth2": { - "version": "1.4.14", - "resolved": "https://registry.npmjs.org/@types/passport-oauth2/-/passport-oauth2-1.4.14.tgz", - "integrity": "sha512-wZBvnRwqdvm35l1Jn9ebYm2Q7UtxYIdBu1PjoKXMoxJytniVjXxYJmrlDXn5fMZROWbJbnEnp1XSDANqtvMdGQ==", + "version": "1.4.15", + "resolved": "https://registry.npmjs.org/@types/passport-oauth2/-/passport-oauth2-1.4.15.tgz", + "integrity": "sha512-9cUTP/HStNSZmhxXGuRrBJfEWzIEJRub2eyJu3CvkA+8HAMc9W3aKdFhVq+Qz1hi42qn+GvSAnz3zwacDSYWpw==", "dev": true, "requires": { "@types/express": "*", diff --git a/package.json b/package.json index 0ae76e4a..54cb86cc 100644 --- a/package.json +++ b/package.json @@ -67,7 +67,7 @@ "@types/passport": "1.0.7", "@types/passport-google-oauth20": "2.0.13", "@types/passport-local": "^1.0.35", - "@types/passport-oauth2": "1.4.14", + "@types/passport-oauth2": "1.4.15", "@types/pouchdb": "6.4.0", "@types/qrcode": "^1.5.2", "@types/sinon": "^10.0.20",