From db371962d871121a24ae94ba0694101456eb3067 Mon Sep 17 00:00:00 2001 From: zJ_ <19760191+zJuuu@users.noreply.github.com> Date: Thu, 5 Dec 2024 01:31:22 +0100 Subject: [PATCH] chore: update package.json to add lodash dependency --- package-lock.json | 5 ++--- package.json | 4 ++-- 2 files changed, 4 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index 20790b2..9237f30 100644 --- a/package-lock.json +++ b/package-lock.json @@ -23,6 +23,7 @@ "json-stable-stringify": "^1.0.2", "jsrsasign": "^11.1.0", "keytar": "^7.7.0", + "lodash": "^4.17.21", "node-fetch": "2", "pkijs": "^3.0.0", "process": "^0.11.10", @@ -56,7 +57,6 @@ "immutability-helper": "^3.1.1", "jest": "^29.7.0", "lint-staged": "^15.2.2", - "lodash": "^4.17.21", "node-polyfill-webpack-plugin": "^1.1.4", "prettier": "^3.2.5", "rimraf": "^5.0.1", @@ -10587,8 +10587,7 @@ "node_modules/lodash": { "version": "4.17.21", "resolved": "https://registry.npmjs.org/lodash/-/lodash-4.17.21.tgz", - "integrity": "sha512-v2kDEe57lecTulaDIuNTPy3Ry4gLGJ6Z1O3vE1krgXZNrsQ+LFTGHVxVjcXPs17LhbZVGedAJv8XZ1tvj5FvSg==", - "dev": true + "integrity": "sha512-v2kDEe57lecTulaDIuNTPy3Ry4gLGJ6Z1O3vE1krgXZNrsQ+LFTGHVxVjcXPs17LhbZVGedAJv8XZ1tvj5FvSg==" }, "node_modules/lodash-es": { "version": "4.17.21", diff --git a/package.json b/package.json index 4bb87a2..c4b0157 100644 --- a/package.json +++ b/package.json @@ -65,7 +65,8 @@ "process": "^0.11.10", "pvutils": "^1.0.17", "simple-jsonrpc-js": "^1.2.0", - "sort-json": "^2.0.1" + "sort-json": "^2.0.1", + "lodash": "^4.17.21" }, "devDependencies": { "@commitlint/cli": "^19.2.2", @@ -93,7 +94,6 @@ "immutability-helper": "^3.1.1", "jest": "^29.7.0", "lint-staged": "^15.2.2", - "lodash": "^4.17.21", "node-polyfill-webpack-plugin": "^1.1.4", "prettier": "^3.2.5", "rimraf": "^5.0.1",