From 8a4ca954ed1370a93e1bddc730b767e1d8cc5a7d Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 7 Feb 2025 10:34:40 +0000 Subject: [PATCH] chore(deps): update dependency @types/inflection to v2 (#2556) --- frontend/package-lock.json | 14 +++++++++----- frontend/package.json | 2 +- 2 files changed, 10 insertions(+), 6 deletions(-) diff --git a/frontend/package-lock.json b/frontend/package-lock.json index 0f823c405..e8e8d9e20 100644 --- a/frontend/package-lock.json +++ b/frontend/package-lock.json @@ -41,7 +41,7 @@ "@eslint/js": "9.19.0", "@microsoft/eslint-formatter-sarif": "3.1.0", "@trivago/prettier-plugin-sort-imports": "5.2.2", - "@types/inflection": "1.13.2", + "@types/inflection": "2.0.0", "@types/node": "22.13.1", "@types/prop-types": "15.7.14", "@types/react": "18.3.18", @@ -3054,11 +3054,15 @@ "license": "MIT" }, "node_modules/@types/inflection": { - "version": "1.13.2", - "resolved": "https://registry.npmjs.org/@types/inflection/-/inflection-1.13.2.tgz", - "integrity": "sha512-VxXY8dNLrxn7nDvsud77K60uD3a9RSmKfa0k/N/zvP2G55R5/8DSO5Ferz3mQdlAo8jPnpQLilCx9rABdPHSVg==", + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/@types/inflection/-/inflection-2.0.0.tgz", + "integrity": "sha512-wvtAa0dRWFxn/Dw7w7+LySUmN6Yvndvbc87djXaSc0KwhcG2g33LwXdaHg6p2KOddj/1+172GPSeazgandPO2Q==", + "deprecated": "This is a stub types definition. inflection provides its own type definitions, so you do not need this installed.", "dev": true, - "license": "MIT" + "license": "MIT", + "dependencies": { + "inflection": "*" + } }, "node_modules/@types/json-schema": { "version": "7.0.15", diff --git a/frontend/package.json b/frontend/package.json index 6d4dcb206..9c3124e3d 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -50,7 +50,7 @@ "@eslint/js": "9.19.0", "@microsoft/eslint-formatter-sarif": "3.1.0", "@trivago/prettier-plugin-sort-imports": "5.2.2", - "@types/inflection": "1.13.2", + "@types/inflection": "2.0.0", "@types/node": "22.13.1", "@types/prop-types": "15.7.14", "@types/react": "18.3.18",