From cfbf7dab98cc36f65e9f9827218c50ce9ee5c57c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" Date: Sat, 16 Feb 2019 23:26:20 +0000 Subject: [PATCH] Bump @types/qrcode from 1.3.0 to 1.3.1 Bumps [@types/qrcode](https://github.com/DefinitelyTyped/DefinitelyTyped) from 1.3.0 to 1.3.1. - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases) - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits) Signed-off-by: dependabot[bot] --- package-lock.json | 6 +++--- package.json | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/package-lock.json b/package-lock.json index afb9364c1..7c24b6c8a 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1223,9 +1223,9 @@ "integrity": "sha512-eqz8c/0kwNi/OEHQfvIuJVLTst3in0e7uTKeuY+WL/zfKn0xVujOTp42bS/vUUokhK5P2BppLd9JXMOMHcgbjA==" }, "@types/qrcode": { - "version": "1.3.0", - "resolved": "https://registry.npmjs.org/@types/qrcode/-/qrcode-1.3.0.tgz", - "integrity": "sha512-XDchIIcPM5hRTl9jC8EblJy0O86ojENAEq5X0Pu9ymKF3+s2wilwQlWFOsj7qduQB85j+qD29b9hIEyxSM4iwg==", + "version": "1.3.1", + "resolved": "https://registry.npmjs.org/@types/qrcode/-/qrcode-1.3.1.tgz", + "integrity": "sha512-hmCM2k6+oo7Ey0NFu3qoxLMt1JCV4NZHMSa6PIfvP84Xe3OWh+wpax7HsHAohilpQBJBm6CmhuVZexoV10z+rQ==", "dev": true, "requires": { "@types/node": "*" diff --git a/package.json b/package.json index 01213c37f..8acdca966 100644 --- a/package.json +++ b/package.json @@ -49,7 +49,7 @@ "@types/jspdf": "^1.2.2", "@types/lodash": "^4.14.120", "@types/node": "^10.12.19", - "@types/qrcode": "^1.3.0", + "@types/qrcode": "^1.3.1", "@types/query-string": "^6.1.0", "@types/react": "^16.7.21", "@types/react-alert": "^4.0.0",