From 5b49cd0a4e580ab312779650e6a2b1f5da47f87d Mon Sep 17 00:00:00 2001 From: Oliver Eyton-Williams Date: Thu, 25 Feb 2021 14:48:13 +0100 Subject: [PATCH] fix(plugins): move to lockfile v2 --- client/plugins/fcc-source-challenges/package-lock.json | 8 +++++++- .../gatsby-remark-node-identity/package-lock.json | 9 ++++++++- 2 files changed, 15 insertions(+), 2 deletions(-) diff --git a/client/plugins/fcc-source-challenges/package-lock.json b/client/plugins/fcc-source-challenges/package-lock.json index 501b8dc382..360dd33a4c 100644 --- a/client/plugins/fcc-source-challenges/package-lock.json +++ b/client/plugins/fcc-source-challenges/package-lock.json @@ -1,5 +1,11 @@ { "name": "fcc-source-challenges", "version": "0.0.1", - "lockfileVersion": 1 + "lockfileVersion": 2, + "requires": true, + "packages": { + "": { + "version": "0.0.1" + } + } } diff --git a/client/plugins/gatsby-remark-node-identity/package-lock.json b/client/plugins/gatsby-remark-node-identity/package-lock.json index d722b5cab5..c85298bebc 100644 --- a/client/plugins/gatsby-remark-node-identity/package-lock.json +++ b/client/plugins/gatsby-remark-node-identity/package-lock.json @@ -1,5 +1,12 @@ { "name": "gatsby-plugin-node-identity", "version": "0.0.1", - "lockfileVersion": 1 + "lockfileVersion": 2, + "requires": true, + "packages": { + "": { + "name": "gatsby-plugin-node-identity", + "version": "0.0.1" + } + } }