From 3f1efc0a3c53c5a3d9fe6c642cff1b1ed0fd8d0c Mon Sep 17 00:00:00 2001 From: Darren Janeczek Date: Mon, 17 Jul 2023 15:55:23 -0400 Subject: [PATCH] fix: limit version of sweetalert2 --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index 1f156d2d9a..b763274984 100644 --- a/package.json +++ b/package.json @@ -248,7 +248,7 @@ "serialize-error": "^9.1.0", "style-loader": "^3.2.1", "svg-url-loader": "^7.1.1", - "sweetalert2": "^11.4.0", + "sweetalert2": "^11.4.0, <11.4.9", "sweetalert2-react-content": "^4.2.0", "timezone-mock": "^1.3.0", "true-myth": "~5.2.0", diff --git a/yarn.lock b/yarn.lock index 7bb9030a65..9d5eabe4d5 100644 --- a/yarn.lock +++ b/yarn.lock @@ -19972,10 +19972,10 @@ sweetalert2-react-content@^4.2.0: resolved "https://registry.yarnpkg.com/sweetalert2-react-content/-/sweetalert2-react-content-4.2.0.tgz#ab4a6e02e37150dd0ea34d00179ec76952e3f442" integrity sha512-eB324swnq10UJH8nAH2S6GHuAKDgH6GpGU8vI+ulYdmlPzpb0T5QPc7O4RFNRx28GzVZUnfvtpxZbKtZ5/KOnQ== -sweetalert2@^11.4.0: - version "11.4.0" - resolved "https://registry.yarnpkg.com/sweetalert2/-/sweetalert2-11.4.0.tgz#d5cb4b711af4cb5f580e4eef4389b95dbc417427" - integrity sha512-+p0jT2LxUQGreWa60j7nm1frJfqbcmamZcpZi4puEGAJ0CmyPqQ4UGmBqbB4WxkJYKsn8qcOA9ufqn0MWtQWLQ== +"sweetalert2@^11.4.0, <11.4.9": + version "11.4.8" + resolved "https://registry.yarnpkg.com/sweetalert2/-/sweetalert2-11.4.8.tgz#f436eb34107c5637a0278fa7330edc722090ebbb" + integrity sha512-BDS/+E8RwaekGSxCPUbPnsRAyQ439gtXkTF/s98vY2l9DaVEOMjGj1FaQSorfGREKsbbxGSP7UXboibL5vgTMA== symbol-tree@^3.2.4: version "3.2.4"