Skip to content

Commit

Permalink
fix(dependencies): upgrade msgpackr
Browse files Browse the repository at this point in the history
  • Loading branch information
manast committed Jan 17, 2024
1 parent 1aa2ce5 commit cc83ae2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -25,7 +25,7 @@
"get-port": "^5.1.1",
"ioredis": "^5.3.2",
"lodash": "^4.17.21",
"msgpackr": "^1.5.2",
"msgpackr": "^1.10.1",
"semver": "^7.5.2",
"uuid": "^8.3.0"
},
Expand Down
2 changes: 1 addition & 1 deletion yarn.lock
Expand Up @@ -4684,7 +4684,7 @@ msgpackr-extract@^3.0.2:
"@msgpackr-extract/msgpackr-extract-linux-x64" "3.0.2"
"@msgpackr-extract/msgpackr-extract-win32-x64" "3.0.2"

msgpackr@^1.5.2:
msgpackr@^1.10.1:
version "1.10.1"
resolved "https://registry.yarnpkg.com/msgpackr/-/msgpackr-1.10.1.tgz#51953bb4ce4f3494f0c4af3f484f01cfbb306555"
integrity sha512-r5VRLv9qouXuLiIBrLpl2d5ZvPt8svdQTl5/vMvE4nzDMyEX4sgW5yWhuBBj5UmgwOTWj8CIdSXn5sAfsHAWIQ==
Expand Down

0 comments on commit cc83ae2

Please sign in to comment.