From 443c8978341439204c07252c6ae2e4d51c543a2f Mon Sep 17 00:00:00 2001 From: Gigi Date: Fri, 26 May 2023 14:52:30 +0200 Subject: [PATCH] build: npm audit fix --- package-lock.json | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/package-lock.json b/package-lock.json index 0bb5952..bd72147 100644 --- a/package-lock.json +++ b/package-lock.json @@ -2,5 +2,9 @@ "name": "twentyone-world.github.io", "lockfileVersion": 2, "requires": true, - "packages": {} + "packages": { + "": { + "name": "twentyone-world.github.io" + } + } }