Skip to content

Commit c8b2a70

Browse files
committed
fix(mutative): upgrade mutative to v1.0.11
1 parent 9ab7916 commit c8b2a70

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

packages/usm-redux/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
"author": "unadlib",
3030
"license": "MIT",
3131
"dependencies": {
32-
"mutative": "^1.0.10",
32+
"mutative": "^1.0.11",
3333
"redux": "^5.0.1"
3434
}
3535
}

packages/usm/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,6 @@
2828
"author": "unadlib",
2929
"license": "MIT",
3030
"dependencies": {
31-
"mutative": "^1.0.10"
31+
"mutative": "^1.0.11"
3232
}
3333
}

yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5143,10 +5143,10 @@ multimatch@5.0.0:
51435143
arrify "^2.0.1"
51445144
minimatch "^3.0.4"
51455145

5146-
mutative@^1.0.10:
5147-
version "1.0.10"
5148-
resolved "https://registry.yarnpkg.com/mutative/-/mutative-1.0.10.tgz#d4c349867463e70e9c34718a65cefad479f28eb0"
5149-
integrity sha512-YD4MEleW9vJyIVEItz6x71fWdJ9qea3+R8hxtNiei8cQ7BGLM1c9Q6zCJ7SuLzorBhd2PBHN+xUEwEahxMI34w==
5146+
mutative@^1.0.11:
5147+
version "1.0.11"
5148+
resolved "https://registry.yarnpkg.com/mutative/-/mutative-1.0.11.tgz#a03b48151800129fbc464257eff9ffa869c648a8"
5149+
integrity sha512-DfxsNvHfJlxp5yul7jhcNSI0EEWlP1vatiOr6Q7cvr8RNFBbIU5nENilUULbNJiOtbXznOxgbxHf4cYbqPDPlg==
51505150

51515151
mute-stream@0.0.8, mute-stream@~0.0.4:
51525152
version "0.0.8"

0 commit comments

Comments
 (0)