From 56b47ea30916150b76bff36a705fa1ac0588a7aa Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 1 Feb 2023 15:01:27 +0000 Subject: [PATCH] Bump natural-orderby from 2.0.3 to 3.0.2 Bumps [natural-orderby](https://github.com/yobacca/natural-orderby) from 2.0.3 to 3.0.2. - [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.2) --- 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..13d4650 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.2" }, "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.2", + "resolved": "https://registry.npmjs.org/natural-orderby/-/natural-orderby-3.0.2.tgz", + "integrity": "sha512-x7ZdOwBxZCEm9MM7+eQCjkrNLrW3rkBKNHVr78zbtqnMGVNlnDi6C/eUEYgxHNrcbu0ymvjzcwIL/6H1iHri9g==", "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.2", + "resolved": "https://registry.npmjs.org/natural-orderby/-/natural-orderby-3.0.2.tgz", + "integrity": "sha512-x7ZdOwBxZCEm9MM7+eQCjkrNLrW3rkBKNHVr78zbtqnMGVNlnDi6C/eUEYgxHNrcbu0ymvjzcwIL/6H1iHri9g==" }, "node-fetch": { "version": "2.6.7", diff --git a/package.json b/package.json index 0cacec7..ea45e19 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.2" } }