From 7aa40d6f2c22429ebbed4655278a7b2bf9bd7361 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 1 Sep 2025 03:42:40 +0000 Subject: [PATCH] Bump gatsby-remark-copy-linked-files from 6.14.0 to 6.15.0 Bumps [gatsby-remark-copy-linked-files](https://github.com/gatsbyjs/gatsby/tree/HEAD/packages/gatsby-remark-copy-linked-files) from 6.14.0 to 6.15.0. - [Release notes](https://github.com/gatsbyjs/gatsby/releases) - [Changelog](https://github.com/gatsbyjs/gatsby/blob/master/packages/gatsby-remark-copy-linked-files/CHANGELOG.md) - [Commits](https://github.com/gatsbyjs/gatsby/commits/gatsby-remark-copy-linked-files@6.15.0/packages/gatsby-remark-copy-linked-files) --- updated-dependencies: - dependency-name: gatsby-remark-copy-linked-files dependency-version: 6.15.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package-lock.json | 8 ++++---- package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index 311d73e..ab14d14 100644 --- a/package-lock.json +++ b/package-lock.json @@ -13,7 +13,7 @@ "gatsby-plugin-manifest": "^5.14.0", "gatsby-plugin-sharp": "^5.14.0", "gatsby-remark-autolink-headers": "^6.14.0", - "gatsby-remark-copy-linked-files": "^6.14.0", + "gatsby-remark-copy-linked-files": "^6.15.0", "gatsby-remark-images": "^7.14.0", "gatsby-remark-katex": "^7.14.0", "gatsby-remark-static-images": "^1.2.1", @@ -10306,9 +10306,9 @@ } }, "node_modules/gatsby-remark-copy-linked-files": { - "version": "6.14.0", - "resolved": "https://registry.npmjs.org/gatsby-remark-copy-linked-files/-/gatsby-remark-copy-linked-files-6.14.0.tgz", - "integrity": "sha512-75s/NvjtgYNiFfThZ8cC6Awy0nP2Nyn5/zLISahIAbRaDfnJm3cTd2R9s+/n+t3y3HXXPwMHskCCLdOJAlGviQ==", + "version": "6.15.0", + "resolved": "https://registry.npmjs.org/gatsby-remark-copy-linked-files/-/gatsby-remark-copy-linked-files-6.15.0.tgz", + "integrity": "sha512-nLRUEP0d+g2pMgIAet60yxJ8k6D85Kjco5W+QTbmc/Ka4xYqO17oD5nSluLbOoighalJ/b+LBF7EhXTXbbk+dw==", "license": "MIT", "dependencies": { "@babel/runtime": "^7.20.13", diff --git a/package.json b/package.json index 662c0f8..fa9d7a0 100644 --- a/package.json +++ b/package.json @@ -21,7 +21,7 @@ "gatsby-plugin-manifest": "^5.14.0", "gatsby-plugin-sharp": "^5.14.0", "gatsby-remark-autolink-headers": "^6.14.0", - "gatsby-remark-copy-linked-files": "^6.14.0", + "gatsby-remark-copy-linked-files": "^6.15.0", "gatsby-remark-images": "^7.14.0", "gatsby-remark-katex": "^7.14.0", "gatsby-remark-static-images": "^1.2.1",