From 6e7754e83eaf475fe48df69f439d977866caf623 Mon Sep 17 00:00:00 2001 From: Zahin Mohammad Date: Mon, 4 Dec 2023 11:28:41 -0500 Subject: [PATCH 1/2] fix(deser-lib): update yarn lockfile TICKET: HSM-236 --- yarn.lock | 18 +++++++++++++++--- 1 file changed, 15 insertions(+), 3 deletions(-) diff --git a/yarn.lock b/yarn.lock index 5d1a88231e..a00ca69123 100644 --- a/yarn.lock +++ b/yarn.lock @@ -7539,6 +7539,13 @@ catharsis@^0.9.0: dependencies: lodash "^4.17.15" +cbor@^9.0.1: + version "9.0.1" + resolved "https://registry.yarnpkg.com/cbor/-/cbor-9.0.1.tgz#b16e393d4948d44758cd54ac6151379d443b37ae" + integrity sha512-/TQOWyamDxvVIv+DY9cOLNuABkoyz8K/F3QE56539pGVYohx0+MEA1f4lChFTX79dBTBS7R1PF6ovH7G+VtBfQ== + dependencies: + nofilter "^3.1.0" + chai@^4.3.6: version "4.3.7" resolved "https://registry.npmjs.org/chai/-/chai-4.3.7.tgz" @@ -14291,6 +14298,11 @@ node-releases@^2.0.8: resolved "https://registry.npmjs.org/node-releases/-/node-releases-2.0.10.tgz" integrity sha512-5GFldHPXVG/YZmFzJvKK2zDSzPKhEp0+ZR5SVaoSag9fsL5YgHbUHDfnG5494ISANDcK4KwPXAx2xqVEydmd7w== +nofilter@^3.1.0: + version "3.1.0" + resolved "https://registry.yarnpkg.com/nofilter/-/nofilter-3.1.0.tgz#c757ba68801d41ff930ba2ec55bab52ca184aa66" + integrity sha512-l2NNj07e9afPnhAhvgVrCD/oy2Ai1yfLpuo3EpiO1jFTsB4sFz6oIfAfSZyQzVpkZQ9xS8ZS5g1jCBgq4Hwo0g== + nopt@^5.0.0: version "5.0.0" resolved "https://registry.npmjs.org/nopt/-/nopt-5.0.0.tgz" @@ -18153,9 +18165,9 @@ terser-webpack-plugin@^5.1.3, terser-webpack-plugin@^5.3.3, terser-webpack-plugi terser "^5.16.5" terser@^5.10.0, terser@^5.14.2, terser@^5.16.5: - version "5.24.0" - resolved "https://registry.yarnpkg.com/terser/-/terser-5.24.0.tgz#4ae50302977bca4831ccc7b4fef63a3c04228364" - integrity sha512-ZpGR4Hy3+wBEzVEnHvstMvqpD/nABNelQn/z2r0fjVWGQsN3bpOLzQlqDxmb4CDZnXq5lpjnQ+mHQLAOpfM5iw== + version "5.25.0" + resolved "https://registry.yarnpkg.com/terser/-/terser-5.25.0.tgz#6579b4cca45b08bf0fdaa1a04605fd5860dfb2ac" + integrity sha512-we0I9SIsfvNUMP77zC9HG+MylwYYsGFSBG8qm+13oud2Yh+O104y614FRbyjpxys16jZwot72Fpi827YvGzuqg== dependencies: "@jridgewell/source-map" "^0.3.3" acorn "^8.8.2" From 2df9f95a43458097ac62ea73fca0ae24b556c01e Mon Sep 17 00:00:00 2001 From: Zahin Mohammad Date: Mon, 4 Dec 2023 11:33:30 -0500 Subject: [PATCH 2/2] chore(deser-lib): fmt TICKET: HSM-236 --- modules/deser-lib/test/fixtures.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/deser-lib/test/fixtures.json b/modules/deser-lib/test/fixtures.json index fd48fb708d..940440a87c 100644 --- a/modules/deser-lib/test/fixtures.json +++ b/modules/deser-lib/test/fixtures.json @@ -93,4 +93,4 @@ }, "serialized": "a1616183a26576616c7565016677656967687400a26576616c7565026677656967687400a26576616c7565036677656967687400" } -] \ No newline at end of file +]