From fbbe65c1d502d2721db286bad2f745e12bf1e63e Mon Sep 17 00:00:00 2001 From: Peter Somogyvari Date: Wed, 20 Jan 2021 19:10:33 -0800 Subject: [PATCH] fix(package-json): invalid webpack commit sha #506 This commit is necessary because of a rebase that happened on the fork where the webpack feature we need was implemented. The rebase changed the commit sha and therefore made that version of the code disappear too. To avoid this issue happening again in the future a dedicated branch was created on the fork which will not be touched by future rebases that are necessary for the pull request to be kept up to date with the main branch of webpack itself. The so called backup branch mentioned above is called cactus-webpack-ignore-require-calls-feature which you can see being specified in the package.json. Fixes #506 Signed-off-by: Peter Somogyvari Signed-off-by: Jordi Giron --- package-lock.json | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/package-lock.json b/package-lock.json index abd06fa5c07..afb4a7be9e4 100644 --- a/package-lock.json +++ b/package-lock.json @@ -4873,9 +4873,9 @@ } }, "caniuse-lite": { - "version": "1.0.30001180", - "resolved": "https://registry.npmjs.org/caniuse-lite/-/caniuse-lite-1.0.30001180.tgz", - "integrity": "sha512-n8JVqXuZMVSPKiPiypjFtDTXc4jWIdjxull0f92WLo7e1MSi3uJ3NvveakSh/aCl1QKFAvIz3vIj0v+0K+FrXw==", + "version": "1.0.30001178", + "resolved": "https://registry.npmjs.org/caniuse-lite/-/caniuse-lite-1.0.30001178.tgz", + "integrity": "sha512-VtdZLC0vsXykKni8Uztx45xynytOi71Ufx9T8kHptSw9AL4dpqailUJJHavttuzUe1KYuBYtChiWv+BAb7mPmQ==", "dev": true }, "caseless": { @@ -7041,9 +7041,9 @@ } }, "electron-to-chromium": { - "version": "1.3.648", - "resolved": "https://registry.npmjs.org/electron-to-chromium/-/electron-to-chromium-1.3.648.tgz", - "integrity": "sha512-4POzwyQ80tkDiBwkxn7IpfzioimrjRSFX1sCQ3pLZsYJ5ERYmwzdq0hZZ3nFP7Z6GtmnSn3xwWDm8FPlMeOoEQ==", + "version": "1.3.642", + "resolved": "https://registry.npmjs.org/electron-to-chromium/-/electron-to-chromium-1.3.642.tgz", + "integrity": "sha512-cev+jOrz/Zm1i+Yh334Hed6lQVOkkemk2wRozfMF4MtTR7pxf3r3L5Rbd7uX1zMcEqVJ7alJBnJL7+JffkC6FQ==", "dev": true }, "elegant-spinner": { @@ -19243,4 +19243,4 @@ "dev": true } } -} +} \ No newline at end of file