From b44004d5c0f78b39e02083778817c0362f04a4c4 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sun, 20 Apr 2025 06:57:18 +0000 Subject: [PATCH] fix: upgrade @hey-api/openapi-ts from 0.64.8 to 0.64.15 Snyk has created this PR to upgrade @hey-api/openapi-ts from 0.64.8 to 0.64.15. See this package in npm: @hey-api/openapi-ts See this project in Snyk: https://app.snyk.io/org/jcdcdev/project/3d9804d5-b21c-49c2-9d46-c76f52c51ac0?utm_source=github&utm_medium=referral&page=upgrade-pr --- .../package-lock.json | 16 ++++++++-------- .../package.json | 2 +- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/src/jcdcdev.Umbraco.ReadingTime.Client/package-lock.json b/src/jcdcdev.Umbraco.ReadingTime.Client/package-lock.json index 5be7552..196a1cc 100644 --- a/src/jcdcdev.Umbraco.ReadingTime.Client/package-lock.json +++ b/src/jcdcdev.Umbraco.ReadingTime.Client/package-lock.json @@ -11,7 +11,7 @@ "lit": "^3.2.1" }, "devDependencies": { - "@hey-api/openapi-ts": "^0.64.8", + "@hey-api/openapi-ts": "^0.64.15", "@umbraco-cms/backoffice": "^15.2.2", "typescript": "^5.8.2", "vite": "^5.4.18" @@ -409,9 +409,9 @@ } }, "node_modules/@hey-api/json-schema-ref-parser": { - "version": "1.0.2", - "resolved": "https://registry.npmjs.org/@hey-api/json-schema-ref-parser/-/json-schema-ref-parser-1.0.2.tgz", - "integrity": "sha512-F6LSkttZcT/XiX3ydeDqTY3uRN3BLJMwyMTk4kg/ichZlKUp3+3Odv0WokSmXGSoZGTW/N66FROMYAm5NPdJlA==", + "version": "1.0.3", + "resolved": "https://registry.npmjs.org/@hey-api/json-schema-ref-parser/-/json-schema-ref-parser-1.0.3.tgz", + "integrity": "sha512-jgyNFPUReGpdB0ihWv6m+Q3dcawtXx4t6cvi0NS4xxblulcCfEjThP5xVwShFiTRScckIQ/GsuZv20arRTIDkg==", "dev": true, "license": "MIT", "dependencies": { @@ -427,13 +427,13 @@ } }, "node_modules/@hey-api/openapi-ts": { - "version": "0.64.8", - "resolved": "https://registry.npmjs.org/@hey-api/openapi-ts/-/openapi-ts-0.64.8.tgz", - "integrity": "sha512-ytPt/k+ecK7zcpxVocPWzD1bKn98a+9WDK8eJITvbOEkvYsWlozAPO63tQg+65Qpl2pr37025fEo8YcX+DPhBQ==", + "version": "0.64.15", + "resolved": "https://registry.npmjs.org/@hey-api/openapi-ts/-/openapi-ts-0.64.15.tgz", + "integrity": "sha512-bXpi9z3YEPVt9bVqlFA3hHmgDzfM8ID5kjnXR7t6PFxlmqo8CH8Y8aCNP7rMk1q7MXk42y2CXC2ehbU9cthCyw==", "dev": true, "license": "MIT", "dependencies": { - "@hey-api/json-schema-ref-parser": "1.0.2", + "@hey-api/json-schema-ref-parser": "1.0.3", "c12": "2.0.1", "commander": "13.0.0", "handlebars": "4.7.8" diff --git a/src/jcdcdev.Umbraco.ReadingTime.Client/package.json b/src/jcdcdev.Umbraco.ReadingTime.Client/package.json index 8c9b0df..d911f99 100644 --- a/src/jcdcdev.Umbraco.ReadingTime.Client/package.json +++ b/src/jcdcdev.Umbraco.ReadingTime.Client/package.json @@ -13,7 +13,7 @@ "lit": "^3.2.1" }, "devDependencies": { - "@hey-api/openapi-ts": "^0.64.8", + "@hey-api/openapi-ts": "^0.64.15", "@umbraco-cms/backoffice": "^15.2.2", "typescript": "^5.8.2", "vite": "^5.4.18"