From 21cacbcb286e101c14e03ef90009bf221298a3df Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Mon, 22 Mar 2021 08:41:35 +0000 Subject: [PATCH] Bump material-ui-popup-state from 1.6.1 to 1.8.0 Bumps [material-ui-popup-state](https://github.com/jcoreio/material-ui-popup-state) from 1.6.1 to 1.8.0. - [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.8.0) Signed-off-by: dependabot-preview[bot] --- package-lock.json | 18 +++++++++++++----- package.json | 2 +- 2 files changed, 14 insertions(+), 6 deletions(-) diff --git a/package-lock.json b/package-lock.json index baccd4ee..53ffdd7a 100644 --- a/package-lock.json +++ b/package-lock.json @@ -18246,16 +18246,24 @@ } }, "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.8.0", + "resolved": "https://registry.npmjs.org/material-ui-popup-state/-/material-ui-popup-state-1.8.0.tgz", + "integrity": "sha512-czXksi+b1I1Dgemp82UNUBjIy9DV60ttw6a9fyk60UX/Axqmf4hzcp/ulhd3JcMS5HgmmO1Vw/DNkV10ngj16A==", "requires": { - "@babel/runtime": "^7.1.5", + "@babel/runtime": "^7.12.5", "@material-ui/types": "^4.1.1", "classnames": "^2.2.6", - "prop-types": "^15.0.0" + "prop-types": "^15.7.2" }, "dependencies": { + "@babel/runtime": { + "version": "7.13.10", + "resolved": "https://registry.npmjs.org/@babel/runtime/-/runtime-7.13.10.tgz", + "integrity": "sha512-4QPkjJq6Ns3V/RgpEahRk+AGfL0eO6RHHtTWoNNr5mO49G6B5+X6d6THgWEAvTrznU5xYpbAlVKRYcsCgh/Akw==", + "requires": { + "regenerator-runtime": "^0.13.4" + } + }, "@material-ui/types": { "version": "4.1.1", "resolved": "https://registry.npmjs.org/@material-ui/types/-/types-4.1.1.tgz", diff --git a/package.json b/package.json index 69c87229..e156d15d 100644 --- a/package.json +++ b/package.json @@ -13,7 +13,7 @@ "husky": "^4.3.8", "konva": "^7.0.3", "lint-staged": "^10.5.4", - "material-ui-popup-state": "^1.6.1", + "material-ui-popup-state": "^1.8.0", "notistack": "^0.9.17", "prettier": "^2.2.1", "qs": "^6.9.4",