Skip to content

Commit ee2a95b

Browse files
committed
use resolutions to bump fast-xml-parser
1 parent a5baee5 commit ee2a95b

File tree

2 files changed

+11
-10
lines changed

2 files changed

+11
-10
lines changed

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,8 @@
6363
},
6464
"resolutions": {
6565
"cdk@1.0.0/cross-spawn": "^7.0.5",
66-
"client@1.0.0/cross-spawn": "^7.0.5"
66+
"client@1.0.0/cross-spawn": "^7.0.5",
67+
"fast-xml-parser": "^5.3.7"
6768
},
6869
"lint-staged": {
6970
"**/*.{ts, tsx}": "eslint --fix",

yarn.lock

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -9596,14 +9596,14 @@ __metadata:
95969596
languageName: node
95979597
linkType: hard
95989598

9599-
"fast-xml-parser@npm:5.3.4":
9600-
version: 5.3.4
9601-
resolution: "fast-xml-parser@npm:5.3.4"
9599+
"fast-xml-parser@npm:^5.3.7":
9600+
version: 5.3.7
9601+
resolution: "fast-xml-parser@npm:5.3.7"
96029602
dependencies:
9603-
strnum: "npm:^2.1.0"
9603+
strnum: "npm:^2.1.2"
96049604
bin:
96059605
fxparser: src/cli/cli.js
9606-
checksum: 10c0/d77866ca860ad185153e12f6ba12274d32026319ad8064e4681342b8a8e1ffad3f1f98daf04d77239fb12eb1d906ee7185fd328deda74529680e8dae0f3e9327
9606+
checksum: 10c0/2452b8d4557f6958507ccb9694dad094fb56342385774ee900e0ae1e193027a6590dd5c4ce9e5485af64fb18c2299b64d5423c82dba5f5a698950d36d02a864d
96079607
languageName: node
96089608
linkType: hard
96099609

@@ -15500,10 +15500,10 @@ __metadata:
1550015500
languageName: node
1550115501
linkType: hard
1550215502

15503-
"strnum@npm:^2.1.0":
15504-
version: 2.1.1
15505-
resolution: "strnum@npm:2.1.1"
15506-
checksum: 10c0/1f9bd1f9b4c68333f25c2b1f498ea529189f060cd50aa59f1876139c994d817056de3ce57c12c970f80568d75df2289725e218bd9e3cdf73cd1a876c9c102733
15503+
"strnum@npm:^2.1.2":
15504+
version: 2.1.2
15505+
resolution: "strnum@npm:2.1.2"
15506+
checksum: 10c0/4e04753b793540d79cd13b2c3e59e298440477bae2b853ab78d548138385193b37d766d95b63b7046475d68d44fb1fca692f0a3f72b03f4168af076c7b246df9
1550715507
languageName: node
1550815508
linkType: hard
1550915509

0 commit comments

Comments
 (0)