mirror of
https://github.com/n8n-io/n8n.git
synced 2024-12-25 04:34:06 -08:00
fix(Code Node): Upgrade vm2 to address CVE-2023-37466 (#7123)
[GH Advisory](https://github.com/advisories/GHSA-cchq-frgv-rjh5)
Actual fix
[here](26168e6dfe
).
This commit is contained in:
parent
f07d97fa6e
commit
0a35025e5e
|
@ -814,7 +814,7 @@
|
|||
},
|
||||
"dependencies": {
|
||||
"@kafkajs/confluent-schema-registry": "1.0.6",
|
||||
"@n8n/vm2": "^3.9.19",
|
||||
"@n8n/vm2": "^3.9.20",
|
||||
"amqplib": "^0.10.3",
|
||||
"aws4": "^1.8.0",
|
||||
"basic-auth": "^2.0.1",
|
||||
|
|
|
@ -1016,8 +1016,8 @@ importers:
|
|||
specifier: 1.0.6
|
||||
version: 1.0.6
|
||||
'@n8n/vm2':
|
||||
specifier: ^3.9.19
|
||||
version: 3.9.19
|
||||
specifier: ^3.9.20
|
||||
version: 3.9.20
|
||||
amqplib:
|
||||
specifier: ^0.10.3
|
||||
version: 0.10.3
|
||||
|
@ -4650,8 +4650,8 @@ packages:
|
|||
- '@lezer/common'
|
||||
dev: false
|
||||
|
||||
/@n8n/vm2@3.9.19:
|
||||
resolution: {integrity: sha512-KmrkVqri7VG+GQ2JbJ2/2gyEmVkysxzoJUF+zdtqBZLU8GN9UDwAnjzUOUgpD0dCRd1SUVLqwM4GpjOeca4XZw==}
|
||||
/@n8n/vm2@3.9.20:
|
||||
resolution: {integrity: sha512-qk2oJYkuFRVSTxoro4obX/sv/wT1pViZjHh/isjOvFB93D52QIg3TCjMPsHOfHTmkxCKJffjLrUvjIwvWzSMCQ==}
|
||||
engines: {node: '>=18.10', pnpm: '>=8.6.12'}
|
||||
hasBin: true
|
||||
dependencies:
|
||||
|
@ -6765,7 +6765,7 @@ packages:
|
|||
ts-dedent: 2.2.0
|
||||
type-fest: 3.13.1
|
||||
vue: 3.3.4
|
||||
vue-component-type-helpers: 1.8.8
|
||||
vue-component-type-helpers: 1.8.10
|
||||
transitivePeerDependencies:
|
||||
- encoding
|
||||
- supports-color
|
||||
|
@ -8430,7 +8430,7 @@ packages:
|
|||
/acorn-globals@7.0.1:
|
||||
resolution: {integrity: sha512-umOSDSDrfHbTNPuNpC2NSnnA3LUrqpevPb4T9jRx4MagXNS0rs+gwiTcAvqCRmsD6utzsrzNt+ebm00SNWiC3Q==}
|
||||
dependencies:
|
||||
acorn: 8.8.1
|
||||
acorn: 8.10.0
|
||||
acorn-walk: 8.2.0
|
||||
dev: true
|
||||
|
||||
|
@ -21744,12 +21744,12 @@ packages:
|
|||
vue: 3.3.4
|
||||
dev: false
|
||||
|
||||
/vue-component-type-helpers@1.8.4:
|
||||
resolution: {integrity: sha512-6bnLkn8O0JJyiFSIF0EfCogzeqNXpnjJ0vW/SZzNHfe6sPx30lTtTXlE5TFs2qhJlAtDFybStVNpL73cPe3OMQ==}
|
||||
/vue-component-type-helpers@1.8.10:
|
||||
resolution: {integrity: sha512-FJtmfw2Gn6eQ8kAVNEhw9nYIzWmVQJjdyQRtJXZ7tgXh/FoZhQnZ2KyxR+NuF9U4iZLBvSspeetIpnP9yxxyMw==}
|
||||
dev: true
|
||||
|
||||
/vue-component-type-helpers@1.8.8:
|
||||
resolution: {integrity: sha512-Ohv9HQY92nSbpReC6WhY0X4YkOszHzwUHaaN/lev5tHQLM1AEw+LrLeB2bIGIyKGDU7ZVrncXcv/oBny4rjbYg==}
|
||||
/vue-component-type-helpers@1.8.4:
|
||||
resolution: {integrity: sha512-6bnLkn8O0JJyiFSIF0EfCogzeqNXpnjJ0vW/SZzNHfe6sPx30lTtTXlE5TFs2qhJlAtDFybStVNpL73cPe3OMQ==}
|
||||
dev: true
|
||||
|
||||
/vue-demi@0.14.5(vue@3.3.4):
|
||||
|
|
Loading…
Reference in a new issue