From ee4fc0f82f1582eb3a4e13181c73d6cf7be5b111 Mon Sep 17 00:00:00 2001 From: Hardik Nanda Date: Wed, 27 Mar 2024 19:51:38 +0530 Subject: [PATCH] Remove array-set as a dependency --- insecureapplication/gallery/package-lock.json | 5 ----- insecureapplication/gallery/package.json | 1 - 2 files changed, 6 deletions(-) diff --git a/insecureapplication/gallery/package-lock.json b/insecureapplication/gallery/package-lock.json index 2e2be6e..4797e60 100644 --- a/insecureapplication/gallery/package-lock.json +++ b/insecureapplication/gallery/package-lock.json @@ -71,11 +71,6 @@ "resolved": "https://registry.npmjs.org/array-flatten/-/array-flatten-1.1.1.tgz", "integrity": "sha1-ml9pkFGx5wczKPKgCJaLZOopVdI=" }, - "array-set": { - "version": "0.1.2", - "resolved": "https://registry.npmjs.org/array-set/-/array-set-0.1.2.tgz", - "integrity": "sha512-GGKug+myZQgVGaLUWc3QJXXtRjOo5JMlFOHqEvl3dCgysXusSbszpKRXaD+EyYrc1I4oJcPQFDRUJ8aS+pd6bg==" - }, "asap": { "version": "2.0.6", "resolved": "https://registry.npmjs.org/asap/-/asap-2.0.6.tgz", diff --git a/insecureapplication/gallery/package.json b/insecureapplication/gallery/package.json index c5995e4..d9d257f 100644 --- a/insecureapplication/gallery/package.json +++ b/insecureapplication/gallery/package.json @@ -8,7 +8,6 @@ }, "dependencies": { "amdefine": "^1.0.1", - "array-set": "^0.1.2", "connect-ensure-login": "^0.1.1", "cookie-parser": "^1.4.3", "errorhandler": "^1.5.0",