From c31c8c8f22b6ac4496bfc502d998419613a0c1cb Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sat, 3 Feb 2024 01:52:21 +0000 Subject: [PATCH] fix: packages/same-structure/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-SES-3057928 --- packages/same-structure/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/same-structure/package.json b/packages/same-structure/package.json index 3614734aa6c..1ad7b2716dc 100644 --- a/packages/same-structure/package.json +++ b/packages/same-structure/package.json @@ -30,7 +30,7 @@ "homepage": "https://github.com/Agoric/agoric-sdk#readme", "dependencies": { "@agoric/assert": "^0.0.12-dev.0", - "@agoric/marshal": "^0.2.7-dev.0" + "@agoric/marshal": "^0.5.0" }, "devDependencies": { "ava": "^3.12.1",