From e51dc60a697bb87754dca0cb35da738d541d7dc7 Mon Sep 17 00:00:00 2001 From: Geoff Cox Date: Thu, 3 Jun 2021 17:48:56 -0700 Subject: [PATCH 1/2] chore(chore): mson-2.4.0 --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 190da2e6..e0fb93fd 100644 --- a/package.json +++ b/package.json @@ -11,7 +11,7 @@ "@material-ui/core": "^4.11.0", "@material-ui/pickers": "^3.2.10", "date-fns": "^2.15.0", - "mson": "^2.0.0", + "mson": "^2.4.0", "prop-types": "^15.6.2", "react": "^16.13.1", "react-dom": "^16.13.1" @@ -51,7 +51,7 @@ "husky": "^4.3.6", "jest-environment-jsdom-fourteen": "^1.0.1", "lint-staged": "^10.5.3", - "mson": "^2.0.0", + "mson": "^2.4.0", "prettier": "^2.2.1", "prop-types": "^15.6.2", "react": "^17.0.1", From ddc5f01171aadc07d474978181e319ff1c6bf39c Mon Sep 17 00:00:00 2001 From: Geoff Cox Date: Thu, 3 Jun 2021 17:57:38 -0700 Subject: [PATCH 2/2] chore(chore): mson-2.4.0 --- yarn.lock | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/yarn.lock b/yarn.lock index b61475e7..5ae4a98a 100644 --- a/yarn.lock +++ b/yarn.lock @@ -10080,6 +10080,11 @@ min-indent@^1.0.0: version "1.0.0" resolved "https://registry.yarnpkg.com/min-indent/-/min-indent-1.0.0.tgz#cfc45c37e9ec0d8f0a0ec3dd4ef7f7c3abe39256" +mingo@^4.1.1: + version "4.1.2" + resolved "https://registry.yarnpkg.com/mingo/-/mingo-4.1.2.tgz#c8b96c6a78fe9b37b42ea1264d785c8e5cd9eb02" + integrity sha512-WQKhtFDV7nRIMlPP7tfo0Zx4bpvmhfBuHKvNPA9DbISjYJtrU4g1kacQPxPhMSEebJ6tGz7pHXDzQOyANpJ9jA== + mini-create-react-context@^0.4.0: version "0.4.0" resolved "https://registry.yarnpkg.com/mini-create-react-context/-/mini-create-react-context-0.4.0.tgz#df60501c83151db69e28eac0ef08b4002efab040" @@ -10263,17 +10268,17 @@ ms@^2.0.0, ms@^2.1.1: resolved "https://registry.yarnpkg.com/ms/-/ms-2.1.3.tgz#574c8138ce1d2b5861f0b44579dbadd60c6615b2" integrity sha512-6FlzubTLZG3J2a/NVCAleEhjzq5oxgHyaCU9yYXvcLsvoVaHJq/s5xXI6/XXP6tz7R9xAOtHnSO/tXtF3WRTlA== -mson@^2.0.0: - version "2.0.0" - resolved "https://registry.yarnpkg.com/mson/-/mson-2.0.0.tgz#4e7d3f1d51d63cff61fc255337a94f3f56ac8fab" - integrity sha512-ev1A1j1wL0l/ixicx3LpzqnsYgnzy9Z/l44SibsrT/MkHPW9TRTy7w1KI5xVWmbA2QzTxVdch5sURMPNhI2ggw== +mson@^2.4.0: + version "2.4.0" + resolved "https://registry.yarnpkg.com/mson/-/mson-2.4.0.tgz#44717775245d46261bc7b86167ca5761590c6bdf" + integrity sha512-3XqyFBBnZdXNf95US2/NVxHIixaW3OKELHCnHoz+zscAaAvmHhq2WNu8GTh+n/ANpG4AqdersBj4JXJaPSE0LA== dependencies: "@babel/runtime" "^7.12.5" country-telephone-data "^0.6.3" date-fns "^2.15.0" events "^3.2.0" lodash "^4.17.20" - sift "^13.4.0" + mingo "^4.1.1" text-mask-addons "^3.8.0" uuid "^8.3.2" vanilla-text-mask "^5.1.1" @@ -13820,11 +13825,6 @@ side-channel@^1.0.2: es-abstract "^1.17.0-next.1" object-inspect "^1.7.0" -sift@^13.4.0: - version "13.4.0" - resolved "https://registry.yarnpkg.com/sift/-/sift-13.4.0.tgz#859741aa76421dadc6cf07c0634088cbb120d0d3" - integrity sha512-sJAs3ujQjx6QVzWPKmqK1LhTAnpEiP2Q7zJi4VSmRYGAuz9SmlyAzo8w4jJQrrGXJb/QNUd0iJvD17dRezzfAA== - signal-exit@^3.0.0, signal-exit@^3.0.2: version "3.0.2" resolved "https://registry.yarnpkg.com/signal-exit/-/signal-exit-3.0.2.tgz#b5fdc08f1287ea1178628e415e25132b73646c6d"