From 4e6531e3417c794651f7031b9e6b45144fea96c0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 2 Jul 2021 10:39:07 +0200 Subject: [PATCH] build(deps-dev): bump @types/react from 17.0.11 to 17.0.13 (#98) --- package-lock.json | 14 +++++++------- package.json | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/package-lock.json b/package-lock.json index 4d33d01..f5afd07 100644 --- a/package-lock.json +++ b/package-lock.json @@ -32,7 +32,7 @@ "@testing-library/react": "12.0.0", "@types/jest": "26.0.23", "@types/node": "15.14.0", - "@types/react": "17.0.11", + "@types/react": "17.0.13", "@types/styled-jsx": "2.2.8", "@typescript-eslint/eslint-plugin": "4.28.1", "autoprefixer": "10.2.6", @@ -4349,9 +4349,9 @@ "dev": true }, "node_modules/@types/react": { - "version": "17.0.11", - "resolved": "https://registry.npmjs.org/@types/react/-/react-17.0.11.tgz", - "integrity": "sha512-yFRQbD+whVonItSk7ZzP/L+gPTJVBkL/7shLEF+i9GC/1cV3JmUxEQz6+9ylhUpWSDuqo1N9qEvqS6vTj4USUA==", + "version": "17.0.13", + "resolved": "https://registry.npmjs.org/@types/react/-/react-17.0.13.tgz", + "integrity": "sha512-D/G3PiuqTfE3IMNjLn/DCp6umjVCSvtZTPdtAFy5+Ved6CsdRvivfKeCzw79W4AatShtU4nGqgvOv5Gro534vQ==", "dev": true, "dependencies": { "@types/prop-types": "*", @@ -27493,9 +27493,9 @@ "dev": true }, "@types/react": { - "version": "17.0.11", - "resolved": "https://registry.npmjs.org/@types/react/-/react-17.0.11.tgz", - "integrity": "sha512-yFRQbD+whVonItSk7ZzP/L+gPTJVBkL/7shLEF+i9GC/1cV3JmUxEQz6+9ylhUpWSDuqo1N9qEvqS6vTj4USUA==", + "version": "17.0.13", + "resolved": "https://registry.npmjs.org/@types/react/-/react-17.0.13.tgz", + "integrity": "sha512-D/G3PiuqTfE3IMNjLn/DCp6umjVCSvtZTPdtAFy5+Ved6CsdRvivfKeCzw79W4AatShtU4nGqgvOv5Gro534vQ==", "dev": true, "requires": { "@types/prop-types": "*", diff --git a/package.json b/package.json index c81609d..74002a1 100644 --- a/package.json +++ b/package.json @@ -50,7 +50,7 @@ "@testing-library/react": "12.0.0", "@types/jest": "26.0.23", "@types/node": "15.14.0", - "@types/react": "17.0.11", + "@types/react": "17.0.13", "@types/styled-jsx": "2.2.8", "@typescript-eslint/eslint-plugin": "4.28.1", "autoprefixer": "10.2.6",