diff --git a/site/package-lock.json b/site/package-lock.json index 9d71820c66d..affe1b55e65 100644 --- a/site/package-lock.json +++ b/site/package-lock.json @@ -9,10 +9,10 @@ "version": "1.0.0", "license": "MIT", "dependencies": { - "@astrojs/starlight": "^0.31.1", - "astro": "^5.1.5", + "@astrojs/starlight": "0.31.1", + "astro": "5.1.8", "markdown-magic": "2.6.1", - "sharp": "^0.32.5", + "sharp": "0.32.6", "strip-ansi": "7.1.0" } }, @@ -103,6 +103,7 @@ "version": "0.31.1", "resolved": "https://registry.npmjs.org/@astrojs/starlight/-/starlight-0.31.1.tgz", "integrity": "sha512-VIVkHugwgtEqJPiRH8+ouP0UqUfdmpBO9C64R+6QaQ2qmADNkI/BA3/YAJHTBZYlMQQGEEuLJwD9qpaUovi52Q==", + "license": "MIT", "dependencies": { "@astrojs/mdx": "^4.0.5", "@astrojs/sitemap": "^3.2.1", @@ -2299,6 +2300,7 @@ "version": "5.1.8", "resolved": "https://registry.npmjs.org/astro/-/astro-5.1.8.tgz", "integrity": "sha512-7fNNceI/dXqGIkkZQjxhH31alAfgf33cDv34cPLCGFVSHHOpYG0NSrofnxdYf0BvWRlddqkq393UqDM5cJlv1w==", + "license": "MIT", "dependencies": { "@astrojs/compiler": "^2.10.3", "@astrojs/internal-helpers": "0.4.2", @@ -2392,6 +2394,7 @@ "resolved": "https://registry.npmjs.org/sharp/-/sharp-0.33.5.tgz", "integrity": "sha512-haPVm1EkS9pgvHrQ/F3Xy+hgcuMV0Wm9vfIBSiwZ05k+xgb0PkBQpGsAA/oWdDobNaZTH5ppvHtzCFbnSEwHVw==", "hasInstallScript": true, + "license": "Apache-2.0", "optional": true, "dependencies": { "color": "^4.2.3", @@ -8065,6 +8068,7 @@ "resolved": "https://registry.npmjs.org/sharp/-/sharp-0.32.6.tgz", "integrity": "sha512-KyLTWwgcR9Oe4d9HwCwNM2l7+J0dUQwn/yf7S0EnTtb0eVS4RxO0eUSvxPtzT4F3SY+C4K6fqdv/DO27sJ/v/w==", "hasInstallScript": true, + "license": "Apache-2.0", "dependencies": { "color": "^4.2.3", "detect-libc": "^2.0.2", diff --git a/site/package.json b/site/package.json index f664bbe91e2..460f35dbaff 100644 --- a/site/package.json +++ b/site/package.json @@ -16,10 +16,10 @@ }, "license": "MIT", "dependencies": { - "@astrojs/starlight": "^0.31.1", - "astro": "^5.1.5", + "@astrojs/starlight": "0.31.1", + "astro": "5.1.8", "markdown-magic": "2.6.1", - "sharp": "^0.32.5", + "sharp": "0.32.6", "strip-ansi": "7.1.0" } }