From 8399faf613faf600a1f05f47dce57a44fcc37ead Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 2 Aug 2021 06:15:32 +0000 Subject: [PATCH] build(deps): bump gatsby-remark-copy-linked-files in /docs Bumps [gatsby-remark-copy-linked-files](https://github.com/gatsbyjs/gatsby/tree/HEAD/packages/gatsby-remark-copy-linked-files) from 4.5.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] --- docs/package-lock.json | 18 +++++++++--------- docs/package.json | 2 +- 2 files changed, 10 insertions(+), 10 deletions(-) diff --git a/docs/package-lock.json b/docs/package-lock.json index 5e24c6d75d5e..4cd9dc132824 100644 --- a/docs/package-lock.json +++ b/docs/package-lock.json @@ -30,7 +30,7 @@ "gatsby-plugin-sharp": "^3.10.2", "gatsby-plugin-sitemap": "^4.6.0", "gatsby-remark-autolink-headers": "^2.11.0", - "gatsby-remark-copy-linked-files": "^4.5.0", + "gatsby-remark-copy-linked-files": "^4.7.0", "gatsby-remark-embedder": "^4.2.0", "gatsby-remark-external-links": "0.0.4", "gatsby-remark-images": "^3.11.1", @@ -13020,11 +13020,11 @@ } }, "node_modules/gatsby-remark-copy-linked-files": { - "version": "4.5.0", - "resolved": "https://registry.npmjs.org/gatsby-remark-copy-linked-files/-/gatsby-remark-copy-linked-files-4.5.0.tgz", - "integrity": "sha512-1n7nYRFCXZ5EeVRzOx65oDp46A8MK8YrGHSCrtRGV+YlzRQ82jVy6IvGWVm4RmTypGSyKuhMaZvRNbLBPha5mQ==", + "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", @@ -39699,11 +39699,11 @@ } }, "gatsby-remark-copy-linked-files": { - "version": "4.5.0", - "resolved": "https://registry.npmjs.org/gatsby-remark-copy-linked-files/-/gatsby-remark-copy-linked-files-4.5.0.tgz", - "integrity": "sha512-1n7nYRFCXZ5EeVRzOx65oDp46A8MK8YrGHSCrtRGV+YlzRQ82jVy6IvGWVm4RmTypGSyKuhMaZvRNbLBPha5mQ==", + "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/docs/package.json b/docs/package.json index cc7f6246411d..62df44b14b0d 100644 --- a/docs/package.json +++ b/docs/package.json @@ -27,7 +27,7 @@ "gatsby-plugin-sharp": "^3.10.2", "gatsby-plugin-sitemap": "^4.6.0", "gatsby-remark-autolink-headers": "^2.11.0", - "gatsby-remark-copy-linked-files": "^4.5.0", + "gatsby-remark-copy-linked-files": "^4.7.0", "gatsby-remark-embedder": "^4.2.0", "gatsby-remark-external-links": "0.0.4", "gatsby-remark-images": "^3.11.1",