Thomas Kaul
5 months ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with
7 additions and
6 deletions
-
package-lock.json
-
package.json
|
|
@ -130,7 +130,7 @@ |
|
|
|
"@types/color": "3.0.3", |
|
|
|
"@types/google-spreadsheet": "3.1.5", |
|
|
|
"@types/jest": "29.4.4", |
|
|
|
"@types/lodash": "4.17.0", |
|
|
|
"@types/lodash": "4.17.7", |
|
|
|
"@types/node": "20.14.10", |
|
|
|
"@types/papaparse": "5.3.7", |
|
|
|
"@types/passport-google-oauth20": "2.0.16", |
|
|
@ -11736,10 +11736,11 @@ |
|
|
|
} |
|
|
|
}, |
|
|
|
"node_modules/@types/lodash": { |
|
|
|
"version": "4.17.0", |
|
|
|
"resolved": "https://registry.npmjs.org/@types/lodash/-/lodash-4.17.0.tgz", |
|
|
|
"integrity": "sha512-t7dhREVv6dbNj0q17X12j7yDG4bD/DHYX7o5/DbDxobP0HnGPgpRz2Ej77aL7TZT3DSw13fqUTj8J4mMnqa7WA==", |
|
|
|
"dev": true |
|
|
|
"version": "4.17.7", |
|
|
|
"resolved": "https://registry.npmjs.org/@types/lodash/-/lodash-4.17.7.tgz", |
|
|
|
"integrity": "sha512-8wTvZawATi/lsmNu10/j2hk1KEP0IvjubqPE3cu1Xz7xfXXt5oCq3SNUz4fMIP4XGF9Ky+Ue2tBA3hcS7LSBlA==", |
|
|
|
"dev": true, |
|
|
|
"license": "MIT" |
|
|
|
}, |
|
|
|
"node_modules/@types/mdast": { |
|
|
|
"version": "3.0.15", |
|
|
|
|
|
@ -174,7 +174,7 @@ |
|
|
|
"@types/color": "3.0.3", |
|
|
|
"@types/google-spreadsheet": "3.1.5", |
|
|
|
"@types/jest": "29.4.4", |
|
|
|
"@types/lodash": "4.17.0", |
|
|
|
"@types/lodash": "4.17.7", |
|
|
|
"@types/node": "20.14.10", |
|
|
|
"@types/papaparse": "5.3.7", |
|
|
|
"@types/passport-google-oauth20": "2.0.16", |
|
|
|