1
1
mirror of https://github.com/n8n-io/n8n.git synced 2024-08-16 08:30:26 +03:00

build: Bump license-sdk to v2.9.1 (no-changelog) (#8420)

This commit is contained in:
Cornelius Suermann 2024-01-23 14:44:46 +01:00 committed by GitHub
parent c0bc94c78f
commit a8b4684192
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 13 additions and 6 deletions

View File

@ -96,7 +96,7 @@
"@n8n/localtunnel": "2.1.0",
"@n8n/n8n-nodes-langchain": "workspace:*",
"@n8n/permissions": "workspace:*",
"@n8n_io/license-sdk": "2.7.2",
"@n8n_io/license-sdk": "2.9.1",
"@oclif/core": "3.18.1",
"@rudderstack/rudder-sdk-node": "1.0.6",
"@sentry/integrations": "7.87.0",

View File

@ -374,8 +374,8 @@ importers:
specifier: workspace:*
version: link:../@n8n/permissions
'@n8n_io/license-sdk':
specifier: 2.7.2
version: 2.7.2
specifier: 2.9.1
version: 2.9.1
'@oclif/core':
specifier: 3.18.1
version: 3.18.1
@ -6153,14 +6153,14 @@ packages:
acorn-walk: 8.2.0
dev: false
/@n8n_io/license-sdk@2.7.2:
resolution: {integrity: sha512-GalBo+2YxbFUR1I7cx3JDEiippqKw8ml3FdFK9hRRB9NfpP+H0QYnWf/sGOmKcb4nZ2lqU38nU7ZdIF96jBkXg==}
/@n8n_io/license-sdk@2.9.1:
resolution: {integrity: sha512-e5S54zpFmHmQyC7cnt5YYWCRUgpCatx9kt/exUglNVjmghYSCeHrwgzKf21+D8JpjW9OHxHcStNVl9woba+cdw==}
engines: {node: '>=18.12.1', npm: '>=8.19.2'}
dependencies:
crypto-js: 4.2.0
node-machine-id: 1.1.12
node-rsa: 1.1.1
undici: 5.26.4
undici: 6.4.0
dev: false
/@n8n_io/riot-tmpl@4.0.0:
@ -25913,6 +25913,13 @@ packages:
'@fastify/busboy': 2.0.0
dev: false
/undici@6.4.0:
resolution: {integrity: sha512-wYaKgftNqf6Je7JQ51YzkEkEevzOgM7at5JytKO7BjaURQpERW8edQSMrr2xb+Yv4U8Yg47J24+lc9+NbeXMFA==}
engines: {node: '>=18.0'}
dependencies:
'@fastify/busboy': 2.0.0
dev: false
/unicode-canonical-property-names-ecmascript@2.0.0:
resolution: {integrity: sha512-yY5PpDlfVIU5+y/BSCxAJRBIS1Zc2dDG3Ujq+sR0U+JjUevW2JhocOF+soROYDSaAezOzOKuyyixhD6mBknSmQ==}
engines: {node: '>=4'}