From 79b770e5d0ca4c60a04164c57f7bce794981a1b7 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Mon, 7 Dec 2020 06:25:03 +0000 Subject: [PATCH] Bump standardx from 5.0.0 to 7.0.0 Bumps [standardx](https://github.com/standard/standardx) from 5.0.0 to 7.0.0. - [Release notes](https://github.com/standard/standardx/releases) - [Commits](https://github.com/standard/standardx/compare/v5.0.0...v7.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 2e264a0..13796bd 100644 --- a/package.json +++ b/package.json @@ -42,7 +42,7 @@ "eslint-plugin-react": "^7.14.2", "nodemon": "^2.0.1", "prettier": "^2.1.1", - "standardx": "^5.0.0", + "standardx": "^7.0.0", "ts-node": "^9.0.0", "typescript": "^4.1.2" },