From 7221cda2db86edacf2b2c41462f489d3c04f0507 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 19 Mar 2024 08:33:25 +0000 Subject: [PATCH] chore(deps): bump warp-contracts from 1.4.38 to 1.4.39 Bumps [warp-contracts](https://github.com/warp-contracts/warp) from 1.4.38 to 1.4.39. - [Release notes](https://github.com/warp-contracts/warp/releases) - [Commits](https://github.com/warp-contracts/warp/compare/v1.4.38...v1.4.39) --- updated-dependencies: - dependency-name: warp-contracts dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package-lock.json | 8 ++++---- package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index 40aa1c8..26bd32f 100644 --- a/package-lock.json +++ b/package-lock.json @@ -10,7 +10,7 @@ "license": "BSD-3-Clause", "dependencies": { "sitka": "^1.0.6", - "warp-contracts": "1.4.38" + "warp-contracts": "1.4.39" }, "devDependencies": { "@types/chai": "^4.3.4", @@ -7037,9 +7037,9 @@ } }, "node_modules/warp-contracts": { - "version": "1.4.38", - "resolved": "https://registry.npmjs.org/warp-contracts/-/warp-contracts-1.4.38.tgz", - "integrity": "sha512-20RiXdPti5MGpsikplmLn2uOM8+EjHL5yC/T0KVTrdWI+2Zt0KfKl/erF9QER6SUmM0nSTNC0MkcaAu1xnlzPg==", + "version": "1.4.39", + "resolved": "https://registry.npmjs.org/warp-contracts/-/warp-contracts-1.4.39.tgz", + "integrity": "sha512-Dyk9wjhYceLRSq+U5Ba8h2mTbMPeB1hjdnDhYJP825E7gcc3jGc12GTLynSBqx5eJscOtpGG5Z5SQNxcTOP7/A==", "dependencies": { "archiver": "^5.3.0", "arweave": "1.14.4", diff --git a/package.json b/package.json index cf56475..8d8fe93 100644 --- a/package.json +++ b/package.json @@ -60,6 +60,6 @@ "type": "module", "dependencies": { "sitka": "^1.0.6", - "warp-contracts": "1.4.38" + "warp-contracts": "1.4.39" } }