From cf3d987ad3a3641c454da8ef6cd8fae5332870c2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 23 Sep 2024 22:57:47 +0000 Subject: [PATCH] Bump astro from 4.15.5 to 4.15.9 Bumps [astro](https://github.com/withastro/astro/tree/HEAD/packages/astro) from 4.15.5 to 4.15.9. - [Release notes](https://github.com/withastro/astro/releases) - [Changelog](https://github.com/withastro/astro/blob/main/packages/astro/CHANGELOG.md) - [Commits](https://github.com/withastro/astro/commits/astro@4.15.9/packages/astro) --- updated-dependencies: - dependency-name: astro dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package-lock.json | 17 ++++++++--------- package.json | 2 +- 2 files changed, 9 insertions(+), 10 deletions(-) diff --git a/package-lock.json b/package-lock.json index 5bfadd1d..5439c431 100644 --- a/package-lock.json +++ b/package-lock.json @@ -23,7 +23,7 @@ "@tailwindcss/typography": "^0.5.15", "@types/codemirror": "^5.60.15", "@types/html-escaper": "^3.0.2", - "astro": "^4.15.5", + "astro": "^4.15.9", "astro-auto-import": "^0.4.2", "clsx": "^2.1.1", "codemirror": "^6.0.1", @@ -2504,9 +2504,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==" }, "node_modules/@protobufjs/aspromise": { "version": "1.1.2", @@ -3211,10 +3211,9 @@ } }, "node_modules/astro": { - "version": "4.15.5", - "resolved": "https://registry.npmjs.org/astro/-/astro-4.15.5.tgz", - "integrity": "sha512-zcHXpRav0dtYpddxoGMDN7A7SKrGL9wsu5IxLjqCcZhylfZ/5mfLfoGYnSg7aFwuAleUXP66lyfY+GDbFTbF2w==", - "license": "MIT", + "version": "4.15.9", + "resolved": "https://registry.npmjs.org/astro/-/astro-4.15.9.tgz", + "integrity": "sha512-51oXq9qrZ5OPWYmEXt1kGrvWmVeWsx28SgBTzi2XW6iwcnW/wC5ONm6ol6qBGSCF93tQvZplXvuzpaw1injECA==", "dependencies": { "@astrojs/compiler": "^2.10.3", "@astrojs/internal-helpers": "0.4.1", @@ -3223,7 +3222,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", diff --git a/package.json b/package.json index be0611ec..476135be 100644 --- a/package.json +++ b/package.json @@ -29,7 +29,7 @@ "@tailwindcss/typography": "^0.5.15", "@types/codemirror": "^5.60.15", "@types/html-escaper": "^3.0.2", - "astro": "^4.15.5", + "astro": "^4.15.9", "astro-auto-import": "^0.4.2", "clsx": "^2.1.1", "codemirror": "^6.0.1",