From cf5bf1830e86bf70e5dea97aa0055e9d46c06262 Mon Sep 17 00:00:00 2001 From: Piotr Grzesik Date: Tue, 22 Dec 2020 10:10:05 +0100 Subject: [PATCH] chore: Bump dependencies --- package.json | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/package.json b/package.json index c20191b78..f33215356 100644 --- a/package.json +++ b/package.json @@ -29,14 +29,14 @@ "ajv": "^6.12.6", "ajv-keywords": "^3.5.2", "archiver": "^5.1.0", - "aws-sdk": "^2.813.0", + "aws-sdk": "^2.815.0", "bluebird": "^3.7.2", "boxen": "^4.2.0", "cachedir": "^2.3.0", "chalk": "^4.1.0", "child-process-ext": "^2.1.1", "d": "^1.0.1", - "dayjs": "^1.9.6", + "dayjs": "^1.9.7", "decompress": "^4.2.1", "dotenv": "^8.2.0", "download": "^8.0.0", @@ -46,12 +46,12 @@ "fs-extra": "^9.0.1", "get-stdin": "^8.0.0", "globby": "^11.0.1", - "got": "^11.8.0", + "got": "^11.8.1", "graceful-fs": "^4.2.4", "https-proxy-agent": "^5.0.0", "is-docker": "^2.1.1", "is-wsl": "^2.2.0", - "js-yaml": "^3.14.0", + "js-yaml": "^3.14.1", "json-cycle": "^1.3.0", "json-refs": "^3.0.15", "lodash": "^4.17.20", @@ -69,7 +69,7 @@ "timers-ext": "^0.1.7", "type": "^2.1.0", "untildify": "^4.0.0", - "uuid": "^8.3.1", + "uuid": "^8.3.2", "yaml-ast-parser": "0.0.43", "yargs-parser": "^20.2.4" }, @@ -80,13 +80,13 @@ "chai": "^4.2.0", "chai-as-promised": "^7.1.1", "cos-nodejs-sdk-v5": "^2.8.3", - "eslint": "^7.14.0", + "eslint": "^7.16.0", "eslint-plugin-import": "^2.22.1", "git-list-updated": "^1.2.1", "github-release-from-cc-changelog": "^2.2.0", - "husky": "^4.3.0", + "husky": "^4.3.6", "jszip": "^3.5.0", - "lint-staged": "^10.5.2", + "lint-staged": "^10.5.3", "log": "^6.0.0", "log-node": "^7.0.0", "mocha": "^6.2.3", @@ -101,7 +101,7 @@ "sinon-chai": "^3.5.0", "standard-version": "^9.0.0", "strip-ansi": "^5.2.0", - "ws": "^7.4.0", + "ws": "^7.4.1", "xml2js": "^0.4.23" }, "eslintConfig": {