From 293600bc64f4a58fe74a61933eb19280dc0e1790 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 2 May 2022 09:31:07 +0300 Subject: [PATCH] build(deps): bump gatsby-remark-copy-linked-files in /docs (#2797) Bumps [gatsby-remark-copy-linked-files](https://github.com/gatsbyjs/gatsby/tree/HEAD/packages/gatsby-remark-copy-linked-files) from 5.11.0 to 5.13.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@5.13.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] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- 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 a21cf7d1..0ac94b41 100644 --- a/docs/package-lock.json +++ b/docs/package-lock.json @@ -30,7 +30,7 @@ "gatsby-plugin-sharp": "^4.13.0", "gatsby-plugin-sitemap": "^5.11.1", "gatsby-remark-autolink-headers": "^5.11.1", - "gatsby-remark-copy-linked-files": "^5.11.0", + "gatsby-remark-copy-linked-files": "^5.13.0", "gatsby-remark-external-links": "^0.0.4", "gatsby-remark-images": "^6.11.1", "gatsby-remark-mermaid": "^2.1.0", @@ -13695,9 +13695,9 @@ } }, "node_modules/gatsby-remark-copy-linked-files": { - "version": "5.11.0", - "resolved": "https://registry.npmjs.org/gatsby-remark-copy-linked-files/-/gatsby-remark-copy-linked-files-5.11.0.tgz", - "integrity": "sha512-k64JUPf133iwCges5rLM0tGRRSOoDKOt5sHMuAKw/emscbn2DKbI1m76e9uQxI1xPP+LO7K21DysFou+wPQn/Q==", + "version": "5.13.0", + "resolved": "https://registry.npmjs.org/gatsby-remark-copy-linked-files/-/gatsby-remark-copy-linked-files-5.13.0.tgz", + "integrity": "sha512-aN5zMF+4LCbZJR+AQCjfy2iUQ9CakcDUoDbOyXR0fbZt7IDo/XulTtrQBg1hMnJVVr55JkTORNBNz7Rh7/5htw==", "dependencies": { "@babel/runtime": "^7.15.4", "cheerio": "^1.0.0-rc.10", @@ -13705,7 +13705,7 @@ "is-relative-url": "^3.0.0", "lodash": "^4.17.21", "path-is-inside": "^1.0.2", - "probe-image-size": "^7.0.0", + "probe-image-size": "^7.2.3", "unist-util-visit": "^2.0.3" }, "engines": { @@ -36683,9 +36683,9 @@ } }, "gatsby-remark-copy-linked-files": { - "version": "5.11.0", - "resolved": "https://registry.npmjs.org/gatsby-remark-copy-linked-files/-/gatsby-remark-copy-linked-files-5.11.0.tgz", - "integrity": "sha512-k64JUPf133iwCges5rLM0tGRRSOoDKOt5sHMuAKw/emscbn2DKbI1m76e9uQxI1xPP+LO7K21DysFou+wPQn/Q==", + "version": "5.13.0", + "resolved": "https://registry.npmjs.org/gatsby-remark-copy-linked-files/-/gatsby-remark-copy-linked-files-5.13.0.tgz", + "integrity": "sha512-aN5zMF+4LCbZJR+AQCjfy2iUQ9CakcDUoDbOyXR0fbZt7IDo/XulTtrQBg1hMnJVVr55JkTORNBNz7Rh7/5htw==", "requires": { "@babel/runtime": "^7.15.4", "cheerio": "^1.0.0-rc.10", @@ -36693,7 +36693,7 @@ "is-relative-url": "^3.0.0", "lodash": "^4.17.21", "path-is-inside": "^1.0.2", - "probe-image-size": "^7.0.0", + "probe-image-size": "^7.2.3", "unist-util-visit": "^2.0.3" }, "dependencies": { diff --git a/docs/package.json b/docs/package.json index 29112d44..07fdd458 100644 --- a/docs/package.json +++ b/docs/package.json @@ -27,7 +27,7 @@ "gatsby-plugin-sharp": "^4.13.0", "gatsby-plugin-sitemap": "^5.11.1", "gatsby-remark-autolink-headers": "^5.11.1", - "gatsby-remark-copy-linked-files": "^5.11.0", + "gatsby-remark-copy-linked-files": "^5.13.0", "gatsby-remark-external-links": "^0.0.4", "gatsby-remark-images": "^6.11.1", "gatsby-remark-mermaid": "^2.1.0",