Skip to content

Commit 82252a5

Browse files
authored
Merge pull request #31 from InseeFrLab/renovate/xmldom-replacement
fix(deps): replace dependency xmldom with @xmldom/xmldom ^0.7.5
2 parents 80b4d1f + 6363fd9 commit 82252a5

3 files changed

Lines changed: 18 additions & 19 deletions

File tree

package-lock.json

Lines changed: 10 additions & 11 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@
6161
"tss-react": "^4.9.7",
6262
"usehooks-ts": "^3.1.0",
6363
"uuid": "^9.0.0",
64-
"xmldom": "^0.6.0"
64+
"@xmldom/xmldom": "^0.7.5"
6565
},
6666
"devDependencies": {
6767
"@types/node": "^20.12.7",

yarn.lock

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1909,6 +1909,11 @@
19091909
"@types/babel__core" "^7.20.5"
19101910
react-refresh "^0.14.0"
19111911

1912+
"@xmldom/xmldom@^0.7.5":
1913+
version "0.7.13"
1914+
resolved "https://registry.npmjs.org/@xmldom/xmldom/-/xmldom-0.7.13.tgz"
1915+
integrity sha512-lm2GW5PkosIzccsaZIz7tp8cPADSIlIHWDFTR1N0SzfinhhYgeIQjFMz4rYzanCScr3DqQLeomUDArp6MWKm+g==
1916+
19121917
abbrev@1:
19131918
version "1.1.1"
19141919
resolved "https://registry.npmjs.org/abbrev/-/abbrev-1.1.1.tgz"
@@ -4193,9 +4198,9 @@ mkdirp@^1.0.3:
41934198
resolved "https://registry.npmjs.org/mkdirp/-/mkdirp-1.0.4.tgz"
41944199
integrity sha512-vVqVZQyf3WLx2Shd0qJ9xuvqgAyKPLAiqITEtqW0oIUjzo3PePDd6fW9iFz30ef7Ysp/oiWqbhszeGWW2T6Gzw==
41954200

4196-
moment@^2.30.1:
4201+
moment@^2.29.4:
41974202
version "2.30.1"
4198-
resolved "https://registry.yarnpkg.com/moment/-/moment-2.30.1.tgz#f8c91c07b7a786e30c59926df530b4eac96974ae"
4203+
resolved "https://registry.npmjs.org/moment/-/moment-2.30.1.tgz"
41994204
integrity sha512-uEmtNhbDOrWPFS+hdjFCBfy9f2YoyzRpwcl+DqpC6taX21FzsTLQVbMV/W7PzNSX6x/bhC1zA3c2UQ5NzH6how==
42004205

42014206
mrmime@^2.0.0:
@@ -5640,11 +5645,6 @@ wrappy@1:
56405645
resolved "https://registry.npmjs.org/wrappy/-/wrappy-1.0.2.tgz"
56415646
integrity sha512-l4Sp/DRseor9wL6EvV2+TuQn63dMkPjZ/sp9XkghTEbV9KlPS1xUsZ3u7/IQO4wxtcFB4bgpQPRcR3QCvezPcQ==
56425647

5643-
xmldom@^0.6.0:
5644-
version "0.6.0"
5645-
resolved "https://registry.npmjs.org/xmldom/-/xmldom-0.6.0.tgz"
5646-
integrity sha512-iAcin401y58LckRZ0TkI4k0VSM1Qg0KGSc3i8rU+xrxe19A/BN1zHyVSJY7uoutVlaTSzYyk/v5AmkewAP7jtg==
5647-
56485648
y18n@^5.0.5:
56495649
version "5.0.8"
56505650
resolved "https://registry.npmjs.org/y18n/-/y18n-5.0.8.tgz"

0 commit comments

Comments
 (0)