From cfbeb0b44ca1e2b69fd4f85dea3d0b0d5888c58c Mon Sep 17 00:00:00 2001 From: Priyanka Terala Date: Thu, 5 Sep 2024 11:27:56 +0530 Subject: [PATCH] UIPFU-81 - downgrade history package from v4 to v5 --- package.json | 2 +- yarn.lock | 16 +--------------- 2 files changed, 2 insertions(+), 16 deletions(-) diff --git a/package.json b/package.json index dc0fb86..e87aaf3 100644 --- a/package.json +++ b/package.json @@ -48,7 +48,7 @@ "eslint": "^7.32.0", "eslint-import-resolver-webpack": "^0.13.2", "faker": "^4.1.0", - "history": "^5.0.0", + "history": "^4.0.0", "inflected": "^2.0.4", "miragejs": "^0.1.40", "react": "^18.2.0", diff --git a/yarn.lock b/yarn.lock index cb07574..3bb072b 100644 --- a/yarn.lock +++ b/yarn.lock @@ -1142,13 +1142,6 @@ dependencies: regenerator-runtime "^0.14.0" -"@babel/runtime@^7.7.6": - version "7.25.6" - resolved "https://registry.yarnpkg.com/@babel/runtime/-/runtime-7.25.6.tgz#9afc3289f7184d8d7f98b099884c26317b9264d2" - integrity sha512-VBj9MYyDb9tuLq7yzqjgzt6Q+IBQLrGZfdjOekyEirZPHxXWoTSGUTMrpsfi58Up73d13NfYLv8HT9vmznjzhQ== - dependencies: - regenerator-runtime "^0.14.0" - "@babel/template@^7.22.15", "@babel/template@^7.24.0", "@babel/template@^7.3.3": version "7.24.0" resolved "https://registry.yarnpkg.com/@babel/template/-/template-7.24.0.tgz#c6a524aa93a4a05d66aaf31654258fae69d87d50" @@ -6787,7 +6780,7 @@ highlight-words-core@^1.2.0: resolved "https://registry.yarnpkg.com/highlight-words-core/-/highlight-words-core-1.2.2.tgz#1eff6d7d9f0a22f155042a00791237791b1eeaaa" integrity sha512-BXUKIkUuh6cmmxzi5OIbUJxrG8OAk2MqoL1DtO3Wo9D2faJg2ph5ntyuQeLqaHJmzER6H5tllCDA9ZnNe9BVGg== -history@^4.10.1, history@^4.6.3, history@^4.9.0: +history@^4.0.0, history@^4.10.1, history@^4.6.3, history@^4.9.0: version "4.10.1" resolved "https://registry.yarnpkg.com/history/-/history-4.10.1.tgz#33371a65e3a83b267434e2b3f3b1b4c58aad4cf3" integrity sha512-36nwAD620w12kuzPAsyINPWJqlNbij+hpK1k9XRloDtym8mxzGYl2c17LnV6IAGB2Dmg4tEa7G7DlawS0+qjew== @@ -6799,13 +6792,6 @@ history@^4.10.1, history@^4.6.3, history@^4.9.0: tiny-warning "^1.0.0" value-equal "^1.0.1" -history@^5.0.0: - version "5.3.0" - resolved "https://registry.yarnpkg.com/history/-/history-5.3.0.tgz#1548abaa245ba47992f063a0783db91ef201c73b" - integrity sha512-ZqaKwjjrAYUYfLG+htGaIIZ4nioX2L70ZUMIFysS3xvBsSG4x/n1V6TXV3N8ZYNuFGlDirFg32T7B6WOUPDYcQ== - dependencies: - "@babel/runtime" "^7.7.6" - hmac-drbg@^1.0.1: version "1.0.1" resolved "https://registry.yarnpkg.com/hmac-drbg/-/hmac-drbg-1.0.1.tgz#d2745701025a6c775a6c545793ed502fc0c649a1"