Skip to content

Commit 57e96c0

Browse files
fix: docs/package.json & docs/yarn.lock to reduce vulnerabilities (#469)
The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-PATHTOREGEXP-7925106 Co-authored-by: snyk-bot <snyk-bot@snyk.io>
1 parent 9a273e1 commit 57e96c0

File tree

2 files changed

+103
-38
lines changed

2 files changed

+103
-38
lines changed

docs/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
},
1313
"dependencies": {
1414
"@astrojs/starlight": "^0.26.1",
15-
"astro": "^4.14.2",
15+
"astro": "^4.15.5",
1616
"sharp": "^0.33.1"
1717
}
1818
}

docs/yarn.lock

Lines changed: 102 additions & 37 deletions
Original file line numberDiff line numberDiff line change
@@ -1006,23 +1006,51 @@
10061006
dependencies:
10071007
"@types/hast" "^3.0.4"
10081008

1009-
"@shikijs/core@1.16.2":
1010-
version "1.16.2"
1011-
resolved "https://registry.yarnpkg.com/@shikijs/core/-/core-1.16.2.tgz#67182b0eb7e2c3aedcf47e24acb893bca352c869"
1012-
integrity sha512-XSVH5OZCvE4WLMgdoBqfPMYmGHGmCC3OgZhw0S7KcSi2XKZ+5oHGe71GFnTljgdOxvxx5WrRks6QoTLKrl1eAA==
1013-
dependencies:
1014-
"@shikijs/vscode-textmate" "^9.2.0"
1009+
"@shikijs/core@1.17.6":
1010+
version "1.17.6"
1011+
resolved "https://registry.yarnpkg.com/@shikijs/core/-/core-1.17.6.tgz#5a4e46b2a61c4c83ec83dcc1df32fd8549800366"
1012+
integrity sha512-9ztslig6/YmCg/XwESAXbKjAjOhaq6HVced9NY6qcbDz1X5g/S90Wco2vMjBNX/6V71ASkzri76JewSGPa7kiQ==
1013+
dependencies:
1014+
"@shikijs/engine-javascript" "1.17.6"
1015+
"@shikijs/engine-oniguruma" "1.17.6"
1016+
"@shikijs/types" "1.17.6"
1017+
"@shikijs/vscode-textmate" "^9.2.2"
10151018
"@types/hast" "^3.0.4"
1019+
hast-util-to-html "^9.0.2"
10161020

10171021
"@shikijs/core@1.2.4":
10181022
version "1.2.4"
10191023
resolved "https://registry.npmjs.org/@shikijs/core/-/core-1.2.4.tgz"
10201024
integrity sha512-ClaUWpt8oTzjcF0MM1P81AeWyzc1sNSJlAjMG80CbwqbFqXSNz+NpQVUC0icobt3sZn43Sn27M4pHD/Jmp3zHw==
10211025

