Skip to content

Commit bc0ae0a

Browse files
authored
fix(deps): bump msgpackr to 1.1.2 to resolve ERR_BUFFER_OUT_OF_BOUNDS error (#2783) fixes #2782
1 parent c2f37ee commit bc0ae0a

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
"get-port": "^5.1.1",
2626
"ioredis": "^5.3.2",
2727
"lodash": "^4.17.21",
28-
"msgpackr": "^1.10.1",
28+
"msgpackr": "^1.11.2",
2929
"semver": "^7.5.2",
3030
"uuid": "^8.3.0"
3131
},

yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5090,10 +5090,10 @@ msgpackr-extract@^3.0.2:
50905090
"@msgpackr-extract/msgpackr-extract-linux-x64" "3.0.2"
50915091
"@msgpackr-extract/msgpackr-extract-win32-x64" "3.0.2"
50925092

5093-
msgpackr@^1.10.1:
5094-
version "1.10.1"
5095-
resolved "https://registry.yarnpkg.com/msgpackr/-/msgpackr-1.10.1.tgz#51953bb4ce4f3494f0c4af3f484f01cfbb306555"
5096-
integrity sha512-r5VRLv9qouXuLiIBrLpl2d5ZvPt8svdQTl5/vMvE4nzDMyEX4sgW5yWhuBBj5UmgwOTWj8CIdSXn5sAfsHAWIQ==
5093+
msgpackr@^1.11.2:
5094+
version "1.11.2"
5095+
resolved "https://registry.yarnpkg.com/msgpackr/-/msgpackr-1.11.2.tgz#4463b7f7d68f2e24865c395664973562ad24473d"
5096+
integrity sha512-F9UngXRlPyWCDEASDpTf6c9uNhGPTqnTeLVt7bN+bU1eajoR/8V9ys2BRaV5C/e5ihE6sJ9uPIKaYt6bFuO32g==
50975097
optionalDependencies:
50985098
msgpackr-extract "^3.0.2"
50995099

0 commit comments

Comments
 (0)