Merge pull request #2639 from omnivore-app/fix/thumbnail-handler-dep

fix dependecies
This commit is contained in:
Hongbo Wu 2023-08-10 18:52:31 +08:00 committed by GitHub
commit 923669ca97
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 1 deletions

View file

@ -15,6 +15,7 @@
"dev": "concurrently \"tsc -w\" \"nodemon --watch ./build/ --exec npm run start\""
},
"devDependencies": {
"@types/urlsafe-base64": "^1.0.0",
"chai": "^4.3.6",
"eslint-plugin-prettier": "^4.0.0",
"mocha": "^10.0.0",

View file

@ -9006,7 +9006,7 @@
dependencies:
"@types/node" "*"
"@types/urlsafe-base64@^1.0.28":
"@types/urlsafe-base64@^1.0.0", "@types/urlsafe-base64@^1.0.28":
version "1.0.28"
resolved "https://registry.yarnpkg.com/@types/urlsafe-base64/-/urlsafe-base64-1.0.28.tgz#2cf2098518e98c730a7e00de79a455e0269a3f4d"
integrity sha512-TG5dKbqx75FUTXfiARIPvLvMCImVYJbKM+Fvy9HgpxkunHnMHNAn78xpvcZxIbPITyRzf0b2Gl8fnd1Ja3p1eQ==