Skip to content

Instantly share code, notes, and snippets.

@chrmoritz
Last active November 28, 2017 13:56
Show Gist options
  • Select an option

  • Save chrmoritz/965365c1fbcab38720f004fa40b30a84 to your computer and use it in GitHub Desktop.

Select an option

Save chrmoritz/965365c1fbcab38720f004fa40b30a84 to your computer and use it in GitHub Desktop.
diff --git a/node_modules/tar/node_modules/minizlib/package.json b/node_modules/tar/node_modules/minizlib/package.json
index 0a41e31..ae7fb89 100644
--- a/node_modules/tar/node_modules/minizlib/package.json
+++ b/node_modules/tar/node_modules/minizlib/package.json
@@ -1,27 +1,27 @@
{
- "_from": "[email protected]",
- "_id": "[email protected]",
+ "_from": "minizlib@^1.0.3",
+ "_id": "[email protected]",
"_inBundle": true,
- "_integrity": "sha512-sN4U9tIJtBRwKbwgFh9qJfrPIQ/GGTRr1MGqkgOeMTLy8/lM0FcWU//FqlnZ3Vb7gJ+Mxh3FOg1EklibdajbaQ==",
+ "_integrity": "sha1-1cGr93vhVGGZUuJTM27Mq5sqMvU=",
"_location": "/npm/tar/minizlib",
"_phantomChildren": {},
"_requested": {
- "type": "version",
+ "type": "range",
"registry": true,
- "raw": "[email protected]",
+ "raw": "minizlib@^1.0.3",
"name": "minizlib",
"escapedName": "minizlib",
- "rawSpec": "1.0.4",
+ "rawSpec": "^1.0.3",
"saveSpec": null,
- "fetchSpec": "1.0.4"
+ "fetchSpec": "^1.0.3"
},
"_requiredBy": [
"/npm/tar"
],
- "_resolved": "https://registry.npmjs.org/minizlib/-/minizlib-1.0.4.tgz",
- "_shasum": "8ebb51dd8bbe40b0126b5633dbb36b284a2f523c",
- "_spec": "[email protected]",
- "_where": "/Users/rebecca/code/npm",
+ "_resolved": "https://registry.npmjs.org/minizlib/-/minizlib-1.0.3.tgz",
+ "_shasum": "d5c1abf77be154619952e253336eccab9b2a32f5",
+ "_spec": "minizlib@^1.0.3",
+ "_where": "/Users/rebecca/code/npm/node_modules/tar",
"author": {
"name": "Isaac Z. Schlueter",
"email": "[email protected]",
@@ -32,12 +32,12 @@
},
"bundleDependencies": false,
"dependencies": {
- "minipass": "^2.2.1"
+ "minipass": "^2.0.0"
},
"deprecated": false,
"description": "A small fast zlib stream built on [minipass](http://npm.im/minipass) and Node.js's zlib binding.",
"devDependencies": {
- "tap": "^10.7.2"
+ "tap": "^10.3.0"
},
"files": [
"index.js",
@@ -67,5 +67,5 @@
"preversion": "npm test",
"test": "tap test/*.js --100 -J"
},
- "version": "1.0.4"
+ "version": "1.0.3"
}
diff --git a/node_modules/tar/package.json b/node_modules/tar/package.json
index d68b63a..6c89ffd 100644
--- a/node_modules/tar/package.json
+++ b/node_modules/tar/package.json
@@ -35,7 +36,7 @@
"dependencies": {
"chownr": "^1.0.1",
"minipass": "^2.2.1",
- "minizlib": "^1.0.4",
+ "minizlib": "^1.0.3",
"mkdirp": "^0.5.0",
"yallist": "^3.0.2"
},
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment