mirror of
https://github.com/n8n-io/n8n.git
synced 2024-12-25 20:54:07 -08:00
fix(core): Update license SDK to v1.8.0 (no-changelog) (#5023)
This commit is contained in:
parent
bb0eedada9
commit
eeac4768e5
|
@ -103,7 +103,7 @@
|
||||||
"tsconfig-paths": "^3.14.1"
|
"tsconfig-paths": "^3.14.1"
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@n8n_io/license-sdk": "^1.7.0",
|
"@n8n_io/license-sdk": "^1.8.0",
|
||||||
"@oclif/command": "^1.8.16",
|
"@oclif/command": "^1.8.16",
|
||||||
"@oclif/core": "^1.16.4",
|
"@oclif/core": "^1.16.4",
|
||||||
"@oclif/errors": "^1.3.6",
|
"@oclif/errors": "^1.3.6",
|
||||||
|
|
|
@ -93,7 +93,7 @@ importers:
|
||||||
packages/cli:
|
packages/cli:
|
||||||
specifiers:
|
specifiers:
|
||||||
'@apidevtools/swagger-cli': 4.0.0
|
'@apidevtools/swagger-cli': 4.0.0
|
||||||
'@n8n_io/license-sdk': ^1.7.0
|
'@n8n_io/license-sdk': ^1.8.0
|
||||||
'@oclif/command': ^1.8.16
|
'@oclif/command': ^1.8.16
|
||||||
'@oclif/core': ^1.16.4
|
'@oclif/core': ^1.16.4
|
||||||
'@oclif/dev-cli': ^1.22.2
|
'@oclif/dev-cli': ^1.22.2
|
||||||
|
@ -211,7 +211,7 @@ importers:
|
||||||
winston: ^3.3.3
|
winston: ^3.3.3
|
||||||
yamljs: ^0.3.0
|
yamljs: ^0.3.0
|
||||||
dependencies:
|
dependencies:
|
||||||
'@n8n_io/license-sdk': 1.7.0
|
'@n8n_io/license-sdk': 1.8.0
|
||||||
'@oclif/command': 1.8.18_@oclif+config@1.18.5
|
'@oclif/command': 1.8.18_@oclif+config@1.18.5
|
||||||
'@oclif/core': 1.16.6
|
'@oclif/core': 1.16.6
|
||||||
'@oclif/errors': 1.3.6
|
'@oclif/errors': 1.3.6
|
||||||
|
@ -3337,8 +3337,8 @@ packages:
|
||||||
resolution: {integrity: sha512-H1rQc1ZOHANWBvPcW+JpGwr+juXSxM8Q8YCkm3GhZd8REu1fHR3z99CErO1p9pkcfcxZnMdIZdIsXkOHY0NilA==}
|
resolution: {integrity: sha512-H1rQc1ZOHANWBvPcW+JpGwr+juXSxM8Q8YCkm3GhZd8REu1fHR3z99CErO1p9pkcfcxZnMdIZdIsXkOHY0NilA==}
|
||||||
dev: true
|
dev: true
|
||||||
|
|
||||||
/@n8n_io/license-sdk/1.7.0:
|
/@n8n_io/license-sdk/1.8.0:
|
||||||
resolution: {integrity: sha512-5Hs+G8xKQXyvODL08NUN4IV0qnJdAWgZo1jRqf8yBhXpFCKFerh5HKZdLdpzpatk5rrRps6pFmcnVwOCcFBrPA==}
|
resolution: {integrity: sha512-dSBD6EHTu6kWWz1ILxtCcaQqVZu+p/8J0eQ2ntx7Jk8BYSvn5Hh4Oz5M81ut9Pz+2uak+GnIuI6KeYUe1QBXIQ==}
|
||||||
engines: {node: '>=14.0.0', npm: '>=7.10.0'}
|
engines: {node: '>=14.0.0', npm: '>=7.10.0'}
|
||||||
dependencies:
|
dependencies:
|
||||||
axios: 1.1.3
|
axios: 1.1.3
|
||||||
|
|
Loading…
Reference in a new issue