1
0
mirror of https://github.com/Unleash/unleash.git synced 2025-01-31 00:16:47 +01:00

fix(deps): pin dependencies (#2139)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
renovate[bot] 2022-10-05 23:33:51 +02:00 committed by GitHub
parent a09c6313b1
commit 1ee64170b9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 4 additions and 4 deletions

View File

@ -130,6 +130,6 @@
]
},
"dependencies": {
"dequal": "^2.0.3"
"dequal": "2.0.3"
}
}

View File

@ -3598,7 +3598,7 @@ delayed-stream@~1.0.0:
resolved "https://registry.yarnpkg.com/delayed-stream/-/delayed-stream-1.0.0.tgz#df3ae199acadfb7d440aaae0b29e2272b24ec619"
integrity sha1-3zrhmayt+31ECqrgsp4icrJOxhk=
dequal@^2.0.3:
dequal@2.0.3:
version "2.0.3"
resolved "https://registry.yarnpkg.com/dequal/-/dequal-2.0.3.tgz#2644214f1997d39ed0ee0ece72335490a7ac67be"
integrity sha512-0je+qPKHEMohvfRTCEo3CrPG6cAzAYgmzKyxRiYSSDkS6eGJdyVJm7WaYA5ECaAD9wLB2T4EEeymA5aFVcYXCA==

View File

@ -74,7 +74,7 @@
"babel-loader": "8.2.5",
"enhanced-resolve": "5.10.0",
"react-router": "6.3.0",
"replace-in-file": "^6.3.5",
"replace-in-file": "6.3.5",
"storybook-addon-root-attribute": "1.0.2",
"typescript": "4.8.2"
}

View File

@ -12218,7 +12218,7 @@ repeating@^2.0.0:
dependencies:
is-finite "^1.0.0"
replace-in-file@^6.3.5:
replace-in-file@6.3.5:
version "6.3.5"
resolved "https://registry.yarnpkg.com/replace-in-file/-/replace-in-file-6.3.5.tgz#ff956b0ab5bc96613207d603d197cd209400a654"
integrity sha512-arB9d3ENdKva2fxRnSjwBEXfK1npgyci7ZZuwysgAp7ORjHSyxz6oqIjTEv8R0Ydl4Ll7uOAZXL4vbkhGIizCg==