From 3bd3c9384e7465c2f47ea43647718e26ea11e0be Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 25 May 2023 16:43:11 +0000 Subject: [PATCH] fix: upgrade archethic from 1.16.0 to 1.16.2 Snyk has created this PR to upgrade archethic from 1.16.0 to 1.16.2. See this package in npm: https://www.npmjs.com/package/archethic See this project in Snyk: https://app.snyk.io/org/samuelmanzanera/project/7bb75350-8808-4a5a-a40c-26c9ca23bb3c?utm_source=github&utm_medium=referral&page=upgrade-pr --- package-lock.json | 14 +++++++------- package.json | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/package-lock.json b/package-lock.json index b641270..e344b87 100644 --- a/package-lock.json +++ b/package-lock.json @@ -9,7 +9,7 @@ "version": "0.7.2", "license": "AGPL3", "dependencies": { - "archethic": "^1.15.0", + "archethic": "^1.16.2", "bip39": "^3.1.0", "chalk": "^5.0.1", "figlet": "^1.5.2", @@ -137,9 +137,9 @@ } }, "node_modules/archethic": { - "version": "1.16.0", - "resolved": "https://registry.npmjs.org/archethic/-/archethic-1.16.0.tgz", - "integrity": "sha512-SViCB6oATeKCyvMP1MeFfrFoP7aT8uO0nIHFx9rGEhF7hl2fF88Sv/e/leTFrPWjBkpDokY+m8jCSEijawEUQw==", + "version": "1.16.2", + "resolved": "https://registry.npmjs.org/archethic/-/archethic-1.16.2.tgz", + "integrity": "sha512-Qfbd5kvKq6V7HXRTgtkYAR9u2QDJTX6LvDV/DDJfcY1sD6Ks62MbspWQ+LdMWmkV6/epI9Fy67crQH/S5PoGwA==", "dependencies": { "@absinthe/socket": "^0.2.1", "@qix/base64url-arraybuffer": "^1.0.0", @@ -1012,9 +1012,9 @@ } }, "archethic": { - "version": "1.16.0", - "resolved": "https://registry.npmjs.org/archethic/-/archethic-1.16.0.tgz", - "integrity": "sha512-SViCB6oATeKCyvMP1MeFfrFoP7aT8uO0nIHFx9rGEhF7hl2fF88Sv/e/leTFrPWjBkpDokY+m8jCSEijawEUQw==", + "version": "1.16.2", + "resolved": "https://registry.npmjs.org/archethic/-/archethic-1.16.2.tgz", + "integrity": "sha512-Qfbd5kvKq6V7HXRTgtkYAR9u2QDJTX6LvDV/DDJfcY1sD6Ks62MbspWQ+LdMWmkV6/epI9Fy67crQH/S5PoGwA==", "requires": { "@absinthe/socket": "^0.2.1", "@qix/base64url-arraybuffer": "^1.0.0", diff --git a/package.json b/package.json index 48d1e31..b60c59b 100644 --- a/package.json +++ b/package.json @@ -31,7 +31,7 @@ }, "homepage": "https://github.com/archethic-foundation/aeweb-cli#readme", "dependencies": { - "archethic": "^1.15.0", + "archethic": "^1.16.2", "bip39": "^3.1.0", "chalk": "^5.0.1", "figlet": "^1.5.2",