From c88ed68effd6f9a5a42039d517eb16d6a00e901a Mon Sep 17 00:00:00 2001 From: scriptuser <scriptuser@open-xchange.com> Date: Fri, 29 Dec 2023 17:13:25 +0000 Subject: [PATCH] [Security] Bump msgpackr from 1.9.5 to 1.10.1 Bumps [msgpackr](https://github.com/kriszyp/msgpackr) from 1.9.5 to 1.10.1. **This update includes a security fix.** - [Release notes](https://github.com/kriszyp/msgpackr/releases) - [Commits](https://github.com/kriszyp/msgpackr/compare/v1.9.5...v1.10.1) --- yarn.lock | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/yarn.lock b/yarn.lock index b2ecdf9..1874a4e 100644 --- a/yarn.lock +++ b/yarn.lock @@ -2166,9 +2166,9 @@ msgpackr-extract@^3.0.2: "@msgpackr-extract/msgpackr-extract-win32-x64" "3.0.2" msgpackr@^1.5.2: - version "1.9.5" - resolved "https://registry.yarnpkg.com/msgpackr/-/msgpackr-1.9.5.tgz#ac548c5f4546db895e84e46d39d813be961dc527" - integrity sha512-/IJ3cFSN6Ci3eG2wLhbFEL6GT63yEaoN/R5My2QkV6zro+OJaVRLPlwvxY7EtHYSmDlQpk8stvOQTL2qJFkDRg== + version "1.10.1" + resolved "https://registry.yarnpkg.com/msgpackr/-/msgpackr-1.10.1.tgz#51953bb4ce4f3494f0c4af3f484f01cfbb306555" + integrity sha512-r5VRLv9qouXuLiIBrLpl2d5ZvPt8svdQTl5/vMvE4nzDMyEX4sgW5yWhuBBj5UmgwOTWj8CIdSXn5sAfsHAWIQ== optionalDependencies: msgpackr-extract "^3.0.2" -- GitLab