1022-
"@shikijs/vscode-textmate@^9.2.0":
1023-
version "9.2.0"
1024-
resolved "https://registry.yarnpkg.com/@shikijs/vscode-textmate/-/vscode-textmate-9.2.0.tgz#a8405c86b4ea3e1cec779319e7d5c4e67283b2db"
1025-
integrity sha512-5FinaOp6Vdh/dl4/yaOTh0ZeKch+rYS8DUb38V3GMKYVkdqzxw53lViRKUYkVILRiVQT7dcPC7VvAKOR73zVtQ==
1026+
"@shikijs/engine-javascript@1.17.6":
1027+
version "1.17.6"
1028+
resolved "https://registry.yarnpkg.com/@shikijs/engine-javascript/-/engine-javascript-1.17.6.tgz#9ab79360c83179c93c262846a57bf64fc8f5bff8"
1029+
integrity sha512-5EEZj8tVcierNxm4V0UMS2PVoflb0UJPalWWV8l9rRg+oOfnr5VivqBJbkyq5grltVPvByIXvVbY8GSM/356jQ==
1030+
dependencies:
1031+
"@shikijs/types" "1.17.6"
1032+
oniguruma-to-js "0.4.3"
1033+
1034+
"@shikijs/engine-oniguruma@1.17.6":
1035+
version "1.17.6"
1036+
resolved "https://registry.yarnpkg.com/@shikijs/engine-oniguruma/-/engine-oniguruma-1.17.6.tgz#524c29df08c2f8bcd614aa3d8c9501410cbaf6c8"
1037+
integrity sha512-NLfWDMXFYe0nDHFbEoyZdz89aIIey3bTfF3zLYSUNTXks5s4uinZVmuPOFf1HfTeGqIn8uErJSBc3VnpJO7Alw==
1038+
dependencies:
1039+
"@shikijs/types" "1.17.6"
1040+
"@shikijs/vscode-textmate" "^9.2.2"
1041+
1042+
"@shikijs/types@1.17.6":
1043+
version "1.17.6"
1044+
resolved "https://registry.yarnpkg.com/@shikijs/types/-/types-1.17.6.tgz#074c627e62ad80513b6535cbc176adc2997d5c29"
1045+
integrity sha512-ndTFa2TJi2w51ddKQDn3Jy8f6K4E5Q2x3dA3Hmsd3+YmxDQ10UWHjcw7VbVbKzv3VcUvYPLy+z9neqytSzUMUg==
1046+
dependencies:
1047+
"@shikijs/vscode-textmate" "^9.2.2"
1048+
"@types/hast" "^3.0.4"
1049+
1050+
"@shikijs/vscode-textmate@^9.2.2":
1051+
version "9.2.2"
1052+
resolved "https://registry.yarnpkg.com/@shikijs/vscode-textmate/-/vscode-textmate-9.2.2.tgz#24571f50625c7cd075f9efe0def8b9d2c0930ada"
1053+
integrity sha512-TMp15K+GGYrWlZM8+Lnj9EaHEFmOen0WJBrfa17hF7taDOYthuPPV0GWzfd/9iMij0akS/8Yw2ikquH7uVi/fg==
10261054

10271055
"@types/acorn@^4.0.0":
10281056
version "4.0.6"
@@ -1245,10 +1273,10 @@ astro-expressive-code@^0.35.6:
12451273
dependencies:
12461274
rehype-expressive-code "^0.35.6"
12471275

1248-
astro@^4.14.2:
1249-
version "4.15.4"
1250-
resolved "https://registry.yarnpkg.com/astro/-/astro-4.15.4.tgz#9e79e3d51431bf5b8b0bb54a346543da313ac252"
1251-
integrity sha512-wqy+m3qygt9DmCSqMsckxyK4ccCUFtti2d/WlLkEpAlqHgyDIg20zRTLHO2v/H4YeSlJ8sAcN0RW2FhOeYbINg==
1276+
astro@^4.15.5:
1277+
version "4.15.6"
1278+
resolved "https://registry.yarnpkg.com/astro/-/astro-4.15.6.tgz#55d42fca5a68695174f5af85a8dcc5329264726a"
1279+
integrity sha512-SWcUNwm8CiVRaIbh4w5byh62BNihpsovlCd4ElvC7cL/53D24HcI7AaGFsPrromCamQklwQmIan/QS7x/3lLuQ==
12521280
dependencies:
12531281
"@astrojs/compiler" "^2.10.3"
12541282
"@astrojs/internal-helpers" "0.4.1"
@@ -1270,7 +1298,7 @@ astro@^4.14.2:
12701298
common-ancestor-path "^1.0.1"
12711299
cookie "^0.6.0"
12721300
cssesc "^3.0.0"
1273-
debug "^4.3.6"
1301+
debug "^4.3.7"
12741302
deterministic-object-hash "^2.0.2"
12751303
devalue "^5.0.0"
12761304
diff "^5.2.0"
@@ -1296,19 +1324,19 @@ astro@^4.14.2:
12961324
ora "^8.1.0"
12971325
p-limit "^6.1.0"
12981326
p-queue "^8.0.1"
1299-
path-to-regexp "^6.2.2"
1327+
path-to-regexp "6.2.2"
13001328
preferred-pm "^4.0.0"
13011329
prompts "^2.4.2"
13021330
rehype "^13.0.1"
13031331
semver "^7.6.3"
1304-
shiki "^1.16.1"
1332+
shiki "^1.16.2"
13051333
string-width "^7.2.0"
13061334
strip-ansi "^7.1.0"
13071335
tinyexec "^0.3.0"
13081336
tsconfck "^3.1.3"
13091337
unist-util-visit "^5.0.0"
13101338
vfile "^6.0.3"
1311-
vite "^5.4.2"
1339+
vite "^5.4.3"
13121340
vitefu "^1.0.2"
13131341
which-pm "^3.0.0"
13141342
xxhash-wasm "^1.0.2"
@@ -1542,12 +1570,12 @@ debug@^4.0.0, debug@^4.1.0, debug@^4.3.1, debug@^4.3.4:
15421570
dependencies:
15431571
ms "2.1.2"
15441572

