From a491d7c84f71e53e5ef6e2876e082ef844383fae Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 26 Jul 2021 10:44:31 +0000 Subject: [PATCH] Bump gatsby-remark-copy-linked-files in /packages/website Bumps [gatsby-remark-copy-linked-files](https://github.com/gatsbyjs/gatsby/tree/HEAD/packages/gatsby-remark-copy-linked-files) from 4.6.0 to 4.7.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@4.7.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] --- packages/website/package-lock.json | 18 +++++++++--------- packages/website/package.json | 2 +- 2 files changed, 10 insertions(+), 10 deletions(-) diff --git a/packages/website/package-lock.json b/packages/website/package-lock.json index b79083a2..31c71448 100644 --- a/packages/website/package-lock.json +++ b/packages/website/package-lock.json @@ -32,7 +32,7 @@ "gatsby-plugin-sharp": "^3.10.2", "gatsby-plugin-svgr": "^3.0.0-beta.0", "gatsby-remark-classes": "^1.0.0", - "gatsby-remark-copy-linked-files": "^4.6.0", + "gatsby-remark-copy-linked-files": "^4.7.0", "gatsby-remark-images": "^5.6.0", "gatsby-remark-prismjs": "^5.6.0", "gatsby-remark-responsive-iframe": "^4.6.0", @@ -12628,11 +12628,11 @@ } }, "node_modules/gatsby-remark-copy-linked-files": { - "version": "4.6.0", - "resolved": "https://registry.npmjs.org/gatsby-remark-copy-linked-files/-/gatsby-remark-copy-linked-files-4.6.0.tgz", - "integrity": "sha512-QXf44POPTsbVoEc6faLeSeQ+Ypsq40f0EwhVQunwa0v2CY32sSufqOb0KbSGLeMRtUDhloAWDBndY2Mstigkcw==", + "version": "4.7.0", + "resolved": "https://registry.npmjs.org/gatsby-remark-copy-linked-files/-/gatsby-remark-copy-linked-files-4.7.0.tgz", + "integrity": "sha512-khIrSFmOy8ZWL8VmVTPeTFnoqopRGWkDGSXGRBt3qb5+2xqD7FiYYaikNhMlM77UJp3JzX6lY/RZ5Hw9nevy3A==", "dependencies": { - "@babel/runtime": "^7.14.0", + "@babel/runtime": "^7.14.6", "cheerio": "^1.0.0-rc.9", "fs-extra": "^8.1.0", "is-relative-url": "^3.0.0", @@ -37957,11 +37957,11 @@ } }, "gatsby-remark-copy-linked-files": { - "version": "4.6.0", - "resolved": "https://registry.npmjs.org/gatsby-remark-copy-linked-files/-/gatsby-remark-copy-linked-files-4.6.0.tgz", - "integrity": "sha512-QXf44POPTsbVoEc6faLeSeQ+Ypsq40f0EwhVQunwa0v2CY32sSufqOb0KbSGLeMRtUDhloAWDBndY2Mstigkcw==", + "version": "4.7.0", + "resolved": "https://registry.npmjs.org/gatsby-remark-copy-linked-files/-/gatsby-remark-copy-linked-files-4.7.0.tgz", + "integrity": "sha512-khIrSFmOy8ZWL8VmVTPeTFnoqopRGWkDGSXGRBt3qb5+2xqD7FiYYaikNhMlM77UJp3JzX6lY/RZ5Hw9nevy3A==", "requires": { - "@babel/runtime": "^7.14.0", + "@babel/runtime": "^7.14.6", "cheerio": "^1.0.0-rc.9", "fs-extra": "^8.1.0", "is-relative-url": "^3.0.0", diff --git a/packages/website/package.json b/packages/website/package.json index 49b2f038..04a28544 100644 --- a/packages/website/package.json +++ b/packages/website/package.json @@ -29,7 +29,7 @@ "gatsby-plugin-sharp": "^3.10.2", "gatsby-plugin-svgr": "^3.0.0-beta.0", "gatsby-remark-classes": "^1.0.0", - "gatsby-remark-copy-linked-files": "^4.6.0", + "gatsby-remark-copy-linked-files": "^4.7.0", "gatsby-remark-images": "^5.6.0", "gatsby-remark-prismjs": "^5.6.0", "gatsby-remark-responsive-iframe": "^4.6.0",