From 588380f5bf41892d581a9ca597190f6b55119584 Mon Sep 17 00:00:00 2001 From: WRadoslaw Date: Thu, 7 Dec 2023 12:05:06 +0100 Subject: [PATCH] Update lock file --- package-lock.json | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) diff --git a/package-lock.json b/package-lock.json index 69b39e933..c425e1c8f 100644 --- a/package-lock.json +++ b/package-lock.json @@ -138,6 +138,24 @@ "typescript": "^4.4.3" } }, + "network-tests/node_modules/@joystream/types": { + "version": "4.1.0", + "resolved": "https://registry.npmjs.org/@joystream/types/-/types-4.1.0.tgz", + "integrity": "sha512-1/lcYJr3+tJSzahAI6AJ0Fj/sde3dHxUY8CoZFZOFmbLLpVEmUr1TfU7Nxq+uo3WQVAdmxNuMYZcq9Opwo4h3w==", + "dependencies": { + "@polkadot/api": "8.9.1", + "@polkadot/keyring": "9.5.1", + "@polkadot/types": "8.9.1", + "@types/lodash": "^4.14.157", + "@types/vfile": "^4.0.0", + "lodash": "^4.17.15", + "moment": "^2.24.0" + }, + "engines": { + "node": ">=14.18.0", + "yarn": "^1.22.0" + } + }, "network-tests/node_modules/dotenv": { "version": "8.6.0", "resolved": "https://registry.npmjs.org/dotenv/-/dotenv-8.6.0.tgz",