From 6dd202bfa4ff7fa139f6fb1e379b7df06d41e8f6 Mon Sep 17 00:00:00 2001 From: mtyszczak Date: Thu, 5 Jun 2025 12:24:30 +0200 Subject: [PATCH] Use specific versions of dependencies --- package.json | 6 +++--- pnpm-lock.yaml | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/package.json b/package.json index 3a399f5..1dce11e 100644 --- a/package.json +++ b/package.json @@ -16,9 +16,9 @@ }, "license": "SEE LICENSE IN LICENSE.md", "dependencies": { - "eta": "^3.5.0", - "swagger-typescript-api": "^13.0.22", - "yargs": "^17.7.2" + "eta": "3.5.0", + "swagger-typescript-api": "13.0.22", + "yargs": "17.7.2" }, "bin": { "generate-wax-spec": "dist/index.js" diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 1fb6afa..257c0db 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -9,13 +9,13 @@ importers: .: dependencies: eta: - specifier: ^3.5.0 + specifier: 3.5.0 version: 3.5.0 swagger-typescript-api: - specifier: ^13.0.22 + specifier: 13.0.22 version: 13.0.22 yargs: - specifier: ^17.7.2 + specifier: 17.7.2 version: 17.7.2 devDependencies: '@types/node': -- GitLab