From ba80ea3a18467ac5f264db9e141ea9998aa79cd2 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Thu, 25 Mar 2021 14:01:05 +0100 Subject: [PATCH] chore: bump assertthat from 5.2.5 to 5.2.6 (#265) Bumps [assertthat](https://github.com/thenativeweb/assertthat) from 5.2.5 to 5.2.6. - [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/5.2.5...5.2.6) Signed-off-by: dependabot-preview[bot] Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com> --- package-lock.json | 6 +++--- package.json | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/package-lock.json b/package-lock.json index 401614d..73f8360 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1400,9 +1400,9 @@ "dev": true }, "assertthat": { - "version": "5.2.5", - "resolved": "https://registry.npmjs.org/assertthat/-/assertthat-5.2.5.tgz", - "integrity": "sha512-pUv5Z9lMnL6cTJHXAZwcb2K3ui7rzt1HBHVfbtuzgfvgO8yDiUZxO/GB6pBHX9AJ2OVutVWMtOgg0UQb2lyXuA==", + "version": "5.2.6", + "resolved": "https://registry.npmjs.org/assertthat/-/assertthat-5.2.6.tgz", + "integrity": "sha512-UHXpBBJ3UPV1tbwYRfflEO2pnsgcxzwNr1c7s/adovIj7JxsAwrG49D3T+/iuhSTpvmmeujhujFb/YVfPSbdkQ==", "dev": true, "requires": { "@types/stringify-object": "3.3.0", diff --git a/package.json b/package.json index 998bbd4..9dfb257 100644 --- a/package.json +++ b/package.json @@ -16,7 +16,7 @@ "types": "build/lib/streamToArray.d.ts", "dependencies": {}, "devDependencies": { - "assertthat": "5.2.5", + "assertthat": "5.2.6", "roboter": "11.6.30", "semantic-release-configuration": "1.0.36" },