From bd55bac5044efbda8a21061efd4ada6d997275f4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" Date: Mon, 22 Apr 2019 07:54:11 -0700 Subject: [PATCH] build(deps): bump mime-types from 2.1.23 to 2.1.24 (#799) * build(deps): bump mime-types from 2.1.23 to 2.1.24 Bumps [mime-types](https://github.com/jshttp/mime-types) from 2.1.23 to 2.1.24. - [Release notes](https://github.com/jshttp/mime-types/releases) - [Changelog](https://github.com/jshttp/mime-types/blob/master/HISTORY.md) - [Commits](https://github.com/jshttp/mime-types/compare/2.1.23...2.1.24) Signed-off-by: dependabot[bot] * Upgrade the github publisher package too --- package.json | 2 +- packages/publisher/github/package.json | 2 +- yarn.lock | 18 +++++++++--------- 3 files changed, 11 insertions(+), 11 deletions(-) diff --git a/package.json b/package.json index c418653cb..ddc1e34c0 100644 --- a/package.json +++ b/package.json @@ -65,7 +65,7 @@ "lodash.merge": "^4.6.0", "lodash.template": "^4.4.0", "log-symbols": "^2.0.0", - "mime-types": "^2.1.23", + "mime-types": "^2.1.24", "node-fetch": "^2.0.0", "node-gyp": "^3.4.0", "nugget": "^2.0.1", diff --git a/packages/publisher/github/package.json b/packages/publisher/github/package.json index 8c5d5f0b7..cc92cab02 100644 --- a/packages/publisher/github/package.json +++ b/packages/publisher/github/package.json @@ -23,6 +23,6 @@ "@octokit/rest": "^16.25.0", "fs-extra": "^7.0.0", "lodash.merge": "^4.6.0", - "mime-types": "^2.1.23" + "mime-types": "^2.1.24" } } \ No newline at end of file diff --git a/yarn.lock b/yarn.lock index 58e10581e..9a0051050 100644 --- a/yarn.lock +++ b/yarn.lock @@ -5703,17 +5703,17 @@ miller-rabin@^4.0.0: bn.js "^4.0.0" brorand "^1.0.1" -mime-db@~1.39.0: - version "1.39.0" - resolved "https://registry.yarnpkg.com/mime-db/-/mime-db-1.39.0.tgz#f95a20275742f7d2ad0429acfe40f4233543780e" - integrity sha512-DTsrw/iWVvwHH+9Otxccdyy0Tgiil6TWK/xhfARJZF/QFhwOgZgOIvA2/VIGpM8U7Q8z5nDmdDWC6tuVMJNibw== +mime-db@1.40.0: + version "1.40.0" + resolved "https://registry.yarnpkg.com/mime-db/-/mime-db-1.40.0.tgz#a65057e998db090f732a68f6c276d387d4126c32" + integrity sha512-jYdeOMPy9vnxEqFRRo6ZvTZ8d9oPb+k18PKoYNYUe2stVEBPPwsln/qWzdbmaIvnhZ9v2P+CuecK+fpUfsV2mA== -mime-types@^2.1.12, mime-types@^2.1.23, mime-types@~2.1.18, mime-types@~2.1.19: - version "2.1.23" - resolved "https://registry.yarnpkg.com/mime-types/-/mime-types-2.1.23.tgz#d4eacd87de99348a6858fe1e479aad877388d977" - integrity sha512-ROk/m+gMVSrRxTkMlaQOvFmFmYDc7sZgrjjM76abqmd2Cc5fCV7jAMA5XUccEtJ3cYiYdgixUVI+fApc2LkXlw== +mime-types@^2.1.12, mime-types@^2.1.24, mime-types@~2.1.18, mime-types@~2.1.19: + version "2.1.24" + resolved "https://registry.yarnpkg.com/mime-types/-/mime-types-2.1.24.tgz#b6f8d0b3e951efb77dedeca194cff6d16f676f81" + integrity sha512-WaFHS3MCl5fapm3oLxU4eYDw77IQM2ACcxQ9RIxfaC3ooc6PFuBMGZZsYpvoXS5D5QTWPieo1jjLdAm3TBP3cQ== dependencies: - mime-db "~1.39.0" + mime-db "1.40.0" mime@1.4.1: version "1.4.1"