From 1babb2a44a243cf57efbb90400c2e10b7afd6130 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Fri, 1 Jan 2021 18:29:59 +0000 Subject: [PATCH] Build(deps-dev): bump @types/react-select from 3.0.28 to 3.1.2 (#6003) Bumps [@types/react-select](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/react-select) from 3.0.28 to 3.1.2. - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases) - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/react-select) Signed-off-by: dependabot-preview[bot] Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com> Co-authored-by: repo-ranger[bot] <39074581+repo-ranger[bot]@users.noreply.github.com> --- 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 9c67c1e781..5899db41af 100644 --- a/package-lock.json +++ b/package-lock.json @@ -7872,9 +7872,9 @@ } }, "@types/react-select": { - "version": "3.0.28", - "resolved": "https://registry.npmjs.org/@types/react-select/-/react-select-3.0.28.tgz", - "integrity": "sha512-Gfg3a/EPLyUQkfezcCQkmLW1Vz6+ziclJhn8dpBUEYJF3IUoxS81ToAi3ky2xtnAyk2wJFMXLvE73KiUd56yTA==", + "version": "3.1.2", + "resolved": "https://registry.npmjs.org/@types/react-select/-/react-select-3.1.2.tgz", + "integrity": "sha512-ygvR/2FL87R2OLObEWFootYzkvm67LRA+URYEAcBuvKk7IXmdsnIwSGm60cVXGaqkJQHozb2Cy1t94tCYb6rJA==", "dev": true, "requires": { "@types/react": "*", diff --git a/package.json b/package.json index c491fe2d1f..6184fa3aa3 100644 --- a/package.json +++ b/package.json @@ -149,7 +149,7 @@ "@types/node": "^14.14.16", "@types/react-helmet": "^6.1.0", "@types/react-modal": "^3.10.6", - "@types/react-select": "^3.0.28", + "@types/react-select": "^3.1.2", "@types/styled-components": "5.1.7", "@typescript-eslint/eslint-plugin": "^2.34.0", "@typescript-eslint/parser": "^2.34.0",