1545-
debug@^4.3.6:
1546-
version "4.3.6"
1547-
resolved "https://registry.yarnpkg.com/debug/-/debug-4.3.6.tgz#2ab2c38fbaffebf8aa95fdfe6d88438c7a13c52b"
1548-
integrity sha512-O/09Bd4Z1fBrU4VzkhFqVgpPzaGbw6Sm9FEkBT1A/YBXQFGuuSxa1dN2nxgxS34JmKXqYx8CZAwEVoJFImUXIg==
1573+
debug@^4.3.7:
1574+
version "4.3.7"
1575+
resolved "https://registry.yarnpkg.com/debug/-/debug-4.3.7.tgz#87945b4151a011d76d95a198d7111c865c360a52"
1576+
integrity sha512-Er2nc/H7RrMXZBFCEim6TCmMk02Z8vLC2Rbi1KEBggpo0fS6l0S1nnapwmIi3yW/+GOJap1Krg4w0Hg80oCqgQ==
15491577
dependencies:
1550-
ms "2.1.2"
1578+
ms "^2.1.3"
15511579

15521580
decode-named-character-reference@^1.0.0:
15531581
version "1.0.2"
@@ -2024,6 +2052,23 @@ hast-util-to-html@^9.0.0, hast-util-to-html@^9.0.1:
20242052
stringify-entities "^4.0.0"
20252053
zwitch "^2.0.4"
20262054

2055+
hast-util-to-html@^9.0.2:
2056+
version "9.0.2"
2057+
resolved "https://registry.yarnpkg.com/hast-util-to-html/-/hast-util-to-html-9.0.2.tgz#314d8c125c36cf736e4389850b4f73871965d0c3"
2058+
integrity sha512-RP5wNpj5nm1Z8cloDv4Sl4RS8jH5HYa0v93YB6Wb4poEzgMo/dAAL0KcT4974dCjcNG5pkLqTImeFHHCwwfY3g==
2059+
dependencies:
2060+
"@types/hast" "^3.0.0"
2061+
"@types/unist" "^3.0.0"
2062+
ccount "^2.0.0"
2063+
comma-separated-tokens "^2.0.0"
2064+
hast-util-whitespace "^3.0.0"
2065+
html-void-elements "^3.0.0"
2066+
mdast-util-to-hast "^13.0.0"
2067+
property-information "^6.0.0"
2068+
space-separated-tokens "^2.0.0"
2069+
stringify-entities "^4.0.0"
2070+
zwitch "^2.0.4"
2071+
20272072
hast-util-to-jsx-runtime@^2.0.0:
20282073
version "2.3.0"
20292074
resolved "https://registry.npmjs.org/hast-util-to-jsx-runtime/-/hast-util-to-jsx-runtime-2.3.0.tgz"
@@ -2977,6 +3022,11 @@ ms@2.1.2:
29773022
resolved "https://registry.npmjs.org/ms/-/ms-2.1.2.tgz"
29783023
integrity sha512-sGkPx+VjMtmA6MX27oA4FBFELFCZZ4S4XqeGOXCv68tT+jb3vk/RyaKWP0PTKyWtmLSM0b+adUTEvbs1PEaH2w==
29793024

