Skip to content

Commit 4d2136c

Browse files
authored
fix(deps): bump msgpackr to 1.1.2 to resolve ERR_BUFFER_OUT_OF_BOUNDS error (#2882) ref #2747
1 parent 974d096 commit 4d2136c

File tree

4 files changed

+7
-7
lines changed

4 files changed

+7
-7
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ jobs:
6565

6666
strategy:
6767
matrix:
68-
node-version: [lts/*, lts/-1, lts/-2]
68+
node-version: [current, lts/*, lts/-1, lts/-2]
6969
redis-version: [7-alpine]
7070
include:
7171
- node-version: 'lts/*'

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@
5555
"dependencies": {
5656
"cron-parser": "^4.6.0",
5757
"ioredis": "^5.4.1",
58-
"msgpackr": "^1.10.1",
58+
"msgpackr": "^1.11.2",
5959
"node-abort-controller": "^3.1.1",
6060
"semver": "^7.5.4",
6161
"tslib": "^2.0.0",

tests/test_sandboxed_process.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -160,7 +160,7 @@ describe('Sandboxed process using worker threads', () => {
160160
useWorkerThreads: true,
161161
workerThreadsOptions: {
162162
resourceLimits: {
163-
maxOldGenerationSizeMb: 10,
163+
maxOldGenerationSizeMb: 20,
164164
},
165165
},
166166
});

yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5254,10 +5254,10 @@ msgpackr-extract@^3.0.2:
52545254
"@msgpackr-extract/msgpackr-extract-linux-x64" "3.0.2"
52555255
"@msgpackr-extract/msgpackr-extract-win32-x64" "3.0.2"
52565256

5257-
msgpackr@^1.10.1:
5258-
version "1.10.1"
5259-
resolved "https://registry.yarnpkg.com/msgpackr/-/msgpackr-1.10.1.tgz#51953bb4ce4f3494f0c4af3f484f01cfbb306555"
5260-
integrity sha512-r5VRLv9qouXuLiIBrLpl2d5ZvPt8svdQTl5/vMvE4nzDMyEX4sgW5yWhuBBj5UmgwOTWj8CIdSXn5sAfsHAWIQ==
5257+
msgpackr@^1.11.2:
5258+
version "1.11.2"
5259+
resolved "https://registry.yarnpkg.com/msgpackr/-/msgpackr-1.11.2.tgz#4463b7f7d68f2e24865c395664973562ad24473d"
5260+
integrity sha512-F9UngXRlPyWCDEASDpTf6c9uNhGPTqnTeLVt7bN+bU1eajoR/8V9ys2BRaV5C/e5ihE6sJ9uPIKaYt6bFuO32g==
52615261
optionalDependencies:
52625262
msgpackr-extract "^3.0.2"
52635263

0 commit comments

Comments
 (0)