From 25228eb90eea8b39caadaeb1247f92937d138472 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 14 Sep 2020 17:33:39 +1000 Subject: [PATCH] build(deps): bump gatsby-transformer-yaml from 2.4.10 to 2.4.11 in /docs (#1367) Bumps [gatsby-transformer-yaml](https://github.com/gatsbyjs/gatsby/tree/HEAD/packages/gatsby-transformer-yaml) from 2.4.10 to 2.4.11. - [Release notes](https://github.com/gatsbyjs/gatsby/releases) - [Changelog](https://github.com/gatsbyjs/gatsby/blob/master/packages/gatsby-transformer-yaml/CHANGELOG.md) - [Commits](https://github.com/gatsbyjs/gatsby/commits/gatsby-transformer-yaml@2.4.11/packages/gatsby-transformer-yaml) Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- docs/package-lock.json | 19 ++++++++++++------- docs/package.json | 2 +- 2 files changed, 13 insertions(+), 8 deletions(-) diff --git a/docs/package-lock.json b/docs/package-lock.json index 5d5e4098..60058427 100644 --- a/docs/package-lock.json +++ b/docs/package-lock.json @@ -12120,23 +12120,28 @@ } }, "gatsby-transformer-yaml": { - "version": "2.4.10", - "resolved": "https://registry.npmjs.org/gatsby-transformer-yaml/-/gatsby-transformer-yaml-2.4.10.tgz", - "integrity": "sha512-jQwtyIn0pvT1GfmdxKUKgdJwgK/z8aVVN7wFeHuskhDwWzxCghB88ybyhS7gOF0ttyKNYjQIpwgwt9PnL+AJBQ==", + "version": "2.4.11", + "resolved": "https://registry.npmjs.org/gatsby-transformer-yaml/-/gatsby-transformer-yaml-2.4.11.tgz", + "integrity": "sha512-ysnT7N+sPV8eXqVavc2cFlqRxL0pJL5sG136Pu47xafGKBXpmmAcNJEpydNvqXPznXJk8YBM9cAdoqFL864low==", "requires": { "@babel/runtime": "^7.10.3", "js-yaml": "^3.14.0", - "lodash": "^4.17.15", + "lodash": "^4.17.20", "unist-util-select": "^1.5.0" }, "dependencies": { "@babel/runtime": { - "version": "7.11.0", - "resolved": "https://registry.npmjs.org/@babel/runtime/-/runtime-7.11.0.tgz", - "integrity": "sha512-qArkXsjJq7H+T86WrIFV0Fnu/tNOkZ4cgXmjkzAu3b/58D5mFIO8JH/y77t7C9q0OdDRdh9s7Ue5GasYssxtXw==", + "version": "7.11.2", + "resolved": "https://registry.npmjs.org/@babel/runtime/-/runtime-7.11.2.tgz", + "integrity": "sha512-TeWkU52so0mPtDcaCTxNBI/IHiz0pZgr8VEFqXFtZWpYD08ZB6FaSwVAS8MKRQAP3bYKiVjwysOJgMFY28o6Tw==", "requires": { "regenerator-runtime": "^0.13.4" } + }, + "lodash": { + "version": "4.17.20", + "resolved": "https://registry.npmjs.org/lodash/-/lodash-4.17.20.tgz", + "integrity": "sha512-PlhdFcillOINfeV7Ni6oF1TAEayyZBoZ8bcshTHqOYJYlrqzRK5hagpagky5o4HfCzzd1TRkXPMFq6cKk9rGmA==" } } }, diff --git a/docs/package.json b/docs/package.json index cc0837cb..fc49cceb 100644 --- a/docs/package.json +++ b/docs/package.json @@ -37,7 +37,7 @@ "gatsby-source-filesystem": "^2.3.24", "gatsby-transformer-remark": "^2.8.28", "gatsby-transformer-sharp": "^2.5.13", - "gatsby-transformer-yaml": "^2.4.10", + "gatsby-transformer-yaml": "^2.4.11", "polished": "^3.6.6", "prism-react-renderer": "^1.1.1", "prop-types": "^15.7.2",