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" + } + } }