From c0ecce6c0a5db983b164ad51995df8312306fd40 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Tue, 15 Oct 2019 10:44:49 +0000 Subject: [PATCH] chore(deps-dev): bump @types/react from 16.9.5 to 16.9.6 Bumps [@types/react](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/react) from 16.9.5 to 16.9.6. - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases) - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/react) Signed-off-by: dependabot-preview[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 fd863eb6..6ffacbca 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1611,9 +1611,9 @@ "integrity": "sha512-ce5d3q03Ex0sy4R14722Rmt6MT07Ua+k4FwDfdcToYJcMKNtRVQvJ6JCAPdAmAnbRb6CsX6aYb9m96NGod9uTw==" }, "@types/react": { - "version": "16.9.5", - "resolved": "https://registry.npmjs.org/@types/react/-/react-16.9.5.tgz", - "integrity": "sha512-jQ12VMiFOWYlp+j66dghOWcmDDwhca0bnlcTxS4Qz/fh5gi6wpaZDthPEu/Gc/YlAuO87vbiUXL8qKstFvuOaA==", + "version": "16.9.6", + "resolved": "https://registry.npmjs.org/@types/react/-/react-16.9.6.tgz", + "integrity": "sha512-ulPWlBFO0DQiObqxEm3t4icozuakPy5O81g6QyHv+Nyo1UPL+QVq2rmq1e4J8oHY7jl0HEtMAHNwNIzv6FRuTQ==", "dev": true, "requires": { "@types/prop-types": "*", diff --git a/package.json b/package.json index 4155f334..fbd1d1e9 100644 --- a/package.json +++ b/package.json @@ -20,7 +20,7 @@ "@babel/preset-env": "^7.6.3", "@babel/preset-react": "^7.6.3", "@types/d3": "^5.7.2", - "@types/react": "^16.9.5", + "@types/react": "^16.9.6", "@types/react-dom": "^16.9.1", "autoprefixer": "^9.6.4", "babel-loader": "^8.0.6",