Skip to content
This repository has been archived by the owner on Jan 15, 2025. It is now read-only.

Commit

Permalink
build(deps): bump xmldom version to "0.8.10" (#55)
Browse files Browse the repository at this point in the history
Co-authored-by: Salvatore Laiso <salvatore.laiso@it.ey.com>
  • Loading branch information
salvatorelaiso and Salvatore Laiso authored Oct 29, 2024
1 parent 5330254 commit 30459eb
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 14 deletions.
2 changes: 1 addition & 1 deletion FirstLollipopConsumerSignedMessage/handler.ts
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ import { flow, pipe } from "fp-ts/lib/function";
import * as E from "fp-ts/Either";
import { readableReportSimplified } from "@pagopa/ts-commons/lib/reporters";
import { FiscalCode } from "@pagopa/ts-commons/lib/strings";
import { DOMParser } from "xmldom";
import { DOMParser } from "@xmldom/xmldom";
import { SignMessagePayload } from "../generated/definitions/lollipop-first-consumer/SignMessagePayload";
import { SignMessageResponse } from "../generated/definitions/lollipop-first-consumer/SignMessageResponse";
import { Client } from "../generated/definitions/external/client";
Expand Down
5 changes: 2 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,6 @@
"@types/node-fetch": "^2.5.7",
"@types/vfile-message": "^2.0.0",
"@types/xml-crypto": "^1.4.2",
"@types/xmldom": "^0.1.31",
"auto-changelog": "2.2.1",
"dependency-check": "^4.1.0",
"dotenv-cli": "^3.1.0",
Expand All @@ -66,6 +65,7 @@
"@pagopa/openapi-codegen-ts": "^12.2.0",
"@pagopa/ts-commons": "^10.3.0",
"@pagopa/winston-ts": "^2.2.0",
"@xmldom/xmldom": "^0.8.10",
"applicationinsights": "^1.7.4",
"azure-storage": "^2.10.3",
"date-fns": "^2.29.3",
Expand All @@ -78,8 +78,7 @@
"node-fetch": "^2.6.0",
"ulid": "^2.3.0",
"winston": "^3.2.1",
"xml-crypto": "^2.1.5",
"xmldom": "^0.6.0"
"xml-crypto": "^2.1.5"
},
"resolutions": {
"handlebars": "~4.7.0"
Expand Down
15 changes: 5 additions & 10 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1420,11 +1420,6 @@
"@types/node" "*"
xpath "0.0.27"

"@types/xmldom@^0.1.31":
version "0.1.31"
resolved "https://registry.yarnpkg.com/@types/xmldom/-/xmldom-0.1.31.tgz#519b647cfc66debf82cdf50e49763c8fdee553d6"
integrity sha512-bVy7s0nvaR5D1mT1a8ZkByHWNOGb6Vn4yi5TWhEdmyKlAG+08SA7Md6+jH+tYmMLueAwNeWvHHpeKrr6S4c4BA==

"@types/yargs-parser@*":
version "21.0.0"
resolved "https://registry.yarnpkg.com/@types/yargs-parser/-/yargs-parser-21.0.0.tgz#0c60e537fa790f5f9472ed2776c2b71ec117351b"
Expand Down Expand Up @@ -1537,6 +1532,11 @@
resolved "https://registry.yarnpkg.com/@xmldom/xmldom/-/xmldom-0.7.9.tgz#7f9278a50e737920e21b297b8a35286e9942c056"
integrity sha512-yceMpm/xd4W2a85iqZyO09gTnHvXF6pyiWjD2jcOJs7hRoZtNNOO1eJlhHj1ixA+xip2hOyGn+LgcvLCMo5zXA==

"@xmldom/xmldom@^0.8.10":
version "0.8.10"
resolved "https://registry.yarnpkg.com/@xmldom/xmldom/-/xmldom-0.8.10.tgz#a1337ca426aa61cef9fe15b5b28e340a72f6fa99"
integrity sha512-2WALfTl4xo2SkGCYRt6rDTFfk9R1czmBvUQy12gK2KuRKIpWEhcbbzy8EZXtz/jkRqHX8bFEc6FC1HjX4TUWYw==

JSONStream@^1.0.4:
version "1.3.5"
resolved "https://registry.yarnpkg.com/JSONStream/-/JSONStream-1.3.5.tgz#3208c1f08d3a4d99261ab64f92302bc15e111ca0"
Expand Down Expand Up @@ -11090,11 +11090,6 @@ xmlbuilder@^9.0.7:
resolved "https://registry.yarnpkg.com/xmlbuilder/-/xmlbuilder-9.0.7.tgz#132ee63d2ec5565c557e20f4c22df9aca686b10d"
integrity sha512-7YXTQc3P2l9+0rjaUbLwMKRhtmwg1M1eDf6nag7urC7pIPYLD9W/jmzQ4ptRSUbodw5S0jfoGTflLemQibSpeQ==

xmldom@^0.6.0:
version "0.6.0"
resolved "https://registry.yarnpkg.com/xmldom/-/xmldom-0.6.0.tgz#43a96ecb8beece991cef382c08397d82d4d0c46f"
integrity sha512-iAcin401y58LckRZ0TkI4k0VSM1Qg0KGSc3i8rU+xrxe19A/BN1zHyVSJY7uoutVlaTSzYyk/v5AmkewAP7jtg==

xpath@0.0.27:
version "0.0.27"
resolved "https://registry.yarnpkg.com/xpath/-/xpath-0.0.27.tgz#dd3421fbdcc5646ac32c48531b4d7e9d0c2cfa92"
Expand Down

0 comments on commit 30459eb

Please sign in to comment.