Skip to content

Commit 32292ef

Browse files
committed
fix: docs/package.json & docs/yarn.lock to reduce vulnerabilities
The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-ASTRO-8186178
1 parent dda4613 commit 32292ef

File tree

2 files changed

+107
-37
lines changed

2 files changed

+107
-37
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.28.0",
15-
"astro": "^4.15.12",
15+
"astro": "^4.16.1",
1616
"sharp": "^0.33.1"
1717
},
1818
"devDependencies": {

docs/yarn.lock

Lines changed: 106 additions & 36 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,30 @@
4444
unist-util-visit-parents "^6.0.1"
4545
vfile "^6.0.2"
4646

47+
"@astrojs/markdown-remark@5.3.0":
48+
version "5.3.0"
49+
resolved "https://registry.yarnpkg.com/@astrojs/markdown-remark/-/markdown-remark-5.3.0.tgz#fd1f8874f2bd1e2c33a7447d069fc75005b677f2"
50+
integrity sha512-r0Ikqr0e6ozPb5bvhup1qdWnSPUvQu6tub4ZLYaKyG50BXZ0ej6FhGz3GpChKpH7kglRFPObJd/bDyf2VM9pkg==
51+
dependencies:
52+
"@astrojs/prism" "3.1.0"
53+
github-slugger "^2.0.0"
54+
hast-util-from-html "^2.0.3"
55+
hast-util-to-text "^4.0.2"
56+
import-meta-resolve "^4.1.0"
57+
mdast-util-definitions "^6.0.0"
58+
rehype-raw "^7.0.0"
59+
rehype-stringify "^10.0.1"
60+
remark-gfm "^4.0.0"
61+
remark-parse "^11.0.0"
62+
remark-rehype "^11.1.1"
63+
remark-smartypants "^3.0.2"
64+
shiki "^1.22.0"
65+
unified "^11.0.5"
66+
unist-util-remove-position "^5.0.0"
67+
unist-util-visit "^5.0.0"
68+
unist-util-visit-parents "^6.0.1"
69+
vfile "^6.0.3"
70+
4771
"@astrojs/mdx@^3.1.3":
4872
version "3.1.3"
4973
resolved "https://registry.yarnpkg.com/@astrojs/mdx/-/mdx-3.1.3.tgz#583445541e92a8da3059ccb011526de3dfb580a2"
@@ -135,21 +159,21 @@
135159
resolved "https://registry.yarnpkg.com/@babel/compat-data/-/compat-data-7.25.7.tgz#b8479fe0018ef0ac87b6b7a5c6916fcd67ae2c9c"
136160
integrity sha512-9ickoLz+hcXCeh7jrcin+/SLWm+GkxE2kTvoYyp38p4WkdFXfQJxDFGWp/YHjiKLPx06z2A7W8XKuqbReXDzsw==
137161

138-
"@babel/core@^7.25.7":
139-
version "7.25.7"
140-
resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.25.7.tgz#1b3d144157575daf132a3bc80b2b18e6e3ca6ece"
141-
integrity sha512-yJ474Zv3cwiSOO9nXJuqzvwEeM+chDuQ8GJirw+pZ91sCGCyOZ3dJkVE09fTV0VEVzXyLWhh3G/AolYTPX7Mow==
162+
"@babel/core@^7.25.8":
163+
version "7.25.8"
164+
resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.25.8.tgz#a57137d2a51bbcffcfaeba43cb4dd33ae3e0e1c6"
165+
integrity sha512-Oixnb+DzmRT30qu9d3tJSQkxuygWm32DFykT4bRoORPa9hZ/L4KhVB/XiRm6KG+roIEM7DBQlmg27kw2HZkdZg==
142166
dependencies:
143167
"@ampproject/remapping" "^2.2.0"
144168
"@babel/code-frame" "^7.25.7"
145169
"@babel/generator" "^7.25.7"
146170
"@babel/helper-compilation-targets" "^7.25.7"
147171
"@babel/helper-module-transforms" "^7.25.7"
148172
"@babel/helpers" "^7.25.7"
149-
"@babel/parser" "^7.25.7"
173+
"@babel/parser" "^7.25.8"
150174
"@babel/template" "^7.25.7"
151175
"@babel/traverse" "^7.25.7"
152-
"@babel/types" "^7.25.7"
176+
"@babel/types" "^7.25.8"
153177
convert-source-map "^2.0.0"
154178
debug "^4.1.0"
155179
gensync "^1.0.0-beta.2"
@@ -287,6 +311,13 @@
287311
dependencies:
288312
"@babel/types" "^7.25.7"
289313

314+
"@babel/parser@^7.25.8":
315+
version "7.25.8"
316+
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.25.8.tgz#f6aaf38e80c36129460c1657c0762db584c9d5e2"
317+
integrity sha512-HcttkxzdPucv3nNFmfOOMfFf64KgdJVqm1KaCm25dPGMLElo9nsLvXeJECQg8UzPuBGLyTSA0ZzqCtDSzKTEoQ==
318+
dependencies:
319+
"@babel/types" "^7.25.8"
320+
290321
"@babel/plugin-syntax-jsx@^7.25.7":
291322
version "7.25.7"
292323
resolved "https://registry.yarnpkg.com/@babel/plugin-syntax-jsx/-/plugin-syntax-jsx-7.25.7.tgz#5352d398d11ea5e7ef330c854dea1dae0bf18165"
@@ -361,6 +392,15 @@
361392
"@babel/helper-validator-identifier" "^7.25.7"
362393
to-fast-properties "^2.0.0"
363394

395+
"@babel/types@^7.25.8":
396+
version "7.25.8"
397+
resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.25.8.tgz#5cf6037258e8a9bcad533f4979025140cb9993e1"
398+
integrity sha512-JWtuCu8VQsMladxVz/P4HzHUGCAwpuqacmowgXFs5XjxIgKuNjnLokQzuVjlTvIzODaDmpjT3oxcC48vyk9EWg==
399+
dependencies:
400+
"@babel/helper-string-parser" "^7.25.7"
401+
"@babel/helper-validator-identifier" "^7.25.7"
402+
to-fast-properties "^2.0.0"
403+
364404
"@ctrl/tinycolor@^4.0.4":
365405
version "4.1.0"
366406
resolved "https://registry.yarnpkg.com/@ctrl/tinycolor/-/tinycolor-4.1.0.tgz#91a8f8120ffc9da2feb2a38f7862b300d5e9691a"
@@ -1202,18 +1242,18 @@ astro-expressive-code@^0.35.6:
12021242
dependencies:
12031243
rehype-expressive-code "^0.35.6"
12041244

1205-
astro@^4.15.12:
1206-
version "4.15.12"
1207-
resolved "https://registry.yarnpkg.com/astro/-/astro-4.15.12.tgz#2757efd36b913294368c8e05e45db2fe8e0d6537"
1208-
integrity sha512-PojmALAzwafLUD//hqKD4/+1Fj03Aa2VQY/rztCg6DUMgHLpo3TFV3ob1++kay91z/MdNWR+IGITcXhxAXhiTg==
1245+
astro@^4.16.1:
1246+
version "4.16.5"
1247+
resolved "https://registry.yarnpkg.com/astro/-/astro-4.16.5.tgz#074c1418c123b39d5235a88f513ce5c5b891eb7f"
1248+
integrity sha512-v8mKWcEPN7hkfyVsMFWV0F8UgL4GUJKT172KTB7dePO3yJb64HBwCckC0QnA60QQh3jK6+2xwyWEc5QvCeqjtg==
12091249
dependencies:
12101250
"@astrojs/compiler" "^2.10.3"
12111251
"@astrojs/internal-helpers" "0.4.1"
1212-
"@astrojs/markdown-remark" "5.2.0"
1252+
"@astrojs/markdown-remark" "5.3.0"
12131253
"@astrojs/telemetry" "3.1.0"
1214-
"@babel/core" "^7.25.7"
1254+
"@babel/core" "^7.25.8"
12151255
"@babel/plugin-transform-react-jsx" "^7.25.7"
1216-
"@babel/types" "^7.25.7"
1256+
"@babel/types" "^7.25.8"
12171257
"@oslojs/encoding" "^1.1.0"
12181258
"@rollup/pluginutils" "^5.1.2"
12191259
"@types/babel__core" "^7.20.5"
@@ -1237,15 +1277,14 @@ astro@^4.15.12:
12371277
esbuild "^0.21.5"
12381278
estree-walker "^3.0.3"
12391279
fast-glob "^3.3.2"
1240-
fastq "^1.17.1"
12411280
flattie "^1.1.1"
12421281
github-slugger "^2.0.0"
12431282
gray-matter "^4.0.3"
12441283
html-escaper "^3.0.3"
12451284
http-cache-semantics "^4.1.1"
12461285
js-yaml "^4.1.0"
12471286
kleur "^4.1.5"
1248-
magic-string "^0.30.11"
1287+
magic-string "^0.30.12"
12491288
magicast "^0.3.5"
12501289
micromatch "^4.0.8"
12511290
mrmime "^2.0.0"
@@ -1258,13 +1297,12 @@ astro@^4.15.12:
12581297
rehype "^13.0.2"
12591298
semver "^7.6.3"
12601299
shiki "^1.22.0"
1261-
string-width "^7.2.0"
12621300
tinyexec "^0.3.0"
1263-
tsconfck "^3.1.3"
1301+
tsconfck "^3.1.4"
12641302
unist-util-visit "^5.0.0"
12651303
vfile "^6.0.3"
1266-
vite "^5.4.8"
1267-
vitefu "^1.0.2"
1304+
vite "^5.4.9"
1305+
vitefu "^1.0.3"
12681306
which-pm "^3.0.0"
12691307
xxhash-wasm "^1.0.2"
12701308
yargs-parser "^21.1.1"
@@ -1723,7 +1761,7 @@ fast-glob@^3.3.2:
17231761
merge2 "^1.3.0"
17241762
micromatch "^4.0.4"
17251763

1726-
fastq@^1.17.1, fastq@^1.6.0:
1764+
fastq@^1.6.0:
17271765
version "1.17.1"
17281766
resolved "https://registry.yarnpkg.com/fastq/-/fastq-1.17.1.tgz#2a523f07a4e7b1e81a42b91b8bf2254107753b47"
17291767
integrity sha512-sRVD3lWVIXWg6By68ZN7vho9a1pQcN/WBFaAAsDDFzlJjvoGx0P8z7V1t72grFJfJhu3YPZBuu25f7Kaw2jN1w==
@@ -1835,6 +1873,18 @@ hast-util-from-html@^2.0.0, hast-util-from-html@^2.0.1:
18351873
vfile "^6.0.0"
18361874
vfile-message "^4.0.0"
18371875

1876+
hast-util-from-html@^2.0.3:
1877+
version "2.0.3"
1878+
resolved "https://registry.yarnpkg.com/hast-util-from-html/-/hast-util-from-html-2.0.3.tgz#485c74785358beb80c4ba6346299311ac4c49c82"
1879+
integrity sha512-CUSRHXyKjzHov8yKsQjGOElXy/3EKpyX56ELnkHH34vDVw1N1XSQ1ZcAvTyAPtGqLTuKP/uxM+aLkSPqF/EtMw==
1880+
dependencies:
1881+
"@types/hast" "^3.0.0"
1882+
devlop "^1.1.0"
1883+
hast-util-from-parse5 "^8.0.0"
1884+
parse5 "^7.0.0"
1885+
vfile "^6.0.0"
1886+
vfile-message "^4.0.0"
1887+
18381888
hast-util-from-parse5@^8.0.0:
18391889
version "8.0.1"
18401890
resolved "https://registry.npmjs.org/hast-util-from-parse5/-/hast-util-from-parse5-8.0.1.tgz"
@@ -2298,10 +2348,10 @@ lru-cache@^6.0.0:
22982348
dependencies:
22992349
yallist "^4.0.0"
23002350

2301-
magic-string@^0.30.11:
2302-
version "0.30.11"
2303-
resolved "https://registry.yarnpkg.com/magic-string/-/magic-string-0.30.11.tgz#301a6f93b3e8c2cb13ac1a7a673492c0dfd12954"
2304-
integrity sha512-+Wri9p0QHMy+545hKww7YAu5NyzF8iomPL/RQazugQ9+Ez4Ic3mERMd8ZTX5rfK944j+560ZJi8iAwgak1Ac7A==
2351+
magic-string@^0.30.12:
2352+
version "0.30.12"
2353+
resolved "https://registry.yarnpkg.com/magic-string/-/magic-string-0.30.12.tgz#9eb11c9d072b9bcb4940a5b2c2e1a217e4ee1a60"
2354+
integrity sha512-Ea8I3sQMVXr8JhN4z+H/d8zwo+tYDgHE9+5G4Wnrwhs0gaK9fXTKx0Tw5Xwsd/bCPTTZNRAdpyzvoeORe9LYpw==
23052355
dependencies:
23062356
"@jridgewell/sourcemap-codec" "^1.5.0"
23072357

@@ -3272,6 +3322,15 @@ rehype-stringify@^10.0.0:
32723322
hast-util-to-html "^9.0.0"
32733323
unified "^11.0.0"
32743324

3325+
rehype-stringify@^10.0.1:
3326+
version "10.0.1"
3327+
resolved "https://registry.yarnpkg.com/rehype-stringify/-/rehype-stringify-10.0.1.tgz#2ec1ebc56c6aba07905d3b4470bdf0f684f30b75"
3328+
integrity sha512-k9ecfXHmIPuFVI61B9DeLPN0qFHfawM6RsuX48hoqlaKSF61RskNjSm1lI8PhBEM0MRdLxVVm4WmTqJQccH9mA==
3329+
dependencies:
3330+
"@types/hast" "^3.0.0"
3331+
hast-util-to-html "^9.0.0"
3332+
unified "^11.0.0"
3333+
32753334
rehype@^13.0.1:
32763335
version "13.0.1"
32773336
resolved "https://registry.npmjs.org/rehype/-/rehype-13.0.1.tgz"
@@ -3343,6 +3402,17 @@ remark-rehype@^11.0.0, remark-rehype@^11.1.0:
33433402
unified "^11.0.0"
33443403
vfile "^6.0.0"
33453404

3405+
remark-rehype@^11.1.1:
3406+
version "11.1.1"
3407+
resolved "https://registry.yarnpkg.com/remark-rehype/-/remark-rehype-11.1.1.tgz#f864dd2947889a11997c0a2667cd6b38f685bca7"
3408+
integrity sha512-g/osARvjkBXb6Wo0XvAeXQohVta8i84ACbenPpoSsxTOQH/Ae0/RGP4WZgnMH5pMLpsj4FG7OHmcIcXxpza8eQ==
3409+
dependencies:
3410+
"@types/hast" "^3.0.0"
3411+
"@types/mdast" "^4.0.0"
3412+
mdast-util-to-hast "^13.0.0"
3413+
unified "^11.0.0"
3414+
vfile "^6.0.0"
3415+
33463416
remark-smartypants@^3.0.2:
33473417
version "3.0.2"
33483418
resolved "https://registry.yarnpkg.com/remark-smartypants/-/remark-smartypants-3.0.2.tgz#cbaf2b39624c78fcbd6efa224678c1d2e9bc1dfb"
@@ -3714,10 +3784,10 @@ trough@^2.0.0:
37143784
resolved "https://registry.npmjs.org/trough/-/trough-2.2.0.tgz"
37153785
integrity sha512-tmMpK00BjZiUyVyvrBK7knerNgmgvcV/KLVyuma/SC+TQN167GrMRciANTz09+k3zW8L8t60jWO1GpfkZdjTaw==
37163786

3717-
tsconfck@^3.1.3:
3718-
version "3.1.3"
3719-
resolved "https://registry.yarnpkg.com/tsconfck/-/tsconfck-3.1.3.tgz#a8202f51dab684c426314796cdb0bbd0fe0cdf80"
3720-
integrity sha512-ulNZP1SVpRDesxeMLON/LtWM8HIgAJEIVpVVhBM6gsmvQ8+Rh+ZG7FWGvHh7Ah3pRABwVJWklWCr/BTZSv0xnQ==
3787+
tsconfck@^3.1.4:
3788+
version "3.1.4"
3789+
resolved "https://registry.yarnpkg.com/tsconfck/-/tsconfck-3.1.4.tgz#de01a15334962e2feb526824339b51be26712229"
3790+
integrity sha512-kdqWFGVJqe+KGYvlSO9NIaWn9jT1Ny4oKVzAJsKii5eoE9snzTJzL4+MMVOMn+fikWGFmKEylcXL710V/kIPJQ==
37213791

37223792
tslib@^2.4.0:
37233793
version "2.6.2"
@@ -3896,21 +3966,21 @@ vfile@^6.0.3:
38963966
"@types/unist" "^3.0.0"
38973967
vfile-message "^4.0.0"
38983968

3899-
vite@^5.4.8:
3900-
version "5.4.8"
3901-
resolved "https://registry.yarnpkg.com/vite/-/vite-5.4.8.tgz#af548ce1c211b2785478d3ba3e8da51e39a287e8"
3902-
integrity sha512-FqrItQ4DT1NC4zCUqMB4c4AZORMKIa0m8/URVCZ77OZ/QSNeJ54bU1vrFADbDsuwfIPcgknRkmqakQcgnL4GiQ==
3969+
vite@^5.4.9:
3970+
version "5.4.9"
3971+
resolved "https://registry.yarnpkg.com/vite/-/vite-5.4.9.tgz#215c80cbebfd09ccbb9ceb8c0621391c9abdc19c"
3972+
integrity sha512-20OVpJHh0PAM0oSOELa5GaZNWeDjcAvQjGXy2Uyr+Tp+/D2/Hdz6NLgpJLsarPTA2QJ6v8mX2P1ZfbsSKvdMkg==
39033973
dependencies:
39043974
esbuild "^0.21.3"
39053975
postcss "^8.4.43"
39063976
rollup "^4.20.0"
39073977
optionalDependencies:
39083978
fsevents "~2.3.3"
39093979

3910-
vitefu@^1.0.2:
3911-
version "1.0.2"
3912-
resolved "https://registry.yarnpkg.com/vitefu/-/vitefu-1.0.2.tgz#fbe9f7c7478be51678214bf468d7296ce29bf8ff"
3913-
integrity sha512-0/iAvbXyM3RiPPJ4lyD4w6Mjgtf4ejTK6TPvTNG3H32PLwuT0N/ZjJLiXug7ETE/LWtTeHw9WRv7uX/tIKYyKg==
3980+
vitefu@^1.0.3:
3981+
version "1.0.3"
3982+
resolved "https://registry.yarnpkg.com/vitefu/-/vitefu-1.0.3.tgz#0467c75ee2be951c35246605b7fdbdbfd03b65d1"
3983+
integrity sha512-iKKfOMBHob2WxEJbqbJjHAkmYgvFDPhuqrO82om83S8RLk+17FtyMBfcyeH8GqD0ihShtkMW/zzJgiA51hCNCQ==
39143984

39153985
web-namespaces@^2.0.0:
39163986
version "2.0.1"

0 commit comments

Comments
 (0)