diff --git a/node_modules/libcipm/CHANGELOG.md b/node_modules/libcipm/CHANGELOG.md
index 80411f300698c..985d6df39e5f7 100644
--- a/node_modules/libcipm/CHANGELOG.md
+++ b/node_modules/libcipm/CHANGELOG.md
@@ -2,6 +2,16 @@
All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
+
+## [4.0.8](https://github.com/npm/libcipm/compare/v4.0.7...v4.0.8) (2020-03-25)
+
+
+### Bug Fixes
+
+* add repo to bin pkg, bump to 2.0.1 ([ed2d735](https://github.com/npm/libcipm/commit/ed2d735))
+
+
+
## [4.0.7](https://github.com/npm/libcipm/compare/v4.0.4...v4.0.7) (2019-10-09)
diff --git a/node_modules/libcipm/README.md b/node_modules/libcipm/README.md
index 3dd9cbe149220..2316f0eaabf85 100644
--- a/node_modules/libcipm/README.md
+++ b/node_modules/libcipm/README.md
@@ -1,4 +1,9 @@
-[![npm](https://img.shields.io/npm/v/libcipm.svg)](https://npm.im/libcipm) [![license](https://img.shields.io/npm/l/libcipm.svg)](https://npm.im/libcipm) [![Travis](https://img.shields.io/travis/npm/libcipm.svg)](https://travis-ci.org/npm/libcipm) [![AppVeyor](https://ci.appveyor.com/api/projects/status/github/npm/libcipm?svg=true)](https://ci.appveyor.com/project/npm/libcipm) [![Coverage Status](https://coveralls.io/repos/github/npm/libcipm/badge.svg?branch=latest)](https://coveralls.io/github/npm/libcipm?branch=latest)
+# Note: pending imminent deprecation
+
+**This module will be deprecated once npm v7 is released. Please do not rely
+on it more than absolutely necessary.**
+
+----
[`libcipm`](https://github.com/npm/libcipm) installs npm projects in a way that's
optimized for continuous integration/deployment/etc scenarios. It gives up
@@ -16,7 +21,6 @@ For documentation about the associated command-line tool, see
## Table of Contents
* [Features](#features)
-* [Contributing](#contributing)
* [API](#api)
### Features
@@ -26,12 +30,3 @@ For documentation about the associated command-line tool, see
* blazing fast
* npm-compatible caching
* errors if `package.json` and `package-lock.json` are out of sync, instead of fixing it like npm does. Essentially provides a `--frozen` install.
-
-### Contributing
-
-The libcipm team enthusiastically welcomes contributions and project
-participation! There's a bunch of things you can do if you want to contribute!
-The [Contributor Guide](CONTRIBUTING.md) has all the information you need for
-everything from reporting bugs to contributing entire new features. Please don't
-hesitate to jump in if you'd like to, or even ask us questions if something
-isn't clear.
diff --git a/node_modules/libcipm/package.json b/node_modules/libcipm/package.json
index 1411b40950004..f2317ba5f5fe8 100644
--- a/node_modules/libcipm/package.json
+++ b/node_modules/libcipm/package.json
@@ -1,28 +1,28 @@
{
- "_from": "libcipm@4.0.7",
- "_id": "libcipm@4.0.7",
+ "_from": "libcipm@4.0.8",
+ "_id": "libcipm@4.0.8",
"_inBundle": false,
- "_integrity": "sha512-fTq33otU3PNXxxCTCYCYe7V96o59v/o7bvtspmbORXpgFk+wcWrGf5x6tBgui5gCed/45/wtPomBsZBYm5KbIw==",
+ "_integrity": "sha512-IN3hh2yDJQtZZ5paSV4fbvJg4aHxCCg5tcZID/dSVlTuUiWktsgaldVljJv6Z5OUlYspx6xQkbR0efNodnIrOA==",
"_location": "/libcipm",
"_phantomChildren": {},
"_requested": {
"type": "version",
"registry": true,
- "raw": "libcipm@4.0.7",
+ "raw": "libcipm@4.0.8",
"name": "libcipm",
"escapedName": "libcipm",
- "rawSpec": "4.0.7",
+ "rawSpec": "4.0.8",
"saveSpec": null,
- "fetchSpec": "4.0.7"
+ "fetchSpec": "4.0.8"
},
"_requiredBy": [
"#USER",
"/"
],
- "_resolved": "https://registry.npmjs.org/libcipm/-/libcipm-4.0.7.tgz",
- "_shasum": "76cd675c98bdaae64db88b782b01b804b6d02c8a",
- "_spec": "libcipm@4.0.7",
- "_where": "/Users/mperrotte/npminc/cli",
+ "_resolved": "https://registry.npmjs.org/libcipm/-/libcipm-4.0.8.tgz",
+ "_shasum": "dcea4919e10dfbce420327e63901613b9141bc89",
+ "_spec": "libcipm@4.0.8",
+ "_where": "/Users/claudiahdz/npm/cli",
"author": {
"name": "Kat Marchán",
"email": "kzm@sykosomatic.org"
@@ -46,7 +46,7 @@
"find-npm-prefix": "^1.0.2",
"graceful-fs": "^4.1.11",
"ini": "^1.3.5",
- "lock-verify": "^2.0.2",
+ "lock-verify": "^2.1.0",
"mkdirp": "^0.5.1",
"npm-lifecycle": "^3.0.0",
"npm-logical-tree": "^1.2.1",
@@ -65,9 +65,7 @@
"standard": "^11.0.1",
"standard-version": "^4.4.0",
"tacks": "^1.2.6",
- "tap": "^12.0.1",
- "weallbehave": "^1.2.0",
- "weallcontribute": "^1.0.8"
+ "tap": "^12.0.1"
},
"files": [
"*.js",
@@ -92,9 +90,7 @@
"prerelease": "npm t",
"pretest": "standard",
"release": "standard-version -s",
- "test": "tap -J --nyc-arg=--all --coverage test/specs",
- "update-coc": "weallbehave -o . && git add CODE_OF_CONDUCT.md && git commit -m 'docs(coc): updated CODE_OF_CONDUCT.md'",
- "update-contrib": "weallcontribute -o . && git add CONTRIBUTING.md && git commit -m 'docs(contributing): updated CONTRIBUTING.md'"
+ "test": "tap -J --nyc-arg=--all --coverage test/specs"
},
- "version": "4.0.7"
+ "version": "4.0.8"
}
diff --git a/package-lock.json b/package-lock.json
index f7b6c23b35062..658fc49d633d5 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -2844,9 +2844,9 @@
}
},
"libcipm": {
- "version": "4.0.7",
- "resolved": "https://registry.npmjs.org/libcipm/-/libcipm-4.0.7.tgz",
- "integrity": "sha512-fTq33otU3PNXxxCTCYCYe7V96o59v/o7bvtspmbORXpgFk+wcWrGf5x6tBgui5gCed/45/wtPomBsZBYm5KbIw==",
+ "version": "4.0.8",
+ "resolved": "https://registry.npmjs.org/libcipm/-/libcipm-4.0.8.tgz",
+ "integrity": "sha512-IN3hh2yDJQtZZ5paSV4fbvJg4aHxCCg5tcZID/dSVlTuUiWktsgaldVljJv6Z5OUlYspx6xQkbR0efNodnIrOA==",
"requires": {
"bin-links": "^1.1.2",
"bluebird": "^3.5.1",
@@ -2854,7 +2854,7 @@
"find-npm-prefix": "^1.0.2",
"graceful-fs": "^4.1.11",
"ini": "^1.3.5",
- "lock-verify": "^2.0.2",
+ "lock-verify": "^2.1.0",
"mkdirp": "^0.5.1",
"npm-lifecycle": "^3.0.0",
"npm-logical-tree": "^1.2.1",
diff --git a/package.json b/package.json
index a3d57dd1ff3ac..b75686e6f030e 100644
--- a/package.json
+++ b/package.json
@@ -73,7 +73,7 @@
"is-cidr": "^3.0.0",
"json-parse-better-errors": "^1.0.2",
"lazy-property": "~1.0.0",
- "libcipm": "^4.0.7",
+ "libcipm": "^4.0.8",
"libnpm": "^3.0.1",
"libnpmaccess": "^3.0.2",
"libnpmhook": "^5.0.3",