From c584a4569b3eb76b2729444f0a92d1b42130e4a5 Mon Sep 17 00:00:00 2001 From: Joffrey JAFFEUX Date: Thu, 11 Jul 2019 18:27:58 +0200 Subject: [PATCH] DEV: pulls lodash-cli from git, package is not pushed to npm (#7882) --- package.json | 4 ++-- yarn.lock | 17 ++++++++--------- 2 files changed, 10 insertions(+), 11 deletions(-) diff --git a/package.json b/package.json index 5f3b0e7a768..43aee391555 100644 --- a/package.json +++ b/package.json @@ -38,13 +38,13 @@ "chrome-launcher": "^0.10", "chrome-remote-interface": "^0.25", "eslint": "^4.19", + "lodash-cli": "https://github.com/lodash-archive/lodash-cli.git", "pretender": "^1.6", "prettier": "^1.18.2", "puppeteer": "1.16", "qunit": "2.8.0", "route-recognizer": "^0.3.3", - "sinon": "^7.2.5", - "lodash-cli": "^4" + "sinon": "^7.2.5" }, "scripts": { "preinstall": "node -e \"if(process.env.npm_execpath.indexOf('yarn') === -1) throw new Error('NPM is not supported, please use Yarn instead. ')\"" diff --git a/yarn.lock b/yarn.lock index a4d85858b42..8c058476890 100644 --- a/yarn.lock +++ b/yarn.lock @@ -1534,21 +1534,20 @@ linkify-it@^2.0.0: dependencies: uc.micro "^1.0.1" -lodash-cli@^4: - version "4.17.5" - resolved "https://registry.yarnpkg.com/lodash-cli/-/lodash-cli-4.17.5.tgz#1bab72c8c9980febf4fe7a1900b0971ce040dd0b" - integrity sha512-eeQi+oVS76ofP791g4wEGs4B4nyc4fiHboUCc0BzM8qCkLAzqbroewOt98A8ISoY1HH2di00pENNErXf0MWxiw== +"lodash-cli@https://github.com/lodash-archive/lodash-cli.git": + version "4.17.14" + resolved "https://github.com/lodash-archive/lodash-cli.git#169d0651a93bb46edcd23b03f48026f3326dc0bc" dependencies: closure-compiler "0.2.12" glob "7.1.1" - lodash "4.17.5" + lodash "4.17.13" semver "5.3.0" uglify-js "2.7.5" -lodash@4.17.5: - version "4.17.5" - resolved "https://registry.yarnpkg.com/lodash/-/lodash-4.17.5.tgz#99a92d65c0272debe8c96b6057bc8fbfa3bed511" - integrity sha512-svL3uiZf1RwhH+cWrfZn3A4+U58wbP0tGVTLQPbjplZxZ8ROD9VLuNgsRniTlLe7OlSqR79RUehXgpBW/s0IQw== +lodash@4.17.13: + version "4.17.13" + resolved "https://registry.yarnpkg.com/lodash/-/lodash-4.17.13.tgz#0bdc3a6adc873d2f4e0c4bac285df91b64fc7b93" + integrity sha512-vm3/XWXfWtRua0FkUyEHBZy8kCPjErNBT9fJx8Zvs+U6zjqPbTUOpkaoum3O5uiA8sm+yNMHXfYkTUHFoMxFNA== lodash@^4.17.11, lodash@^4.17.4, lodash@^4.2.0, lodash@^4.3.0: version "4.17.14"