From b1061cbaed60e0c9bf8de640e6843f5e09d4d556 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Fri, 30 Apr 2021 07:53:28 +0000 Subject: [PATCH] Bump material-ui-popup-state from 1.6.1 to 1.8.3 Bumps [material-ui-popup-state](https://github.com/jcoreio/material-ui-popup-state) from 1.6.1 to 1.8.3. - [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.3) Signed-off-by: dependabot-preview[bot] --- package-lock.json | 24 ++++++++++++++++-------- package.json | 2 +- 2 files changed, 17 insertions(+), 9 deletions(-) diff --git a/package-lock.json b/package-lock.json index baccd4ee..411704f3 100644 --- a/package-lock.json +++ b/package-lock.json @@ -9273,9 +9273,9 @@ } }, "classnames": { - "version": "2.2.6", - "resolved": "https://registry.npmjs.org/classnames/-/classnames-2.2.6.tgz", - "integrity": "sha512-JR/iSQOSt+LQIWwrwEzJ9uk0xfN3mTVYMwt1Ir5mUcSN6pU+V4zQFFaJsclJbPuAUQH+yfWef6tm7l1quW3C8Q==" + "version": "2.3.1", + "resolved": "https://registry.npmjs.org/classnames/-/classnames-2.3.1.tgz", + "integrity": "sha512-OlQdbZ7gLfGarSqxesMesDa5uz7KFbID8Kpq/SxIoNGDqY8lSYs0D+hhtBXhcdB3rcbXArFr7vlHheLk1voeNA==" }, "clean-css": { "version": "4.2.3", @@ -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.3", + "resolved": "https://registry.npmjs.org/material-ui-popup-state/-/material-ui-popup-state-1.8.3.tgz", + "integrity": "sha512-qvrX5snjXwn3rv5i3+w/T1WF3NHRPZ6KzB/gOzh9cxowEvlWV0HkCSbPmEDTnfQt6s6r964cMV987QZ50eNhxA==", "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.14.0", + "resolved": "https://registry.npmjs.org/@babel/runtime/-/runtime-7.14.0.tgz", + "integrity": "sha512-JELkvo/DlpNdJ7dlyw/eY7E0suy5i5GQH+Vlxaq1nsNJ+H7f4Vtv3jMeCEgRhZZQFXTjldYfQgv2qmM6M1v5wA==", + "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..a96ac8c4 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.3", "notistack": "^0.9.17", "prettier": "^2.2.1", "qs": "^6.9.4",