From 9a6fe8db1a0d3f527923b6ceafe3a34be7c80fef Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 13 Mar 2024 17:54:21 +0000 Subject: [PATCH] build(deps): bump crypto-js Bumps [crypto-js](https://github.com/brix/crypto-js) from 4.1.1 to 4.2.0. - [Commits](https://github.com/brix/crypto-js/compare/4.1.1...4.2.0) --- updated-dependencies: - dependency-name: crypto-js dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- .../src/utility-emissions-channel/typescript/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/cactus-example-carbon-accounting-backend/src/utility-emissions-channel/typescript/package.json b/examples/cactus-example-carbon-accounting-backend/src/utility-emissions-channel/typescript/package.json index ed29d3a7e7..6b8818383f 100644 --- a/examples/cactus-example-carbon-accounting-backend/src/utility-emissions-channel/typescript/package.json +++ b/examples/cactus-example-carbon-accounting-backend/src/utility-emissions-channel/typescript/package.json @@ -24,7 +24,7 @@ "ts-node": "10.9.1" }, "dependencies": { - "crypto-js": "4.1.1", + "crypto-js": "4.2.0", "fabric-shim": "2.2.2" } }