3025+
ms@^2.1.3:
3026+
version "2.1.3"
3027+
resolved "https://registry.yarnpkg.com/ms/-/ms-2.1.3.tgz#574c8138ce1d2b5861f0b44579dbadd60c6615b2"
3028+
integrity sha512-6FlzubTLZG3J2a/NVCAleEhjzq5oxgHyaCU9yYXvcLsvoVaHJq/s5xXI6/XXP6tz7R9xAOtHnSO/tXtF3WRTlA==
3029+
29803030
nanoid@^3.3.7:
29813031
version "3.3.7"
29823032
resolved "https://registry.npmjs.org/nanoid/-/nanoid-3.3.7.tgz"
@@ -3018,6 +3068,13 @@ onetime@^7.0.0:
30183068
dependencies:
30193069
mimic-function "^5.0.0"
30203070

3071+
oniguruma-to-js@0.4.3:
3072+
version "0.4.3"
3073+
resolved "https://registry.yarnpkg.com/oniguruma-to-js/-/oniguruma-to-js-0.4.3.tgz#8d899714c21f5c7d59a3c0008ca50e848086d740"
3074+
integrity sha512-X0jWUcAlxORhOqqBREgPMgnshB7ZGYszBNspP+tS9hPD3l13CdaXcHbgImoHUHlrvGx/7AvFEkTRhAGYh+jzjQ==
3075+
dependencies:
3076+
regex "^4.3.2"
3077+
30213078
ora@^8.1.0:
30223079
version "8.1.0"
30233080
resolved "https://registry.yarnpkg.com/ora/-/ora-8.1.0.tgz#c3db2f9f83a2bec9e8ab71fe3b9ae234d65ca3a8"
@@ -3121,10 +3178,10 @@ path-exists@^4.0.0:
31213178
resolved "https://registry.npmjs.org/path-exists/-/path-exists-4.0.0.tgz"
31223179
integrity sha512-ak9Qy5Q7jYb2Wwcey5Fpvg2KoAc/ZIhLSLOSBmRmygPsGwkVVt0fZa0qrtMz+m6tJTAHfZQ8FnmB4MG4LWy7/w==
31233180

3124-
path-to-regexp@^6.2.2:
3125-
version "6.3.0"
3126-
resolved "https://registry.yarnpkg.com/path-to-regexp/-/path-to-regexp-6.3.0.tgz#2b6a26a337737a8e1416f9272ed0766b1c0389f4"
3127-
integrity sha512-Yhpw4T9C6hPpgPeA28us07OJeqZ5EzQTkbfwuhsUg0c237RomFoETJgmp2sa3F/41gfLE6G5cqcYwznmeEeOlQ==
3181+
path-to-regexp@6.2.2:
3182+
version "6.2.2"
3183+
resolved "https://registry.yarnpkg.com/path-to-regexp/-/path-to-regexp-6.2.2.tgz#324377a83e5049cbecadc5554d6a63a9a4866b36"
3184+
integrity sha512-GQX3SSMokngb36+whdpRXE+3f9V8UzyAorlYvOGx87ufGHehNTn5lCxrKtLyZ4Yl/wEKnNnr98ZzOwwDZV5ogw==
31283185

31293186
periscopic@^3.0.0:
31303187
version "3.1.0"
@@ -3227,6 +3284,11 @@ queue-microtask@^1.2.2:
32273284
resolved "https://registry.npmjs.org/queue-microtask/-/queue-microtask-1.2.3.tgz"
32283285
integrity sha512-NuaNSa6flKT5JaSYQzJok04JzTL1CA6aGhv5rfLW3PgqA+M2ChpZQnAC8h8i4ZFkBS8X5RqkDBHA7r4hej3K9A==
32293286

