From 0fcb36ced92258d64865cd260d9342c86fb65968 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 3 Sep 2023 22:48:35 +0000 Subject: [PATCH] fix(deps): bump gatsby-remark-copy-linked-files from 6.11.0 to 6.12.0 Bumps [gatsby-remark-copy-linked-files](https://github.com/gatsbyjs/gatsby/tree/HEAD/packages/gatsby-remark-copy-linked-files) from 6.11.0 to 6.12.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.12.0/packages/gatsby-remark-copy-linked-files) --- updated-dependencies: - dependency-name: gatsby-remark-copy-linked-files dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package-lock.json | 14 +++++++------- package.json | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/package-lock.json b/package-lock.json index 8dff6ae52..44349e6bf 100644 --- a/package-lock.json +++ b/package-lock.json @@ -22,7 +22,7 @@ "gatsby-plugin-sass": "^6.12.0", "gatsby-plugin-sharp": "^5.11.0", "gatsby-plugin-use-dark-mode": "^2.0.1", - "gatsby-remark-copy-linked-files": "^6.11.0", + "gatsby-remark-copy-linked-files": "^6.12.0", "gatsby-remark-images": "^7.11.0", "gatsby-remark-relative-images": "^2.0.5", "gatsby-source-filesystem": "^5.11.0", @@ -16484,9 +16484,9 @@ } }, "node_modules/gatsby-remark-copy-linked-files": { - "version": "6.11.0", - "resolved": "https://registry.npmjs.org/gatsby-remark-copy-linked-files/-/gatsby-remark-copy-linked-files-6.11.0.tgz", - "integrity": "sha512-nuphHkHtimnBmMmFakXOHPGo91IdnFuqnbG2IplXzYqmUE4QDvO+SuByxGcxTk842I1WMMv3asvA1OSLNcovIg==", + "version": "6.12.0", + "resolved": "https://registry.npmjs.org/gatsby-remark-copy-linked-files/-/gatsby-remark-copy-linked-files-6.12.0.tgz", + "integrity": "sha512-QzD21eGL1hzSYr4XpLPbRealJreXCj4N7bicMYVyBE7vAVoROLj+29IpqCNLCq5oGwrihRkvf8Zqk/vymkTRhA==", "dependencies": { "@babel/runtime": "^7.20.13", "cheerio": "^1.0.0-rc.10", @@ -63920,9 +63920,9 @@ } }, "gatsby-remark-copy-linked-files": { - "version": "6.11.0", - "resolved": "https://registry.npmjs.org/gatsby-remark-copy-linked-files/-/gatsby-remark-copy-linked-files-6.11.0.tgz", - "integrity": "sha512-nuphHkHtimnBmMmFakXOHPGo91IdnFuqnbG2IplXzYqmUE4QDvO+SuByxGcxTk842I1WMMv3asvA1OSLNcovIg==", + "version": "6.12.0", + "resolved": "https://registry.npmjs.org/gatsby-remark-copy-linked-files/-/gatsby-remark-copy-linked-files-6.12.0.tgz", + "integrity": "sha512-QzD21eGL1hzSYr4XpLPbRealJreXCj4N7bicMYVyBE7vAVoROLj+29IpqCNLCq5oGwrihRkvf8Zqk/vymkTRhA==", "requires": { "@babel/runtime": "^7.20.13", "cheerio": "^1.0.0-rc.10", diff --git a/package.json b/package.json index 175f34916..b1c7858ac 100644 --- a/package.json +++ b/package.json @@ -23,7 +23,7 @@ "gatsby-plugin-sass": "^6.12.0", "gatsby-plugin-sharp": "^5.11.0", "gatsby-plugin-use-dark-mode": "^2.0.1", - "gatsby-remark-copy-linked-files": "^6.11.0", + "gatsby-remark-copy-linked-files": "^6.12.0", "gatsby-remark-images": "^7.11.0", "gatsby-remark-relative-images": "^2.0.5", "gatsby-source-filesystem": "^5.11.0",