From 0b26fce0b6c78240dbe4cff8b99062b8f3d85ab8 Mon Sep 17 00:00:00 2001 From: "Eloy Lafuente (stronk7)" Date: Tue, 31 Aug 2021 11:17:07 +0200 Subject: [PATCH] MDL-72440 js: reconcile npm installed stuff When npm-shrinkwrap.json was regenerated few days ago by MDL-72014 running audit-fix on it, it seems that some checksums in the "lodash" package were missing. Now they are properly set and that's leading to npm-shrinkwrap.json changes when people runs npm install (note npm ci is the recommended way to install all the dev dependencies). So, just reconcile the file to include the new checksums. --- npm-shrinkwrap.json | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/npm-shrinkwrap.json b/npm-shrinkwrap.json index 8732568e258..aeeacc6a744 100644 --- a/npm-shrinkwrap.json +++ b/npm-shrinkwrap.json @@ -311,7 +311,8 @@ }, "lodash": { "version": "4.17.15", - "resolved": "", + "resolved": "https://registry.npmjs.org/lodash/-/lodash-4.17.15.tgz", + "integrity": "sha512-8xOcRHvCjnocdS5cpwXQXVzmmh5e5+saE2QGoeQmbKmRS6J3VQppPOIt0MnmE+4xlZoumy0GPG0D0MVIQbNA1A==", "dev": true } } @@ -1304,7 +1305,8 @@ }, "lodash": { "version": "4.17.15", - "resolved": "", + "resolved": "https://registry.npmjs.org/lodash/-/lodash-4.17.15.tgz", + "integrity": "sha512-8xOcRHvCjnocdS5cpwXQXVzmmh5e5+saE2QGoeQmbKmRS6J3VQppPOIt0MnmE+4xlZoumy0GPG0D0MVIQbNA1A==", "dev": true } } @@ -1394,7 +1396,8 @@ }, "lodash": { "version": "4.17.15", - "resolved": "", + "resolved": "https://registry.npmjs.org/lodash/-/lodash-4.17.15.tgz", + "integrity": "sha512-8xOcRHvCjnocdS5cpwXQXVzmmh5e5+saE2QGoeQmbKmRS6J3VQppPOIt0MnmE+4xlZoumy0GPG0D0MVIQbNA1A==", "dev": true } }