Skip to content

Commit 4fc93f4

Browse files
build(deps-dev): bump vite-plugin-csp-guard from 2.1.1 to 3.0.0 in /web
Bumps [vite-plugin-csp-guard](https://github.com/tsotimus/vite-plugin-csp-guard/tree/HEAD/packages/vite-plugin-csp-guard) from 2.1.1 to 3.0.0. - [Release notes](https://github.com/tsotimus/vite-plugin-csp-guard/releases) - [Commits](https://github.com/tsotimus/vite-plugin-csp-guard/commits/vite-plugin-csp-guard_v3.0.0/packages/vite-plugin-csp-guard) --- updated-dependencies: - dependency-name: vite-plugin-csp-guard dependency-version: 3.0.0 dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 0230530 commit 4fc93f4

File tree

2 files changed

+50
-38
lines changed

2 files changed

+50
-38
lines changed

web/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@
4747
"typescript": "~5.9.2",
4848
"vite": "^7.0.6",
4949
"vite-plugin-checker": "^0.10.2",
50-
"vite-plugin-csp-guard": "^2.1.1",
50+
"vite-plugin-csp-guard": "^3.0.0",
5151
"vite-plugin-svgr": "^4.3.0",
5252
"vite-tsconfig-paths": "^5.1.4",
5353
"vitest": "^3.2.4"

web/yarn.lock

Lines changed: 49 additions & 37 deletions
Original file line numberDiff line numberDiff line change
@@ -2446,21 +2446,21 @@ cheerio-select@^2.1.0:
24462446
domhandler "^5.0.3"
24472447
domutils "^3.0.1"
24482448

2449-
cheerio@^1.0.0:
2450-
version "1.0.0"
2451-
resolved "https://registry.yarnpkg.com/cheerio/-/cheerio-1.0.0.tgz#1ede4895a82f26e8af71009f961a9b8cb60d6a81"
2452-
integrity sha512-quS9HgjQpdaXOvsZz82Oz7uxtXiy6UIsIQcpBj7HRw2M63Skasm9qlDocAM7jNuaxdhpPU7c4kJN+gA5MCu4ww==
2449+
cheerio@^1.1.2:
2450+
version "1.1.2"
2451+
resolved "https://registry.yarnpkg.com/cheerio/-/cheerio-1.1.2.tgz#26af77e89336c81c63ea83197f868b4cbd351369"
2452+
integrity sha512-IkxPpb5rS/d1IiLbHMgfPuS0FgiWTtFIm/Nj+2woXDLTZ7fOT2eqzgYbdMlLweqlHbsZjxEChoVK+7iph7jyQg==
24532453
dependencies:
24542454
cheerio-select "^2.1.0"
24552455
dom-serializer "^2.0.0"
24562456
domhandler "^5.0.3"
2457-
domutils "^3.1.0"
2458-
encoding-sniffer "^0.2.0"
2459-
htmlparser2 "^9.1.0"
2460-
parse5 "^7.1.2"
2461-
parse5-htmlparser2-tree-adapter "^7.0.0"
2457+
domutils "^3.2.2"
2458+
encoding-sniffer "^0.2.1"
2459+
htmlparser2 "^10.0.0"
2460+
parse5 "^7.3.0"
2461+
parse5-htmlparser2-tree-adapter "^7.1.0"
24622462
parse5-parser-stream "^7.1.2"
2463-
undici "^6.19.5"
2463+
undici "^7.12.0"
24642464
whatwg-mimetype "^4.0.0"
24652465

24662466
chokidar@^4.0.3:
@@ -2529,10 +2529,10 @@ cosmiconfig@^8.1.3:
25292529
parse-json "^5.2.0"
25302530
path-type "^4.0.0"
25312531

2532-
csp-toolkit@1.3.1:
2533-
version "1.3.1"
2534-
resolved "https://registry.yarnpkg.com/csp-toolkit/-/csp-toolkit-1.3.1.tgz#05dfc13d800a5382096da75f95a606234e84080b"
2535-
integrity sha512-tSHFTNk9WiIpGaWBXsj65xwVPuNXfJg5CVmp7vam3HVZPTmFaEoZuXFdPJq4JBD2RxNQcuC2P8eM7sGwgxmt0A==
2532+
csp-toolkit@1.4.0:
2533+
version "1.4.0"
2534+
resolved "https://registry.yarnpkg.com/csp-toolkit/-/csp-toolkit-1.4.0.tgz#8a004623eacce97c138a7db6e713371c90bb9db2"
2535+
integrity sha512-ezMVB6+2RnsnN5ncHsLX8njyPMv7I0M6ZLDP4pgmRVS4JjCgiWyeY2vs0zVfFTbdCo0CQI47PFICiQOZ5tDiww==
25362536

25372537
css-color-keywords@^1.0.0:
25382538
version "1.0.0"
@@ -2648,7 +2648,7 @@ domhandler@^5.0.2, domhandler@^5.0.3:
26482648
dependencies:
26492649
domelementtype "^2.3.0"
26502650

2651-
domutils@^3.0.1, domutils@^3.1.0:
2651+
domutils@^3.0.1, domutils@^3.2.1, domutils@^3.2.2:
26522652
version "3.2.2"
26532653
resolved "https://registry.yarnpkg.com/domutils/-/domutils-3.2.2.tgz#edbfe2b668b0c1d97c24baf0f1062b132221bc78"
26542654
integrity sha512-6kZKyUajlDuqlHKVX1w7gyslj9MPIXzIFiz/rGu35uC1wMi+kMhQwGhl4lt9unC9Vb9INnY9Z3/ZA3+FhASLaw==
@@ -2690,10 +2690,10 @@ electron-to-chromium@^1.5.73:
26902690
resolved "https://registry.yarnpkg.com/electron-to-chromium/-/electron-to-chromium-1.5.82.tgz#b9116ac6d6b6346c2baa49f14c1272ba2ce1ccdb"
26912691
integrity sha512-Zq16uk1hfQhyGx5GpwPAYDwddJuSGhtRhgOA2mCxANYaDT79nAeGnaXogMGng4KqLaJUVnOnuL0+TDop9nLOiA==
26922692

2693-
encoding-sniffer@^0.2.0:
2694-
version "0.2.0"
2695-
resolved "https://registry.yarnpkg.com/encoding-sniffer/-/encoding-sniffer-0.2.0.tgz#799569d66d443babe82af18c9f403498365ef1d5"
2696-
integrity sha512-ju7Wq1kg04I3HtiYIOrUrdfdDvkyO9s5XM8QAj/bN61Yo/Vb4vgJxy5vi4Yxk01gWHbrofpPtpxM8bKger9jhg==
2693+
encoding-sniffer@^0.2.1:
2694+
version "0.2.1"
2695+
resolved "https://registry.yarnpkg.com/encoding-sniffer/-/encoding-sniffer-0.2.1.tgz#396ec97ac22ce5a037ba44af1992ac9d46a7b819"
2696+
integrity sha512-5gvq20T6vfpekVtqrYQsSCFZ1wEg5+wW0/QaZMWkFr6BqD3NfKs0rLCx4rrVlSWJeZb5NBJgVLswK/w2MWU+Gw==
26972697
dependencies:
26982698
iconv-lite "^0.6.3"
26992699
whatwg-encoding "^3.1.1"
@@ -2703,6 +2703,11 @@ entities@^4.2.0, entities@^4.4.0, entities@^4.5.0:
27032703
resolved "https://registry.yarnpkg.com/entities/-/entities-4.5.0.tgz#5d268ea5e7113ec74c4d033b79ea5a35a488fb48"
27042704
integrity sha512-V0hjH4dGPh9Ao5p0MoRY6BVqtwCjhz6vI5LT8AJ55H+4g9/4vbHx1I54fS0XuclLhDHArPQCiMjDxjaL8fPxhw==
27052705

2706+
entities@^6.0.0:
2707+
version "6.0.1"
2708+
resolved "https://registry.yarnpkg.com/entities/-/entities-6.0.1.tgz#c28c34a43379ca7f61d074130b2f5f7020a30694"
2709+
integrity sha512-aN97NXWF6AWBTahfVOIrB/NShkzi5H7F9r1s9mD3cDj4Ko5f2qhhVoYMibXF7GlLveb/D2ioWay8lxI97Ven3g==
2710+
27062711
error-ex@^1.3.1:
27072712
version "1.3.2"
27082713
resolved "https://registry.yarnpkg.com/error-ex/-/error-ex-1.3.2.tgz#b4ac40648107fdcdcfae242f428bea8a14d4f1bf"
@@ -2952,15 +2957,15 @@ html-encoding-sniffer@^4.0.0:
29522957
dependencies:
29532958
whatwg-encoding "^3.1.1"
29542959

2955-
htmlparser2@^9.1.0:
2956-
version "9.1.0"
2957-
resolved "https://registry.yarnpkg.com/htmlparser2/-/htmlparser2-9.1.0.tgz#cdb498d8a75a51f739b61d3f718136c369bc8c23"
2958-
integrity sha512-5zfg6mHUoaer/97TxnGpxmbR7zJtPwIYFMZ/H5ucTlPZhKvtum05yiPK3Mgai3a0DyVxv7qYqoweaEd2nrYQzQ==
2960+
htmlparser2@^10.0.0:
2961+
version "10.0.0"
2962+
resolved "https://registry.yarnpkg.com/htmlparser2/-/htmlparser2-10.0.0.tgz#77ad249037b66bf8cc99c6e286ef73b83aeb621d"
2963+
integrity sha512-TwAZM+zE5Tq3lrEHvOlvwgj1XLWQCtaaibSN11Q+gGBAS7Y1uZSWwXXRe4iF6OXnaq1riyQAPFOBtYc77Mxq0g==
29592964
dependencies:
29602965
domelementtype "^2.3.0"
29612966
domhandler "^5.0.3"
2962-
domutils "^3.1.0"
2963-
entities "^4.5.0"
2967+
domutils "^3.2.1"
2968+
entities "^6.0.0"
29642969

29652970
http-proxy-agent@^7.0.2:
29662971
version "7.0.2"
@@ -3332,7 +3337,7 @@ parse-json@^5.2.0:
33323337
json-parse-even-better-errors "^2.3.0"
33333338
lines-and-columns "^1.1.6"
33343339

3335-
parse5-htmlparser2-tree-adapter@^7.0.0:
3340+
parse5-htmlparser2-tree-adapter@^7.1.0:
33363341
version "7.1.0"
33373342
resolved "https://registry.yarnpkg.com/parse5-htmlparser2-tree-adapter/-/parse5-htmlparser2-tree-adapter-7.1.0.tgz#b5a806548ed893a43e24ccb42fbb78069311e81b"
33383343
integrity sha512-ruw5xyKs6lrpo9x9rCZqZZnIUntICjQAd0Wsmp396Ul9lN/h+ifgVV1x1gZHi8euej6wTfpqX8j+BFQxF0NS/g==
@@ -3347,13 +3352,20 @@ parse5-parser-stream@^7.1.2:
33473352
dependencies:
33483353
parse5 "^7.0.0"
33493354

3350-
parse5@^7.0.0, parse5@^7.1.2, parse5@^7.2.1:
3355+
parse5@^7.0.0, parse5@^7.2.1:
33513356
version "7.2.1"
33523357
resolved "https://registry.yarnpkg.com/parse5/-/parse5-7.2.1.tgz#8928f55915e6125f430cc44309765bf17556a33a"
33533358
integrity sha512-BuBYQYlv1ckiPdQi/ohiivi9Sagc9JG+Ozs0r7b/0iK3sKmrb0b9FdWdBbOdx6hBCM/F9Ir82ofnBhtZOjCRPQ==
33543359
dependencies:
33553360
entities "^4.5.0"
33563361

3362+
parse5@^7.3.0:
3363+
version "7.3.0"
3364+
resolved "https://registry.yarnpkg.com/parse5/-/parse5-7.3.0.tgz#d7e224fa72399c7a175099f45fc2ad024b05ec05"
3365+
integrity sha512-IInvU7fabl34qmi9gY8XOVxhYyMyuH2xUNpb2q8/Y+7552KlejkRvqvD19nMoUW/uQGGbqNpA6Tufu5FL5BZgw==
3366+
dependencies:
3367+
entities "^6.0.0"
3368+
33573369
path-key@^4.0.0:
33583370
version "4.0.0"
33593371
resolved "https://registry.yarnpkg.com/path-key/-/path-key-4.0.0.tgz#295588dc3aee64154f877adb9d780b81c554bf18"
@@ -3857,10 +3869,10 @@ undici-types@~7.8.0:
38573869
resolved "https://registry.yarnpkg.com/undici-types/-/undici-types-7.8.0.tgz#de00b85b710c54122e44fbfd911f8d70174cd294"
38583870
integrity sha512-9UJ2xGDvQ43tYyVMpuHlsgApydB8ZKfVYTsLDhXkFL/6gfkp+U8xTGdh8pMJv1SpZna0zxG1DwsKZsreLbXBxw==
38593871

3860-
undici@^6.19.5:
3861-
version "6.21.3"
3862-
resolved "https://registry.yarnpkg.com/undici/-/undici-6.21.3.tgz#185752ad92c3d0efe7a7d1f6854a50f83b552d7a"
3863-
integrity sha512-gBLkYIlEnSp8pFbT64yFgGE6UIB9tAkhukC23PmMDCe5Nd+cRqKxSjw5y54MK2AZMgZfJWMaNE4nYUHgi1XEOw==
3872+
undici@^7.12.0:
3873+
version "7.15.0"
3874+
resolved "https://registry.yarnpkg.com/undici/-/undici-7.15.0.tgz#7485007549ad1782b7cab2abfaa1c1aa7b75e106"
3875+
integrity sha512-7oZJCPvvMvTd0OlqWsIxTuItTpJBpU1tcbVl24FMn3xt3+VSunwUasmfPJRE57oNO1KsZ4PgA1xTdAX4hq8NyQ==
38643876

38653877
unicorn-magic@^0.3.0:
38663878
version "0.3.0"
@@ -3911,13 +3923,13 @@ vite-plugin-checker@^0.10.2:
39113923
tinyglobby "^0.2.14"
39123924
vscode-uri "^3.1.0"
39133925

3914-
vite-plugin-csp-guard@^2.1.1:
3915-
version "2.1.1"
3916-
resolved "https://registry.yarnpkg.com/vite-plugin-csp-guard/-/vite-plugin-csp-guard-2.1.1.tgz#70a10a541485d07de75552549eef6e0974b4ff00"
3917-
integrity sha512-7oloZ0NIYx9VNWGnkQqHKuZr7Pv35FjfSX4mu5huEYBfMjL25mV8oxpE51bLK3KS4pG9V70F+k7riQ9uqmeCJQ==
3926+
vite-plugin-csp-guard@^3.0.0:
3927+
version "3.0.0"
3928+
resolved "https://registry.yarnpkg.com/vite-plugin-csp-guard/-/vite-plugin-csp-guard-3.0.0.tgz#135c9706490282d9ac9564fd7ba7b13f3dc983da"
3929+
integrity sha512-1c4s/pzn6S22JOa75sFHIa9BwzwpUMwQO2cP1BOU4N+6d33E1EQ067mbPV5pa8UGut9hrfUZZsj4FTN2e8ZGbQ==
39183930
dependencies:
3919-
cheerio "^1.0.0"
3920-
csp-toolkit "1.3.1"
3931+
cheerio "^1.1.2"
3932+
csp-toolkit "1.4.0"
39213933

39223934
vite-plugin-svgr@^4.3.0:
39233935
version "4.3.0"

0 commit comments

Comments
 (0)