Skip to content

Commit 942fa9e

Browse files
committed
chore: dompurify in packagejson
1 parent e3dc195 commit 942fa9e

File tree

2 files changed

+27
-4
lines changed

2 files changed

+27
-4
lines changed

web/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -100,6 +100,7 @@
100100
"@solana/wallet-adapter-react": "^0.15.36",
101101
"@solana/web3.js": "^1.98.0",
102102
"@tanstack/react-query": "^5.69.0",
103+
"@types/dompurify": "^3.2.0",
103104
"@types/react-modal": "^3.16.3",
104105
"@wagmi/connectors": "^5.7.11",
105106
"@wagmi/core": "^2.16.7",
@@ -108,6 +109,7 @@
108109
"chartjs-adapter-moment": "^1.0.1",
109110
"chartjs-plugin-datalabels": "^2.2.0",
110111
"core-js": "^3.39.0",
112+
"dompurify": "^3.2.6",
111113
"ethers": "^5.8.0",
112114
"graphql": "^16.9.0",
113115
"graphql-request": "^7.1.2",
@@ -131,8 +133,6 @@
131133
"styled-components": "^5.3.3",
132134
"subgraph-status": "^1.2.4",
133135
"viem": "^2.24.1",
134-
"wagmi": "^2.14.15",
135-
"dompurify": "^3.2.6",
136-
"@types/dompurify": "^3.2.0"
136+
"wagmi": "^2.14.15"
137137
}
138138
}

yarn.lock

Lines changed: 24 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6801,6 +6801,7 @@ __metadata:
68016801
"@solana/web3.js": "npm:^1.98.0"
68026802
"@tanstack/react-query": "npm:^5.69.0"
68036803
"@types/busboy": "npm:^1.5.4"
6804+
"@types/dompurify": "npm:^3.2.0"
68046805
"@types/react": "npm:^18.3.12"
68056806
"@types/react-dom": "npm:^18.3.1"
68066807
"@types/react-modal": "npm:^3.16.3"
@@ -6816,6 +6817,7 @@ __metadata:
68166817
chartjs-adapter-moment: "npm:^1.0.1"
68176818
chartjs-plugin-datalabels: "npm:^2.2.0"
68186819
core-js: "npm:^3.39.0"
6820+
dompurify: "npm:^3.2.6"
68196821
eslint: "npm:^9.15.0"
68206822
eslint-config-prettier: "npm:^9.1.0"
68216823
eslint-import-resolver-typescript: "npm:^3.6.3"
@@ -11750,6 +11752,15 @@ __metadata:
1175011752
languageName: node
1175111753
linkType: hard
1175211754

11755+
"@types/dompurify@npm:^3.2.0":
11756+
version: 3.2.0
11757+
resolution: "@types/dompurify@npm:3.2.0"
11758+
dependencies:
11759+
dompurify: "npm:*"
11760+
checksum: 10/0194dd9024e76e856f3373e8b080c7a5ac9910543ac1ee85db45277efbbea820b2f27fe22c8a6f02bb51833e0a8540d732be0d11d156efd16cb0b97f88e41ebf
11761+
languageName: node
11762+
linkType: hard
11763+
1175311764
"@types/eslint-scope@npm:^3.7.3":
1175411765
version: 3.7.4
1175511766
resolution: "@types/eslint-scope@npm:3.7.4"
@@ -12291,7 +12302,7 @@ __metadata:
1229112302
languageName: node
1229212303
linkType: hard
1229312304

12294-
"@types/trusted-types@npm:*, @types/trusted-types@npm:^2.0.2":
12305+
"@types/trusted-types@npm:*, @types/trusted-types@npm:^2.0.2, @types/trusted-types@npm:^2.0.7":
1229512306
version: 2.0.7
1229612307
resolution: "@types/trusted-types@npm:2.0.7"
1229712308
checksum: 10/8e4202766a65877efcf5d5a41b7dd458480b36195e580a3b1085ad21e948bc417d55d6f8af1fd2a7ad008015d4117d5fdfe432731157da3c68678487174e4ba3
@@ -18413,6 +18424,18 @@ __metadata:
1841318424
languageName: node
1841418425
linkType: hard
1841518426

18427+
"dompurify@npm:*, dompurify@npm:^3.2.6":
18428+
version: 3.2.6
18429+
resolution: "dompurify@npm:3.2.6"
18430+
dependencies:
18431+
"@types/trusted-types": "npm:^2.0.7"
18432+
dependenciesMeta:
18433+
"@types/trusted-types":
18434+
optional: true
18435+
checksum: 10/b91631ed0e4d17fae950ef53613cc009ed7e73adc43ac94a41dd52f35483f7538d13caebdafa7626e0da145fc8184e7ac7935f14f25b7e841b32fda777e40447
18436+
languageName: node
18437+
linkType: hard
18438+
1841618439
"dompurify@npm:2.5.7":
1841718440
version: 2.5.7
1841818441
resolution: "dompurify@npm:2.5.7"

0 commit comments

Comments
 (0)