From 3c12a6eb171ba8762696e63d11eb76b77befa00b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 11 Oct 2023 22:44:18 +0200 Subject: [PATCH] Bump @astrojs/partytown from 2.0.0 to 2.0.1 (#156) Bumps [@astrojs/partytown](https://github.com/withastro/astro/tree/HEAD/packages/integrations/partytown) from 2.0.0 to 2.0.1. - [Release notes](https://github.com/withastro/astro/releases) - [Changelog](https://github.com/withastro/astro/blob/main/packages/integrations/partytown/CHANGELOG.md) - [Commits](https://github.com/withastro/astro/commits/@astrojs/partytown@2.0.1/packages/integrations/partytown) --- updated-dependencies: - dependency-name: "@astrojs/partytown" dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- package.json | 2 +- yarn.lock | 17 +++++++++-------- 2 files changed, 10 insertions(+), 9 deletions(-) diff --git a/package.json b/package.json index 2f3c6a7..8ebeccf 100644 --- a/package.json +++ b/package.json @@ -18,7 +18,7 @@ "devDependencies": { "@astrojs/image": "^0.12.1", "@astrojs/mdx": "^1.1.0", - "@astrojs/partytown": "^2.0.0", + "@astrojs/partytown": "^2.0.1", "@astrojs/rss": "^3.0.0", "@astrojs/sitemap": "^3.0.1", "@astrolib/analytics": "^0.4.2", diff --git a/yarn.lock b/yarn.lock index bc9d2a5..04f3280 100644 --- a/yarn.lock +++ b/yarn.lock @@ -54,14 +54,15 @@ resolved "https://registry.yarnpkg.com/@astrojs/internal-helpers/-/internal-helpers-0.2.1.tgz#4e2e6aabaa9819f17119aa10f413c4d6122c94cf" integrity sha512-06DD2ZnItMwUnH81LBLco3tWjcZ1lGU9rLCCBaeUCGYe9cI0wKyY2W3kDyoW1I6GmcWgt1fu+D1CTvz+FIKf8A== -"@astrojs/markdown-remark@3.1.0": - version "3.1.0" - resolved "https://registry.yarnpkg.com/@astrojs/markdown-remark/-/markdown-remark-3.1.0.tgz#5ae8ecb06ca941dd29b7945cec911afa11764782" - integrity sha512-5UwamK0iFxN0n1Nw44vUk8AkQr4psKS63hM3D1/4bhhjs4ZFRyrYmg5NjScaMEXZcrd2KgGPsd+PEwNs4mlBOw== +"@astrojs/markdown-remark@3.2.0": + version "3.2.0" + resolved "https://registry.yarnpkg.com/@astrojs/markdown-remark/-/markdown-remark-3.2.0.tgz#c7099c732959fabecec029ac9844e792a5089a8c" + integrity sha512-jigyLfefUZPKgVmmraCkVpdUuFH1R3SrpgQO13axsgwLDBgkggaQpNR5Ag4O9PDualeBtbdt30aYSfvnBKx9Hg== dependencies: "@astrojs/prism" "^3.0.0" github-slugger "^2.0.0" import-meta-resolve "^3.0.0" + mdast-util-definitions "^6.0.0" rehype-raw "^6.1.1" rehype-stringify "^9.0.4" remark-gfm "^3.0.1" @@ -134,10 +135,10 @@ unist-util-visit "^4.1.2" vfile "^5.3.7" -"@astrojs/partytown@^2.0.0": - version "2.0.0" - resolved "https://registry.yarnpkg.com/@astrojs/partytown/-/partytown-2.0.0.tgz#b67eb04a3ad9557c1a86a0086b6b66704539e5f9" - integrity sha512-WKyWs3TdxAG4b0+vkMWwDProatsikfvpjJQ+IIDEI7QvPBmdIbD9BDfuGgKIETnmkA1DxFj9G3jiGn2DGiJKzg== +"@astrojs/partytown@^2.0.1": + version "2.0.1" + resolved "https://registry.yarnpkg.com/@astrojs/partytown/-/partytown-2.0.1.tgz#7589207d09da3830fe0e51ac4521c203d9cb024a" + integrity sha512-WQC5lR2XINGxvQ35KDu806AVKNsD4Qc6I/am+4JpW6CZb0ccqVt7TSCosTMmYSiuNTInsnV34RAeile88kTtbw== dependencies: "@builder.io/partytown" "^0.8.0" mrmime "^1.0.1"