diff --git a/package-lock.json b/package-lock.json index e0260b79..f1333728 100644 --- a/package-lock.json +++ b/package-lock.json @@ -52,7 +52,7 @@ "@types/node": "18.14.2", "@types/nodemailer": "^6.4.11", "@types/passport": "1.0.7", - "@types/passport-google-oauth20": "2.0.11", + "@types/passport-google-oauth20": "2.0.12", "@types/passport-local": "^1.0.35", "@types/passport-oauth2": "1.4.13", "@types/pouchdb": "6.4.0", @@ -1423,9 +1423,9 @@ } }, "node_modules/@types/passport-google-oauth20": { - "version": "2.0.11", - "resolved": "https://registry.npmjs.org/@types/passport-google-oauth20/-/passport-google-oauth20-2.0.11.tgz", - "integrity": "sha512-9XMT1GfwhZL7UQEiCepLef55RNPHkbrCtsU7rsWPTEOsmu5qVIW8nSemtB4p+P24CuOhA+IKkv8LsPThYghGww==", + "version": "2.0.12", + "resolved": "https://registry.npmjs.org/@types/passport-google-oauth20/-/passport-google-oauth20-2.0.12.tgz", + "integrity": "sha512-+MBVB8uYd8mMZYvTwYChCa2LBGVK9FMwdK5TtcNHMeTL6qBZ3QW0HeUtZiAlwgkw2LYM0Btlzyb19EA8ysm13g==", "dev": true, "dependencies": { "@types/express": "*", @@ -10227,9 +10227,9 @@ } }, "@types/passport-google-oauth20": { - "version": "2.0.11", - "resolved": "https://registry.npmjs.org/@types/passport-google-oauth20/-/passport-google-oauth20-2.0.11.tgz", - "integrity": "sha512-9XMT1GfwhZL7UQEiCepLef55RNPHkbrCtsU7rsWPTEOsmu5qVIW8nSemtB4p+P24CuOhA+IKkv8LsPThYghGww==", + "version": "2.0.12", + "resolved": "https://registry.npmjs.org/@types/passport-google-oauth20/-/passport-google-oauth20-2.0.12.tgz", + "integrity": "sha512-+MBVB8uYd8mMZYvTwYChCa2LBGVK9FMwdK5TtcNHMeTL6qBZ3QW0HeUtZiAlwgkw2LYM0Btlzyb19EA8ysm13g==", "dev": true, "requires": { "@types/express": "*", diff --git a/package.json b/package.json index 7e0669d6..a5c4abf9 100644 --- a/package.json +++ b/package.json @@ -62,7 +62,7 @@ "@types/node": "18.14.2", "@types/nodemailer": "^6.4.11", "@types/passport": "1.0.7", - "@types/passport-google-oauth20": "2.0.11", + "@types/passport-google-oauth20": "2.0.12", "@types/passport-local": "^1.0.35", "@types/passport-oauth2": "1.4.13", "@types/pouchdb": "6.4.0",