From ebad81a68beb787cd0146e2439872ae369c81aa5 Mon Sep 17 00:00:00 2001 From: Cornelius Suermann Date: Fri, 9 Dec 2022 10:58:49 +0100 Subject: [PATCH] fix: Use license-sdk v1.6.1 (#4872) * fix: use license-sdk v1.6.1 * commit pnpm-lock-yaml --- packages/cli/package.json | 2 +- pnpm-lock.yaml | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/packages/cli/package.json b/packages/cli/package.json index 68d6c2b3fa..46e048d6d4 100644 --- a/packages/cli/package.json +++ b/packages/cli/package.json @@ -103,7 +103,7 @@ "tsconfig-paths": "^3.14.1" }, "dependencies": { - "@n8n_io/license-sdk": "^1.6.0", + "@n8n_io/license-sdk": "^1.6.1", "@oclif/command": "^1.8.16", "@oclif/core": "^1.16.4", "@oclif/errors": "^1.3.6", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 12dc61ff27..530da25191 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -90,7 +90,7 @@ importers: packages/cli: specifiers: '@apidevtools/swagger-cli': 4.0.0 - '@n8n_io/license-sdk': ^1.6.0 + '@n8n_io/license-sdk': ^1.6.1 '@oclif/command': ^1.8.16 '@oclif/core': ^1.16.4 '@oclif/dev-cli': ^1.22.2 @@ -208,7 +208,7 @@ importers: winston: ^3.3.3 yamljs: ^0.3.0 dependencies: - '@n8n_io/license-sdk': 1.6.0 + '@n8n_io/license-sdk': 1.6.1 '@oclif/command': 1.8.18_@oclif+config@1.18.5 '@oclif/core': 1.16.6 '@oclif/errors': 1.3.6 @@ -3319,8 +3319,8 @@ packages: resolution: {integrity: sha512-H1rQc1ZOHANWBvPcW+JpGwr+juXSxM8Q8YCkm3GhZd8REu1fHR3z99CErO1p9pkcfcxZnMdIZdIsXkOHY0NilA==} dev: true - /@n8n_io/license-sdk/1.6.0: - resolution: {integrity: sha512-e3VJZr1LcJibZsy3cF3LLTjKux14bKmAhkl4ArrHjhqwPYUXZtx2vc6u8FbnkR/TdeHlwxSIQfNmTNXlmcOY9A==} + /@n8n_io/license-sdk/1.6.1: + resolution: {integrity: sha512-cVFs67ydYScRyuxaPTXEyrIz8JcpwyE9vYWWtkbNNsW9OOjYAqd5wg3hcurctrtg3Tn7gsu+9E3P5LQBH2F7lg==} engines: {node: '>=14.0.0', npm: '>=7.10.0'} dependencies: axios: 1.1.3