summaryrefslogtreecommitdiff
path: root/deps/npm/node_modules/libnpmhook
diff options
context:
space:
mode:
Diffstat (limited to 'deps/npm/node_modules/libnpmhook')
-rw-r--r--deps/npm/node_modules/libnpmhook/CHANGELOG.md5
-rw-r--r--deps/npm/node_modules/libnpmhook/package.json24
2 files changed, 17 insertions, 12 deletions
diff --git a/deps/npm/node_modules/libnpmhook/CHANGELOG.md b/deps/npm/node_modules/libnpmhook/CHANGELOG.md
index 251d1f996d..4121122e0b 100644
--- a/deps/npm/node_modules/libnpmhook/CHANGELOG.md
+++ b/deps/npm/node_modules/libnpmhook/CHANGELOG.md
@@ -2,6 +2,11 @@
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.
+<a name="5.0.3"></a>
+## [5.0.3](https://github.com/npm/libnpmhook/compare/v5.0.2...v5.0.3) (2019-07-16)
+
+
+
<a name="5.0.2"></a>
## [5.0.2](https://github.com/npm/libnpmhook/compare/v5.0.1...v5.0.2) (2018-08-24)
diff --git a/deps/npm/node_modules/libnpmhook/package.json b/deps/npm/node_modules/libnpmhook/package.json
index ebcc752a3c..20f5e28868 100644
--- a/deps/npm/node_modules/libnpmhook/package.json
+++ b/deps/npm/node_modules/libnpmhook/package.json
@@ -1,28 +1,28 @@
{
- "_from": "libnpmhook@5.0.2",
- "_id": "libnpmhook@5.0.2",
+ "_from": "libnpmhook@5.0.3",
+ "_id": "libnpmhook@5.0.3",
"_inBundle": false,
- "_integrity": "sha512-vLenmdFWhRfnnZiNFPNMog6CK7Ujofy2TWiM2CrpZUjBRIhHkJeDaAbJdYCT6W4lcHtyrJR8yXW8KFyq6UAp1g==",
+ "_integrity": "sha512-UdNLMuefVZra/wbnBXECZPefHMGsVDTq5zaM/LgKNE9Keyl5YXQTnGAzEo+nFOpdRqTWI9LYi4ApqF9uVCCtuA==",
"_location": "/libnpmhook",
"_phantomChildren": {},
"_requested": {
"type": "version",
"registry": true,
- "raw": "libnpmhook@5.0.2",
+ "raw": "libnpmhook@5.0.3",
"name": "libnpmhook",
"escapedName": "libnpmhook",
- "rawSpec": "5.0.2",
+ "rawSpec": "5.0.3",
"saveSpec": null,
- "fetchSpec": "5.0.2"
+ "fetchSpec": "5.0.3"
},
"_requiredBy": [
"#USER",
"/"
],
- "_resolved": "https://registry.npmjs.org/libnpmhook/-/libnpmhook-5.0.2.tgz",
- "_shasum": "d12817b0fb893f36f1d5be20017f2aea25825d94",
- "_spec": "libnpmhook@5.0.2",
- "_where": "/Users/aeschright/code/cli",
+ "_resolved": "https://registry.npmjs.org/libnpmhook/-/libnpmhook-5.0.3.tgz",
+ "_shasum": "4020c0f5edbf08ebe395325caa5ea01885b928f7",
+ "_spec": "libnpmhook@5.0.3",
+ "_where": "/Users/isaacs/dev/npm/cli",
"author": {
"name": "Kat Marchán",
"email": "kzm@sykosomatic.org"
@@ -35,7 +35,7 @@
"aproba": "^2.0.0",
"figgy-pudding": "^3.4.1",
"get-stream": "^4.0.0",
- "npm-registry-fetch": "^3.8.0"
+ "npm-registry-fetch": "^4.0.0"
},
"deprecated": false,
"description": "programmatic API for managing npm registry hooks",
@@ -74,5 +74,5 @@
"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'"
},
- "version": "5.0.2"
+ "version": "5.0.3"
}