From 975fd4a780c6bdaecc2f9211ed67117ea9361021 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 1 Dec 2022 15:03:42 +0000 Subject: [PATCH] Bump natural-orderby from 2.0.3 to 3.0.1 Bumps [natural-orderby](https://github.com/yobacca/natural-orderby) from 2.0.3 to 3.0.1. - [Release notes](https://github.com/yobacca/natural-orderby/releases) - [Changelog](https://github.com/yobacca/natural-orderby/blob/main/CHANGELOG.md) - [Commits](https://github.com/yobacca/natural-orderby/compare/2.0.3...3.0.1) --- updated-dependencies: - dependency-name: natural-orderby dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- package-lock.json | 16 ++++++++-------- package.json | 2 +- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/package-lock.json b/package-lock.json index cd26d51..b1ef0f3 100644 --- a/package-lock.json +++ b/package-lock.json @@ -13,7 +13,7 @@ "@actions/github": "^5.0.3", "@octokit/auth-app": "^4.0.5", "csv": "^6.2.0", - "natural-orderby": "^2.0.3" + "natural-orderby": "^3.0.1" }, "engines": { "node": ">=16", @@ -621,11 +621,11 @@ "integrity": "sha512-6FlzubTLZG3J2a/NVCAleEhjzq5oxgHyaCU9yYXvcLsvoVaHJq/s5xXI6/XXP6tz7R9xAOtHnSO/tXtF3WRTlA==" }, "node_modules/natural-orderby": { - "version": "2.0.3", - "resolved": "https://registry.npmjs.org/natural-orderby/-/natural-orderby-2.0.3.tgz", - "integrity": "sha512-p7KTHxU0CUrcOXe62Zfrb5Z13nLvPhSWR/so3kFulUQU0sgUll2Z0LwpsLN351eOOD+hRGu/F1g+6xDfPeD++Q==", + "version": "3.0.1", + "resolved": "https://registry.npmjs.org/natural-orderby/-/natural-orderby-3.0.1.tgz", + "integrity": "sha512-NDMgsENqBcdz3//tnoKg+BFG6fugJxARHNwfMLp8qdsJlEtgo5EKOIFTMeiKvai+STuUVrXv4OMQSyH0uF2SBg==", "engines": { - "node": "*" + "node": ">=18" } }, "node_modules/node-fetch": { @@ -1321,9 +1321,9 @@ "integrity": "sha512-6FlzubTLZG3J2a/NVCAleEhjzq5oxgHyaCU9yYXvcLsvoVaHJq/s5xXI6/XXP6tz7R9xAOtHnSO/tXtF3WRTlA==" }, "natural-orderby": { - "version": "2.0.3", - "resolved": "https://registry.npmjs.org/natural-orderby/-/natural-orderby-2.0.3.tgz", - "integrity": "sha512-p7KTHxU0CUrcOXe62Zfrb5Z13nLvPhSWR/so3kFulUQU0sgUll2Z0LwpsLN351eOOD+hRGu/F1g+6xDfPeD++Q==" + "version": "3.0.1", + "resolved": "https://registry.npmjs.org/natural-orderby/-/natural-orderby-3.0.1.tgz", + "integrity": "sha512-NDMgsENqBcdz3//tnoKg+BFG6fugJxARHNwfMLp8qdsJlEtgo5EKOIFTMeiKvai+STuUVrXv4OMQSyH0uF2SBg==" }, "node-fetch": { "version": "2.6.7", diff --git a/package.json b/package.json index 0cacec7..7ce156a 100644 --- a/package.json +++ b/package.json @@ -29,6 +29,6 @@ "@actions/github": "^5.0.3", "@octokit/auth-app": "^4.0.5", "csv": "^6.2.0", - "natural-orderby": "^2.0.3" + "natural-orderby": "^3.0.1" } }