From 49a4414909bf7ce57afed4cc60d6160b634a76d0 Mon Sep 17 00:00:00 2001 From: Ilia Kebets Date: Thu, 2 Nov 2023 15:41:08 +0100 Subject: [PATCH] lockfile as well --- package-lock.json | 2 +- profiling/package-lock.json | 2 +- typedoc/searchable-parameters-plugin/package-lock.json | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/package-lock.json b/package-lock.json index 6071da17513..e94457d2d31 100644 --- a/package-lock.json +++ b/package-lock.json @@ -46,7 +46,7 @@ "typescript", "yaml" ], - "license": "LGPL-3.0", + "license": "LGPL-3.0-only", "dependencies": { "@babel/core": "7.23.2", "@babel/eslint-parser": "7.22.15", diff --git a/profiling/package-lock.json b/profiling/package-lock.json index e34d881afdf..899ff0b7b03 100644 --- a/profiling/package-lock.json +++ b/profiling/package-lock.json @@ -7,7 +7,7 @@ "": { "name": "profiling", "version": "1.0.0", - "license": "LGPL-3.0", + "license": "LGPL-3.0-only", "devDependencies": { "tsconfig-paths": "^4.1.0" } diff --git a/typedoc/searchable-parameters-plugin/package-lock.json b/typedoc/searchable-parameters-plugin/package-lock.json index 0b65095eac1..8f6313df70d 100644 --- a/typedoc/searchable-parameters-plugin/package-lock.json +++ b/typedoc/searchable-parameters-plugin/package-lock.json @@ -7,7 +7,7 @@ "": { "name": "searchable-parameters-plugin", "version": "1.0.0", - "license": "LGPL-3.0", + "license": "LGPL-3.0-only", "dependencies": { "typedoc": "0.23.23" }