From 188c5491cf3ccb1e4c4f836163dd2607cb4e1c44 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" Date: Mon, 16 Apr 2018 07:17:12 +0000 Subject: [PATCH] Bump unstated from 1.2.0 to 2.0.2 Bumps [unstated](https://github.com/thejameskyle/unstated) from 1.2.0 to 2.0.2. - [Release notes](https://github.com/thejameskyle/unstated/releases) - [Commits](https://github.com/thejameskyle/unstated/compare/v1.2.0...v2.0.2) Signed-off-by: dependabot[bot] --- package-lock.json | 14 ++++++++++---- package.json | 2 +- 2 files changed, 11 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index 1379c55..5ec8231 100644 --- a/package-lock.json +++ b/package-lock.json @@ -10256,6 +10256,11 @@ "resolved": "https://registry.npmjs.org/thunky/-/thunky-0.1.0.tgz", "integrity": "sha1-vzAUaCTituZ7Dy16Ssi+smkIaE4=" }, + "tickedoff": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/tickedoff/-/tickedoff-1.0.1.tgz", + "integrity": "sha512-ey712Da7rGgHsAVR5P/MWPYGrrksGb/XTO1GbWCvnOggRRnnGJp1ZY+G2OYLJNxL7RgeUz2kzfEayHBzTlBLTw==" + }, "time-stamp": { "version": "2.0.0", "resolved": "https://registry.npmjs.org/time-stamp/-/time-stamp-2.0.0.tgz", @@ -10453,11 +10458,12 @@ "integrity": "sha1-sr9O6FFKrmFltIF4KdIbLvSZBOw=" }, "unstated": { - "version": "1.2.0", - "resolved": "https://registry.npmjs.org/unstated/-/unstated-1.2.0.tgz", - "integrity": "sha512-nmI65VVuMRFm1UBxF1BEWTt8XoRldX1gEwcyBhcFJSsLycHuHFa8qjYnTv8wMISGs7e+HKWeXAtTi1DvEsg00w==", + "version": "2.0.2", + "resolved": "https://registry.npmjs.org/unstated/-/unstated-2.0.2.tgz", + "integrity": "sha512-yvTa6atuLoOzwtX0eqscnw+g72st8pzQT1Qu48KPin6VVcpiuFxtiJWh0O/5yOi1eeN1k8gChBhLxDjtNHvIdg==", "requires": { - "create-react-context": "0.1.6" + "create-react-context": "0.1.6", + "tickedoff": "1.0.1" } }, "unzip-response": { diff --git a/package.json b/package.json index 96b302f..1f6d778 100644 --- a/package.json +++ b/package.json @@ -25,7 +25,7 @@ "react-router-dom": "^4.2.2", "react-scripts": "1.0.17", "react-test-renderer": "^16.3.1", - "unstated": "^1.2.0" + "unstated": "^2.0.2" }, "devDependencies": { "cypress": "^1.4.1"