From ab0f23d7acc624942b1c0dba561ed6f2948b2382 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 5 Oct 2023 08:43:31 +0200 Subject: [PATCH] build(deps): bump inflection from 2.0.1 to 3.0.0 (#161) Bumps [inflection](https://github.com/dreamerslab/node.inflection) from 2.0.1 to 3.0.0. - [Release notes](https://github.com/dreamerslab/node.inflection/releases) - [Changelog](https://github.com/dreamerslab/node.inflection/blob/master/CHANGELOG.md) - [Commits](https://github.com/dreamerslab/node.inflection/compare/v2.0.1...v3.0.0) --- updated-dependencies: - dependency-name: inflection dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- 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 54f7092..cae362b 100644 --- a/package-lock.json +++ b/package-lock.json @@ -22,7 +22,7 @@ "i18next": "^23.3.0", "i18next-browser-languagedetector": "^7.1.0", "i18next-http-backend": "^2.2.0", - "inflection": "^2.0.0", + "inflection": "^3.0.0", "octokit": "^3.1.0", "react-dom": "^18.2.0", "react-github-btn": "^1.3.0", @@ -11176,11 +11176,11 @@ } }, "node_modules/inflection": { - "version": "2.0.1", - "resolved": "https://registry.npmjs.org/inflection/-/inflection-2.0.1.tgz", - "integrity": "sha512-wzkZHqpb4eGrOKBl34xy3umnYHx8Si5R1U4fwmdxLo5gdH6mEK8gclckTj/qWqy4Je0bsDYe/qazZYuO7xe3XQ==", + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/inflection/-/inflection-3.0.0.tgz", + "integrity": "sha512-1zEJU1l19SgJlmwqsEyFTbScw/tkMHFenUo//Y0i+XEP83gDFdMvPizAD/WGcE+l1ku12PcTVHQhO6g5E0UCMw==", "engines": { - "node": ">=14.0.0" + "node": ">=18.0.0" } }, "node_modules/inflight": { @@ -31363,9 +31363,9 @@ "integrity": "sha512-EdDDZu4A2OyIK7Lr/2zG+w5jmbuk1DVBnEwREQvBzspBJkCEbRa8GxU1lghYcaGJCnRWibjDXlq779X1/y5xwg==" }, "inflection": { - "version": "2.0.1", - "resolved": "https://registry.npmjs.org/inflection/-/inflection-2.0.1.tgz", - "integrity": "sha512-wzkZHqpb4eGrOKBl34xy3umnYHx8Si5R1U4fwmdxLo5gdH6mEK8gclckTj/qWqy4Je0bsDYe/qazZYuO7xe3XQ==" + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/inflection/-/inflection-3.0.0.tgz", + "integrity": "sha512-1zEJU1l19SgJlmwqsEyFTbScw/tkMHFenUo//Y0i+XEP83gDFdMvPizAD/WGcE+l1ku12PcTVHQhO6g5E0UCMw==" }, "inflight": { "version": "1.0.6", diff --git a/package.json b/package.json index 1b07e99..0472b8c 100644 --- a/package.json +++ b/package.json @@ -48,7 +48,7 @@ "i18next": "^23.3.0", "i18next-browser-languagedetector": "^7.1.0", "i18next-http-backend": "^2.2.0", - "inflection": "^2.0.0", + "inflection": "^3.0.0", "octokit": "^3.1.0", "react-dom": "^18.2.0", "react-github-btn": "^1.3.0",