diff --git a/package.json b/package.json index 3a399f5a2f2767f3e3c6891048dbf90d27d03f92..1dce11e351b31435fb857524e8717221979acbb2 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 1fb6afa8fb18fe429573ac986cf5c8335021cbf0..257c0db388b68f8b972980bbee225616eff1bc2b 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':