Thomas Kaul
2 weeks 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
|
|
@ -126,7 +126,7 @@ |
|
|
|
"@trivago/prettier-plugin-sort-imports": "4.3.0", |
|
|
|
"@types/big.js": "6.2.2", |
|
|
|
"@types/cache-manager": "4.0.6", |
|
|
|
"@types/color": "3.0.6", |
|
|
|
"@types/color": "4.2.0", |
|
|
|
"@types/google-spreadsheet": "3.1.5", |
|
|
|
"@types/jest": "29.5.13", |
|
|
|
"@types/lodash": "4.17.7", |
|
|
@ -11124,9 +11124,9 @@ |
|
|
|
"license": "MIT" |
|
|
|
}, |
|
|
|
"node_modules/@types/color": { |
|
|
|
"version": "3.0.6", |
|
|
|
"resolved": "https://registry.npmjs.org/@types/color/-/color-3.0.6.tgz", |
|
|
|
"integrity": "sha512-NMiNcZFRUAiUUCCf7zkAelY8eV3aKqfbzyFQlXpPIEeoNDbsEHGpb854V3gzTsGKYj830I5zPuOwU/TP5/cW6A==", |
|
|
|
"version": "4.2.0", |
|
|
|
"resolved": "https://registry.npmjs.org/@types/color/-/color-4.2.0.tgz", |
|
|
|
"integrity": "sha512-6+xrIRImMtGAL2X3qYkd02Mgs+gFGs+WsK0b7VVMaO4mYRISwyTjcqNrO0mNSmYEoq++rSLDB2F5HDNmqfOe+A==", |
|
|
|
"dev": true, |
|
|
|
"license": "MIT", |
|
|
|
"dependencies": { |
|
|
|
|
|
@ -172,7 +172,7 @@ |
|
|
|
"@trivago/prettier-plugin-sort-imports": "4.3.0", |
|
|
|
"@types/big.js": "6.2.2", |
|
|
|
"@types/cache-manager": "4.0.6", |
|
|
|
"@types/color": "3.0.6", |
|
|
|
"@types/color": "4.2.0", |
|
|
|
"@types/google-spreadsheet": "3.1.5", |
|
|
|
"@types/jest": "29.5.13", |
|
|
|
"@types/lodash": "4.17.7", |
|
|
|