Thomas Kaul
2 days ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with
5 additions and
5 deletions
-
package-lock.json
-
package.json
|
|
|
@ -130,7 +130,7 @@ |
|
|
|
"@types/lodash": "4.17.23", |
|
|
|
"@types/node": "22.15.17", |
|
|
|
"@types/papaparse": "5.3.7", |
|
|
|
"@types/passport-google-oauth20": "2.0.16", |
|
|
|
"@types/passport-google-oauth20": "2.0.17", |
|
|
|
"@types/passport-openidconnect": "0.1.3", |
|
|
|
"@typescript-eslint/eslint-plugin": "8.43.0", |
|
|
|
"@typescript-eslint/parser": "8.43.0", |
|
|
|
@ -13258,9 +13258,9 @@ |
|
|
|
} |
|
|
|
}, |
|
|
|
"node_modules/@types/passport-google-oauth20": { |
|
|
|
"version": "2.0.16", |
|
|
|
"resolved": "https://registry.npmjs.org/@types/passport-google-oauth20/-/passport-google-oauth20-2.0.16.tgz", |
|
|
|
"integrity": "sha512-ayXK2CJ7uVieqhYOc6k/pIr5pcQxOLB6kBev+QUGS7oEZeTgIs1odDobXRqgfBPvXzl0wXCQHftV5220czZCPA==", |
|
|
|
"version": "2.0.17", |
|
|
|
"resolved": "https://registry.npmjs.org/@types/passport-google-oauth20/-/passport-google-oauth20-2.0.17.tgz", |
|
|
|
"integrity": "sha512-MHNOd2l7gOTCn3iS+wInPQMiukliAUvMpODO3VlXxOiwNEMSyzV7UNvAdqxSN872o8OXx1SqPDVT6tLW74AtqQ==", |
|
|
|
"dev": true, |
|
|
|
"license": "MIT", |
|
|
|
"dependencies": { |
|
|
|
|
|
|
|
@ -175,7 +175,7 @@ |
|
|
|
"@types/lodash": "4.17.23", |
|
|
|
"@types/node": "22.15.17", |
|
|
|
"@types/papaparse": "5.3.7", |
|
|
|
"@types/passport-google-oauth20": "2.0.16", |
|
|
|
"@types/passport-google-oauth20": "2.0.17", |
|
|
|
"@types/passport-openidconnect": "0.1.3", |
|
|
|
"@typescript-eslint/eslint-plugin": "8.43.0", |
|
|
|
"@typescript-eslint/parser": "8.43.0", |
|
|
|
|