From cf477a688c3a93e981aad0df98346e1045070537 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Mon, 17 Feb 2020 08:02:45 +0000 Subject: [PATCH] Bump unist-util-assert from 2.0.0 to 2.0.1 Bumps [unist-util-assert](https://github.com/syntax-tree/unist-util-assert) from 2.0.0 to 2.0.1. - [Release notes](https://github.com/syntax-tree/unist-util-assert/releases) - [Commits](https://github.com/syntax-tree/unist-util-assert/compare/2.0.0...2.0.1) Signed-off-by: dependabot-preview[bot] --- packages/curriculum-compiler-json/package-lock.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/packages/curriculum-compiler-json/package-lock.json b/packages/curriculum-compiler-json/package-lock.json index cf4f0517..d77d35f9 100644 --- a/packages/curriculum-compiler-json/package-lock.json +++ b/packages/curriculum-compiler-json/package-lock.json @@ -4479,9 +4479,9 @@ "integrity": "sha512-I4TpMKqInirL3CG23f1bZyGE/UJecAYHcv586XMLqIkC0iUkI1hi+WZENoaKwdguC0O8nDaYRhHtWjuSjN4HDw==" }, "unist-util-assert": { - "version": "2.0.0", - "resolved": "https://registry.npmjs.org/unist-util-assert/-/unist-util-assert-2.0.0.tgz", - "integrity": "sha512-K+i9yMVmRyN01cxsQr2Z6Olndn8DZA4Bs7GPlCKxZHZw2hNc80sDjn65xfPAOWnGlhssHWdBjpy+CtixvXCLlg==", + "version": "2.0.1", + "resolved": "https://registry.npmjs.org/unist-util-assert/-/unist-util-assert-2.0.1.tgz", + "integrity": "sha512-ea+wwJrIiKpC7LNeaJxhnKII0TQHR+1tXmiDKZ6TC9dDKUAqZANaDimidPWe3fBqZ9ntZYSc3ZdNnErq5PrB2g==", "requires": { "x-is-array": "^0.1.0", "x-is-object": "^0.1.0"