Skip to content

Commit 417be05

Browse files
chore: pin xml-parser-xo (PROVCON-4790) (#2924)
* chore: release security fixes (PROVCON-4790) * chore: pin xml-parser-xo (PROVCON-4790) * chore: check tests in pipeline (PROVCON-4790) * chore: pin xml-parser-xo in angular and static-html tests (PROVCON-4790) * chore: revert running tests on PR (PROVCON-4790)
1 parent f2c8cd1 commit 417be05

8 files changed

Lines changed: 10284 additions & 9 deletions

File tree

examples/angular/package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,7 @@
4141
"typescript": "4.2.4"
4242
},
4343
"resolutions": {
44-
"minimatch": "9.0.5"
44+
"minimatch": "9.0.5",
45+
"xml-parser-xo": "4.1.5"
4546
}
4647
}

examples/angular/yarn.lock

Lines changed: 9769 additions & 0 deletions
Large diffs are not rendered by default.

examples/react-cra/package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@
2626
"typescript": "^4.3.5"
2727
},
2828
"resolutions": {
29+
"xml-parser-xo": "4.1.5",
2930
"@babel/core": "^7.16.0",
3031
"@types/react": "17.0.11",
3132
"loader-utils": "2.0.3",

examples/react-cra/yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -14325,10 +14325,10 @@ xml-name-validator@^3.0.0:
1432514325
resolved "https://registry.yarnpkg.com/xml-name-validator/-/xml-name-validator-3.0.0.tgz#6ae73e06de4d8c6e47f9fb181f78d648ad457c6a"
1432614326
integrity sha512-A5CUptxDsvxKJEU3yO6DuWBSJz/qizqzJKOMIfUJHETbBw/sFaDxgd6fxm1ewUaM0jZ444Fc5vC5ROYurg/4Pw==
1432714327

14328-
xml-parser-xo@^3.2.0:
14329-
version "3.2.0"
14330-
resolved "https://registry.yarnpkg.com/xml-parser-xo/-/xml-parser-xo-3.2.0.tgz#c633ab55cf1976d6b03ab4a6a85045093ac32b73"
14331-
integrity sha512-8LRU6cq+d7mVsoDaMhnkkt3CTtAs4153p49fRo+HIB3I1FD1o5CeXRjRH29sQevIfVJIcPjKSsPU/+Ujhq09Rg==
14328+
xml-parser-xo@4.1.5, xml-parser-xo@^3.2.0:
14329+
version "4.1.5"
14330+
resolved "https://registry.yarnpkg.com/xml-parser-xo/-/xml-parser-xo-4.1.5.tgz#c3326af56219a406f1e20741a2826655fcb3b607"
14331+
integrity sha512-TxyRxk9sTOUg3glxSIY6f0nfuqRll2OEF8TspLgh5mZkLuBgheCn3zClcDSGJ58TvNmiwyCCuat4UajPud/5Og==
1433214332

1433314333
xmlchars@^2.2.0:
1433414334
version "2.2.0"

examples/static-html/package.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,5 +12,8 @@
1212
"license": "ISC",
1313
"dependencies": {
1414
"express": "^4.17.1"
15+
},
16+
"resolutions": {
17+
"xml-parser-xo": "4.1.5"
1518
}
1619
}

examples/static-html/yarn.lock

Lines changed: 500 additions & 0 deletions
Large diffs are not rendered by default.

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -68,6 +68,7 @@
6868
},
6969
"resolutions": {
7070
"fast-xml-parser": "4.5.4",
71+
"xml-parser-xo": "4.1.5",
7172
"tar": "6.2.1",
7273
"micromatch": "4.0.8",
7374
"@stoplight/react-error-boundary": "3.0.0",

yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -22962,10 +22962,10 @@ xml-name-validator@^3.0.0:
2296222962
resolved "https://registry.npmjs.org/xml-name-validator/-/xml-name-validator-3.0.0.tgz"
2296322963
integrity sha512-A5CUptxDsvxKJEU3yO6DuWBSJz/qizqzJKOMIfUJHETbBw/sFaDxgd6fxm1ewUaM0jZ444Fc5vC5ROYurg/4Pw==
2296422964

22965-
xml-parser-xo@^4.1.2:
22966-
version "4.1.2"
22967-
resolved "https://registry.npmjs.org/xml-parser-xo/-/xml-parser-xo-4.1.2.tgz"
22968-
integrity sha512-Z/DRB0ZAKj5vAQg++XsfQQKfT73Vfj5n5lKIVXobBDQEva6NHWUTxOA6OohJmEcpoy8AEqBmSGkXXAnFwt5qAA==
22965+
xml-parser-xo@4.1.5, xml-parser-xo@^4.1.2:
22966+
version "4.1.5"
22967+
resolved "https://registry.yarnpkg.com/xml-parser-xo/-/xml-parser-xo-4.1.5.tgz#c3326af56219a406f1e20741a2826655fcb3b607"
22968+
integrity sha512-TxyRxk9sTOUg3glxSIY6f0nfuqRll2OEF8TspLgh5mZkLuBgheCn3zClcDSGJ58TvNmiwyCCuat4UajPud/5Og==
2296922969

2297022970
xml@^1.0.1:
2297122971
version "1.0.1"

0 commit comments

Comments
 (0)