From 12fcaa5af1162294a249f8549d9ceb56bb8d5993 Mon Sep 17 00:00:00 2001 From: MrTipson Date: Tue, 24 Sep 2024 12:49:56 +0200 Subject: [PATCH] Bump astro version --- package-lock.json | 31 ++++++++++++------------------- package.json | 4 ++-- 2 files changed, 14 insertions(+), 21 deletions(-) diff --git a/package-lock.json b/package-lock.json index 5d67571..357bd70 100644 --- a/package-lock.json +++ b/package-lock.json @@ -9,7 +9,7 @@ "version": "0.0.1", "dependencies": { "@astrojs/check": "^0.9.3", - "@astrojs/mdx": "^3.1.6", + "@astrojs/mdx": "^3.1.7", "@astrojs/react": "^3.6.2", "@astrojs/tailwind": "^5.1.1", "@dagrejs/dagre": "^1.0.4", @@ -31,7 +31,7 @@ "@radix-ui/react-toast": "^1.1.5", "@types/react": "^18.2.55", "@types/react-dom": "^18.2.19", - "astro": "^4.15.7", + "astro": "^4.15.9", "astro-auto-import": "^0.4.2", "astro-mdx-code-blocks": "^0.0.6", "class-variance-authority": "^0.7.0", @@ -180,9 +180,9 @@ } }, "node_modules/@astrojs/mdx": { - "version": "3.1.6", - "resolved": "https://registry.npmjs.org/@astrojs/mdx/-/mdx-3.1.6.tgz", - "integrity": "sha512-YCEIvNgoQG3oVhe9codH4TX6zjvkl7KGla19yZO5RCnvjv2d9zyrfWqJ98I6/m18PbEY3k8Wjvha0IIf5eZ2sQ==", + "version": "3.1.7", + "resolved": "https://registry.npmjs.org/@astrojs/mdx/-/mdx-3.1.7.tgz", + "integrity": "sha512-8lGdCt+S0TrZgQpbcP3fQJc4cTeacAirtz9TpAMtHCWrQGW8slKt3WG4/0N+bhZgYRC4h5AT5drzFz+y3wvmsg==", "license": "MIT", "dependencies": { "@astrojs/markdown-remark": "5.2.0", @@ -1654,9 +1654,9 @@ } }, "node_modules/@oslojs/encoding": { - "version": "0.4.1", - "resolved": "https://registry.npmjs.org/@oslojs/encoding/-/encoding-0.4.1.tgz", - "integrity": "sha512-hkjo6MuIK/kQR5CrGNdAPZhS01ZCXuWDRJ187zh6qqF2+yMHZpD9fAYpX8q2bOO6Ryhl3XpCT6kUX76N8hhm4Q==", + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/@oslojs/encoding/-/encoding-1.0.0.tgz", + "integrity": "sha512-dyIB0SdZgMm5BhGwdSp8rMxEFIopLKxDG1vxIBaiogyom6ZqH2aXPb6DEC2WzOOWKdPSq1cxdNeRx2wAn1Z+ZQ==", "license": "MIT" }, "node_modules/@pkgjs/parseargs": { @@ -3702,9 +3702,9 @@ } }, "node_modules/astro": { - "version": "4.15.7", - "resolved": "https://registry.npmjs.org/astro/-/astro-4.15.7.tgz", - "integrity": "sha512-RGZjGpLcR3jcnXA1+g56i73O77krmqs7VjpoBOfk9UVP8Js5T2YSeUBAyComOUb6vj31wEw1vgRgOEN0MzYc8w==", + "version": "4.15.9", + "resolved": "https://registry.npmjs.org/astro/-/astro-4.15.9.tgz", + "integrity": "sha512-51oXq9qrZ5OPWYmEXt1kGrvWmVeWsx28SgBTzi2XW6iwcnW/wC5ONm6ol6qBGSCF93tQvZplXvuzpaw1injECA==", "license": "MIT", "dependencies": { "@astrojs/compiler": "^2.10.3", @@ -3714,7 +3714,7 @@ "@babel/core": "^7.25.2", "@babel/plugin-transform-react-jsx": "^7.25.2", "@babel/types": "^7.25.6", - "@oslojs/encoding": "^0.4.1", + "@oslojs/encoding": "^1.0.0", "@rollup/pluginutils": "^5.1.0", "@types/babel__core": "^7.20.5", "@types/cookie": "^0.6.0", @@ -3753,7 +3753,6 @@ "ora": "^8.1.0", "p-limit": "^6.1.0", "p-queue": "^8.0.1", - "path-to-regexp": "6.2.2", "preferred-pm": "^4.0.0", "prompts": "^2.4.2", "rehype": "^13.0.1", @@ -7517,12 +7516,6 @@ "integrity": "sha512-JNAzZcXrCt42VGLuYz0zfAzDfAvJWW6AfYlDBQyDV5DClI2m5sAmK+OIO7s59XfsRsWHp02jAJrRadPRGTt6SQ==", "license": "ISC" }, - "node_modules/path-to-regexp": { - "version": "6.2.2", - "resolved": "https://registry.npmjs.org/path-to-regexp/-/path-to-regexp-6.2.2.tgz", - "integrity": "sha512-GQX3SSMokngb36+whdpRXE+3f9V8UzyAorlYvOGx87ufGHehNTn5lCxrKtLyZ4Yl/wEKnNnr98ZzOwwDZV5ogw==", - "license": "MIT" - }, "node_modules/periscopic": { "version": "3.1.0", "resolved": "https://registry.npmjs.org/periscopic/-/periscopic-3.1.0.tgz", diff --git a/package.json b/package.json index 8929db4..a33961d 100644 --- a/package.json +++ b/package.json @@ -12,7 +12,7 @@ }, "dependencies": { "@astrojs/check": "^0.9.3", - "@astrojs/mdx": "^3.1.6", + "@astrojs/mdx": "^3.1.7", "@astrojs/react": "^3.6.2", "@astrojs/tailwind": "^5.1.1", "@dagrejs/dagre": "^1.0.4", @@ -34,7 +34,7 @@ "@radix-ui/react-toast": "^1.1.5", "@types/react": "^18.2.55", "@types/react-dom": "^18.2.19", - "astro": "^4.15.7", + "astro": "^4.15.9", "astro-auto-import": "^0.4.2", "astro-mdx-code-blocks": "^0.0.6", "class-variance-authority": "^0.7.0",