From 1b3f8f025ccd656a221514dded5659c51b5d6408 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 7 Jun 2021 09:24:11 +0200 Subject: [PATCH] chore: bump assertthat from 6.3.0 to 6.3.1 (#308) Bumps [assertthat](https://github.com/thenativeweb/assertthat) from 6.3.0 to 6.3.1. - [Release notes](https://github.com/thenativeweb/assertthat/releases) - [Changelog](https://github.com/thenativeweb/assertthat/blob/main/CHANGELOG.md) - [Commits](https://github.com/thenativeweb/assertthat/compare/6.3.0...6.3.1) --- updated-dependencies: - dependency-name: assertthat dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- package-lock.json | 14 ++++---------- package.json | 2 +- 2 files changed, 5 insertions(+), 11 deletions(-) diff --git a/package-lock.json b/package-lock.json index 5347e79..925826c 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1410,15 +1410,15 @@ "dev": true }, "assertthat": { - "version": "6.3.0", - "resolved": "https://registry.npmjs.org/assertthat/-/assertthat-6.3.0.tgz", - "integrity": "sha512-BYGyCibuQT/ePhTAsYpSjDil3L0MAHUXytwkeaDVY19urf6KT3bQcSsCTzHbeemfR+1vRLmC03aeoH2HbKDPYQ==", + "version": "6.3.1", + "resolved": "https://registry.npmjs.org/assertthat/-/assertthat-6.3.1.tgz", + "integrity": "sha512-/JCJLfmf/4HBXafSKLg2I9U6yMmj9LTlY/D6oOuK5Du9D5JLarW3wV8A1fUwVbog3jV0tzfcl1u+JuN1o3SNJA==", "dev": true, "requires": { "@types/uuid": "8.3.0", "chalk": "4.1.1", "common-tags": "1.8.0", - "defekt": "7.1.2", + "defekt": "7.2.0", "typedescriptor": "4.0.3", "uuid": "8.3.2" }, @@ -1432,12 +1432,6 @@ "ansi-styles": "^4.1.0", "supports-color": "^7.1.0" } - }, - "defekt": { - "version": "7.1.2", - "resolved": "https://registry.npmjs.org/defekt/-/defekt-7.1.2.tgz", - "integrity": "sha512-IeVo+mSGb5axARe+j2Nae0KmwSbD0v3slmoxYNxAzH0CVCDqtRpmzg24+QHYDa9hYJHRf5GZaOuA6I4RAbEHOw==", - "dev": true } } }, diff --git a/package.json b/package.json index 69d1091..6f1f826 100644 --- a/package.json +++ b/package.json @@ -18,7 +18,7 @@ "defekt": "7.2.0" }, "devDependencies": { - "assertthat": "6.3.0", + "assertthat": "6.3.1", "roboter": "11.7.1", "semantic-release-configuration": "2.0.1" },