Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/npm/cli.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGar <gar+gh@danger.computer>2021-02-12 02:21:47 +0300
committerGar <gar+gh@danger.computer>2021-02-12 02:25:14 +0300
commit554d91cdf82e9c92c2ac3752ed91e7081c2271e5 (patch)
tree4297252545b35ea2dae22cdca1de6529b7714306 /node_modules/mime-db/package.json
parente998811170ce5df00a725b2d683b4bff124c6792 (diff)
chore(package-lock): rebuild package-lock
This pulls in, installs, and de-dupes our subdependencies. Notable updates are promise-retry and @npmcli/move-file which had new versions but we had no way to update and/or dedupe We also manually removed uuid from our package.json which was only added in the past to try to get around this same deduping issue
Diffstat (limited to 'node_modules/mime-db/package.json')
-rw-r--r--node_modules/mime-db/package.json12
1 files changed, 6 insertions, 6 deletions
diff --git a/node_modules/mime-db/package.json b/node_modules/mime-db/package.json
index dd40869ba..243b45f79 100644
--- a/node_modules/mime-db/package.json
+++ b/node_modules/mime-db/package.json
@@ -1,7 +1,7 @@
{
"name": "mime-db",
"description": "Media Type Database",
- "version": "1.44.0",
+ "version": "1.45.0",
"contributors": [
"Douglas Christopher Wilson <doug@somethingdoug.com>",
"Jonathan Ong <me@jongleberry.com> (http://jongleberry.com)",
@@ -22,17 +22,17 @@
"bluebird": "3.7.2",
"co": "4.6.0",
"cogent": "1.0.1",
- "csv-parse": "4.8.9",
- "eslint": "6.8.0",
+ "csv-parse": "4.12.0",
+ "eslint": "7.9.0",
"eslint-config-standard": "14.1.1",
- "eslint-plugin-import": "2.20.2",
+ "eslint-plugin-import": "2.22.0",
"eslint-plugin-markdown": "1.0.2",
"eslint-plugin-node": "11.1.0",
"eslint-plugin-promise": "4.2.1",
"eslint-plugin-standard": "4.0.1",
"gnode": "0.1.2",
- "mocha": "7.1.1",
- "nyc": "15.0.1",
+ "mocha": "8.1.3",
+ "nyc": "15.1.0",
"raw-body": "2.4.1",
"stream-to-array": "2.3.0"
},