Skip to content

Commit

Permalink
chore: Bump dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
medikoo committed Apr 7, 2020
1 parent 8e85fe6 commit 145cd6e
Showing 1 changed file with 11 additions and 11 deletions.
22 changes: 11 additions & 11 deletions package.json
Expand Up @@ -131,20 +131,20 @@
"devDependencies": {
"@commitlint/cli": "^8.3.5",
"@serverless/eslint-config": "^1.2.1",
"@serverless/test": "^3.5.3",
"@serverless/test": "^3.5.5",
"chai": "^4.2.0",
"chai-as-promised": "^7.1.1",
"cli-progress-footer": "^1.1.1",
"eslint": "^6.8.0",
"eslint-plugin-import": "^2.20.1",
"eslint-plugin-import": "^2.20.2",
"git-list-updated": "^1.2.1",
"github-release-from-cc-changelog": "^2.2.0",
"log": "^6.0.0",
"mocha": "^6.2.2",
"mocha": "^6.2.3",
"mocha-lcov-reporter": "^1.3.0",
"mock-require": "^3.0.3",
"nyc": "^14.1.1",
"pkg": "^4.4.4",
"pkg": "^4.4.6",
"prettier": "^1.19.1",
"process-utils": "^3.1.0",
"proxyquire": "^2.1.3",
Expand All @@ -157,20 +157,20 @@
},
"dependencies": {
"@serverless/cli": "^1.4.0",
"@serverless/components": "^2.22.3",
"@serverless/enterprise-plugin": "^3.5.0",
"@serverless/components": "^2.27.0",
"@serverless/enterprise-plugin": "^3.6.3",
"archiver": "^1.3.0",
"async": "^1.5.2",
"aws-sdk": "^2.642.0",
"aws-sdk": "^2.654.0",
"bluebird": "^3.7.2",
"boxen": "^3.2.0",
"cachedir": "^2.3.0",
"chalk": "^2.4.2",
"child-process-ext": "^2.1.0",
"child-process-ext": "^2.1.1",
"ci-info": "^1.6.0",
"d": "^1.0.1",
"dayjs": "^1.8.23",
"decompress": "^4.2.0",
"decompress": "^4.2.1",
"download": "^7.1.0",

This comment has been minimized.

Copy link
@neverendingqs

neverendingqs Apr 7, 2020

Contributor

It might not be an issue since download@7.1.0 depends on decompress@^4.2.0, not decompress@4.2.0, but should download be bumped to at least 8.0.0 for safety (#7402)?

This comment has been minimized.

Copy link
@medikoo

medikoo Apr 7, 2020

Author Contributor

Unfortunately we can't do that in scope of v1, as to not break things we need to maintain Node.js v6 support and download no longer supports it.

See relevant issue: #7486

Anyway I hope we release v2 soon

"essentials": "^1.1.1",
"fast-levenshtein": "^2.0.6",
Expand All @@ -186,7 +186,7 @@
"js-yaml": "^3.13.1",
"json-cycle": "^1.3.0",
"json-refs": "^2.1.7",
"jszip": "^3.2.2",
"jszip": "^3.3.0",
"jwt-decode": "^2.2.0",
"lodash": "^4.17.15",
"memoizee": "^0.4.14",
Expand All @@ -195,7 +195,7 @@
"ncjsm": "^4.0.1",
"node-fetch": "^1.7.3",
"object-hash": "^2.0.3",
"p-limit": "^2.2.2",
"p-limit": "^2.3.0",
"promise-queue": "^2.2.5",
"raven": "^1.2.1",
"rc": "^1.2.8",
Expand Down

0 comments on commit 145cd6e

Please sign in to comment.