From 484ae0881463dace5d01de2b6c529fbbd9dd6743 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 8 Oct 2020 17:34:53 +0000 Subject: [PATCH] Bump @postman/shipit from 0.1.0 to 0.2.0 Bumps [@postman/shipit](https://github.com/postmanlabs/shipit) from 0.1.0 to 0.2.0. - [Release notes](https://github.com/postmanlabs/shipit/releases) - [Commits](https://github.com/postmanlabs/shipit/compare/v0.1.0...v0.2.0) Signed-off-by: dependabot[bot] --- package-lock.json | 20 +++++++++----------- package.json | 2 +- 2 files changed, 10 insertions(+), 12 deletions(-) diff --git a/package-lock.json b/package-lock.json index b8d8af2..d4ca8c1 100644 --- a/package-lock.json +++ b/package-lock.json @@ -365,9 +365,9 @@ "dev": true }, "@postman/shipit": { - "version": "0.1.0", - "resolved": "https://registry.npmjs.org/@postman/shipit/-/shipit-0.1.0.tgz", - "integrity": "sha512-CX3b8kAW8nlswdLgPz/2qMwwRx4rp/kZum6+E8s9J+xaeXexpug8X8RAGvyh9yF0nljd946znrJf7lCumhjBzA==", + "version": "0.2.0", + "resolved": "https://registry.npmjs.org/@postman/shipit/-/shipit-0.2.0.tgz", + "integrity": "sha512-0N7QeqgzjMIdDcmZnqkb1hwimvLPj/fJ+fn3XaHpAG8u6Fwf8M+WN4iY5pw1xAZTmkq7Xj65Tdiz20l6Z3gSSQ==", "dev": true, "requires": { "yankee": "1.0.8" @@ -630,6 +630,12 @@ "integrity": "sha512-+Ryf6g3BKoRc7jfp7ad8tM4TtMiaWvbF/1/sQcZPkkS7ag3D5nMBCe2UfOTONtAkaG0tO0ij3C5Lwmf1EiyjHg==", "dev": true }, + "async": { + "version": "1.5.2", + "resolved": "https://registry.npmjs.org/async/-/async-1.5.2.tgz", + "integrity": "sha1-7GphrlZIDAw8skHJVhjiCJL5Zyo=", + "dev": true + }, "async-each": { "version": "1.0.3", "resolved": "https://registry.npmjs.org/async-each/-/async-each-1.0.3.tgz", @@ -2721,14 +2727,6 @@ "dev": true, "requires": { "async": "~1.5" - }, - "dependencies": { - "async": { - "version": "1.5.2", - "resolved": "https://registry.npmjs.org/async/-/async-1.5.2.tgz", - "integrity": "sha1-7GphrlZIDAw8skHJVhjiCJL5Zyo=", - "dev": true - } } }, "hash-base": { diff --git a/package.json b/package.json index e8deddb..b5e63f2 100644 --- a/package.json +++ b/package.json @@ -30,7 +30,7 @@ "test-unit": "nyc --nycrc-path=.nycrc.js node npm/test-unit.js" }, "devDependencies": { - "@postman/shipit": "0.1.0", + "@postman/shipit": "0.2.0", "browserify": "^16.5.2", "chai": "^4.2.0", "chalk": "^4.1.0",