Skip to content

Commit 06e217a

Browse files
committed
fix(mutative): upgrade mutative to v1.1.0
1 parent 2fb0131 commit 06e217a

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.11",
32+
"mutative": "^1.1.0",
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.11"
31+
"mutative": "^1.1.0"
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.11:
5147-
version "1.0.11"
5148-
resolved "https://registry.yarnpkg.com/mutative/-/mutative-1.0.11.tgz#a03b48151800129fbc464257eff9ffa869c648a8"
5149-
integrity sha512-DfxsNvHfJlxp5yul7jhcNSI0EEWlP1vatiOr6Q7cvr8RNFBbIU5nENilUULbNJiOtbXznOxgbxHf4cYbqPDPlg==
5146+
mutative@^1.1.0:
5147+
version "1.1.0"
5148+
resolved "https://registry.yarnpkg.com/mutative/-/mutative-1.1.0.tgz#ff3e12a9903702e0487428510f8502dd4667e908"
5149+
integrity sha512-2PJADREjOusk3iJkD3rXV2YjAxTuaLxdfqtqTEt6vcY07LtEBR1seHuBHXWEIuscqRDGvbauYPs+A4Rj/KTczQ==
51505150

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

0 commit comments

Comments
 (0)