From e171d157bf7f7ba885a6b99d1ee461d3cba013be Mon Sep 17 00:00:00 2001 From: Peter Somogyvari Date: Wed, 22 Nov 2023 07:23:01 -0800 Subject: [PATCH] build(yarn): update the lock file because it got out of sync 2023-nov-22 Run of the mill lock file out of sync issue that happens every now and then by mistake when we forget to run yarn install before committing our changes for a PR. Could've been avoided if we had the `build-dev` CI action set to required but for now it gives us a better chance of reaching 2.0.0 if it's disabled temporarily. [skip ci] Signed-off-by: Peter Somogyvari --- yarn.lock | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/yarn.lock b/yarn.lock index 3e81a4e1d8..4f08936c5c 100644 --- a/yarn.lock +++ b/yarn.lock @@ -7812,7 +7812,7 @@ __metadata: "@hyperledger/cactus-test-tooling": 2.0.0-alpha.2 "@types/express": 4.17.20 "@types/uuid": 9.0.6 - axios: 1.5.1 + axios: 1.6.0 body-parser: 1.20.2 cbor: 9.0.1 express: 4.18.2