From f44b66e80b1939d1b88b85177c985113cede8b11 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 8 Jun 2020 04:09:53 +0000 Subject: [PATCH] Bump gatsby-remark-copy-linked-files from 2.3.3 to 2.3.4 Bumps [gatsby-remark-copy-linked-files](https://github.com/gatsbyjs/gatsby/tree/HEAD/packages/gatsby-remark-copy-linked-files) from 2.3.3 to 2.3.4. - [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@2.3.4/packages/gatsby-remark-copy-linked-files) Signed-off-by: dependabot[bot] --- package-lock.json | 16 ++++++++++++---- package.json | 2 +- 2 files changed, 13 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index e4c54994..9147f647 100644 --- a/package-lock.json +++ b/package-lock.json @@ -13569,11 +13569,11 @@ } }, "gatsby-remark-copy-linked-files": { - "version": "2.3.3", - "resolved": "https://registry.npmjs.org/gatsby-remark-copy-linked-files/-/gatsby-remark-copy-linked-files-2.3.3.tgz", - "integrity": "sha512-jAGphdCJ+AsR3+MfFpXLq9lMHsf8ZJKMi1rPHevayjZfnWpTM9cJtAdJlnu5XB5sbshxn46wFnhQ/dvtI4oVGg==", + "version": "2.3.4", + "resolved": "https://registry.npmjs.org/gatsby-remark-copy-linked-files/-/gatsby-remark-copy-linked-files-2.3.4.tgz", + "integrity": "sha512-nCRXygWu6EBm7Ej1niqSOHb1mJVNjvTUVB89TdSRE1N7F83iCQafQWq1ajuVxO4VIYKGcyQZVxhSgeb3I2UXIQ==", "requires": { - "@babel/runtime": "^7.9.6", + "@babel/runtime": "^7.10.2", "cheerio": "^1.0.0-rc.3", "fs-extra": "^8.1.0", "is-relative-url": "^3.0.0", @@ -13583,6 +13583,14 @@ "unist-util-visit": "^1.4.1" }, "dependencies": { + "@babel/runtime": { + "version": "7.10.2", + "resolved": "https://registry.npmjs.org/@babel/runtime/-/runtime-7.10.2.tgz", + "integrity": "sha512-6sF3uQw2ivImfVIl62RZ7MXhO2tap69WeWK57vAaimT6AZbE4FbqjdEJIN1UqoD6wI6B+1n9UiagafH1sxjOtg==", + "requires": { + "regenerator-runtime": "^0.13.4" + } + }, "fs-extra": { "version": "8.1.0", "resolved": "https://registry.npmjs.org/fs-extra/-/fs-extra-8.1.0.tgz", diff --git a/package.json b/package.json index aaf4308d..c6c7db86 100644 --- a/package.json +++ b/package.json @@ -60,7 +60,7 @@ "gatsby-redirect-from": "^0.2.4", "gatsby-remark-autolink-headers": "^2.3.3", "gatsby-remark-breaks": "^1.0.0", - "gatsby-remark-copy-linked-files": "^2.3.3", + "gatsby-remark-copy-linked-files": "^2.3.4", "gatsby-remark-images": "^3.3.9", "gatsby-remark-images-medium-zoom": "^1.7.0", "gatsby-remark-smartypants": "^2.3.2",