Skip to content

Commit bb65aa1

Browse files
chore: update dependency fast-xml-parser to v5 [security]
1 parent d0a2648 commit bb65aa1

2 files changed

Lines changed: 54 additions & 2 deletions

File tree

web/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -152,7 +152,7 @@
152152
"dayjs": "1.11.10",
153153
"detect-browser": "5.3.0",
154154
"escape-string-regexp": "5.0.0",
155-
"fast-xml-parser": "4.3.2",
155+
"fast-xml-parser": "5.7.0",
156156
"formik": "2.4.5",
157157
"framer-motion": "10.18.0",
158158
"github-markdown-css": "5.4.0",

web/yarn.lock

Lines changed: 53 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4999,6 +4999,13 @@ __metadata:
49994999
languageName: node
50005000
linkType: hard
50015001

5002+
"@nodable/entities@npm:^2.1.0":
5003+
version: 2.1.1
5004+
resolution: "@nodable/entities@npm:2.1.1"
5005+
checksum: 10c0/d295c148a3a4a30dbcbb453d464ff93b28301d72c8f6f3a2f138f8a2bc1ad9f8c5210a70d857e7133f44468c3d8e90d3026e1aecee5a632d6c3f74898c14e5b9
5006+
languageName: node
5007+
linkType: hard
5008+
50025009
"@nodelib/fs.scandir@npm:2.1.5":
50035010
version: 2.1.5
50045011
resolution: "@nodelib/fs.scandir@npm:2.1.5"
@@ -6606,7 +6613,7 @@ __metadata:
66066613
eslint-config-reearth: "npm:0.2.2"
66076614
eslint-plugin-playwright: "npm:0.12.0"
66086615
eslint-plugin-storybook: "npm:0.6.15"
6609-
fast-xml-parser: "npm:4.3.2"
6616+
fast-xml-parser: "npm:5.7.0"
66106617
formik: "npm:2.4.5"
66116618
framer-motion: "npm:10.18.0"
66126619
github-markdown-css: "npm:5.4.0"
@@ -16449,6 +16456,16 @@ __metadata:
1644916456
languageName: node
1645016457
linkType: hard
1645116458

16459+
"fast-xml-builder@npm:^1.1.5":
16460+
version: 1.2.0
16461+
resolution: "fast-xml-builder@npm:1.2.0"
16462+
dependencies:
16463+
path-expression-matcher: "npm:^1.5.0"
16464+
xml-naming: "npm:^0.1.0"
16465+
checksum: 10c0/84bb105cd04e91d6dcb746c4dbaeb12903b510e7ab9a06ffde55b5a582e005559a87d84467f18a655c6c4baf098f696fd74cee3cbe1aea9d01385907768ba32d
16466+
languageName: node
16467+
linkType: hard
16468+
1645216469
"fast-xml-parser@npm:4.3.2":
1645316470
version: 4.3.2
1645416471
resolution: "fast-xml-parser@npm:4.3.2"
@@ -16471,6 +16488,20 @@ __metadata:
1647116488
languageName: node
1647216489
linkType: hard
1647316490

16491+
"fast-xml-parser@npm:5.7.0":
16492+
version: 5.7.0
16493+
resolution: "fast-xml-parser@npm:5.7.0"
16494+
dependencies:
16495+
"@nodable/entities": "npm:^2.1.0"
16496+
fast-xml-builder: "npm:^1.1.5"
16497+
path-expression-matcher: "npm:^1.5.0"
16498+
strnum: "npm:^2.2.3"
16499+
bin:
16500+
fxparser: src/cli/cli.js
16501+
checksum: 10c0/773d83bc6ad2c97e86326324784b2e3fbbcb989bc7e02c08c4284d302251ace6cd2e4f58896cdaed705887b0523c0455af5c811dece720ebe4245c3af427471b
16502+
languageName: node
16503+
linkType: hard
16504+
1647416505
"fast-xml-parser@npm:^4.4.1":
1647516506
version: 4.5.3
1647616507
resolution: "fast-xml-parser@npm:4.5.3"
@@ -21442,6 +21473,13 @@ __metadata:
2144221473
languageName: node
2144321474
linkType: hard
2144421475

21476+
"path-expression-matcher@npm:^1.5.0":
21477+
version: 1.5.0
21478+
resolution: "path-expression-matcher@npm:1.5.0"
21479+
checksum: 10c0/646cb5bc66cd7d809a52288336f3ac1e6223f156fd8e912936e490e590f7f93e8056d4fd25fcbcc7da61bb698fa520112cb050372a3f65e7b79bd4afa0f77610
21480+
languageName: node
21481+
linkType: hard
21482+
2144521483
"path-key@npm:^2.0.1":
2144621484
version: 2.0.1
2144721485
resolution: "path-key@npm:2.0.1"
@@ -24793,6 +24831,13 @@ __metadata:
2479324831
languageName: node
2479424832
linkType: hard
2479524833

24834+
"strnum@npm:^2.2.3":
24835+
version: 2.3.0
24836+
resolution: "strnum@npm:2.3.0"
24837+
checksum: 10c0/8d29ea0789df22dfa6101153573c76ce12fb065ed0807eb99cc64624cd7f3d67a5aa0db507e75ab985ca23908cc4f02c65f3359ad762cb3659e3d6456e76e143
24838+
languageName: node
24839+
linkType: hard
24840+
2479624841
"style-loader@npm:^3.3.2":
2479724842
version: 3.3.4
2479824843
resolution: "style-loader@npm:3.3.4"
@@ -26970,6 +27015,13 @@ __metadata:
2697027015
languageName: node
2697127016
linkType: hard
2697227017

27018+
"xml-naming@npm:^0.1.0":
27019+
version: 0.1.0
27020+
resolution: "xml-naming@npm:0.1.0"
27021+
checksum: 10c0/8c7614865361bcb7e53e3e091dac21c567e2b92d447919b2f072775aa9dcfc94a5255bd52fbaa0fd53c93513e53a23a6a835218ad2af512451dbc678392f85fe
27022+
languageName: node
27023+
linkType: hard
27024+
2697327025
"xmlchars@npm:^2.2.0":
2697427026
version: 2.2.0
2697527027
resolution: "xmlchars@npm:2.2.0"

0 commit comments

Comments
 (0)