fix(core): Use new version of riot-tmpl in workflow package (no-changelog) (#5619)

* Use new version of riot-tmpl

* update lock file
This commit is contained in:
Ricardo Espinoza 2023-03-09 03:13:48 -05:00 committed by GitHub
parent 6f27b445ca
commit 6500e985ee
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 5 additions and 5 deletions

View file

@ -51,7 +51,7 @@
"@types/xml2js": "^0.4.3"
},
"dependencies": {
"@n8n_io/riot-tmpl": "^2.0.0",
"@n8n_io/riot-tmpl": "^3.0.0",
"ast-types": "0.15.2",
"crypto-js": "^4.1.1",
"deep-equal": "^2.2.0",

View file

@ -1090,7 +1090,7 @@ importers:
packages/workflow:
specifiers:
'@n8n_io/riot-tmpl': ^2.0.0
'@n8n_io/riot-tmpl': ^3.0.0
'@types/crypto-js': ^4.1.1
'@types/deep-equal': ^1.0.1
'@types/express': ^4.17.6
@ -1117,7 +1117,7 @@ importers:
transliteration: ^2.3.5
xml2js: ^0.4.23
dependencies:
'@n8n_io/riot-tmpl': 2.0.0
'@n8n_io/riot-tmpl': 3.0.0
ast-types: 0.15.2
crypto-js: 4.1.1
deep-equal: 2.2.0
@ -3687,8 +3687,8 @@ packages:
- debug
dev: false
/@n8n_io/riot-tmpl/2.0.0:
resolution: {integrity: sha512-gQNJYlek30YIWLru2CdyFgU/0uvPAbbQwt2G5EN0PDxXD1rGAYWZsd2c94bW3YlvXT6V2GEd7Bt/gT6QUwhzfQ==}
/@n8n_io/riot-tmpl/3.0.0:
resolution: {integrity: sha512-bExAbGAp+LE4EXUcXl/kcZofKefrLIVZl8Kg36fim6KZATrWF8Nh7cdp/dOWzgZT6h8/ScqKxjv23W3KoeR40Q==}
dependencies:
eslint-config-riot: 1.0.0
dev: false