From e83ea78d29554f09c6b38807cb9c8f46566ce9d7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 2 Jan 2023 11:10:01 +0000 Subject: [PATCH] Bump astro from 1.7.2 to 1.8.0 Bumps [astro](https://github.com/withastro/astro/tree/HEAD/packages/astro) from 1.7.2 to 1.8.0. - [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@1.8.0/packages/astro) --- updated-dependencies: - dependency-name: astro dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package.json | 2 +- yarn.lock | 24 +++++++++++++----------- 2 files changed, 14 insertions(+), 12 deletions(-) diff --git a/package.json b/package.json index 4a2ba40..7c46410 100644 --- a/package.json +++ b/package.json @@ -26,7 +26,7 @@ "@fontsource/inter": "^4.5.14", "@typescript-eslint/eslint-plugin": "^5.47.1", "@typescript-eslint/parser": "^5.47.1", - "astro": "^1.7.2", + "astro": "^1.8.0", "astro-icon": "^0.8.0", "eslint": "^8.30.0", "eslint-plugin-astro": "^0.21.1", diff --git a/yarn.lock b/yarn.lock index cb2ed44..c60a9b9 100644 --- a/yarn.lock +++ b/yarn.lock @@ -62,10 +62,10 @@ vscode-languageserver-types "^3.17.1" vscode-uri "^3.0.3" -"@astrojs/markdown-remark@^1.1.3": - version "1.1.3" - resolved "https://registry.yarnpkg.com/@astrojs/markdown-remark/-/markdown-remark-1.1.3.tgz#9fa985a532622043f0863c20f01c6ed01eca31e2" - integrity sha512-6MDuQXbrp2fZBYBIqD+0jvSqYAukiMTte6oLNHiEYsLf3KIMlVAZj6dDgUJakgL7cQ4fmzWb0HUqzVpxAsasLw== +"@astrojs/markdown-remark@^1.2.0": + version "1.2.0" + resolved "https://registry.yarnpkg.com/@astrojs/markdown-remark/-/markdown-remark-1.2.0.tgz#2ec7375a5e7b59ea712fb5a9d1f4ac9cbe075acb" + integrity sha512-Cb+uhSuukyfERknfJ8K4iJLeKJaiZWi1BTwPS4fzw0bc9kGKe5VeTRzd2E25+vaMnRTk0tN/y6QfYEMMN3Q97g== dependencies: "@astrojs/micromark-extension-mdx-jsx" "^1.0.3" "@astrojs/prism" "^1.0.0" @@ -1093,7 +1093,7 @@ acorn@^7.1.1: resolved "https://registry.yarnpkg.com/acorn/-/acorn-7.4.1.tgz#feaed255973d2e77555b83dbc08851a6c63520fa" integrity sha512-nQyp0o1/mNdbTO1PO6kHkwSrmgZ0MT/jCCpNiwbUjGoRN4dlBhqJtoQuCnEOKzgTVwg0ZWiCoQy6SxMebQVh8A== -acorn@^8.0.0, acorn@^8.0.4, acorn@^8.2.4, acorn@^8.7.1, acorn@^8.8.0: +acorn@^8.0.0, acorn@^8.0.4, acorn@^8.2.4, acorn@^8.7.1, acorn@^8.8.0, acorn@^8.8.1: version "8.8.1" resolved "https://registry.yarnpkg.com/acorn/-/acorn-8.8.1.tgz#0a3f9cbecc4ec3bea6f0a80b66ae8dd2da250b73" integrity sha512-7zFpHzhnqYKrkYdUjF1HI1bzd0VygEGX8lFk4k5zVMqHEoES+P+7TKI+EvLO9WVMJ8eekdO0aDEK044xTXwPPA== @@ -1280,14 +1280,14 @@ astro-icon@^0.8.0: resolve-pkg "^2.0.0" svgo "^2.8.0" -astro@^1.7.2: - version "1.7.2" - resolved "https://registry.yarnpkg.com/astro/-/astro-1.7.2.tgz#9401c82049d057b7e5bf3b3961b266001a97d201" - integrity sha512-svgkfJUBcNzWV9YeoAGv+T96HjSK1j1xy1CbUA4JALU99WEvmJ1tFZBSrd1+m5xW9MuNOleSViGTfXhHfUaH9A== +astro@^1.8.0: + version "1.8.0" + resolved "https://registry.yarnpkg.com/astro/-/astro-1.8.0.tgz#bfb23d7d64a1111e05576b70a5d90fdb6dbc89de" + integrity sha512-MZIJveOC1OCIA0w2XmxjDtKviAEuYdF142DVq0VApInE1lm+CvAoyMgJs0a1h4mydD2vgQZpTjPhYKJIdxDjOA== dependencies: "@astrojs/compiler" "^0.31.0" "@astrojs/language-server" "^0.28.3" - "@astrojs/markdown-remark" "^1.1.3" + "@astrojs/markdown-remark" "^1.2.0" "@astrojs/telemetry" "^1.0.1" "@astrojs/webapi" "^1.1.1" "@babel/core" "^7.18.2" @@ -1301,6 +1301,7 @@ astro@^1.7.2: "@types/babel__core" "^7.1.19" "@types/html-escaper" "^3.0.0" "@types/yargs-parser" "^21.0.0" + acorn "^8.8.1" boxen "^6.2.1" ci-info "^3.3.1" common-ancestor-path "^1.0.1" @@ -1310,6 +1311,7 @@ astro@^1.7.2: devalue "^4.2.0" diff "^5.1.0" es-module-lexer "^1.1.0" + estree-walker "^3.0.1" execa "^6.1.0" fast-glob "^3.2.11" github-slugger "^1.4.0" @@ -2834,7 +2836,7 @@ estree-walker@^2.0.1: resolved "https://registry.yarnpkg.com/estree-walker/-/estree-walker-2.0.2.tgz#52f010178c2a4c117a7757cfe942adb7d2da4cac" integrity sha512-Rfkk/Mp/DL7JVje3u18FxFujQlTNR2q6QfMSMB7AvCBx91NGj/ba3kCfza0f6dVDbw7YlRf/nDrn7pQrCCyQ/w== -estree-walker@^3.0.0: +estree-walker@^3.0.0, estree-walker@^3.0.1: version "3.0.1" resolved "https://registry.yarnpkg.com/estree-walker/-/estree-walker-3.0.1.tgz#c2a9fb4a30232f5039b7c030b37ead691932debd" integrity sha512-woY0RUD87WzMBUiZLx8NsYr23N5BKsOMZHhu2hoNRVh6NXGfoiT1KOL8G3UHlJAnEDGmfa5ubNA/AacfG+Kb0g==