Skip to content
This repository was archived by the owner on Feb 2, 2024. It is now read-only.

Commit 125896e

Browse files
committed
#49: Pin crypto-js to 3.1.9-1
1 parent c1c86d7 commit 125896e

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
"redux-persist": "^6.x.x"
3535
},
3636
"dependencies": {
37-
"crypto-js": "^4.0.0",
37+
"crypto-js": "3.1.9-1",
3838
"json-stringify-safe": "^5.0.1"
3939
},
4040
"devDependencies": {

yarn.lock

+4-4
Original file line numberDiff line numberDiff line change
@@ -1078,10 +1078,10 @@ cross-spawn@^7.0.0:
10781078
shebang-command "^2.0.0"
10791079
which "^2.0.1"
10801080

1081-
crypto-js@^4.0.0:
1082-
version "4.0.0"
1083-
resolved "https://registry.yarnpkg.com/crypto-js/-/crypto-js-4.0.0.tgz#2904ab2677a9d042856a2ea2ef80de92e4a36dcc"
1084-
integrity sha512-bzHZN8Pn+gS7DQA6n+iUmBfl0hO5DJq++QP3U6uTucDtk/0iGpXd/Gg7CGR0p8tJhofJyaKoWBuJI4eAO00BBg==
1081+
crypto-js@3.1.9-1:
1082+
version "3.1.9-1"
1083+
resolved "https://registry.yarnpkg.com/crypto-js/-/crypto-js-3.1.9-1.tgz#fda19e761fc077e01ffbfdc6e9fdfc59e8806cd8"
1084+
integrity sha1-/aGedh/Ad+Af+/3G6f38WeiAbNg=
10851085

10861086
cssom@^0.4.4:
10871087
version "0.4.4"

0 commit comments

Comments
 (0)