3287+
regex@^4.3.2:
3288+
version "4.3.2"
3289+
resolved "https://registry.yarnpkg.com/regex/-/regex-4.3.2.tgz#a68a68c9b337a77bf4ce4ed0b4b1a49d97cb3b7b"
3290+
integrity sha512-kK/AA3A9K6q2js89+VMymcboLOlF5lZRCYJv3gzszXFHBr6kO6qLGzbm+UIugBEV8SMMKCTR59txoY6ctRHYVw==
3291+
32303292
rehype-expressive-code@^0.35.6:
32313293
version "0.35.6"
32323294
resolved "https://registry.yarnpkg.com/rehype-expressive-code/-/rehype-expressive-code-0.35.6.tgz#aacae31a68664b4055b4c969a69992787ace5307"
@@ -3551,13 +3613,16 @@ shiki@^1.10.3:
35513613
"@shikijs/core" "1.12.1"
35523614
"@types/hast" "^3.0.4"
35533615

3554-
shiki@^1.16.1:
3555-
version "1.16.2"
3556-
resolved "https://registry.yarnpkg.com/shiki/-/shiki-1.16.2.tgz#6cb6ec67bfd518d720840b9fafc714419253e0e0"
3557-
integrity sha512-gSym0hZf5a1U0iDPsdoOAZbvoi+e0c6c3NKAi03FoSLTm7oG20tum29+gk0wzzivOasn3loxfGUPT+jZXIUbWg==
3616+
shiki@^1.16.2:
3617+
version "1.17.6"
3618+
resolved "https://registry.yarnpkg.com/shiki/-/shiki-1.17.6.tgz#68ed6cd91ccd8c380cf7cf6195b76f1d970c459c"
3619+
integrity sha512-RejGugKpDM75vh6YtF9R771acxHRDikC/01kxsUGW+Pnaz3pTY+c8aZB5CnD7p0vuFPs1HaoAIU/4E+NCfS+mQ==
35583620
dependencies:
3559-
"@shikijs/core" "1.16.2"
3560-
"@shikijs/vscode-textmate" "^9.2.0"
3621+
"@shikijs/core" "1.17.6"
3622+
"@shikijs/engine-javascript" "1.17.6"
3623+
"@shikijs/engine-oniguruma" "1.17.6"
3624+
"@shikijs/types" "1.17.6"
3625+
"@shikijs/vscode-textmate" "^9.2.2"
35613626
"@types/hast" "^3.0.4"
35623627

35633628
signal-exit@^4.1.0:
@@ -3901,10 +3966,10 @@ vfile@^6.0.3:
39013966
"@types/unist" "^3.0.0"
39023967
vfile-message "^4.0.0"
39033968

3904-
vite@^5.4.2:
3905-
version "5.4.3"
3906-
resolved "https://registry.yarnpkg.com/vite/-/vite-5.4.3.tgz#771c470e808cb6732f204e1ee96c2ed65b97a0eb"
3907-
integrity sha512-IH+nl64eq9lJjFqU+/yrRnrHPVTlgy42/+IzbOdaFDVlyLgI/wDlf+FCobXLX1cT0X5+7LMyH1mIy2xJdLfo8Q==
3969+
vite@^5.4.3:
3970+
version "5.4.5"
3971+
resolved "https://registry.yarnpkg.com/vite/-/vite-5.4.5.tgz#e4ab27709de46ff29bd8db52b0c51606acba893b"
3972+
integrity sha512-pXqR0qtb2bTwLkev4SE3r4abCNioP3GkjvIDLlzziPpXtHgiJIjuKl+1GN6ESOT3wMjG3JTeARopj2SwYaHTOA==
39083973
dependencies:
39093974
esbuild "^0.21.3"
39103975
postcss "^8.4.43"

0 commit comments

Comments
 (0)