Skip to content

Commit c932c60

Browse files
authored
Merge pull request #676 from OpenConext/dependabot/npm_and_yarn/client/dompurify-3.3.1
Bump dompurify from 3.2.6 to 3.3.1 in /client
2 parents 06e8038 + 68c4f49 commit c932c60

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

client/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
"dependencies": {
1313
"@surfnet/sds": "^0.0.157",
1414
"@vitejs/plugin-react": "^5.1.0",
15-
"dompurify": "^3.2.6",
15+
"dompurify": "^3.3.1",
1616
"i18n-js": "^4.5.1",
1717
"isomorphic-dompurify": "^2.26.0",
1818
"js-cookie": "^3.0.5",

client/yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1699,10 +1699,10 @@ dom-helpers@^5.0.1:
16991699
"@babel/runtime" "^7.8.7"
17001700
csstype "^3.0.2"
17011701

1702-
dompurify@^3.2.6:
1703-
version "3.2.6"
1704-
resolved "https://registry.yarnpkg.com/dompurify/-/dompurify-3.2.6.tgz#ca040a6ad2b88e2a92dc45f38c79f84a714a1cad"
1705-
integrity sha512-/2GogDQlohXPZe6D6NOgQvXLPSYBqIWMnZ8zzOhn09REE4eyAzb+Hed3jhoM9OkuaJ8P6ZGTTVWQKAi8ieIzfQ==
1702+
dompurify@^3.2.6, dompurify@^3.3.1:
1703+
version "3.3.1"
1704+
resolved "https://registry.yarnpkg.com/dompurify/-/dompurify-3.3.1.tgz#c7e1ddebfe3301eacd6c0c12a4af284936dbbb86"
1705+
integrity sha512-qkdCKzLNtrgPFP1Vo+98FRzJnBRGe4ffyCea9IwHB1fyxPOeNTHpLKYGd4Uk9xvNoH0ZoOjwZxNptyMwqrId1Q==
17061706
optionalDependencies:
17071707
"@types/trusted-types" "^2.0.7"
17081708

0 commit comments

Comments
 (0)