From d4a3ac6ca3748ec334885519ecdf4edda4f9ff82 Mon Sep 17 00:00:00 2001 From: Jacquot Thai <71291683+No1ceTea@users.noreply.github.com> Date: Mon, 7 Oct 2024 14:15:43 +0000 Subject: [PATCH] chore: Update Dependancies --- package-lock.json | 25 ++++++++++++------------- package.json | 4 ++-- 2 files changed, 14 insertions(+), 15 deletions(-) diff --git a/package-lock.json b/package-lock.json index 43e5299..32b41e0 100644 --- a/package-lock.json +++ b/package-lock.json @@ -13,7 +13,7 @@ "@astrojs/vercel": "^7.8.1", "@resvg/resvg-js": "^2.6.2", "@vercel/speed-insights": "^1.0.12", - "astro": "^4.15.11", + "astro": "^4.15.12", "fuse.js": "^7.0.0", "lodash.kebabcase": "^4.1.1", "mdast-util-to-string": "^4.0.0", @@ -3360,18 +3360,18 @@ } }, "node_modules/astro": { - "version": "4.15.11", - "resolved": "https://registry.npmjs.org/astro/-/astro-4.15.11.tgz", - "integrity": "sha512-uA9fenaRR+j6ksPFsmhM88ttz94a66SET1TZxAJLxctxWkDlgz58BxZYUc1gNlt0azhgzOgh4hP3q9M4YzAmBA==", + "version": "4.15.12", + "resolved": "https://registry.npmjs.org/astro/-/astro-4.15.12.tgz", + "integrity": "sha512-PojmALAzwafLUD//hqKD4/+1Fj03Aa2VQY/rztCg6DUMgHLpo3TFV3ob1++kay91z/MdNWR+IGITcXhxAXhiTg==", "license": "MIT", "dependencies": { "@astrojs/compiler": "^2.10.3", "@astrojs/internal-helpers": "0.4.1", "@astrojs/markdown-remark": "5.2.0", "@astrojs/telemetry": "3.1.0", - "@babel/core": "^7.25.2", - "@babel/plugin-transform-react-jsx": "^7.25.2", - "@babel/types": "^7.25.6", + "@babel/core": "^7.25.7", + "@babel/plugin-transform-react-jsx": "^7.25.7", + "@babel/types": "^7.25.7", "@oslojs/encoding": "^1.1.0", "@rollup/pluginutils": "^5.1.2", "@types/babel__core": "^7.20.5", @@ -3383,7 +3383,7 @@ "ci-info": "^4.0.0", "clsx": "^2.1.1", "common-ancestor-path": "^1.0.1", - "cookie": "^0.6.0", + "cookie": "^0.7.2", "cssesc": "^3.0.0", "debug": "^4.3.7", "deterministic-object-hash": "^2.0.2", @@ -3415,9 +3415,8 @@ "prompts": "^2.4.2", "rehype": "^13.0.2", "semver": "^7.6.3", - "shiki": "^1.21.0", + "shiki": "^1.22.0", "string-width": "^7.2.0", - "strip-ansi": "^7.1.0", "tinyexec": "^0.3.0", "tsconfck": "^3.1.3", "unist-util-visit": "^5.0.0", @@ -4326,9 +4325,9 @@ "license": "MIT" }, "node_modules/cookie": { - "version": "0.6.0", - "resolved": "https://registry.npmjs.org/cookie/-/cookie-0.6.0.tgz", - "integrity": "sha512-U71cyTamuh1CRNCfpGY6to28lxvNwPG4Guz/EVjgf3Jmzv0vlDp1atT9eS5dDjMYHucpHbWns6Lwf3BKz6svdw==", + "version": "0.7.2", + "resolved": "https://registry.npmjs.org/cookie/-/cookie-0.7.2.tgz", + "integrity": "sha512-yki5XnKuf750l50uGTllt6kKILY4nQ1eNIQatoXEByZ5dWgnKqbnqmTrBE5B4N7lrMJKQ2ytWMiTO2o0v6Ew/w==", "license": "MIT", "engines": { "node": ">= 0.6" diff --git a/package.json b/package.json index 7c53913..258c024 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "no1cetea-keebs", - "version": "4.15.11", + "version": "4.15.12", "scripts": { "dev": "astro dev", "start": "astro dev", @@ -19,7 +19,7 @@ "@astrojs/vercel": "^7.8.1", "@resvg/resvg-js": "^2.6.2", "@vercel/speed-insights": "^1.0.12", - "astro": "^4.15.11", + "astro": "^4.15.12", "fuse.js": "^7.0.0", "lodash.kebabcase": "^4.1.1", "mdast-util-to-string": "^4.0.0",