From 6be5227778226869913eca0480b72ef9c50686bf Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 12 Apr 2022 14:51:18 +0000 Subject: [PATCH] chore(deps-dev): bump prompt from 1.2.2 to 1.3.0 Bumps [prompt](https://github.com/flatiron/prompt) from 1.2.2 to 1.3.0. - [Release notes](https://github.com/flatiron/prompt/releases) - [Changelog](https://github.com/flatiron/prompt/blob/master/CHANGELOG.md) - [Commits](https://github.com/flatiron/prompt/commits) --- updated-dependencies: - dependency-name: prompt dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 039f2be..30f01d8 100644 --- a/package.json +++ b/package.json @@ -119,7 +119,7 @@ "jest": "~27.5.1", "jest-config": "~27.5.1", "lint-staged": "~12.3.4", - "prompt": "~1.2.2", + "prompt": "~1.3.0", "redux": "~4.1.2", "redux-saga": "~1.1.3", "replace-in-file": "~6.3.2",