From 2fd59fc7d6c8e789300bddc124dae31dd1ff5d48 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 6 Feb 2023 14:02:21 +0000 Subject: [PATCH] build(deps): bump natural from 4.0.4 to 6.2.0 Bumps [natural](https://github.com/NaturalNode/natural) from 4.0.4 to 6.2.0. - [Release notes](https://github.com/NaturalNode/natural/releases) - [Commits](https://github.com/NaturalNode/natural/compare/4.0.4...6.2.0) --- updated-dependencies: - dependency-name: natural dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 9c88fed..3146ffd 100644 --- a/package.json +++ b/package.json @@ -15,7 +15,7 @@ }, "dependencies": { "coffeescript": "^2.5.1", - "natural": "^4.0.0", + "natural": "^6.2.0", "noflo": "^1.3.0", "noflo-math": "^0.4.0" },