Skip to content

Commit

Permalink
Atualização da lmht-js para a versão 0.4.2.
Browse files Browse the repository at this point in the history
  • Loading branch information
leonelsanchesdasilva committed Nov 7, 2023
1 parent a9ae63d commit 086f6bb
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
"@designliquido/delegua-node": "^0.26.3",
"@designliquido/foles": "^0.5.1",
"@designliquido/lincones-sqlite": "^0.0.2",
"@designliquido/lmht-js": "^0.4.1",
"@designliquido/lmht-js": "^0.4.2",
"body-parser": "^1.20.1",
"cookie-parser": "^1.4.6",
"cors": "^2.8.5",
Expand Down
18 changes: 9 additions & 9 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -343,13 +343,13 @@
sqlite "4.1.2"
sqlite3 "^5.1.4"

"@designliquido/lmht-js@^0.4.1":
version "0.4.1"
resolved "https://registry.yarnpkg.com/@designliquido/lmht-js/-/lmht-js-0.4.1.tgz#412959ef8a75883a2dde93c36412ef5764134000"
integrity sha512-x9hq/yYhHnrt99Q8+LU2TnLT70fSZ7GWC6OS5XckA3urfVjwnJfd4XEQsrKS8LbXuD67g6Vuz4B8aS4ivAasGg==
"@designliquido/lmht-js@^0.4.2":
version "0.4.2"
resolved "https://registry.yarnpkg.com/@designliquido/lmht-js/-/lmht-js-0.4.2.tgz#c2b2a60e9958b8dc552a241688bb90a669b6ac62"
integrity sha512-cwH8zQ1bfzW+kkLS2/kcHv1JvYlxWwtd3vLpgvYj+XPX2aC4V3cDHv/3DKnR8ZAYV1VVILO981CVT4R5DQU5/w==
dependencies:
jsdom "^21.1.1"
xslt-processor "^2.1.0"
xslt-processor "^2.1.1"

"@eslint/eslintrc@^1.3.3":
version "1.3.3"
Expand Down Expand Up @@ -6280,10 +6280,10 @@ xregexp@2.0.0:
resolved "https://registry.yarnpkg.com/xregexp/-/xregexp-2.0.0.tgz#52a63e56ca0b84a7f3a5f3d61872f126ad7a5943"
integrity sha512-xl/50/Cf32VsGq/1R8jJE5ajH1yMCQkpmoS10QbFZWl2Oor4H0Me64Pu2yxvsRWK3m6soJbmGfzSR7BYmDcWAA==

xslt-processor@^2.1.0:
version "2.1.0"
resolved "https://registry.yarnpkg.com/xslt-processor/-/xslt-processor-2.1.0.tgz#206a02feb3ed7488992b0b33bd35775ec847c1f7"
integrity sha512-hbaAsg8ZGwgCsPbOeeLWGJvgIaMOdUfUWWVtbQUl8xmiqk8LNExQgVhdK454acyZJB6KLi5igyWA2oZ+Qme5hQ==
xslt-processor@^2.1.1:
version "2.1.1"
resolved "https://registry.yarnpkg.com/xslt-processor/-/xslt-processor-2.1.1.tgz#605fb53d7865cfa645e68cfdf42553993191249d"
integrity sha512-IeefuOkhK6D1gGc6z7RDgstuFoJ1Mi8wsdjekHHhmssUGUyKSjjtqPH4n+r7/jS6efGD/bNjg9nPblPp7MVDVw==
dependencies:
he "^1.2.0"

Expand Down

0 comments on commit 086f6bb

Please sign in to comment.