From b6a6e548a6da06de04dd226c2975e71ffef49bd1 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Tue, 12 Jan 2021 08:20:52 +0000 Subject: [PATCH] Bump material-ui-popup-state from 1.6.1 to 1.7.1 Bumps [material-ui-popup-state](https://github.com/jcoreio/material-ui-popup-state) from 1.6.1 to 1.7.1. - [Release notes](https://github.com/jcoreio/material-ui-popup-state/releases) - [Commits](https://github.com/jcoreio/material-ui-popup-state/compare/v1.6.1...v1.7.1) 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 426ca5e7..7805c164 100644 --- a/package-lock.json +++ b/package-lock.json @@ -13488,9 +13488,9 @@ } }, "material-ui-popup-state": { - "version": "1.6.1", - "resolved": "https://registry.npmjs.org/material-ui-popup-state/-/material-ui-popup-state-1.6.1.tgz", - "integrity": "sha512-I1Cu8hc3RPPTZ7p946q6qQB+n68JuhoiOxclV+wft8bplYGHFLjbNmF59wQMTN6oRZD42QuVtTxDv7LIi0eB8w==", + "version": "1.7.1", + "resolved": "https://registry.npmjs.org/material-ui-popup-state/-/material-ui-popup-state-1.7.1.tgz", + "integrity": "sha512-UMXgBBL6KgocJ70HqRnGKUEhSC1Lg1wkVyeLzTPxYrwLRmFUmY83bhOt9rVDTWBLjtaSrO/jRHVSgAu++08RIw==", "requires": { "@babel/runtime": "^7.1.5", "@material-ui/types": "^4.1.1", diff --git a/package.json b/package.json index 4d178d0d..06653d5e 100644 --- a/package.json +++ b/package.json @@ -12,7 +12,7 @@ "husky": "^4.2.5", "konva": "^7.0.3", "lint-staged": "^10.2.11", - "material-ui-popup-state": "^1.6.1", + "material-ui-popup-state": "^1.7.1", "notistack": "^0.9.17", "prettier": "^2.0.5", "qs": "^6.9.4",