mirror of
https://github.com/n8n-io/n8n.git
synced 2024-12-25 04:34:06 -08:00
fix: Use license-sdk v1.6.1 (#4872)
* fix: use license-sdk v1.6.1 * commit pnpm-lock-yaml
This commit is contained in:
parent
79fe57dad8
commit
ebad81a68b
|
@ -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",
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue