From ad324f64da6f7c2a25f119f20ff6316bcb150c54 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Fri, 18 Jun 2021 08:30:01 +0000 Subject: [PATCH] chore(deps-dev): bump json from 10.0.0 to 11.0.0 Bumps [json](https://github.com/trentm/json) from 10.0.0 to 11.0.0. - [Release notes](https://github.com/trentm/json/releases) - [Changelog](https://github.com/trentm/json/blob/master/CHANGES.md) - [Commits](https://github.com/trentm/json/compare/10.0.0...11.0.0) Signed-off-by: dependabot-preview[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 72c51eb108..afcfa3c5f9 100644 --- a/package.json +++ b/package.json @@ -59,7 +59,7 @@ }, "devDependencies": { "execa": "^5.0.0", - "json": "^10.0.0", + "json": "^11.0.0", "lerna": "^3.22.0", "npm-run-all": "^4.1.5", "rimraf": "^3.0.2"