From e4ffc6a2bfb8d0b7047cb6692030484760fc8c91 Mon Sep 17 00:00:00 2001 From: Audrey Eschright Date: Tue, 8 Jan 2019 13:12:58 -0800 Subject: [PATCH] unique-filename@1.1.1 --- node_modules/unique-filename/.npmignore | 5 ---- node_modules/unique-filename/LICENSE | 5 ++++ node_modules/unique-filename/package.json | 36 ++++++++++------------- package-lock.json | 6 ++-- package.json | 2 +- 5 files changed, 24 insertions(+), 30 deletions(-) delete mode 100644 node_modules/unique-filename/.npmignore create mode 100644 node_modules/unique-filename/LICENSE diff --git a/node_modules/unique-filename/.npmignore b/node_modules/unique-filename/.npmignore deleted file mode 100644 index 1ab9fa63f542d..0000000000000 --- a/node_modules/unique-filename/.npmignore +++ /dev/null @@ -1,5 +0,0 @@ -*~ -.#* -DEADJOE - -node_modules diff --git a/node_modules/unique-filename/LICENSE b/node_modules/unique-filename/LICENSE new file mode 100644 index 0000000000000..69619c125ea7e --- /dev/null +++ b/node_modules/unique-filename/LICENSE @@ -0,0 +1,5 @@ +Copyright npm, Inc + +Permission to use, copy, modify, and/or distribute this software for any purpose with or without fee is hereby granted, provided that the above copyright notice and this permission notice appear in all copies. + +THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. diff --git a/node_modules/unique-filename/package.json b/node_modules/unique-filename/package.json index f0b7074b28790..293cc3489c3b2 100644 --- a/node_modules/unique-filename/package.json +++ b/node_modules/unique-filename/package.json @@ -1,36 +1,28 @@ { - "_args": [ - [ - "unique-filename@1.1.0", - "/Users/rebecca/code/npm" - ] - ], - "_from": "unique-filename@1.1.0", - "_id": "unique-filename@1.1.0", + "_from": "unique-filename@1.1.1", + "_id": "unique-filename@1.1.1", "_inBundle": false, - "_integrity": "sha1-0F8v5AMlYIcfMOk8vnNe6iAVFPM=", + "_integrity": "sha512-Vmp0jIp2ln35UTXuryvjzkjGdRyf9b2lTXuSYUiPmzRcl3FDtYqAwOnTJkAngD9SWhnoJzDbTKwaOrZ+STtxNQ==", "_location": "/unique-filename", "_phantomChildren": {}, "_requested": { "type": "version", "registry": true, - "raw": "unique-filename@1.1.0", + "raw": "unique-filename@1.1.1", "name": "unique-filename", "escapedName": "unique-filename", - "rawSpec": "1.1.0", + "rawSpec": "1.1.1", "saveSpec": null, - "fetchSpec": "1.1.0" + "fetchSpec": "1.1.1" }, "_requiredBy": [ - "/", - "/cacache", - "/npm-profile/cacache", - "/npm-registry-fetch/cacache", - "/pacote" + "#USER", + "/" ], - "_resolved": "https://registry.npmjs.org/unique-filename/-/unique-filename-1.1.0.tgz", - "_spec": "1.1.0", - "_where": "/Users/rebecca/code/npm", + "_resolved": "https://registry.npmjs.org/unique-filename/-/unique-filename-1.1.1.tgz", + "_shasum": "1d69769369ada0583103a1e6ae87681b56573230", + "_spec": "unique-filename@1.1.1", + "_where": "/Users/aeschright/code/cli", "author": { "name": "Rebecca Turner", "email": "me@re-becca.org", @@ -39,9 +31,11 @@ "bugs": { "url": "https://github.com/iarna/unique-filename/issues" }, + "bundleDependencies": false, "dependencies": { "unique-slug": "^2.0.0" }, + "deprecated": false, "description": "Generate a unique filename for use in temporary directories or caches.", "devDependencies": { "standard": "^5.4.1", @@ -59,5 +53,5 @@ "scripts": { "test": "standard && tap test" }, - "version": "1.1.0" + "version": "1.1.1" } diff --git a/package-lock.json b/package-lock.json index 74c15603f8216..3ff93209382be 100644 --- a/package-lock.json +++ b/package-lock.json @@ -7556,9 +7556,9 @@ "dev": true }, "unique-filename": { - "version": "1.1.0", - "resolved": "https://registry.npmjs.org/unique-filename/-/unique-filename-1.1.0.tgz", - "integrity": "sha1-0F8v5AMlYIcfMOk8vnNe6iAVFPM=", + "version": "1.1.1", + "resolved": "https://registry.npmjs.org/unique-filename/-/unique-filename-1.1.1.tgz", + "integrity": "sha512-Vmp0jIp2ln35UTXuryvjzkjGdRyf9b2lTXuSYUiPmzRcl3FDtYqAwOnTJkAngD9SWhnoJzDbTKwaOrZ+STtxNQ==", "requires": { "unique-slug": "^2.0.0" } diff --git a/package.json b/package.json index 386ba3d8b63e0..d7ae101c3c3b8 100644 --- a/package.json +++ b/package.json @@ -132,7 +132,7 @@ "tiny-relative-date": "^1.3.0", "uid-number": "0.0.6", "umask": "~1.1.0", - "unique-filename": "~1.1.0", + "unique-filename": "^1.1.1", "unpipe": "~1.0.0", "update-notifier": "^2.5.0", "uuid": "^3.3.2",