diff --git a/package.json b/package.json index 193d5828f..bcf7e413e 100644 --- a/package.json +++ b/package.json @@ -35,7 +35,7 @@ "@d-ts/vue": "^1.0.0", "@types/lodash-es": "^4.17.7", "@types/node": "^18.7.18", - "@types/qrcode": "^1.5.0", + "@types/qrcode": "^1.5.5", "lodash-es": "^4.17.21", "postcss": "^8.4.24", "qrcode": "^1.5.3", diff --git a/yarn.lock b/yarn.lock index 7b1ae0174..c17a3589e 100644 --- a/yarn.lock +++ b/yarn.lock @@ -2769,10 +2769,10 @@ resolved "https://registry.yarnpkg.com/@types/parse-json/-/parse-json-4.0.0.tgz#2f8bb441434d163b35fb8ffdccd7138927ffb8c0" integrity sha512-//oorEZjL6sbPcKUaCdIGlIUeH26mgzimjBB77G6XRgnDl/L5wOnpyBGRe/Mmf5CVW3PwEBE1NjiMZ/ssFh4wA== -"@types/qrcode@^1.5.0": - version "1.5.0" - resolved "https://registry.yarnpkg.com/@types/qrcode/-/qrcode-1.5.0.tgz#6a98fe9a9a7b2a9a3167b6dde17eff999eabe40b" - integrity sha512-x5ilHXRxUPIMfjtM+1vf/GPTRWZ81nqscursm5gMznJeK9M0YnZ1c3bEvRLQ0zSSgedLx1J6MGL231ObQGGhaA== +"@types/qrcode@^1.5.5": + version "1.5.5" + resolved "https://registry.yarnpkg.com/@types/qrcode/-/qrcode-1.5.5.tgz#993ff7c6b584277eee7aac0a20861eab682f9dac" + integrity sha512-CdfBi/e3Qk+3Z/fXYShipBT13OJ2fDO2Q2w5CIP5anLTLIndQG9z6P1cnm+8zCWSpm5dnxMFd/uREtb0EXuQzg== dependencies: "@types/node" "*"