mirror of
https://github.com/n8n-io/n8n.git
synced 2024-12-25 04:34:06 -08:00
fix(core): Upgrade @n8n_io/riot-tmpl (no-changelog) (#6357)
This commit is contained in:
parent
4eb8437196
commit
23e49c53ed
|
@ -51,7 +51,7 @@
|
|||
"@types/xml2js": "^0.4.11"
|
||||
},
|
||||
"dependencies": {
|
||||
"@n8n_io/riot-tmpl": "^3.0.0",
|
||||
"@n8n_io/riot-tmpl": "^4.0.0",
|
||||
"ast-types": "0.15.2",
|
||||
"crypto-js": "^4.1.1",
|
||||
"deep-equal": "^2.2.0",
|
||||
|
|
|
@ -1613,8 +1613,8 @@ importers:
|
|||
packages/workflow:
|
||||
dependencies:
|
||||
'@n8n_io/riot-tmpl':
|
||||
specifier: ^3.0.0
|
||||
version: 3.0.0
|
||||
specifier: ^4.0.0
|
||||
version: 4.0.0
|
||||
ast-types:
|
||||
specifier: 0.15.2
|
||||
version: 0.15.2
|
||||
|
@ -5573,8 +5573,8 @@ packages:
|
|||
undici: 5.21.0
|
||||
dev: false
|
||||
|
||||
/@n8n_io/riot-tmpl@3.0.0:
|
||||
resolution: {integrity: sha512-bExAbGAp+LE4EXUcXl/kcZofKefrLIVZl8Kg36fim6KZATrWF8Nh7cdp/dOWzgZT6h8/ScqKxjv23W3KoeR40Q==}
|
||||
/@n8n_io/riot-tmpl@4.0.0:
|
||||
resolution: {integrity: sha512-/xw8HQgYQlBCrt3IKpNSSB1CgpP7XArw1QTRjP+KEw+OHT8XGvHxXrW9VGdUu9RwDnzm/LFu+dNLeDmwJMeOwQ==}
|
||||
dependencies:
|
||||
eslint-config-riot: 1.0.0
|
||||
dev: false
|
||||
|
|
Loading…
Reference in a new issue