From 82ad1faa3354f502f095b59b645127bb27e708e9 Mon Sep 17 00:00:00 2001 From: Gandalf the Greybeard Date: Tue, 24 Mar 2026 23:33:42 +0000 Subject: [PATCH] fix: restore openapi-types@12.1.3 to package-lock.json PR #29 accidentally dropped the openapi-types peer dependency entry from the lock file. This restores it by re-running npm install, which resolves the CI failure: "Missing: openapi-types@12.1.3 from lock file". Co-Authored-By: Paperclip --- package-lock.json | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/package-lock.json b/package-lock.json index 3c4d984..cde7624 100644 --- a/package-lock.json +++ b/package-lock.json @@ -13289,6 +13289,14 @@ "url": "https://github.com/sponsors/sindresorhus" } }, + "node_modules/openapi-types": { + "version": "12.1.3", + "resolved": "https://registry.npmjs.org/openapi-types/-/openapi-types-12.1.3.tgz", + "integrity": "sha512-N4YtSYJqghVu4iek2ZUvcN/0aqH1kRDuNqzcycDxhOUpg7GdvLa2F3DgS6yBNhInhv2r/6I0Flkn7CqL8+nIcw==", + "dev": true, + "license": "MIT", + "peer": true + }, "node_modules/optionator": { "version": "0.9.4", "resolved": "https://registry.npmjs.org/optionator/-/optionator-0.9.4.tgz",