From d952a3f84a3f2132321af217bd2add23c01f1163 Mon Sep 17 00:00:00 2001 From: Florian Vogt Date: Fri, 5 Apr 2024 12:56:53 +0200 Subject: [PATCH] build(lockfile): Switch lockfile to npm-shrinkwrap.json Its a try to get dependabot start analyzing the lockfile. Currently, npm-shrinkwrap.json is not supported officially by dependabot but the expectation is to get it working by moving to npm-shrinkwrap.json after the first dependabot PRs are created, --- package-lock.json => npm-shrinkwrap.json | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename package-lock.json => npm-shrinkwrap.json (100%) diff --git a/package-lock.json b/npm-shrinkwrap.json similarity index 100% rename from package-lock.json rename to npm-shrinkwrap.json