diff --git a/.circleci/config.yml b/.circleci/config.yml
index 8ddcfb50b36fc..1986e69ea98aa 100644
--- a/.circleci/config.yml
+++ b/.circleci/config.yml
@@ -103,7 +103,7 @@ jobs:
- <<: *restore_cache
- <<: *install_node_modules
- <<: *persist_cache
- - run: yarn bootstrap
+ - run: yarn bootstrap -- concurrency=2
- persist_to_workspace:
root: packages
paths:
diff --git a/docs/creators/creators.yml b/docs/creators/creators.yml
index 0191ccdb75e3d..6c26c546d0ce7 100644
--- a/docs/creators/creators.yml
+++ b/docs/creators/creators.yml
@@ -325,6 +325,7 @@
description: >-
Hey! I'm Erno Salo also known as Endormi on GitHub and Twitter.
I'm a Full Stack Developer, Open Source Contributor and I enjoy building web applications that help make a difference in the world.
+ I currently live in Helsinki, Finland.
website: "https://endormi.io/"
github: "https://github.com/endormi"
image: images/endormi.png
diff --git a/docs/docs/awesome-gatsby.md b/docs/docs/awesome-gatsby.md
index 2d377cba8b469..fbaec5124aa34 100644
--- a/docs/docs/awesome-gatsby.md
+++ b/docs/docs/awesome-gatsby.md
@@ -102,3 +102,7 @@ See the [library of official and community plugins](/plugins/)
### Hashnode Community
[Gatsby community on Hashnode](https://hashnode.com/n/gatsby) is a place where you can read discussions about Gatsby projects, read articles and tutorials and ask the rest of the Hashnode community Gatsby-related questions.
+
+### Reddit Community
+
+[Gatsby community on Reddit](https://www.reddit.com/r/gatsbyjs) is a place where you can read news about Gatsby, interact with other Gatsby developers and get advice on Gatsby-related Questions.
diff --git a/docs/docs/creating-a-transformer-plugin.md b/docs/docs/creating-a-transformer-plugin.md
index 70e626ce9440e..63cc432d8e74e 100644
--- a/docs/docs/creating-a-transformer-plugin.md
+++ b/docs/docs/creating-a-transformer-plugin.md
@@ -276,9 +276,7 @@ Cache keys should at least contain the contentDigest of the concerned node. For
```javascript:title=extend-node-type.js
const htmlCacheKey = node =>
- `transformer-remark-markdown-html-${
- node.internal.contentDigest
- }-${pluginsCacheStr}-${pathPrefixCacheStr}`
+ `transformer-remark-markdown-html-${node.internal.contentDigest}-${pluginsCacheStr}-${pathPrefixCacheStr}`
```
Accessing and setting content in the cache is as simple as:
diff --git a/docs/docs/images/disqus-logo.svg b/docs/docs/images/disqus-logo.svg
index 9eef857d7152a..d3d0e1985545c 100644
--- a/docs/docs/images/disqus-logo.svg
+++ b/docs/docs/images/disqus-logo.svg
@@ -1,3 +1,3 @@
-
+
diff --git a/examples/image-processing/src/pages/index.js b/examples/image-processing/src/pages/index.js
index cfbbe86b13810..6846662a5cd60 100644
--- a/examples/image-processing/src/pages/index.js
+++ b/examples/image-processing/src/pages/index.js
@@ -140,9 +140,7 @@ class Index extends React.Component {
diff --git a/examples/using-gatsby-image/src/components/image-gallery.js b/examples/using-gatsby-image/src/components/image-gallery.js
index 11e66c55a351f..569518796cd13 100644
--- a/examples/using-gatsby-image/src/components/image-gallery.js
+++ b/examples/using-gatsby-image/src/components/image-gallery.js
@@ -95,9 +95,7 @@ const ImageGallery = edges => (
SVG
diff --git a/examples/using-gatsby-image/src/pages/background-color.js b/examples/using-gatsby-image/src/pages/background-color.js
index 17ef31a9ec414..7ace125ed3c58 100644
--- a/examples/using-gatsby-image/src/pages/background-color.js
+++ b/examples/using-gatsby-image/src/pages/background-color.js
@@ -9,18 +9,14 @@ const BackgroundColor = ({ data, location }) => (
Background Color
@@ -39,9 +35,7 @@ const BackgroundColor = ({ data, location }) => (
)
diff --git a/examples/using-gatsby-image/src/pages/blur-up.js b/examples/using-gatsby-image/src/pages/blur-up.js
index 33f505c8dc6dc..7b21783404c34 100644
--- a/examples/using-gatsby-image/src/pages/blur-up.js
+++ b/examples/using-gatsby-image/src/pages/blur-up.js
@@ -10,17 +10,13 @@ const BlurUp = ({ data, location }) => (
Blur Up
@@ -46,9 +42,7 @@ const BlurUp = ({ data, location }) => (
)
diff --git a/examples/using-gatsby-image/src/pages/index.js b/examples/using-gatsby-image/src/pages/index.js
index c184cb5f0056b..dd484f8a3127d 100644
--- a/examples/using-gatsby-image/src/pages/index.js
+++ b/examples/using-gatsby-image/src/pages/index.js
@@ -14,9 +14,7 @@ const FeatureList = styled(`ul`)`
const FeatureListItem = styled.li({
backgroundImage: `url(
- "data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24'%3E%3Cpath fill='${
- colors.gatsby
- }' d='M23,12L20.56,9.22L20.9,5.54L17.29,4.72L15.4,1.54L12,3L8.6,1.54L6.71,4.72L3.1,5.53L3.44,9.21L1,12L3.44,14.78L3.1,18.47L6.71,19.29L8.6,22.47L12,21L15.4,22.46L17.29,19.28L20.9,18.46L20.56,14.78L23,12M10,17L6,13L7.41,11.59L10,14.17L16.59,7.58L18,9L10,17Z' /%3E%3C/svg%3E")`,
+ "data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24'%3E%3Cpath fill='${colors.gatsby}' d='M23,12L20.56,9.22L20.9,5.54L17.29,4.72L15.4,1.54L12,3L8.6,1.54L6.71,4.72L3.1,5.53L3.44,9.21L1,12L3.44,14.78L3.1,18.47L6.71,19.29L8.6,22.47L12,21L15.4,22.46L17.29,19.28L20.9,18.46L20.56,14.78L23,12M10,17L6,13L7.41,11.59L10,14.17L16.59,7.58L18,9L10,17Z' /%3E%3C/svg%3E")`,
backgroundPosition: `0 .25em`,
backgroundRepeat: `no-repeat`,
backgroundSize: `1em`,
diff --git a/examples/using-gatsby-image/src/pages/prefer-webp.js b/examples/using-gatsby-image/src/pages/prefer-webp.js
index 660e6111b3c7b..f748d76093ddb 100644
--- a/examples/using-gatsby-image/src/pages/prefer-webp.js
+++ b/examples/using-gatsby-image/src/pages/prefer-webp.js
@@ -10,17 +10,13 @@ const PreferWebp = ({ data, location }) => (
Prefer WebP
WebP is a modern image format that provides both lossless and lossy
@@ -38,9 +34,7 @@ const PreferWebp = ({ data, location }) => (
diff --git a/examples/using-gatsby-image/src/pages/traced-svg.js b/examples/using-gatsby-image/src/pages/traced-svg.js
index 38229536cba21..92b40e3aea273 100644
--- a/examples/using-gatsby-image/src/pages/traced-svg.js
+++ b/examples/using-gatsby-image/src/pages/traced-svg.js
@@ -12,17 +12,13 @@ const TracedSVG = ({ data, location }) => (
Traced SVG Placeholders
Generates a{` `}
@@ -44,9 +40,7 @@ const TracedSVG = ({ data, location }) => (
)
diff --git a/examples/using-gatsby-image/src/utils/typography.js b/examples/using-gatsby-image/src/utils/typography.js
index 426244aa7bcaa..9ce9e2972ce1b 100644
--- a/examples/using-gatsby-image/src/utils/typography.js
+++ b/examples/using-gatsby-image/src/utils/typography.js
@@ -44,9 +44,7 @@ const _options = {
marginTop: rhythm(2),
},
a: {
- backgroundImage: `linear-gradient(to top, ${colors.ui.bright}, ${
- colors.ui.bright
- } 1px, rgba(0, 0, 0, 0) 2px)`,
+ backgroundImage: `linear-gradient(to top, ${colors.ui.bright}, ${colors.ui.bright} 1px, rgba(0, 0, 0, 0) 2px)`,
color: colors.gatsby,
fontWeight: `bold`,
textDecoration: `none`,
diff --git a/examples/using-remark/src/pages/2017-01-02---responsive-images-and-iframes/awesome_tiger.svg b/examples/using-remark/src/pages/2017-01-02---responsive-images-and-iframes/awesome_tiger.svg
index a74a4c0b4459a..f192ad9ac2ce2 100644
--- a/examples/using-remark/src/pages/2017-01-02---responsive-images-and-iframes/awesome_tiger.svg
+++ b/examples/using-remark/src/pages/2017-01-02---responsive-images-and-iframes/awesome_tiger.svg
@@ -59,7 +59,7 @@
-
+
@@ -80,7 +80,7 @@
-
+
@@ -96,8 +96,8 @@
-
-
+
+
@@ -107,7 +107,7 @@
-
+
diff --git a/examples/using-remark/src/utils/typography.js b/examples/using-remark/src/utils/typography.js
index 909ebf6ec4219..6d9b1d6d72fcc 100644
--- a/examples/using-remark/src/utils/typography.js
+++ b/examples/using-remark/src/utils/typography.js
@@ -156,15 +156,7 @@ const options = {
".post a:not(.gatsby-resp-image-link):not(.anchor), .link-underline": {
position: `relative`,
backgroundImage: `linear-gradient(${colors.link},${colors.link})`,
- textShadow: `0.03em 0 ${colors.white}, -0.03em 0 ${
- colors.white
- }, 0 0.03em ${colors.white}, 0 -0.03em ${colors.white}, 0.06em 0 ${
- colors.white
- }, -0.06em 0 ${colors.white}, 0.09em 0 ${colors.white}, -0.09em 0 ${
- colors.white
- }, 0.12em 0 ${colors.white}, -0.12em 0 ${colors.white}, 0.15em 0 ${
- colors.white
- }, -0.15em 0 ${colors.white}`,
+ textShadow: `0.03em 0 ${colors.white}, -0.03em 0 ${colors.white}, 0 0.03em ${colors.white}, 0 -0.03em ${colors.white}, 0.06em 0 ${colors.white}, -0.06em 0 ${colors.white}, 0.09em 0 ${colors.white}, -0.09em 0 ${colors.white}, 0.12em 0 ${colors.white}, -0.12em 0 ${colors.white}, 0.15em 0 ${colors.white}, -0.15em 0 ${colors.white}`,
transition: `all 250ms cubic-bezier(0.4, 0, 0.2, 1)`,
backgroundPosition: `0 98%`,
backgroundRepeat: `repeat-x`,
@@ -172,9 +164,7 @@ const options = {
},
".post a:not(.gatsby-resp-image-link):not(.anchor):hover, .link-underline:hover": {
color: `${colors.linkHover}`,
- backgroundImage: `linear-gradient(${colors.linkHover},${
- colors.linkHover
- })`,
+ backgroundImage: `linear-gradient(${colors.linkHover},${colors.linkHover})`,
},
".post a.anchor": {
textShadow: `0 !important`,
diff --git a/markdown.config.js b/markdown.config.js
index dcca200b42db8..821a614daf138 100644
--- a/markdown.config.js
+++ b/markdown.config.js
@@ -23,9 +23,7 @@ module.exports = {
.map(name => {
const starter = starters[name]
return `
- |[${name}](https://github.com/gatsbyjs/gatsby-starter-${name})|[gatsby-starter-${name}-demo.netlify.com](https://gatsby-starter-${name}-demo.netlify.com/)|${
- starter.description
- }|
+ |[${name}](https://github.com/gatsbyjs/gatsby-starter-${name})|[gatsby-starter-${name}-demo.netlify.com](https://gatsby-starter-${name}-demo.netlify.com/)|${starter.description}|
`.trim()
})
.join(`\n`)}
diff --git a/package.json b/package.json
index 74d45865d9cea..5372ed5f2b0fc 100644
--- a/package.json
+++ b/package.json
@@ -1,10 +1,10 @@
{
"devDependencies": {
- "@babel/core": "^7.0.0",
- "@babel/node": "^7.0.0",
- "@babel/runtime": "^7.0.0",
+ "@babel/core": "^7.5.5",
+ "@babel/node": "^7.5.5",
+ "@babel/runtime": "^7.5.5",
"@lerna/prompt": "3.13.0",
- "babel-eslint": "^10.0.1",
+ "babel-eslint": "^10.0.2",
"babel-jest": "^24.9.0",
"chalk": "^2.4.2",
"chokidar": "^1.7.0",
@@ -19,7 +19,7 @@
"eslint-plugin-jsx-a11y": "^6.2.3",
"eslint-plugin-prettier": "^3.1.0",
"eslint-plugin-react": "^7.14.3",
- "flow-bin": "^0.105.2",
+ "flow-bin": "^0.106.0",
"fs-extra": "^7.0.1",
"glob": "^7.1.4",
"husky": "2.7.0",
@@ -36,7 +36,7 @@
"markdown-magic": "^0.2.1",
"npm-run-all": "4.1.5",
"plop": "^1.9.1",
- "prettier": "1.17.1",
+ "prettier": "1.18.2",
"rimraf": "^2.7.1",
"svgo": "1.3.0",
"ts-jest": "^22",
@@ -72,7 +72,7 @@
}
},
"scripts": {
- "bootstrap": "npm-run-all -s check-versions lerna-prepare",
+ "bootstrap": "npm-run-all -s check-versions \"lerna-prepare -- --{@}\" --",
"check-versions": "babel-node scripts/check-versions.js",
"check-repo-fields": "babel-node scripts/check-repo-fields.js",
"format": "npm run format:code && npm run format:other && npm run format:svg",
diff --git a/packages/babel-plugin-remove-graphql-queries/CHANGELOG.md b/packages/babel-plugin-remove-graphql-queries/CHANGELOG.md
index 6c9f64baa5b61..4bbab24c93b8b 100644
--- a/packages/babel-plugin-remove-graphql-queries/CHANGELOG.md
+++ b/packages/babel-plugin-remove-graphql-queries/CHANGELOG.md
@@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
+## [2.7.5](https://github.com/gatsbyjs/gatsby/compare/babel-plugin-remove-graphql-queries@2.7.4...babel-plugin-remove-graphql-queries@2.7.5) (2019-08-23)
+
+**Note:** Version bump only for package babel-plugin-remove-graphql-queries
+
+## [2.7.4](https://github.com/gatsbyjs/gatsby/compare/babel-plugin-remove-graphql-queries@2.7.3...babel-plugin-remove-graphql-queries@2.7.4) (2019-08-22)
+
+**Note:** Version bump only for package babel-plugin-remove-graphql-queries
+
## [2.7.3](https://github.com/gatsbyjs/gatsby/compare/babel-plugin-remove-graphql-queries@2.7.2...babel-plugin-remove-graphql-queries@2.7.3) (2019-08-20)
**Note:** Version bump only for package babel-plugin-remove-graphql-queries
diff --git a/packages/babel-plugin-remove-graphql-queries/package.json b/packages/babel-plugin-remove-graphql-queries/package.json
index 1d79edca727e8..fe0600c95628a 100644
--- a/packages/babel-plugin-remove-graphql-queries/package.json
+++ b/packages/babel-plugin-remove-graphql-queries/package.json
@@ -1,6 +1,6 @@
{
"name": "babel-plugin-remove-graphql-queries",
- "version": "2.7.3",
+ "version": "2.7.5",
"author": "Jason Quense ",
"repository": {
"type": "git",
@@ -9,9 +9,9 @@
},
"homepage": "https://github.com/gatsbyjs/gatsby/tree/master/packages/babel-plugin-remove-graphql-queries#readme",
"devDependencies": {
- "@babel/cli": "^7.0.0",
- "@babel/core": "^7.0.0",
- "babel-preset-gatsby-package": "^0.2.2",
+ "@babel/cli": "^7.5.5",
+ "@babel/core": "^7.5.5",
+ "babel-preset-gatsby-package": "^0.2.3",
"cross-env": "^5.2.0"
},
"license": "MIT",
diff --git a/packages/babel-plugin-remove-graphql-queries/src/index.js b/packages/babel-plugin-remove-graphql-queries/src/index.js
index 40055485d1cd9..57420f185143e 100644
--- a/packages/babel-plugin-remove-graphql-queries/src/index.js
+++ b/packages/babel-plugin-remove-graphql-queries/src/index.js
@@ -120,9 +120,7 @@ function getGraphQLTag(path) {
return { ast, text, hash, isGlobal }
} catch (err) {
throw new Error(
- `BabelPluginRemoveGraphQLQueries: GraphQL syntax error in query:\n\n${text}\n\nmessage:\n\n${
- err.message
- }`
+ `BabelPluginRemoveGraphQLQueries: GraphQL syntax error in query:\n\n${text}\n\nmessage:\n\n${err.message}`
)
}
}
diff --git a/packages/babel-preset-gatsby-package/CHANGELOG.md b/packages/babel-preset-gatsby-package/CHANGELOG.md
index a3889136ff3e3..f0c73fc7d3829 100644
--- a/packages/babel-preset-gatsby-package/CHANGELOG.md
+++ b/packages/babel-preset-gatsby-package/CHANGELOG.md
@@ -3,6 +3,10 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
+## [0.2.3](https://github.com/gatsbyjs/gatsby/compare/babel-preset-gatsby-package@0.2.2...babel-preset-gatsby-package@0.2.3) (2019-08-23)
+
+**Note:** Version bump only for package babel-preset-gatsby-package
+
## [0.2.2](https://github.com/gatsbyjs/gatsby/compare/babel-preset-gatsby-package@0.2.1...babel-preset-gatsby-package@0.2.2) (2019-07-12)
### Bug Fixes
diff --git a/packages/babel-preset-gatsby-package/package.json b/packages/babel-preset-gatsby-package/package.json
index 77b260a3e4790..2d15f34945ddf 100644
--- a/packages/babel-preset-gatsby-package/package.json
+++ b/packages/babel-preset-gatsby-package/package.json
@@ -1,6 +1,6 @@
{
"name": "babel-preset-gatsby-package",
- "version": "0.2.2",
+ "version": "0.2.3",
"author": "Philipp Spiess ",
"repository": {
"type": "git",
@@ -9,11 +9,11 @@
},
"homepage": "https://github.com/gatsbyjs/gatsby/tree/master/packages/babel-preset-gatsby-package#readme",
"dependencies": {
- "@babel/plugin-proposal-class-properties": "^7.0.0",
- "@babel/plugin-proposal-optional-chaining": "^7.0.0",
- "@babel/plugin-syntax-dynamic-import": "^7.0.0",
- "@babel/plugin-transform-runtime": "^7.0.0",
- "@babel/preset-env": "^7.0.0",
+ "@babel/plugin-proposal-class-properties": "^7.5.5",
+ "@babel/plugin-proposal-optional-chaining": "^7.2.0",
+ "@babel/plugin-syntax-dynamic-import": "^7.2.0",
+ "@babel/plugin-transform-runtime": "^7.5.5",
+ "@babel/preset-env": "^7.5.5",
"@babel/preset-flow": "^7.0.0",
"@babel/preset-react": "^7.0.0",
"babel-plugin-dynamic-import-node": "^1.2.0"
diff --git a/packages/babel-preset-gatsby/CHANGELOG.md b/packages/babel-preset-gatsby/CHANGELOG.md
index 520eae5410381..6f6daade1bdef 100644
--- a/packages/babel-preset-gatsby/CHANGELOG.md
+++ b/packages/babel-preset-gatsby/CHANGELOG.md
@@ -3,6 +3,10 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
+## [0.2.11](https://github.com/gatsbyjs/gatsby/compare/babel-preset-gatsby@0.2.10...babel-preset-gatsby@0.2.11) (2019-08-23)
+
+**Note:** Version bump only for package babel-preset-gatsby
+
## [0.2.10](https://github.com/gatsbyjs/gatsby/compare/babel-preset-gatsby@0.2.9...babel-preset-gatsby@0.2.10) (2019-08-21)
### Bug Fixes
diff --git a/packages/babel-preset-gatsby/package.json b/packages/babel-preset-gatsby/package.json
index 8015e839d13a5..2b7e52b780366 100644
--- a/packages/babel-preset-gatsby/package.json
+++ b/packages/babel-preset-gatsby/package.json
@@ -1,6 +1,6 @@
{
"name": "babel-preset-gatsby",
- "version": "0.2.10",
+ "version": "0.2.11",
"author": "Philipp Spiess ",
"repository": {
"type": "git",
@@ -9,13 +9,13 @@
},
"homepage": "https://github.com/gatsbyjs/gatsby/tree/master/packages/babel-preset-gatsby#readme",
"dependencies": {
- "@babel/plugin-proposal-class-properties": "^7.0.0",
- "@babel/plugin-syntax-dynamic-import": "^7.0.0",
- "@babel/plugin-transform-runtime": "^7.0.0",
+ "@babel/plugin-proposal-class-properties": "^7.5.5",
+ "@babel/plugin-syntax-dynamic-import": "^7.2.0",
+ "@babel/plugin-transform-runtime": "^7.5.5",
"@babel/plugin-transform-spread": "^7.2.2",
- "@babel/preset-env": "^7.4.1",
+ "@babel/preset-env": "^7.5.5",
"@babel/preset-react": "^7.0.0",
- "@babel/runtime": "^7.4.5",
+ "@babel/runtime": "^7.5.5",
"babel-plugin-dynamic-import-node": "^1.2.0",
"babel-plugin-macros": "^2.6.1",
"babel-plugin-transform-react-remove-prop-types": "^0.4.24"
@@ -31,8 +31,8 @@
"watch": "babel -w src --out-dir . --ignore **/__tests__"
},
"devDependencies": {
- "@babel/cli": "^7.0.0",
- "babel-preset-gatsby-package": "^0.2.2",
+ "@babel/cli": "^7.5.5",
+ "babel-preset-gatsby-package": "^0.2.3",
"cross-env": "^5.2.0"
},
"engines": {
diff --git a/packages/babel-preset-gatsby/src/__tests__/__snapshots__/dependencies.js.snap b/packages/babel-preset-gatsby/src/__tests__/__snapshots__/dependencies.js.snap
index 0b51db930db66..64ec918af09b1 100644
--- a/packages/babel-preset-gatsby/src/__tests__/__snapshots__/dependencies.js.snap
+++ b/packages/babel-preset-gatsby/src/__tests__/__snapshots__/dependencies.js.snap
@@ -6,7 +6,7 @@ Object {
Array [
"/node_modules/@babel/plugin-transform-runtime/lib/index.js",
Object {
- "absoluteRuntime": "/packages/babel-preset-gatsby/node_modules/@babel/runtime",
+ "absoluteRuntime": "/node_modules/@babel/runtime",
"corejs": false,
"helpers": true,
"regenerator": true,
diff --git a/packages/babel-preset-gatsby/src/__tests__/__snapshots__/index.js.snap b/packages/babel-preset-gatsby/src/__tests__/__snapshots__/index.js.snap
index 2da44f352415c..4f93c29592c6a 100644
--- a/packages/babel-preset-gatsby/src/__tests__/__snapshots__/index.js.snap
+++ b/packages/babel-preset-gatsby/src/__tests__/__snapshots__/index.js.snap
@@ -14,7 +14,7 @@ Object {
Array [
"/node_modules/@babel/plugin-transform-runtime/lib/index.js",
Object {
- "absoluteRuntimePath": "/packages/babel-preset-gatsby/node_modules/@babel/runtime",
+ "absoluteRuntimePath": "/node_modules/@babel/runtime",
"corejs": false,
"helpers": false,
"regenerator": true,
@@ -71,7 +71,7 @@ Object {
Array [
"/node_modules/@babel/plugin-transform-runtime/lib/index.js",
Object {
- "absoluteRuntimePath": "/packages/babel-preset-gatsby/node_modules/@babel/runtime",
+ "absoluteRuntimePath": "/node_modules/@babel/runtime",
"corejs": false,
"helpers": false,
"regenerator": true,
@@ -132,7 +132,7 @@ Object {
Array [
"/node_modules/@babel/plugin-transform-runtime/lib/index.js",
Object {
- "absoluteRuntimePath": "/packages/babel-preset-gatsby/node_modules/@babel/runtime",
+ "absoluteRuntimePath": "/node_modules/@babel/runtime",
"corejs": false,
"helpers": false,
"regenerator": true,
@@ -187,7 +187,7 @@ Object {
Array [
"/node_modules/@babel/plugin-transform-runtime/lib/index.js",
Object {
- "absoluteRuntimePath": "/packages/babel-preset-gatsby/node_modules/@babel/runtime",
+ "absoluteRuntimePath": "/node_modules/@babel/runtime",
"corejs": false,
"helpers": true,
"regenerator": true,
diff --git a/packages/gatsby-cli/CHANGELOG.md b/packages/gatsby-cli/CHANGELOG.md
index 015f905367c26..5d192ba718711 100644
--- a/packages/gatsby-cli/CHANGELOG.md
+++ b/packages/gatsby-cli/CHANGELOG.md
@@ -3,6 +3,18 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
+## [2.7.39](https://github.com/gatsbyjs/gatsby/compare/gatsby-cli@2.7.38...gatsby-cli@2.7.39) (2019-08-23)
+
+**Note:** Version bump only for package gatsby-cli
+
+## [2.7.38](https://github.com/gatsbyjs/gatsby/compare/gatsby-cli@2.7.37...gatsby-cli@2.7.38) (2019-08-23)
+
+**Note:** Version bump only for package gatsby-cli
+
+## [2.7.37](https://github.com/gatsbyjs/gatsby/compare/gatsby-cli@2.7.36...gatsby-cli@2.7.37) (2019-08-22)
+
+**Note:** Version bump only for package gatsby-cli
+
## [2.7.36](https://github.com/gatsbyjs/gatsby/compare/gatsby-cli@2.7.35...gatsby-cli@2.7.36) (2019-08-22)
**Note:** Version bump only for package gatsby-cli
diff --git a/packages/gatsby-cli/package.json b/packages/gatsby-cli/package.json
index 4426547982a0e..42aab50afdaa0 100644
--- a/packages/gatsby-cli/package.json
+++ b/packages/gatsby-cli/package.json
@@ -1,7 +1,7 @@
{
"name": "gatsby-cli",
"description": "Gatsby command-line interface for creating new sites and running Gatsby commands",
- "version": "2.7.36",
+ "version": "2.7.39",
"author": "Kyle Mathews ",
"bin": {
"gatsby": "lib/index.js"
@@ -10,8 +10,8 @@
"url": "https://github.com/gatsbyjs/gatsby/issues"
},
"dependencies": {
- "@babel/code-frame": "^7.0.0",
- "@babel/runtime": "^7.0.0",
+ "@babel/code-frame": "^7.5.5",
+ "@babel/runtime": "^7.5.5",
"@hapi/joi": "^15.1.1",
"better-opn": "^0.1.4",
"bluebird": "^3.5.5",
@@ -26,7 +26,7 @@
"execa": "^0.11.0",
"fs-exists-cached": "^1.0.0",
"fs-extra": "^4.0.3",
- "gatsby-telemetry": "^1.1.17",
+ "gatsby-telemetry": "^1.1.18",
"hosted-git-info": "^2.8.4",
"is-valid-path": "^0.1.1",
"lodash": "^4.17.15",
@@ -37,7 +37,7 @@
"pretty-error": "^2.1.1",
"progress": "^2.0.3",
"prompts": "^2.2.1",
- "react": "^16.8.4",
+ "react": "^16.9.0",
"resolve-cwd": "^2.0.0",
"semver": "^6.3.0",
"source-map": "0.7.3",
@@ -49,9 +49,9 @@
"yurnalist": "^1.0.5"
},
"devDependencies": {
- "@babel/cli": "^7.0.0",
- "@babel/core": "^7.0.0",
- "babel-preset-gatsby-package": "^0.2.2",
+ "@babel/cli": "^7.5.5",
+ "@babel/core": "^7.5.5",
+ "babel-preset-gatsby-package": "^0.2.3",
"cross-env": "^5.2.0"
},
"optionalDependencies": {
diff --git a/packages/gatsby-cli/src/reporter/reporters/yurnalist/index.js b/packages/gatsby-cli/src/reporter/reporters/yurnalist/index.js
index bea6f0bad90bc..c2aed9d6c0449 100644
--- a/packages/gatsby-cli/src/reporter/reporters/yurnalist/index.js
+++ b/packages/gatsby-cli/src/reporter/reporters/yurnalist/index.js
@@ -52,9 +52,7 @@ module.exports = {
locString ? `\n\nFile: ${chalk.blue(locString)}` : ``
}${
details.docsUrl
- ? `\n\nSee our docs page for more info on this error: ${
- details.docsUrl
- }`
+ ? `\n\nSee our docs page for more info on this error: ${details.docsUrl}`
: ``
}`
diff --git a/packages/gatsby-cli/src/structured-errors/error-map.js b/packages/gatsby-cli/src/structured-errors/error-map.js
index 433558db49dec..90febdf3028d0 100644
--- a/packages/gatsby-cli/src/structured-errors/error-map.js
+++ b/packages/gatsby-cli/src/structured-errors/error-map.js
@@ -46,9 +46,7 @@ const errorMap = {
? `\n\nDid you mean to use ` + `"${context.closestFragment}"?`
: ``
- return `There was an error in your GraphQL query:\n\nThe fragment "${
- context.fragmentName
- }" does not exist.${closetFragment}`
+ return `There was an error in your GraphQL query:\n\nThe fragment "${context.fragmentName}" does not exist.${closetFragment}`
},
type: `GRAPHQL`,
level: `ERROR`,
@@ -61,34 +59,26 @@ const errorMap = {
// Config errors
"10123": {
text: context =>
- `We encountered an error while trying to load your site's ${
- context.configName
- }. Please fix the error and try again.`,
+ `We encountered an error while trying to load your site's ${context.configName}. Please fix the error and try again.`,
type: `CONFIG`,
level: `ERROR`,
},
"10124": {
text: context =>
- `It looks like you were trying to add the config file? Please rename "${
- context.nearMatch
- }" to "${context.configName}.js"`,
+ `It looks like you were trying to add the config file? Please rename "${context.nearMatch}" to "${context.configName}.js"`,
type: `CONFIG`,
level: `ERROR`,
},
"10125": {
text: context =>
- `Your ${
- context.configName
- } file is in the wrong place. You've placed it in the src/ directory. It must instead be at the root of your site next to your package.json file.`,
+ `Your ${context.configName} file is in the wrong place. You've placed it in the src/ directory. It must instead be at the root of your site next to your package.json file.`,
type: `CONFIG`,
level: `ERROR`,
},
"10126": {
text: context =>
`${context.path}/${context.configName} cannot export a function.` +
- `\n\nA ${
- context.configName
- } exported as a Function can only be used as a theme and not run directly.` +
+ `\n\nA ${context.configName} exported as a Function can only be used as a theme and not run directly.` +
`\nIf you are trying to run a theme directly, use the theme in an example site or starter instead and run that site to test.` +
`\nIf you are in the root gatsby-config.js for your site, change the export to be an object and not a function as functions` +
`\nare not supported in the root gatsby-config.`,
@@ -98,9 +88,7 @@ const errorMap = {
// Plugin errors
"11321": {
text: context =>
- `"${context.pluginName}" threw an error while running the ${
- context.api
- } lifecycle:\n\n${context.message}`,
+ `"${context.pluginName}" threw an error while running the ${context.api} lifecycle:\n\n${context.message}`,
type: `PLUGIN`,
level: `ERROR`,
},
@@ -128,9 +116,7 @@ const errorMap = {
},
"11324": {
text: context =>
- `${
- context.message
- }\n\nSee the documentation for the "createPage" action — https://www.gatsbyjs.org/docs/actions/#createPage`,
+ `${context.message}\n\nSee the documentation for the "createPage" action — https://www.gatsbyjs.org/docs/actions/#createPage`,
level: `ERROR`,
},
"11325": {
@@ -163,16 +149,12 @@ const errorMap = {
},
"11327": {
text: context =>
- `You have an empty file in the "src/pages" directory at "${
- context.relativePath
- }". Please remove it or make it a valid component`,
+ `You have an empty file in the "src/pages" directory at "${context.relativePath}". Please remove it or make it a valid component`,
level: `ERROR`,
},
"11328": {
text: context =>
- `A page component must export a React component for it to be valid. Please make sure this file exports a React component:\n\n${
- context.fileName
- }`,
+ `A page component must export a React component for it to be valid. Please make sure this file exports a React component:\n\n${context.fileName}`,
level: `ERROR`,
},
// invalid or deprecated APIs
@@ -180,13 +162,9 @@ const errorMap = {
text: context =>
[
stripIndent(`
- Your plugins must export known APIs from their gatsby-${
- context.exportType
- }.js.
+ Your plugins must export known APIs from their gatsby-${context.exportType}.js.
- See https://www.gatsbyjs.org/docs/${
- context.exportType
- }-apis/ for the list of Gatsby ${context.exportType} APIs.
+ See https://www.gatsbyjs.org/docs/${context.exportType}-apis/ for the list of Gatsby ${context.exportType} APIs.
`),
]
.concat([``].concat(context.errors))
diff --git a/packages/gatsby-codemods/CHANGELOG.md b/packages/gatsby-codemods/CHANGELOG.md
index fec3a0941624b..090f9f9444f9a 100644
--- a/packages/gatsby-codemods/CHANGELOG.md
+++ b/packages/gatsby-codemods/CHANGELOG.md
@@ -3,6 +3,10 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
+## [1.1.4](https://github.com/gatsbyjs/gatsby/compare/gatsby-codemods@1.1.3...gatsby-codemods@1.1.4) (2019-08-23)
+
+**Note:** Version bump only for package gatsby-codemods
+
## [1.1.3](https://github.com/gatsbyjs/gatsby/compare/gatsby-codemods@1.1.2...gatsby-codemods@1.1.3) (2019-08-20)
**Note:** Version bump only for package gatsby-codemods
diff --git a/packages/gatsby-codemods/package.json b/packages/gatsby-codemods/package.json
index 54f4ef65ac0b7..c2109a3bebce7 100644
--- a/packages/gatsby-codemods/package.json
+++ b/packages/gatsby-codemods/package.json
@@ -1,6 +1,6 @@
{
"name": "gatsby-codemods",
- "version": "1.1.3",
+ "version": "1.1.4",
"description": "A collection of codemod scripts for use with JSCodeshift that help migrate to newer versions of Gatsby.",
"main": "index.js",
"scripts": {
@@ -24,12 +24,12 @@
},
"license": "MIT",
"dependencies": {
- "@babel/runtime": "^7.0.0"
+ "@babel/runtime": "^7.5.5"
},
"devDependencies": {
- "@babel/cli": "^7.0.0",
- "@babel/core": "^7.0.0",
- "babel-preset-gatsby-package": "^0.2.2",
+ "@babel/cli": "^7.5.5",
+ "@babel/core": "^7.5.5",
+ "babel-preset-gatsby-package": "^0.2.3",
"cross-env": "^5.2.0",
"jscodeshift": "^0.6.4"
},
diff --git a/packages/gatsby-core-utils/CHANGELOG.md b/packages/gatsby-core-utils/CHANGELOG.md
index 46968bcacb4cf..eebdf7ec7aee9 100644
--- a/packages/gatsby-core-utils/CHANGELOG.md
+++ b/packages/gatsby-core-utils/CHANGELOG.md
@@ -3,6 +3,10 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
+## [1.0.6](https://github.com/gatsbyjs/gatsby/compare/gatsby-core-utils@1.0.5...gatsby-core-utils@1.0.6) (2019-08-23)
+
+**Note:** Version bump only for package gatsby-core-utils
+
## [1.0.5](https://github.com/gatsbyjs/gatsby/compare/gatsby-core-utils@1.0.4...gatsby-core-utils@1.0.5) (2019-08-20)
**Note:** Version bump only for package gatsby-core-utils
diff --git a/packages/gatsby-core-utils/package.json b/packages/gatsby-core-utils/package.json
index e05dd4cbaf785..a5ba8e6d00ec4 100644
--- a/packages/gatsby-core-utils/package.json
+++ b/packages/gatsby-core-utils/package.json
@@ -1,6 +1,6 @@
{
"name": "gatsby-core-utils",
- "version": "1.0.5",
+ "version": "1.0.6",
"description": "A collection of gatsby utils used in different gatsby packages",
"keywords": [
"gatsby",
@@ -29,9 +29,9 @@
],
"types": "index.d.ts",
"devDependencies": {
- "@babel/cli": "^7.0.0",
- "@babel/core": "^7.0.0",
- "babel-preset-gatsby-package": "^0.2.2",
+ "@babel/cli": "^7.5.5",
+ "@babel/core": "^7.5.5",
+ "babel-preset-gatsby-package": "^0.2.3",
"cross-env": "^5.2.0"
}
}
diff --git a/packages/gatsby-cypress/CHANGELOG.md b/packages/gatsby-cypress/CHANGELOG.md
index 4b813b26a739c..c281127df676a 100644
--- a/packages/gatsby-cypress/CHANGELOG.md
+++ b/packages/gatsby-cypress/CHANGELOG.md
@@ -3,6 +3,10 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
+## [0.2.6](https://github.com/gatsbyjs/gatsby/compare/gatsby-cypress@0.2.5...gatsby-cypress@0.2.6) (2019-08-23)
+
+**Note:** Version bump only for package gatsby-cypress
+
## [0.2.5](https://github.com/gatsbyjs/gatsby/compare/gatsby-cypress@0.2.4...gatsby-cypress@0.2.5) (2019-08-20)
**Note:** Version bump only for package gatsby-cypress
diff --git a/packages/gatsby-cypress/package.json b/packages/gatsby-cypress/package.json
index 140b82334644e..428c46e106596 100644
--- a/packages/gatsby-cypress/package.json
+++ b/packages/gatsby-cypress/package.json
@@ -1,6 +1,6 @@
{
"name": "gatsby-cypress",
- "version": "0.2.5",
+ "version": "0.2.6",
"description": "Cypress tools for Gatsby projects",
"main": "index.js",
"repository": {
@@ -15,12 +15,12 @@
"url": "https://github.com/gatsbyjs/gatsby/issues"
},
"dependencies": {
- "@babel/runtime": "^7.0.0"
+ "@babel/runtime": "^7.5.5"
},
"devDependencies": {
- "@babel/cli": "^7.0.0",
- "@babel/core": "^7.0.0",
- "babel-preset-gatsby-package": "^0.2.2",
+ "@babel/cli": "^7.5.5",
+ "@babel/core": "^7.5.5",
+ "babel-preset-gatsby-package": "^0.2.3",
"cross-env": "^5.2.0"
},
"keywords": [
diff --git a/packages/gatsby-design-tokens/CHANGELOG.md b/packages/gatsby-design-tokens/CHANGELOG.md
index 22b830e5d37fa..a24812a5cb3cb 100644
--- a/packages/gatsby-design-tokens/CHANGELOG.md
+++ b/packages/gatsby-design-tokens/CHANGELOG.md
@@ -3,6 +3,10 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
+## [1.0.2](https://github.com/gatsbyjs/gatsby/compare/gatsby-design-tokens@1.0.1...gatsby-design-tokens@1.0.2) (2019-08-23)
+
+**Note:** Version bump only for package gatsby-design-tokens
+
## [1.0.1](https://github.com/gatsbyjs/gatsby/compare/gatsby-design-tokens@1.0.0...gatsby-design-tokens@1.0.1) (2019-08-20)
**Note:** Version bump only for package gatsby-design-tokens
diff --git a/packages/gatsby-design-tokens/package.json b/packages/gatsby-design-tokens/package.json
index 94df51ca5c04b..ad59478a2b690 100644
--- a/packages/gatsby-design-tokens/package.json
+++ b/packages/gatsby-design-tokens/package.json
@@ -1,6 +1,6 @@
{
"name": "gatsby-design-tokens",
- "version": "1.0.1",
+ "version": "1.0.2",
"description": "Gatsby Design Tokens",
"main": "index.js",
"author": "Florian Kissling ",
@@ -17,9 +17,9 @@
},
"homepage": "https://github.com/gatsbyjs/gatsby/tree/master/packages/gatsby-design-tokens#readme",
"devDependencies": {
- "@babel/cli": "^7.0.0",
- "@babel/core": "^7.0.0",
- "babel-preset-gatsby-package": "^0.2.2",
+ "@babel/cli": "^7.5.5",
+ "@babel/core": "^7.5.5",
+ "babel-preset-gatsby-package": "^0.2.3",
"cross-env": "^5.2.0"
},
"engines": {
diff --git a/packages/gatsby-dev-cli/CHANGELOG.md b/packages/gatsby-dev-cli/CHANGELOG.md
index f4fd62213210d..67cf45871a04d 100644
--- a/packages/gatsby-dev-cli/CHANGELOG.md
+++ b/packages/gatsby-dev-cli/CHANGELOG.md
@@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
+## [2.5.13](https://github.com/gatsbyjs/gatsby/compare/gatsby-dev-cli@2.5.12...gatsby-dev-cli@2.5.13) (2019-08-23)
+
+**Note:** Version bump only for package gatsby-dev-cli
+
+## [2.5.12](https://github.com/gatsbyjs/gatsby/compare/gatsby-dev-cli@2.5.11...gatsby-dev-cli@2.5.12) (2019-08-22)
+
+**Note:** Version bump only for package gatsby-dev-cli
+
## [2.5.11](https://github.com/gatsbyjs/gatsby/compare/gatsby-dev-cli@2.5.10...gatsby-dev-cli@2.5.11) (2019-08-22)
**Note:** Version bump only for package gatsby-dev-cli
diff --git a/packages/gatsby-dev-cli/package.json b/packages/gatsby-dev-cli/package.json
index 4cc7cdd1f36c9..d888e440d8a65 100644
--- a/packages/gatsby-dev-cli/package.json
+++ b/packages/gatsby-dev-cli/package.json
@@ -1,7 +1,7 @@
{
"name": "gatsby-dev-cli",
"description": "CLI helpers for contributors working on Gatsby",
- "version": "2.5.11",
+ "version": "2.5.13",
"author": "Kyle Mathews ",
"bin": {
"gatsby-dev": "./dist/index.js"
@@ -10,7 +10,7 @@
"url": "https://github.com/gatsbyjs/gatsby/issues"
},
"dependencies": {
- "@babel/runtime": "^7.0.0",
+ "@babel/runtime": "^7.5.5",
"chokidar": "^1.7.0",
"configstore": "^3.1.2",
"del": "^3.0.0",
@@ -25,9 +25,9 @@
"yargs": "^8.0.2"
},
"devDependencies": {
- "@babel/cli": "^7.0.0",
- "@babel/core": "^7.0.0",
- "babel-preset-gatsby-package": "^0.2.2",
+ "@babel/cli": "^7.5.5",
+ "@babel/core": "^7.5.5",
+ "babel-preset-gatsby-package": "^0.2.3",
"cross-env": "^5.2.0"
},
"homepage": "https://github.com/gatsbyjs/gatsby/tree/master/packages/gatsby-dev-cli#readme",
diff --git a/packages/gatsby-dev-cli/src/utils/check-deps-changes.js b/packages/gatsby-dev-cli/src/utils/check-deps-changes.js
index af683e56a3a77..b2fb3b1253fab 100644
--- a/packages/gatsby-dev-cli/src/utils/check-deps-changes.js
+++ b/packages/gatsby-dev-cli/src/utils/check-deps-changes.js
@@ -147,9 +147,7 @@ exports.checkDepsChanges = async ({
// changes - they will be covered
if (!monoRepoPackages.includes(key)) {
acc.push(
- ` - '${key}' changed version from ${
- localPKGjson.dependencies[key]
- } to ${monorepoPKGjson.dependencies[key]}`
+ ` - '${key}' changed version from ${localPKGjson.dependencies[key]} to ${monorepoPKGjson.dependencies[key]}`
)
needPublishing = true
}
diff --git a/packages/gatsby-graphiql-explorer/CHANGELOG.md b/packages/gatsby-graphiql-explorer/CHANGELOG.md
index c1c52b06f9af6..632336c0c5148 100644
--- a/packages/gatsby-graphiql-explorer/CHANGELOG.md
+++ b/packages/gatsby-graphiql-explorer/CHANGELOG.md
@@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
+## [0.2.8](https://github.com/gatsbyjs/gatsby/compare/gatsby-graphiql-explorer@0.2.7...gatsby-graphiql-explorer@0.2.8) (2019-08-23)
+
+**Note:** Version bump only for package gatsby-graphiql-explorer
+
+## [0.2.7](https://github.com/gatsbyjs/gatsby/compare/gatsby-graphiql-explorer@0.2.6...gatsby-graphiql-explorer@0.2.7) (2019-08-23)
+
+**Note:** Version bump only for package gatsby-graphiql-explorer
+
## [0.2.6](https://github.com/gatsbyjs/gatsby/compare/gatsby-graphiql-explorer@0.2.5...gatsby-graphiql-explorer@0.2.6) (2019-08-22)
**Note:** Version bump only for package gatsby-graphiql-explorer
diff --git a/packages/gatsby-graphiql-explorer/package.json b/packages/gatsby-graphiql-explorer/package.json
index 168224fd14bb2..47847f4ddd181 100644
--- a/packages/gatsby-graphiql-explorer/package.json
+++ b/packages/gatsby-graphiql-explorer/package.json
@@ -1,6 +1,6 @@
{
"name": "gatsby-graphiql-explorer",
- "version": "0.2.6",
+ "version": "0.2.8",
"description": "GraphiQL IDE with custom features for Gatsby users",
"main": "index.js",
"scripts": {
@@ -28,25 +28,25 @@
},
"license": "MIT",
"dependencies": {
- "@babel/runtime": "^7.0.0"
+ "@babel/runtime": "^7.5.5"
},
"devDependencies": {
- "@babel/cli": "^7.0.0",
- "@babel/core": "^7.0.0",
- "@babel/plugin-proposal-class-properties": "^7.0.0",
- "@babel/plugin-transform-runtime": "^7.0.0",
- "@babel/preset-env": "^7.4.1",
+ "@babel/cli": "^7.5.5",
+ "@babel/core": "^7.5.5",
+ "@babel/plugin-proposal-class-properties": "^7.5.5",
+ "@babel/plugin-transform-runtime": "^7.5.5",
+ "@babel/preset-env": "^7.5.5",
"@babel/preset-react": "^7.0.0",
"babel-loader": "^8.0.6",
- "babel-preset-gatsby-package": "^0.2.2",
+ "babel-preset-gatsby-package": "^0.2.3",
"cross-env": "^5.2.0",
"css-loader": "^1.0.1",
"graphiql": "^0.14.2",
"graphiql-explorer": "^0.4.3",
"html-webpack-plugin": "^3.2.0",
"npm-run-all": "4.1.5",
- "react": "^16.8.6",
- "react-dom": "^16.8.6",
+ "react": "^16.9.0",
+ "react-dom": "^16.9.0",
"style-loader": "^0.23.1",
"webpack-cli": "^3.3.7",
"whatwg-fetch": "^3.0.0"
diff --git a/packages/gatsby-image/CHANGELOG.md b/packages/gatsby-image/CHANGELOG.md
index 5cb8e751f399f..9fbaddb0eebae 100644
--- a/packages/gatsby-image/CHANGELOG.md
+++ b/packages/gatsby-image/CHANGELOG.md
@@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
+## [2.2.13](https://github.com/gatsbyjs/gatsby/compare/gatsby-image@2.2.12...gatsby-image@2.2.13) (2019-08-23)
+
+**Note:** Version bump only for package gatsby-image
+
+## [2.2.12](https://github.com/gatsbyjs/gatsby/compare/gatsby-image@2.2.11...gatsby-image@2.2.12) (2019-08-22)
+
+**Note:** Version bump only for package gatsby-image
+
## [2.2.11](https://github.com/gatsbyjs/gatsby/compare/gatsby-image@2.2.10...gatsby-image@2.2.11) (2019-08-22)
**Note:** Version bump only for package gatsby-image
diff --git a/packages/gatsby-image/README.md b/packages/gatsby-image/README.md
index 07decc2b12096..b4b436e63357c 100644
--- a/packages/gatsby-image/README.md
+++ b/packages/gatsby-image/README.md
@@ -435,4 +435,4 @@ While you could achieve a similar effect with plain CSS media queries, `gatsby-i
to use a gif with `gatsby-image`, it won't work. For now, the best workaround is
to [import the gif directly](/docs/adding-images-fonts-files).
- Lazy loading behavior is dependent on `IntersectionObserver` which is not available
- in some fairly common browsers including Safari and IE. A polyfill is recommended.
+ in IE. A polyfill is recommended.
diff --git a/packages/gatsby-image/package.json b/packages/gatsby-image/package.json
index 32c0c139cf623..95cccff2db301 100644
--- a/packages/gatsby-image/package.json
+++ b/packages/gatsby-image/package.json
@@ -1,21 +1,21 @@
{
"name": "gatsby-image",
"description": "Lazy-loading React image component with optional support for the blur-up effect.",
- "version": "2.2.11",
+ "version": "2.2.13",
"author": "Kyle Mathews ",
"bugs": {
"url": "https://github.com/gatsbyjs/gatsby/issues"
},
"dependencies": {
- "@babel/runtime": "^7.0.0",
+ "@babel/runtime": "^7.5.5",
"object-fit-images": "^3.2.4",
"prop-types": "^15.7.2"
},
"devDependencies": {
- "@babel/cli": "^7.0.0",
- "@babel/core": "^7.0.0",
+ "@babel/cli": "^7.5.5",
+ "@babel/core": "^7.5.5",
"@testing-library/react": "^8.0.9",
- "babel-preset-gatsby-package": "^0.2.2",
+ "babel-preset-gatsby-package": "^0.2.3",
"cross-env": "^5.2.0"
},
"homepage": "https://github.com/gatsbyjs/gatsby/tree/master/packages/gatsby-image#readme",
diff --git a/packages/gatsby-image/src/__tests__/index.js b/packages/gatsby-image/src/__tests__/index.js
index eeb40f77d8c28..78809a8485a9e 100644
--- a/packages/gatsby-image/src/__tests__/index.js
+++ b/packages/gatsby-image/src/__tests__/index.js
@@ -78,8 +78,8 @@ const setup = (
alt={`Alt text for the image`}
crossOrigin={`anonymous`}
draggable={true}
- {...fluid && { fluid: fluidShapeMock }}
- {...!fluid && { fixed: fixedShapeMock }}
+ {...(fluid && { fluid: fluidShapeMock })}
+ {...(!fluid && { fixed: fixedShapeMock })}
onLoad={onLoad}
onError={onError}
itemProp={`item-prop-for-the-image`}
@@ -105,8 +105,8 @@ const setupImages = (
title={`Title for the image`}
alt={`Alt text for the image`}
crossOrigin={`anonymous`}
- {...fluidImages && { fluid: fluidImagesShapeMock }}
- {...!fluidImages && { fixed: fixedImagesShapeMock }}
+ {...(fluidImages && { fluid: fluidImagesShapeMock })}
+ {...(!fluidImages && { fixed: fixedImagesShapeMock })}
onLoad={onLoad}
onError={onError}
itemProp={`item-prop-for-the-image`}
diff --git a/packages/gatsby-image/src/index.js b/packages/gatsby-image/src/index.js
index 0800af869e9dd..eae58ccec9756 100644
--- a/packages/gatsby-image/src/index.js
+++ b/packages/gatsby-image/src/index.js
@@ -142,9 +142,7 @@ function groupByMedia(imageVariants) {
if (without.length > 1 && process.env.NODE_ENV !== `production`) {
console.warn(
- `We've found ${
- without.length
- } sources without a media property. They might be ignored by the browser, see: https://www.gatsbyjs.org/packages/gatsby-image/#art-directing-multiple-images`
+ `We've found ${without.length} sources without a media property. They might be ignored by the browser, see: https://www.gatsbyjs.org/packages/gatsby-image/#art-directing-multiple-images`
)
}
diff --git a/packages/gatsby-link/CHANGELOG.md b/packages/gatsby-link/CHANGELOG.md
index b27b6684658e2..d193327535c84 100644
--- a/packages/gatsby-link/CHANGELOG.md
+++ b/packages/gatsby-link/CHANGELOG.md
@@ -3,6 +3,10 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
+## [2.2.8](https://github.com/gatsbyjs/gatsby/compare/gatsby-link@2.2.7...gatsby-link@2.2.8) (2019-08-23)
+
+**Note:** Version bump only for package gatsby-link
+
## [2.2.7](https://github.com/gatsbyjs/gatsby/compare/gatsby-link@2.2.6...gatsby-link@2.2.7) (2019-08-22)
**Note:** Version bump only for package gatsby-link
diff --git a/packages/gatsby-link/package.json b/packages/gatsby-link/package.json
index 6e54eaa0f2f40..47915b5c39643 100644
--- a/packages/gatsby-link/package.json
+++ b/packages/gatsby-link/package.json
@@ -1,21 +1,21 @@
{
"name": "gatsby-link",
"description": "An enhanced Link component for Gatsby sites with support for resource prefetching",
- "version": "2.2.7",
+ "version": "2.2.8",
"author": "Kyle Mathews ",
"bugs": {
"url": "https://github.com/gatsbyjs/gatsby/issues"
},
"dependencies": {
- "@babel/runtime": "^7.0.0",
+ "@babel/runtime": "^7.5.5",
"@types/reach__router": "^1.2.4",
"prop-types": "^15.7.2"
},
"devDependencies": {
- "@babel/cli": "^7.0.0",
- "@babel/core": "^7.0.0",
+ "@babel/cli": "^7.5.5",
+ "@babel/core": "^7.5.5",
"@testing-library/react": "^8.0.9",
- "babel-preset-gatsby-package": "^0.2.2",
+ "babel-preset-gatsby-package": "^0.2.3",
"cross-env": "^5.2.0"
},
"homepage": "https://github.com/gatsbyjs/gatsby/tree/master/packages/gatsby-link#readme",
diff --git a/packages/gatsby-page-utils/CHANGELOG.md b/packages/gatsby-page-utils/CHANGELOG.md
index 523c0b1f2e544..2336c175b91ac 100644
--- a/packages/gatsby-page-utils/CHANGELOG.md
+++ b/packages/gatsby-page-utils/CHANGELOG.md
@@ -3,6 +3,10 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
+## [0.0.10](https://github.com/gatsbyjs/gatsby/compare/gatsby-page-utils@0.0.9...gatsby-page-utils@0.0.10) (2019-08-23)
+
+**Note:** Version bump only for package gatsby-page-utils
+
## [0.0.9](https://github.com/gatsbyjs/gatsby/compare/gatsby-page-utils@0.0.8...gatsby-page-utils@0.0.9) (2019-08-22)
**Note:** Version bump only for package gatsby-page-utils
diff --git a/packages/gatsby-page-utils/package.json b/packages/gatsby-page-utils/package.json
index 460e3ec3ab495..a7c7477c29e0b 100644
--- a/packages/gatsby-page-utils/package.json
+++ b/packages/gatsby-page-utils/package.json
@@ -1,6 +1,6 @@
{
"name": "gatsby-page-utils",
- "version": "0.0.9",
+ "version": "0.0.10",
"description": "Gatsby library that helps creating pages",
"main": "dist/index.js",
"scripts": {
@@ -20,7 +20,7 @@
},
"homepage": "https://github.com/gatsbyjs/gatsby/tree/master/packages/gatsby-page-utils#readme",
"dependencies": {
- "@babel/runtime": "^7.0.0",
+ "@babel/runtime": "^7.5.5",
"bluebird": "^3.5.5",
"chokidar": "2.1.8",
"fs-exists-cached": "^1.0.0",
@@ -30,9 +30,9 @@
"slash": "^1.0.0"
},
"devDependencies": {
- "@babel/cli": "^7.0.0",
- "@babel/core": "^7.0.0",
- "babel-preset-gatsby-package": "^0.2.2",
+ "@babel/cli": "^7.5.5",
+ "@babel/core": "^7.5.5",
+ "babel-preset-gatsby-package": "^0.2.3",
"cross-env": "^5.2.0"
},
"peerDependencies": {
diff --git a/packages/gatsby-plugin-canonical-urls/CHANGELOG.md b/packages/gatsby-plugin-canonical-urls/CHANGELOG.md
index 43df5d084a6b9..9184f1c40e32c 100644
--- a/packages/gatsby-plugin-canonical-urls/CHANGELOG.md
+++ b/packages/gatsby-plugin-canonical-urls/CHANGELOG.md
@@ -3,6 +3,10 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
+## [2.1.5](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-canonical-urls@2.1.4...gatsby-plugin-canonical-urls@2.1.5) (2019-08-23)
+
+**Note:** Version bump only for package gatsby-plugin-canonical-urls
+
## [2.1.4](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-canonical-urls@2.1.3...gatsby-plugin-canonical-urls@2.1.4) (2019-08-20)
**Note:** Version bump only for package gatsby-plugin-canonical-urls
diff --git a/packages/gatsby-plugin-canonical-urls/package.json b/packages/gatsby-plugin-canonical-urls/package.json
index 6629dd42ee06e..90352609b1a5d 100644
--- a/packages/gatsby-plugin-canonical-urls/package.json
+++ b/packages/gatsby-plugin-canonical-urls/package.json
@@ -1,18 +1,18 @@
{
"name": "gatsby-plugin-canonical-urls",
"description": "Add canonical links to HTML pages Gatsby generates.",
- "version": "2.1.4",
+ "version": "2.1.5",
"author": "Kyle Mathews ",
"bugs": {
"url": "https://github.com/gatsbyjs/gatsby/issues"
},
"dependencies": {
- "@babel/runtime": "^7.0.0"
+ "@babel/runtime": "^7.5.5"
},
"devDependencies": {
- "@babel/cli": "^7.0.0",
- "@babel/core": "^7.0.0",
- "babel-preset-gatsby-package": "^0.2.2",
+ "@babel/cli": "^7.5.5",
+ "@babel/core": "^7.5.5",
+ "babel-preset-gatsby-package": "^0.2.3",
"cross-env": "^5.2.0"
},
"homepage": "https://github.com/gatsbyjs/gatsby/tree/master/packages/gatsby-plugin-canonical-urls#readme",
diff --git a/packages/gatsby-plugin-catch-links/CHANGELOG.md b/packages/gatsby-plugin-catch-links/CHANGELOG.md
index f9e01adf97ae0..5ecc5c48fe814 100644
--- a/packages/gatsby-plugin-catch-links/CHANGELOG.md
+++ b/packages/gatsby-plugin-catch-links/CHANGELOG.md
@@ -3,6 +3,10 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
+## [2.1.5](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-catch-links@2.1.4...gatsby-plugin-catch-links@2.1.5) (2019-08-23)
+
+**Note:** Version bump only for package gatsby-plugin-catch-links
+
## [2.1.4](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-catch-links@2.1.3...gatsby-plugin-catch-links@2.1.4) (2019-08-20)
**Note:** Version bump only for package gatsby-plugin-catch-links
diff --git a/packages/gatsby-plugin-catch-links/package.json b/packages/gatsby-plugin-catch-links/package.json
index e1ab5013fc099..a14d2f6a223fb 100644
--- a/packages/gatsby-plugin-catch-links/package.json
+++ b/packages/gatsby-plugin-catch-links/package.json
@@ -1,19 +1,19 @@
{
"name": "gatsby-plugin-catch-links",
"description": "Intercepts local links from markdown and other non-react pages and does a client-side pushState to avoid the browser having to refresh the page.",
- "version": "2.1.4",
+ "version": "2.1.5",
"author": "Kyle Mathews ",
"bugs": {
"url": "https://github.com/gatsbyjs/gatsby/issues"
},
"dependencies": {
- "@babel/runtime": "^7.0.0",
+ "@babel/runtime": "^7.5.5",
"escape-string-regexp": "^1.0.5"
},
"devDependencies": {
- "@babel/cli": "^7.0.0",
- "@babel/core": "^7.0.0",
- "babel-preset-gatsby-package": "^0.2.2",
+ "@babel/cli": "^7.5.5",
+ "@babel/core": "^7.5.5",
+ "babel-preset-gatsby-package": "^0.2.3",
"cross-env": "^5.2.0"
},
"homepage": "https://github.com/gatsbyjs/gatsby/tree/master/packages/gatsby-plugin-catch-links#readme",
diff --git a/packages/gatsby-plugin-coffeescript/CHANGELOG.md b/packages/gatsby-plugin-coffeescript/CHANGELOG.md
index 31a8a686e9af6..d3142550943f7 100644
--- a/packages/gatsby-plugin-coffeescript/CHANGELOG.md
+++ b/packages/gatsby-plugin-coffeescript/CHANGELOG.md
@@ -3,6 +3,10 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
+## [2.1.5](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-coffeescript@2.1.4...gatsby-plugin-coffeescript@2.1.5) (2019-08-23)
+
+**Note:** Version bump only for package gatsby-plugin-coffeescript
+
## [2.1.4](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-coffeescript@2.1.3...gatsby-plugin-coffeescript@2.1.4) (2019-08-21)
### Bug Fixes
diff --git a/packages/gatsby-plugin-coffeescript/package.json b/packages/gatsby-plugin-coffeescript/package.json
index a468f70ed0e39..8010268886c0f 100644
--- a/packages/gatsby-plugin-coffeescript/package.json
+++ b/packages/gatsby-plugin-coffeescript/package.json
@@ -1,7 +1,7 @@
{
"name": "gatsby-plugin-coffeescript",
"description": "Adds CoffeeScript support for Gatsby",
- "version": "2.1.4",
+ "version": "2.1.5",
"author": "Kyle Mathews ",
"bugs": {
"url": "https://github.com/gatsbyjs/gatsby/issues"
@@ -10,15 +10,15 @@
"Noah Lange "
],
"dependencies": {
- "@babel/runtime": "^7.0.0",
+ "@babel/runtime": "^7.5.5",
"coffee-loader": "^0.9.0",
"coffee-react-transform": "^5.0.0",
"coffeescript": "^2.4.1"
},
"devDependencies": {
- "@babel/cli": "^7.0.0",
- "@babel/core": "^7.0.0",
- "babel-preset-gatsby-package": "^0.2.2",
+ "@babel/cli": "^7.5.5",
+ "@babel/core": "^7.5.5",
+ "babel-preset-gatsby-package": "^0.2.3",
"cross-env": "^5.2.0"
},
"homepage": "https://github.com/gatsbyjs/gatsby/tree/master/packages/gatsby-plugin-coffeescript#readme",
diff --git a/packages/gatsby-plugin-create-client-paths/CHANGELOG.md b/packages/gatsby-plugin-create-client-paths/CHANGELOG.md
index 95a6e0387108b..1aa283de7ac10 100644
--- a/packages/gatsby-plugin-create-client-paths/CHANGELOG.md
+++ b/packages/gatsby-plugin-create-client-paths/CHANGELOG.md
@@ -3,6 +3,10 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
+## [2.1.5](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-create-client-paths@2.1.4...gatsby-plugin-create-client-paths@2.1.5) (2019-08-23)
+
+**Note:** Version bump only for package gatsby-plugin-create-client-paths
+
## [2.1.4](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-create-client-paths@2.1.3...gatsby-plugin-create-client-paths@2.1.4) (2019-08-20)
**Note:** Version bump only for package gatsby-plugin-create-client-paths
diff --git a/packages/gatsby-plugin-create-client-paths/package.json b/packages/gatsby-plugin-create-client-paths/package.json
index 7591fc5d0b522..20d3e22a58cd2 100644
--- a/packages/gatsby-plugin-create-client-paths/package.json
+++ b/packages/gatsby-plugin-create-client-paths/package.json
@@ -1,18 +1,18 @@
{
"name": "gatsby-plugin-create-client-paths",
"description": "Gatsby-plugin for creating paths that exist only on the client",
- "version": "2.1.4",
+ "version": "2.1.5",
"author": "scott.eckenthal@gmail.com",
"bugs": {
"url": "https://github.com/gatsbyjs/gatsby/issues"
},
"dependencies": {
- "@babel/runtime": "^7.0.0"
+ "@babel/runtime": "^7.5.5"
},
"devDependencies": {
- "@babel/cli": "^7.0.0",
- "@babel/core": "^7.0.0",
- "babel-preset-gatsby-package": "^0.2.2",
+ "@babel/cli": "^7.5.5",
+ "@babel/core": "^7.5.5",
+ "babel-preset-gatsby-package": "^0.2.3",
"cross-env": "^5.2.0"
},
"homepage": "https://github.com/gatsbyjs/gatsby/tree/master/packages/gatsby-plugin-create-client-paths#readme",
diff --git a/packages/gatsby-plugin-cxs/CHANGELOG.md b/packages/gatsby-plugin-cxs/CHANGELOG.md
index 95e0230536d68..01732bfd1d1cf 100644
--- a/packages/gatsby-plugin-cxs/CHANGELOG.md
+++ b/packages/gatsby-plugin-cxs/CHANGELOG.md
@@ -3,6 +3,10 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
+## [2.1.3](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-cxs@2.1.2...gatsby-plugin-cxs@2.1.3) (2019-08-23)
+
+**Note:** Version bump only for package gatsby-plugin-cxs
+
## [2.1.2](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-cxs@2.1.1...gatsby-plugin-cxs@2.1.2) (2019-07-12)
### Bug Fixes
diff --git a/packages/gatsby-plugin-cxs/package.json b/packages/gatsby-plugin-cxs/package.json
index 7ce4f3eeae9de..78b64c788c4c6 100644
--- a/packages/gatsby-plugin-cxs/package.json
+++ b/packages/gatsby-plugin-cxs/package.json
@@ -1,18 +1,18 @@
{
"name": "gatsby-plugin-cxs",
"description": "Gatsby plugin to add SSR support for ctx",
- "version": "2.1.2",
+ "version": "2.1.3",
"author": "Chen-Tai Hou ",
"bugs": {
"url": "https://github.com/gatsbyjs/gatsby/issues"
},
"dependencies": {
- "@babel/runtime": "^7.0.0"
+ "@babel/runtime": "^7.5.5"
},
"devDependencies": {
- "@babel/cli": "^7.0.0",
- "@babel/core": "^7.0.0",
- "babel-preset-gatsby-package": "^0.2.2",
+ "@babel/cli": "^7.5.5",
+ "@babel/core": "^7.5.5",
+ "babel-preset-gatsby-package": "^0.2.3",
"cross-env": "^5.2.0",
"cxs": "^6.2.0"
},
diff --git a/packages/gatsby-plugin-emotion/CHANGELOG.md b/packages/gatsby-plugin-emotion/CHANGELOG.md
index ca63a52cb6091..b171aa8797b06 100644
--- a/packages/gatsby-plugin-emotion/CHANGELOG.md
+++ b/packages/gatsby-plugin-emotion/CHANGELOG.md
@@ -3,6 +3,10 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
+## [4.1.4](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-emotion@4.1.3...gatsby-plugin-emotion@4.1.4) (2019-08-23)
+
+**Note:** Version bump only for package gatsby-plugin-emotion
+
## [4.1.3](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-emotion@4.1.2...gatsby-plugin-emotion@4.1.3) (2019-08-20)
### Bug Fixes
diff --git a/packages/gatsby-plugin-emotion/package.json b/packages/gatsby-plugin-emotion/package.json
index 116910fc81768..7ec8cd1fe3950 100644
--- a/packages/gatsby-plugin-emotion/package.json
+++ b/packages/gatsby-plugin-emotion/package.json
@@ -1,19 +1,19 @@
{
"name": "gatsby-plugin-emotion",
"description": "Gatsby plugin to add support for Emotion",
- "version": "4.1.3",
+ "version": "4.1.4",
"author": "Tegan Churchill ",
"bugs": {
"url": "https://github.com/gatsbyjs/gatsby/issues"
},
"dependencies": {
- "@babel/runtime": "^7.0.0",
+ "@babel/runtime": "^7.5.5",
"@emotion/babel-preset-css-prop": "^10.0.14"
},
"devDependencies": {
- "@babel/cli": "^7.0.0",
- "@babel/core": "^7.0.0",
- "babel-preset-gatsby-package": "^0.2.2",
+ "@babel/cli": "^7.5.5",
+ "@babel/core": "^7.5.5",
+ "babel-preset-gatsby-package": "^0.2.3",
"cross-env": "^5.2.0"
},
"homepage": "https://github.com/gatsbyjs/gatsby/tree/master/packages/gatsby-plugin-emotion#readme",
diff --git a/packages/gatsby-plugin-facebook-analytics/CHANGELOG.md b/packages/gatsby-plugin-facebook-analytics/CHANGELOG.md
index 0213368b6d6ed..f2e8e36765a46 100644
--- a/packages/gatsby-plugin-facebook-analytics/CHANGELOG.md
+++ b/packages/gatsby-plugin-facebook-analytics/CHANGELOG.md
@@ -3,6 +3,10 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
+## [2.2.5](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-facebook-analytics@2.2.4...gatsby-plugin-facebook-analytics@2.2.5) (2019-08-23)
+
+**Note:** Version bump only for package gatsby-plugin-facebook-analytics
+
## [2.2.4](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-facebook-analytics@2.2.3...gatsby-plugin-facebook-analytics@2.2.4) (2019-08-20)
**Note:** Version bump only for package gatsby-plugin-facebook-analytics
diff --git a/packages/gatsby-plugin-facebook-analytics/package.json b/packages/gatsby-plugin-facebook-analytics/package.json
index 1f5c9c628cd0b..b9b33ed1cd671 100644
--- a/packages/gatsby-plugin-facebook-analytics/package.json
+++ b/packages/gatsby-plugin-facebook-analytics/package.json
@@ -1,18 +1,18 @@
{
"name": "gatsby-plugin-facebook-analytics",
"description": "Gatsby plugin to add facebook analytics onto a site",
- "version": "2.2.4",
+ "version": "2.2.5",
"author": "Yeison Daza ",
"bugs": {
"url": "https://github.com/gatsbyjs/gatsby/issues"
},
"dependencies": {
- "@babel/runtime": "^7.0.0"
+ "@babel/runtime": "^7.5.5"
},
"devDependencies": {
- "@babel/cli": "^7.0.0",
- "@babel/core": "^7.0.0",
- "babel-preset-gatsby-package": "^0.2.2",
+ "@babel/cli": "^7.5.5",
+ "@babel/core": "^7.5.5",
+ "babel-preset-gatsby-package": "^0.2.3",
"cross-env": "^5.2.0"
},
"homepage": "https://github.com/gatsbyjs/gatsby/tree/master/packages/gatsby-plugin-facebook-analytics#readme",
diff --git a/packages/gatsby-plugin-feed/CHANGELOG.md b/packages/gatsby-plugin-feed/CHANGELOG.md
index 10d4f56ec405a..11de6d665f578 100644
--- a/packages/gatsby-plugin-feed/CHANGELOG.md
+++ b/packages/gatsby-plugin-feed/CHANGELOG.md
@@ -3,6 +3,12 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
+## [2.3.8](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-feed@2.3.7...gatsby-plugin-feed@2.3.8) (2019-08-23)
+
+### Bug Fixes
+
+- **gatsby-plugin-feed:** respect custom options and require title in config ([#16814](https://github.com/gatsbyjs/gatsby/issues/16814)) ([92df1cf](https://github.com/gatsbyjs/gatsby/commit/92df1cf))
+
## [2.3.7](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-feed@2.3.6...gatsby-plugin-feed@2.3.7) (2019-08-20)
### Bug Fixes
diff --git a/packages/gatsby-plugin-feed/package.json b/packages/gatsby-plugin-feed/package.json
index 9b49c37607ba5..8ea67ce485afb 100644
--- a/packages/gatsby-plugin-feed/package.json
+++ b/packages/gatsby-plugin-feed/package.json
@@ -1,22 +1,22 @@
{
"name": "gatsby-plugin-feed",
"description": "Creates an RSS feed for your Gatsby site.",
- "version": "2.3.7",
+ "version": "2.3.8",
"author": "Nicholas Young ",
"bugs": {
"url": "https://github.com/gatsbyjs/gatsby/issues"
},
"dependencies": {
- "@babel/runtime": "^7.0.0",
+ "@babel/runtime": "^7.5.5",
"@hapi/joi": "^15.1.1",
"fs-extra": "^7.0.1",
"lodash.merge": "^4.6.2",
"rss": "^1.2.2"
},
"devDependencies": {
- "@babel/cli": "^7.0.0",
- "@babel/core": "^7.0.0",
- "babel-preset-gatsby-package": "^0.2.2",
+ "@babel/cli": "^7.5.5",
+ "@babel/core": "^7.5.5",
+ "babel-preset-gatsby-package": "^0.2.3",
"cross-env": "^5.2.0"
},
"homepage": "https://github.com/gatsbyjs/gatsby/tree/master/packages/gatsby-plugin-feed#readme",
diff --git a/packages/gatsby-plugin-feed/src/__tests__/__snapshots__/gatsby-node.js.snap b/packages/gatsby-plugin-feed/src/__tests__/__snapshots__/gatsby-node.js.snap
index 4fc93c5b58083..8afcfcd91b060 100644
--- a/packages/gatsby-plugin-feed/src/__tests__/__snapshots__/gatsby-node.js.snap
+++ b/packages/gatsby-plugin-feed/src/__tests__/__snapshots__/gatsby-node.js.snap
@@ -1,9 +1,13 @@
// Jest Snapshot v1, https://goo.gl/fbAQLP
-exports[`Test plugin feed custom query runs 1`] = `" http://github.com/dylang/node-rssRSS for Node Mon, 01 Jan 2018 00:00:00 GMT http://dummy.url/a-custom-pathhttp://dummy.url/a-custom-path http://dummy.url/another-custom-pathhttp://dummy.url/another-custom-path "`;
+exports[`Test plugin feed custom properties work properly 1`] = `" http://github.com/dylang/node-rsscustom generator Mon, 01 Jan 2018 00:00:00 GMT http://dummy.url/a-custom-pathhttp://dummy.url/a-custom-path http://dummy.url/another-custom-pathhttp://dummy.url/another-custom-path "`;
-exports[`Test plugin feed default settings work properly 1`] = `" http://github.com/dylang/node-rssRSS for Node Mon, 01 Jan 2018 00:00:00 GMT http://dummy.url/a-slughttp://dummy.url/a-slug "`;
+exports[`Test plugin feed custom query runs 1`] = `" http://github.com/dylang/node-rssGatsbyJS Mon, 01 Jan 2018 00:00:00 GMT http://dummy.url/a-custom-pathhttp://dummy.url/a-custom-path http://dummy.url/another-custom-pathhttp://dummy.url/another-custom-path "`;
+
+exports[`Test plugin feed default settings work properly 1`] = `" http://github.com/dylang/node-rssGatsbyJS Mon, 01 Jan 2018 00:00:00 GMT http://dummy.url/a-slughttp://dummy.url/a-slug "`;
exports[`Test plugin feed options validation throws when invalid plugin options 1`] = `[Error: [Config Validation]: "output" is required]`;
exports[`Test plugin feed options validation throws when invalid plugin options 2`] = `[Error: [Config Validation]: "query" is required]`;
+
+exports[`Test plugin feed options validation throws when invalid plugin options 3`] = `[Error: [Config Validation]: "title" is required]`;
diff --git a/packages/gatsby-plugin-feed/src/__tests__/gatsby-node.js b/packages/gatsby-plugin-feed/src/__tests__/gatsby-node.js
index 2d79eab4937c4..eca07d1538d8c 100644
--- a/packages/gatsby-plugin-feed/src/__tests__/gatsby-node.js
+++ b/packages/gatsby-plugin-feed/src/__tests__/gatsby-node.js
@@ -53,6 +53,7 @@ describe(`Test plugin feed`, async () => {
{
output: `rss.xml`,
query: `{}`,
+ title: `my feed`,
},
],
}
@@ -72,6 +73,7 @@ describe(`Test plugin feed`, async () => {
{
// output is missing
query: `{}`,
+ title: `my feed`,
},
],
},
@@ -79,7 +81,17 @@ describe(`Test plugin feed`, async () => {
feeds: [
{
output: `rss.xml`,
- // query is misisng
+ // query is missing
+ title: `my feed`,
+ },
+ ],
+ },
+ {
+ feeds: [
+ {
+ output: `rss.xml`,
+ query: `{}`,
+ // title is missing
},
],
},
@@ -130,6 +142,82 @@ describe(`Test plugin feed`, async () => {
expect(contents).toMatchSnapshot()
})
+ it(`custom properties work properly`, async () => {
+ fs.writeFile = jest.fn()
+ fs.writeFile.mockResolvedValue(true)
+ const graphql = jest.fn()
+ graphql.mockResolvedValue({
+ data: {
+ site: {
+ siteMetadata: {
+ title: `site title`,
+ description: `a description`,
+ siteUrl: `http://dummy.url/`,
+ },
+ },
+ allMarkdownRemark: {
+ edges: [
+ {
+ node: {
+ frontmatter: {
+ path: `a-custom-path`,
+ },
+ excerpt: `post description`,
+ },
+ },
+ {
+ node: {
+ frontmatter: {
+ path: `another-custom-path`,
+ },
+ excerpt: `post description`,
+ },
+ },
+ ],
+ },
+ },
+ })
+ const customQuery = `
+ {
+ allMarkdownRemark(
+ limit: 1000,
+ ) {
+ edges {
+ node {
+ frontmatter {
+ path
+ }
+ excerpt
+ }
+ }
+ }
+ }
+ `
+ const options = {
+ feeds: [
+ {
+ output: `rss.xml`,
+ title: `feed title`,
+ language: `en`,
+ generator: `custom generator`,
+ query: customQuery,
+ serialize: ({ query: { site, allMarkdownRemark } }) =>
+ allMarkdownRemark.edges.map(edge => {
+ return {
+ ...edge.node.frontmatter,
+ description: edge.node.excerpt,
+ url: site.siteMetadata.siteUrl + edge.node.frontmatter.path,
+ }
+ }),
+ },
+ ],
+ }
+ await onPostBuild({ graphql }, options)
+ const [filePath, contents] = fs.writeFile.mock.calls[0]
+ expect(filePath).toEqual(path.join(`public`, `rss.xml`))
+ expect(contents).toMatchSnapshot()
+ })
+
it(`custom query runs`, async () => {
fs.writeFile = jest.fn()
fs.writeFile.mockResolvedValue(true)
@@ -194,6 +282,7 @@ describe(`Test plugin feed`, async () => {
}
}),
query: customQuery,
+ title: `my feed`,
},
],
}
diff --git a/packages/gatsby-plugin-feed/src/internals.js b/packages/gatsby-plugin-feed/src/internals.js
index 19b686e023c3e..f1cb89ed9d8e3 100644
--- a/packages/gatsby-plugin-feed/src/internals.js
+++ b/packages/gatsby-plugin-feed/src/internals.js
@@ -29,8 +29,8 @@ export const defaultOptions = {
setup: ({
query: {
site: { siteMetadata },
- ...rest
},
+ ...rest
}) => {
return {
...siteMetadata,
@@ -69,9 +69,6 @@ export const defaultOptions = {
// Where we will save the feed generated by this query.
output: `rss.xml`,
-
- // Use a title when reference a RSS feed in Link element.
- title: null,
},
],
}
diff --git a/packages/gatsby-plugin-feed/src/plugin-options.js b/packages/gatsby-plugin-feed/src/plugin-options.js
index 095c062e4e470..b716706b0bd47 100644
--- a/packages/gatsby-plugin-feed/src/plugin-options.js
+++ b/packages/gatsby-plugin-feed/src/plugin-options.js
@@ -4,7 +4,7 @@ import Joi from "@hapi/joi"
const feed = Joi.object({
output: Joi.string().required(),
query: Joi.string().required(),
- title: Joi.string(),
+ title: Joi.string().required(),
serialize: Joi.func(),
match: Joi.string(),
}).unknown(true)
diff --git a/packages/gatsby-plugin-flow/CHANGELOG.md b/packages/gatsby-plugin-flow/CHANGELOG.md
index a7ec37acf21fb..3b75723ff4891 100644
--- a/packages/gatsby-plugin-flow/CHANGELOG.md
+++ b/packages/gatsby-plugin-flow/CHANGELOG.md
@@ -3,6 +3,10 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
+## [1.1.4](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-flow@1.1.3...gatsby-plugin-flow@1.1.4) (2019-08-23)
+
+**Note:** Version bump only for package gatsby-plugin-flow
+
## [1.1.3](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-flow@1.1.2...gatsby-plugin-flow@1.1.3) (2019-08-20)
**Note:** Version bump only for package gatsby-plugin-flow
diff --git a/packages/gatsby-plugin-flow/package.json b/packages/gatsby-plugin-flow/package.json
index bd3a759f197cd..e417b6bf4435b 100644
--- a/packages/gatsby-plugin-flow/package.json
+++ b/packages/gatsby-plugin-flow/package.json
@@ -1,6 +1,6 @@
{
"name": "gatsby-plugin-flow",
- "version": "1.1.3",
+ "version": "1.1.4",
"description": "Provides drop-in support for Flow by adding @babel/preset-flow.",
"main": "index.js",
"scripts": {
@@ -24,13 +24,13 @@
},
"license": "MIT",
"dependencies": {
- "@babel/preset-flow": "^7.0.0-rc.1",
- "@babel/runtime": "^7.0.0"
+ "@babel/preset-flow": "^7.0.0",
+ "@babel/runtime": "^7.5.5"
},
"devDependencies": {
- "@babel/cli": "^7.0.0",
- "@babel/core": "^7.0.0",
- "babel-preset-gatsby-package": "^0.2.2",
+ "@babel/cli": "^7.5.5",
+ "@babel/core": "^7.5.5",
+ "babel-preset-gatsby-package": "^0.2.3",
"cross-env": "^5.2.0"
},
"engines": {
diff --git a/packages/gatsby-plugin-fullstory/CHANGELOG.md b/packages/gatsby-plugin-fullstory/CHANGELOG.md
index 852372a7cb200..7add925608889 100644
--- a/packages/gatsby-plugin-fullstory/CHANGELOG.md
+++ b/packages/gatsby-plugin-fullstory/CHANGELOG.md
@@ -3,6 +3,10 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
+## [2.1.4](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-fullstory@2.1.3...gatsby-plugin-fullstory@2.1.4) (2019-08-23)
+
+**Note:** Version bump only for package gatsby-plugin-fullstory
+
## [2.1.3](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-fullstory@2.1.2...gatsby-plugin-fullstory@2.1.3) (2019-08-20)
**Note:** Version bump only for package gatsby-plugin-fullstory
diff --git a/packages/gatsby-plugin-fullstory/package.json b/packages/gatsby-plugin-fullstory/package.json
index 1686483637cbf..8795fd360e8ef 100644
--- a/packages/gatsby-plugin-fullstory/package.json
+++ b/packages/gatsby-plugin-fullstory/package.json
@@ -1,6 +1,6 @@
{
"name": "gatsby-plugin-fullstory",
- "version": "2.1.3",
+ "version": "2.1.4",
"description": "Plugin to add the tracking code for Fullstory.com",
"main": "index.js",
"scripts": {
@@ -24,12 +24,12 @@
},
"license": "MIT",
"dependencies": {
- "@babel/runtime": "^7.0.0"
+ "@babel/runtime": "^7.5.5"
},
"devDependencies": {
- "@babel/cli": "^7.0.0",
- "@babel/core": "^7.0.0",
- "babel-preset-gatsby-package": "^0.2.2",
+ "@babel/cli": "^7.5.5",
+ "@babel/core": "^7.5.5",
+ "babel-preset-gatsby-package": "^0.2.3",
"cross-env": "^5.2.0"
},
"peerDependencies": {
diff --git a/packages/gatsby-plugin-glamor/CHANGELOG.md b/packages/gatsby-plugin-glamor/CHANGELOG.md
index 0b7947a1747e3..15324d707393e 100644
--- a/packages/gatsby-plugin-glamor/CHANGELOG.md
+++ b/packages/gatsby-plugin-glamor/CHANGELOG.md
@@ -3,6 +3,10 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
+## [2.1.5](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-glamor@2.1.4...gatsby-plugin-glamor@2.1.5) (2019-08-23)
+
+**Note:** Version bump only for package gatsby-plugin-glamor
+
## [2.1.4](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-glamor@2.1.3...gatsby-plugin-glamor@2.1.4) (2019-08-20)
**Note:** Version bump only for package gatsby-plugin-glamor
diff --git a/packages/gatsby-plugin-glamor/package.json b/packages/gatsby-plugin-glamor/package.json
index 5f0f53043b149..10baec6f2bc40 100644
--- a/packages/gatsby-plugin-glamor/package.json
+++ b/packages/gatsby-plugin-glamor/package.json
@@ -1,18 +1,18 @@
{
"name": "gatsby-plugin-glamor",
"description": "Gatsby plugin to add support for Glamor",
- "version": "2.1.4",
+ "version": "2.1.5",
"author": "Kyle Mathews ",
"bugs": {
"url": "https://github.com/gatsbyjs/gatsby/issues"
},
"dependencies": {
- "@babel/runtime": "^7.0.0"
+ "@babel/runtime": "^7.5.5"
},
"devDependencies": {
- "@babel/cli": "^7.0.0",
- "@babel/core": "^7.0.0",
- "babel-preset-gatsby-package": "^0.2.2",
+ "@babel/cli": "^7.5.5",
+ "@babel/core": "^7.5.5",
+ "babel-preset-gatsby-package": "^0.2.3",
"cross-env": "^5.2.0"
},
"homepage": "https://github.com/gatsbyjs/gatsby/tree/master/packages/gatsby-plugin-glamor#readme",
diff --git a/packages/gatsby-plugin-google-analytics/CHANGELOG.md b/packages/gatsby-plugin-google-analytics/CHANGELOG.md
index f832e23344e30..0fde963c61dee 100644
--- a/packages/gatsby-plugin-google-analytics/CHANGELOG.md
+++ b/packages/gatsby-plugin-google-analytics/CHANGELOG.md
@@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
+## [2.1.10](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-google-analytics@2.1.9...gatsby-plugin-google-analytics@2.1.10) (2019-08-23)
+
+**Note:** Version bump only for package gatsby-plugin-google-analytics
+
+## [2.1.9](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-google-analytics@2.1.8...gatsby-plugin-google-analytics@2.1.9) (2019-08-22)
+
+**Note:** Version bump only for package gatsby-plugin-google-analytics
+
## [2.1.8](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-google-analytics@2.1.7...gatsby-plugin-google-analytics@2.1.8) (2019-08-20)
**Note:** Version bump only for package gatsby-plugin-google-analytics
diff --git a/packages/gatsby-plugin-google-analytics/package.json b/packages/gatsby-plugin-google-analytics/package.json
index d7f725dfeb406..93854dae45b50 100644
--- a/packages/gatsby-plugin-google-analytics/package.json
+++ b/packages/gatsby-plugin-google-analytics/package.json
@@ -1,19 +1,19 @@
{
"name": "gatsby-plugin-google-analytics",
"description": "Gatsby plugin to add google analytics onto a site",
- "version": "2.1.8",
+ "version": "2.1.10",
"author": "Kyle Mathews ",
"bugs": {
"url": "https://github.com/gatsbyjs/gatsby/issues"
},
"dependencies": {
- "@babel/runtime": "^7.0.0"
+ "@babel/runtime": "^7.5.5"
},
"devDependencies": {
- "@babel/cli": "^7.0.0",
- "@babel/core": "^7.0.0",
+ "@babel/cli": "^7.5.5",
+ "@babel/core": "^7.5.5",
"@testing-library/react": "^8.0.9",
- "babel-preset-gatsby-package": "^0.2.2",
+ "babel-preset-gatsby-package": "^0.2.3",
"cross-env": "^5.2.0"
},
"homepage": "https://github.com/gatsbyjs/gatsby/tree/master/packages/gatsby-plugin-google-analytics#readme",
diff --git a/packages/gatsby-plugin-google-analytics/src/gatsby-ssr.js b/packages/gatsby-plugin-google-analytics/src/gatsby-ssr.js
index 81ba91789b2d4..ac5e09955ef17 100644
--- a/packages/gatsby-plugin-google-analytics/src/gatsby-ssr.js
+++ b/packages/gatsby-plugin-google-analytics/src/gatsby-ssr.js
@@ -72,9 +72,7 @@ export const onRenderBody = (
${
typeof pluginOptions.anonymize !== `undefined` &&
pluginOptions.anonymize === true
- ? `function gaOptout(){document.cookie=disableStr+'=true; expires=Thu, 31 Dec 2099 23:59:59 UTC;path=/',window[disableStr]=!0}var gaProperty='${
- pluginOptions.trackingId
- }',disableStr='ga-disable-'+gaProperty;document.cookie.indexOf(disableStr+'=true')>-1&&(window[disableStr]=!0);`
+ ? `function gaOptout(){document.cookie=disableStr+'=true; expires=Thu, 31 Dec 2099 23:59:59 UTC;path=/',window[disableStr]=!0}var gaProperty='${pluginOptions.trackingId}',disableStr='ga-disable-'+gaProperty;document.cookie.indexOf(disableStr+'=true')>-1&&(window[disableStr]=!0);`
: ``
}
if(${
@@ -121,9 +119,7 @@ export const onRenderBody = (
}
${Object.keys(knownOptions.general).reduce((gaSetCommands, option) => {
if (typeof pluginOptions[option] === knownOptions.general[option]) {
- gaSetCommands += `ga('set', '${option}', '${
- pluginOptions[option]
- }');\n`
+ gaSetCommands += `ga('set', '${option}', '${pluginOptions[option]}');\n`
}
return gaSetCommands
}, ``)}
diff --git a/packages/gatsby-plugin-google-gtag/CHANGELOG.md b/packages/gatsby-plugin-google-gtag/CHANGELOG.md
index ce5f7dc7b0a1b..a90d595b35913 100644
--- a/packages/gatsby-plugin-google-gtag/CHANGELOG.md
+++ b/packages/gatsby-plugin-google-gtag/CHANGELOG.md
@@ -3,6 +3,10 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
+## [1.1.6](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-google-gtag@1.1.5...gatsby-plugin-google-gtag@1.1.6) (2019-08-23)
+
+**Note:** Version bump only for package gatsby-plugin-google-gtag
+
## [1.1.5](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-google-gtag@1.1.4...gatsby-plugin-google-gtag@1.1.5) (2019-08-20)
**Note:** Version bump only for package gatsby-plugin-google-gtag
diff --git a/packages/gatsby-plugin-google-gtag/package.json b/packages/gatsby-plugin-google-gtag/package.json
index 81e2bf66d8b8d..8bc83bd2a3787 100644
--- a/packages/gatsby-plugin-google-gtag/package.json
+++ b/packages/gatsby-plugin-google-gtag/package.json
@@ -1,19 +1,19 @@
{
"name": "gatsby-plugin-google-gtag",
"description": "Gatsby plugin to add google gtag onto a site",
- "version": "1.1.5",
+ "version": "1.1.6",
"author": "Tyler Buchea ",
"bugs": {
"url": "https://github.com/gatsbyjs/gatsby/issues"
},
"dependencies": {
- "@babel/runtime": "^7.0.0",
+ "@babel/runtime": "^7.5.5",
"minimatch": "^3.0.4"
},
"devDependencies": {
- "@babel/cli": "^7.0.0",
- "@babel/core": "^7.0.0",
- "babel-preset-gatsby-package": "^0.2.2",
+ "@babel/cli": "^7.5.5",
+ "@babel/core": "^7.5.5",
+ "babel-preset-gatsby-package": "^0.2.3",
"cross-env": "^5.2.0"
},
"homepage": "https://github.com/gatsbyjs/gatsby/tree/master/packages/gatsby-plugin-google-gtag#readme",
diff --git a/packages/gatsby-plugin-google-tagmanager/CHANGELOG.md b/packages/gatsby-plugin-google-tagmanager/CHANGELOG.md
index b3c20debb7f0e..d5c1b04a19df8 100644
--- a/packages/gatsby-plugin-google-tagmanager/CHANGELOG.md
+++ b/packages/gatsby-plugin-google-tagmanager/CHANGELOG.md
@@ -3,6 +3,10 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
+## [2.1.7](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-google-tagmanager@2.1.6...gatsby-plugin-google-tagmanager@2.1.7) (2019-08-23)
+
+**Note:** Version bump only for package gatsby-plugin-google-tagmanager
+
## [2.1.6](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-google-tagmanager@2.1.5...gatsby-plugin-google-tagmanager@2.1.6) (2019-08-20)
**Note:** Version bump only for package gatsby-plugin-google-tagmanager
diff --git a/packages/gatsby-plugin-google-tagmanager/package.json b/packages/gatsby-plugin-google-tagmanager/package.json
index 5928db804b817..05ea53af39403 100644
--- a/packages/gatsby-plugin-google-tagmanager/package.json
+++ b/packages/gatsby-plugin-google-tagmanager/package.json
@@ -1,18 +1,18 @@
{
"name": "gatsby-plugin-google-tagmanager",
"description": "Gatsby plugin to add google tagmanager onto a site",
- "version": "2.1.6",
+ "version": "2.1.7",
"author": "Thijs Koerselman ",
"bugs": {
"url": "https://github.com/gatsbyjs/gatsby/issues"
},
"dependencies": {
- "@babel/runtime": "^7.0.0"
+ "@babel/runtime": "^7.5.5"
},
"devDependencies": {
- "@babel/cli": "^7.0.0",
- "@babel/core": "^7.0.0",
- "babel-preset-gatsby-package": "^0.2.2",
+ "@babel/cli": "^7.5.5",
+ "@babel/core": "^7.5.5",
+ "babel-preset-gatsby-package": "^0.2.3",
"cross-env": "^5.2.0"
},
"homepage": "https://github.com/gatsbyjs/gatsby/tree/master/packages/gatsby-plugin-google-tagmanager#readme",
diff --git a/packages/gatsby-plugin-google-tagmanager/src/__tests__/gatsby-ssr.js b/packages/gatsby-plugin-google-tagmanager/src/__tests__/gatsby-ssr.js
index cf167e6d8eb66..fb84a082f5efe 100644
--- a/packages/gatsby-plugin-google-tagmanager/src/__tests__/gatsby-ssr.js
+++ b/packages/gatsby-plugin-google-tagmanager/src/__tests__/gatsby-ssr.js
@@ -81,9 +81,7 @@ describe(`gatsby-plugin-google-tagmanager`, () => {
},
}
- const datalayerFuncAsString = oneLine`${
- pluginOptions.defaultDataLayer.value
- }`
+ const datalayerFuncAsString = oneLine`${pluginOptions.defaultDataLayer.value}`
onRenderBody(mocks, pluginOptions)
const [headConfig] = mocks.setHeadComponents.mock.calls[0][0]
diff --git a/packages/gatsby-plugin-guess-js/CHANGELOG.md b/packages/gatsby-plugin-guess-js/CHANGELOG.md
index 1411e41b97072..d114c6c655f48 100644
--- a/packages/gatsby-plugin-guess-js/CHANGELOG.md
+++ b/packages/gatsby-plugin-guess-js/CHANGELOG.md
@@ -3,6 +3,10 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
+## [1.1.8](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-guess-js@1.1.7...gatsby-plugin-guess-js@1.1.8) (2019-08-23)
+
+**Note:** Version bump only for package gatsby-plugin-guess-js
+
## [1.1.7](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-guess-js@1.1.6...gatsby-plugin-guess-js@1.1.7) (2019-08-22)
**Note:** Version bump only for package gatsby-plugin-guess-js
diff --git a/packages/gatsby-plugin-guess-js/package.json b/packages/gatsby-plugin-guess-js/package.json
index 5a025e0a26a8c..cf4b75ed98fbc 100644
--- a/packages/gatsby-plugin-guess-js/package.json
+++ b/packages/gatsby-plugin-guess-js/package.json
@@ -1,6 +1,6 @@
{
"name": "gatsby-plugin-guess-js",
- "version": "1.1.7",
+ "version": "1.1.8",
"description": "Gatsby plugin providing drop-in integration with Guess.js to enabling using machine learning and analytics data to power prefetching",
"main": "index.js",
"scripts": {
@@ -28,13 +28,13 @@
},
"license": "MIT",
"dependencies": {
- "@babel/runtime": "^7.0.0",
+ "@babel/runtime": "^7.5.5",
"guess-webpack": "~0.3.12"
},
"devDependencies": {
- "@babel/cli": "^7.0.0",
- "@babel/core": "^7.0.0",
- "babel-preset-gatsby-package": "^0.2.2",
+ "@babel/cli": "^7.5.5",
+ "@babel/core": "^7.5.5",
+ "babel-preset-gatsby-package": "^0.2.3",
"cross-env": "^5.2.0"
},
"peerDependencies": {
diff --git a/packages/gatsby-plugin-jss/CHANGELOG.md b/packages/gatsby-plugin-jss/CHANGELOG.md
index 4fb8d67fbc302..37cb064ffaaff 100644
--- a/packages/gatsby-plugin-jss/CHANGELOG.md
+++ b/packages/gatsby-plugin-jss/CHANGELOG.md
@@ -3,6 +3,10 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
+## [2.1.4](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-jss@2.1.3...gatsby-plugin-jss@2.1.4) (2019-08-23)
+
+**Note:** Version bump only for package gatsby-plugin-jss
+
## [2.1.3](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-jss@2.1.2...gatsby-plugin-jss@2.1.3) (2019-07-12)
### Bug Fixes
diff --git a/packages/gatsby-plugin-jss/package.json b/packages/gatsby-plugin-jss/package.json
index 54a30338fb13d..e4391eb9f17cb 100644
--- a/packages/gatsby-plugin-jss/package.json
+++ b/packages/gatsby-plugin-jss/package.json
@@ -1,18 +1,18 @@
{
"name": "gatsby-plugin-jss",
"description": "Gatsby plugin that adds SSR support for JSS",
- "version": "2.1.3",
+ "version": "2.1.4",
"author": "Vladimir Guguiev ",
"bugs": {
"url": "https://github.com/gatsbyjs/gatsby/issues"
},
"dependencies": {
- "@babel/runtime": "^7.0.0"
+ "@babel/runtime": "^7.5.5"
},
"devDependencies": {
- "@babel/cli": "^7.0.0",
- "@babel/core": "^7.0.0",
- "babel-preset-gatsby-package": "^0.2.2",
+ "@babel/cli": "^7.5.5",
+ "@babel/core": "^7.5.5",
+ "babel-preset-gatsby-package": "^0.2.3",
"cross-env": "^5.2.0"
},
"homepage": "https://github.com/gatsbyjs/gatsby/tree/master/packages/gatsby-plugin-jss#readme",
diff --git a/packages/gatsby-plugin-layout/CHANGELOG.md b/packages/gatsby-plugin-layout/CHANGELOG.md
index 4d4db4a9429ba..11f28635e216d 100644
--- a/packages/gatsby-plugin-layout/CHANGELOG.md
+++ b/packages/gatsby-plugin-layout/CHANGELOG.md
@@ -3,6 +3,10 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
+## [1.1.5](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-layout@1.1.4...gatsby-plugin-layout@1.1.5) (2019-08-23)
+
+**Note:** Version bump only for package gatsby-plugin-layout
+
## [1.1.4](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-layout@1.1.3...gatsby-plugin-layout@1.1.4) (2019-08-20)
**Note:** Version bump only for package gatsby-plugin-layout
diff --git a/packages/gatsby-plugin-layout/package.json b/packages/gatsby-plugin-layout/package.json
index 7e76bb6877a90..674ddab4d4f4a 100644
--- a/packages/gatsby-plugin-layout/package.json
+++ b/packages/gatsby-plugin-layout/package.json
@@ -1,6 +1,6 @@
{
"name": "gatsby-plugin-layout",
- "version": "1.1.4",
+ "version": "1.1.5",
"description": "Reimplements the behavior of layout components in gatsby@1, which was removed in version 2.",
"main": "index.js",
"scripts": {
@@ -24,12 +24,12 @@
},
"license": "MIT",
"dependencies": {
- "@babel/runtime": "^7.0.0"
+ "@babel/runtime": "^7.5.5"
},
"devDependencies": {
- "@babel/cli": "^7.0.0",
- "@babel/core": "^7.0.0",
- "babel-preset-gatsby-package": "^0.2.2",
+ "@babel/cli": "^7.5.5",
+ "@babel/core": "^7.5.5",
+ "babel-preset-gatsby-package": "^0.2.3",
"cross-env": "^5.2.0"
},
"engines": {
diff --git a/packages/gatsby-plugin-less/CHANGELOG.md b/packages/gatsby-plugin-less/CHANGELOG.md
index 5d2e9a4a73edc..28695d74e94b5 100644
--- a/packages/gatsby-plugin-less/CHANGELOG.md
+++ b/packages/gatsby-plugin-less/CHANGELOG.md
@@ -3,6 +3,10 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
+## [3.0.2](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-less@3.0.1...gatsby-plugin-less@3.0.2) (2019-08-23)
+
+**Note:** Version bump only for package gatsby-plugin-less
+
## [3.0.1](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-less@3.0.0...gatsby-plugin-less@3.0.1) (2019-08-20)
**Note:** Version bump only for package gatsby-plugin-less
diff --git a/packages/gatsby-plugin-less/package.json b/packages/gatsby-plugin-less/package.json
index 1a3c70eb3d7d9..ec097b6f38569 100644
--- a/packages/gatsby-plugin-less/package.json
+++ b/packages/gatsby-plugin-less/package.json
@@ -1,19 +1,19 @@
{
"name": "gatsby-plugin-less",
"description": "Gatsby plugin to add support for using Less",
- "version": "3.0.1",
+ "version": "3.0.2",
"author": "monastic.panic@gmail.com",
"bugs": {
"url": "https://github.com/gatsbyjs/gatsby/issues"
},
"dependencies": {
- "@babel/runtime": "^7.0.0",
+ "@babel/runtime": "^7.5.5",
"less-loader": "^5.0.0"
},
"devDependencies": {
- "@babel/cli": "^7.0.0",
- "@babel/core": "^7.0.0",
- "babel-preset-gatsby-package": "^0.2.2",
+ "@babel/cli": "^7.5.5",
+ "@babel/core": "^7.5.5",
+ "babel-preset-gatsby-package": "^0.2.3",
"cross-env": "^5.2.0"
},
"homepage": "https://github.com/gatsbyjs/gatsby/tree/master/packages/gatsby-plugin-less#readme",
diff --git a/packages/gatsby-plugin-lodash/CHANGELOG.md b/packages/gatsby-plugin-lodash/CHANGELOG.md
index 8d2e5f0c0ec08..3d6ad3e0f62b2 100644
--- a/packages/gatsby-plugin-lodash/CHANGELOG.md
+++ b/packages/gatsby-plugin-lodash/CHANGELOG.md
@@ -3,6 +3,10 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
+## [3.1.5](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-lodash@3.1.4...gatsby-plugin-lodash@3.1.5) (2019-08-23)
+
+**Note:** Version bump only for package gatsby-plugin-lodash
+
## [3.1.4](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-lodash@3.1.3...gatsby-plugin-lodash@3.1.4) (2019-08-22)
**Note:** Version bump only for package gatsby-plugin-lodash
diff --git a/packages/gatsby-plugin-lodash/package.json b/packages/gatsby-plugin-lodash/package.json
index a48f31a54db6a..41c5a373307b3 100644
--- a/packages/gatsby-plugin-lodash/package.json
+++ b/packages/gatsby-plugin-lodash/package.json
@@ -1,20 +1,20 @@
{
"name": "gatsby-plugin-lodash",
"description": "Easy modular Lodash builds. Adds the Lodash webpack & Babel plugins to your Gatsby build",
- "version": "3.1.4",
+ "version": "3.1.5",
"author": "Kyle Mathews ",
"bugs": {
"url": "https://github.com/gatsbyjs/gatsby/issues"
},
"dependencies": {
- "@babel/runtime": "^7.0.0",
+ "@babel/runtime": "^7.5.5",
"babel-plugin-lodash": "^3.3.4",
"lodash-webpack-plugin": "^0.11.5"
},
"devDependencies": {
- "@babel/cli": "^7.0.0",
- "@babel/core": "^7.0.0",
- "babel-preset-gatsby-package": "^0.2.2",
+ "@babel/cli": "^7.5.5",
+ "@babel/core": "^7.5.5",
+ "babel-preset-gatsby-package": "^0.2.3",
"cross-env": "^5.2.0"
},
"homepage": "https://github.com/gatsbyjs/gatsby/tree/master/packages/gatsby-plugin-lodash#readme",
diff --git a/packages/gatsby-plugin-manifest/CHANGELOG.md b/packages/gatsby-plugin-manifest/CHANGELOG.md
index 24fa988add50a..a4e4445607a3b 100644
--- a/packages/gatsby-plugin-manifest/CHANGELOG.md
+++ b/packages/gatsby-plugin-manifest/CHANGELOG.md
@@ -3,6 +3,10 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
+## [2.2.9](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-manifest@2.2.8...gatsby-plugin-manifest@2.2.9) (2019-08-23)
+
+**Note:** Version bump only for package gatsby-plugin-manifest
+
## [2.2.8](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-manifest@2.2.7...gatsby-plugin-manifest@2.2.8) (2019-08-22)
**Note:** Version bump only for package gatsby-plugin-manifest
diff --git a/packages/gatsby-plugin-manifest/package.json b/packages/gatsby-plugin-manifest/package.json
index fb477fec777d7..a447c4f1b5616 100644
--- a/packages/gatsby-plugin-manifest/package.json
+++ b/packages/gatsby-plugin-manifest/package.json
@@ -1,21 +1,21 @@
{
"name": "gatsby-plugin-manifest",
"description": "Gatsby plugin which adds a manifest.webmanifest to make sites progressive web apps",
- "version": "2.2.8",
+ "version": "2.2.9",
"author": "Kyle Mathews ",
"bugs": {
"url": "https://github.com/gatsbyjs/gatsby/issues"
},
"dependencies": {
- "@babel/runtime": "^7.0.0",
- "gatsby-core-utils": "^1.0.5",
+ "@babel/runtime": "^7.5.5",
+ "gatsby-core-utils": "^1.0.6",
"semver": "^5.7.1",
"sharp": "^0.23.0"
},
"devDependencies": {
- "@babel/cli": "^7.0.0",
- "@babel/core": "^7.0.0",
- "babel-preset-gatsby-package": "^0.2.2",
+ "@babel/cli": "^7.5.5",
+ "@babel/core": "^7.5.5",
+ "babel-preset-gatsby-package": "^0.2.3",
"cross-env": "^5.2.0"
},
"homepage": "https://github.com/gatsbyjs/gatsby/tree/master/packages/gatsby-plugin-manifest#readme",
diff --git a/packages/gatsby-plugin-mdx/CHANGELOG.md b/packages/gatsby-plugin-mdx/CHANGELOG.md
index a38644d003ddd..312c53056755d 100644
--- a/packages/gatsby-plugin-mdx/CHANGELOG.md
+++ b/packages/gatsby-plugin-mdx/CHANGELOG.md
@@ -3,6 +3,18 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
+## [1.0.30](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-mdx@1.0.29...gatsby-plugin-mdx@1.0.30) (2019-08-23)
+
+**Note:** Version bump only for package gatsby-plugin-mdx
+
+## [1.0.29](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-mdx@1.0.28...gatsby-plugin-mdx@1.0.29) (2019-08-23)
+
+**Note:** Version bump only for package gatsby-plugin-mdx
+
+## [1.0.28](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-mdx@1.0.27...gatsby-plugin-mdx@1.0.28) (2019-08-22)
+
+**Note:** Version bump only for package gatsby-plugin-mdx
+
## [1.0.27](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-mdx@1.0.26...gatsby-plugin-mdx@1.0.27) (2019-08-22)
**Note:** Version bump only for package gatsby-plugin-mdx
diff --git a/packages/gatsby-plugin-mdx/package.json b/packages/gatsby-plugin-mdx/package.json
index 44db0559eaf48..f40dbce9c46f9 100644
--- a/packages/gatsby-plugin-mdx/package.json
+++ b/packages/gatsby-plugin-mdx/package.json
@@ -1,6 +1,6 @@
{
"name": "gatsby-plugin-mdx",
- "version": "1.0.27",
+ "version": "1.0.30",
"description": "MDX integration for Gatsby",
"main": "index.js",
"license": "MIT",
@@ -18,11 +18,11 @@
"@mdx-js/react": "^1.0.0"
},
"dependencies": {
- "@babel/core": "^7.4.3",
+ "@babel/core": "^7.5.5",
"@babel/generator": "^7.5.5",
"@babel/helper-plugin-utils": "^7.0.0",
- "@babel/plugin-proposal-object-rest-spread": "^7.4.3",
- "@babel/preset-env": "^7.4.3",
+ "@babel/plugin-proposal-object-rest-spread": "^7.5.5",
+ "@babel/preset-env": "^7.5.5",
"@babel/preset-react": "^7.0.0",
"@babel/types": "^7.5.5",
"camelcase-css": "^2.0.1",
@@ -59,7 +59,7 @@
"@mdx-js/react": "^1.3.1",
"jest": "^24.9.0",
"js-combinatorics": "^0.5.4",
- "react-test-renderer": "^16.8.0"
+ "react-test-renderer": "^16.9.0"
},
"jest": {
"testEnvironment": "node"
diff --git a/packages/gatsby-plugin-mdx/utils/gen-mdx.js b/packages/gatsby-plugin-mdx/utils/gen-mdx.js
index 77d6675e4d781..77f030fcb28c3 100644
--- a/packages/gatsby-plugin-mdx/utils/gen-mdx.js
+++ b/packages/gatsby-plugin-mdx/utils/gen-mdx.js
@@ -45,9 +45,7 @@ module.exports = async function genMDX(
) {
const pathPrefixCacheStr = pathPrefix || ``
const payloadCacheKey = node =>
- `gatsby-plugin-mdx-entire-payload-${
- node.internal.contentDigest
- }-${pathPrefixCacheStr}`
+ `gatsby-plugin-mdx-entire-payload-${node.internal.contentDigest}-${pathPrefixCacheStr}`
if (!forceDisableCache) {
const cachedPayload = await cache.get(payloadCacheKey(node))
diff --git a/packages/gatsby-plugin-mdx/utils/render-html.js b/packages/gatsby-plugin-mdx/utils/render-html.js
index db0329ac70142..51abbf8e00df4 100644
--- a/packages/gatsby-plugin-mdx/utils/render-html.js
+++ b/packages/gatsby-plugin-mdx/utils/render-html.js
@@ -91,9 +91,7 @@ class MdxHtmlBuilderWebpackPlugin {
if (typeof render !== `function`) {
throw new Error(
- `Export from '${
- self.entry
- }' must be a function that returns a htmlString value.`
+ `Export from '${self.entry}' must be a function that returns a htmlString value.`
)
}
// use function here
diff --git a/packages/gatsby-plugin-netlify-cms/CHANGELOG.md b/packages/gatsby-plugin-netlify-cms/CHANGELOG.md
index 5f88796d70c9e..9171bf70d7293 100644
--- a/packages/gatsby-plugin-netlify-cms/CHANGELOG.md
+++ b/packages/gatsby-plugin-netlify-cms/CHANGELOG.md
@@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
+## [4.1.11](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-netlify-cms@4.1.10...gatsby-plugin-netlify-cms@4.1.11) (2019-08-23)
+
+**Note:** Version bump only for package gatsby-plugin-netlify-cms
+
+## [4.1.10](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-netlify-cms@4.1.9...gatsby-plugin-netlify-cms@4.1.10) (2019-08-23)
+
+**Note:** Version bump only for package gatsby-plugin-netlify-cms
+
## [4.1.9](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-netlify-cms@4.1.8...gatsby-plugin-netlify-cms@4.1.9) (2019-08-22)
**Note:** Version bump only for package gatsby-plugin-netlify-cms
diff --git a/packages/gatsby-plugin-netlify-cms/package.json b/packages/gatsby-plugin-netlify-cms/package.json
index 32b56d79afdb6..c8fcaa2cd3cf9 100644
--- a/packages/gatsby-plugin-netlify-cms/package.json
+++ b/packages/gatsby-plugin-netlify-cms/package.json
@@ -1,7 +1,7 @@
{
"name": "gatsby-plugin-netlify-cms",
"description": "A Gatsby plugin which generates the Netlify CMS single page app",
- "version": "4.1.9",
+ "version": "4.1.11",
"author": "Shawn Erquhart ",
"bugs": {
"url": "https://github.com/gatsbyjs/gatsby/issues"
@@ -16,12 +16,12 @@
"webpack": "^4.39.2"
},
"devDependencies": {
- "@babel/cli": "^7.0.0",
- "@babel/core": "^7.0.0",
- "babel-preset-gatsby-package": "^0.2.2",
+ "@babel/cli": "^7.5.5",
+ "@babel/core": "^7.5.5",
+ "babel-preset-gatsby-package": "^0.2.3",
"cross-env": "^5.2.0",
- "react": "^16.8.4",
- "react-dom": "^16.8.4"
+ "react": "^16.9.0",
+ "react-dom": "^16.9.0"
},
"homepage": "https://github.com/gatsbyjs/gatsby/tree/master/packages/gatsby-plugin-netlify-cms#readme",
"keywords": [
diff --git a/packages/gatsby-plugin-netlify/CHANGELOG.md b/packages/gatsby-plugin-netlify/CHANGELOG.md
index 529258a5d19a6..a64a4b8a85a39 100644
--- a/packages/gatsby-plugin-netlify/CHANGELOG.md
+++ b/packages/gatsby-plugin-netlify/CHANGELOG.md
@@ -3,6 +3,10 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
+## [2.1.9](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-netlify@2.1.8...gatsby-plugin-netlify@2.1.9) (2019-08-23)
+
+**Note:** Version bump only for package gatsby-plugin-netlify
+
## [2.1.8](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-netlify@2.1.7...gatsby-plugin-netlify@2.1.8) (2019-08-22)
**Note:** Version bump only for package gatsby-plugin-netlify
diff --git a/packages/gatsby-plugin-netlify/package.json b/packages/gatsby-plugin-netlify/package.json
index 501d1322ea44d..87b6ac0619cbf 100644
--- a/packages/gatsby-plugin-netlify/package.json
+++ b/packages/gatsby-plugin-netlify/package.json
@@ -1,7 +1,7 @@
{
"name": "gatsby-plugin-netlify",
"description": "A Gatsby plugin which generates a _headers file for netlify",
- "version": "2.1.8",
+ "version": "2.1.9",
"author": "Kyle Mathews ",
"bugs": {
"url": "https://github.com/gatsbyjs/gatsby/issues"
@@ -13,16 +13,16 @@
}
],
"dependencies": {
- "@babel/runtime": "^7.0.0",
+ "@babel/runtime": "^7.5.5",
"fs-extra": "^4.0.3",
"kebab-hash": "^0.1.2",
"lodash": "^4.17.15",
"webpack-assets-manifest": "^3.1.1"
},
"devDependencies": {
- "@babel/cli": "^7.0.0",
- "@babel/core": "^7.0.0",
- "babel-preset-gatsby-package": "^0.2.2",
+ "@babel/cli": "^7.5.5",
+ "@babel/core": "^7.5.5",
+ "babel-preset-gatsby-package": "^0.2.3",
"cross-env": "^5.2.0"
},
"homepage": "https://github.com/gatsbyjs/gatsby/tree/master/packages/gatsby-plugin-netlify#readme",
diff --git a/packages/gatsby-plugin-nprogress/CHANGELOG.md b/packages/gatsby-plugin-nprogress/CHANGELOG.md
index 58b13ed235ab2..76c3ea31d328b 100644
--- a/packages/gatsby-plugin-nprogress/CHANGELOG.md
+++ b/packages/gatsby-plugin-nprogress/CHANGELOG.md
@@ -3,6 +3,10 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
+## [2.1.4](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-nprogress@2.1.3...gatsby-plugin-nprogress@2.1.4) (2019-08-23)
+
+**Note:** Version bump only for package gatsby-plugin-nprogress
+
## [2.1.3](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-nprogress@2.1.2...gatsby-plugin-nprogress@2.1.3) (2019-08-20)
**Note:** Version bump only for package gatsby-plugin-nprogress
diff --git a/packages/gatsby-plugin-nprogress/package.json b/packages/gatsby-plugin-nprogress/package.json
index 9c4c2b20223d7..37dea6d11ec35 100644
--- a/packages/gatsby-plugin-nprogress/package.json
+++ b/packages/gatsby-plugin-nprogress/package.json
@@ -1,19 +1,19 @@
{
"name": "gatsby-plugin-nprogress",
"description": "Shows page loading indicator when loading page resources is delayed",
- "version": "2.1.3",
+ "version": "2.1.4",
"author": "Kyle Mathews",
"bugs": {
"url": "https://github.com/gatsbyjs/gatsby/issues"
},
"dependencies": {
- "@babel/runtime": "^7.0.0",
+ "@babel/runtime": "^7.5.5",
"nprogress": "^0.2.0"
},
"devDependencies": {
- "@babel/cli": "^7.0.0",
- "@babel/core": "^7.0.0",
- "babel-preset-gatsby-package": "^0.2.2",
+ "@babel/cli": "^7.5.5",
+ "@babel/core": "^7.5.5",
+ "babel-preset-gatsby-package": "^0.2.3",
"cross-env": "^5.2.0"
},
"homepage": "https://github.com/gatsbyjs/gatsby/tree/master/packages/gatsby-plugin-nprogress#readme",
diff --git a/packages/gatsby-plugin-offline/CHANGELOG.md b/packages/gatsby-plugin-offline/CHANGELOG.md
index 472b738fb4229..b0e1d80511d84 100644
--- a/packages/gatsby-plugin-offline/CHANGELOG.md
+++ b/packages/gatsby-plugin-offline/CHANGELOG.md
@@ -3,6 +3,10 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
+## [2.2.10](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-offline@2.2.9...gatsby-plugin-offline@2.2.10) (2019-08-23)
+
+**Note:** Version bump only for package gatsby-plugin-offline
+
## [2.2.9](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-offline@2.2.8...gatsby-plugin-offline@2.2.9) (2019-08-22)
**Note:** Version bump only for package gatsby-plugin-offline
diff --git a/packages/gatsby-plugin-offline/package.json b/packages/gatsby-plugin-offline/package.json
index 99a27789760ad..33e1c4b15cb00 100644
--- a/packages/gatsby-plugin-offline/package.json
+++ b/packages/gatsby-plugin-offline/package.json
@@ -1,13 +1,13 @@
{
"name": "gatsby-plugin-offline",
"description": "Gatsby plugin which sets up a site to be able to run offline",
- "version": "2.2.9",
+ "version": "2.2.10",
"author": "Kyle Mathews ",
"bugs": {
"url": "https://github.com/gatsbyjs/gatsby/issues"
},
"dependencies": {
- "@babel/runtime": "^7.0.0",
+ "@babel/runtime": "^7.5.5",
"cheerio": "^1.0.0-rc.3",
"idb-keyval": "^3.2.0",
"lodash": "^4.17.15",
@@ -15,9 +15,9 @@
"workbox-build": "^3.6.3"
},
"devDependencies": {
- "@babel/cli": "^7.0.0",
- "@babel/core": "^7.0.0",
- "babel-preset-gatsby-package": "^0.2.2",
+ "@babel/cli": "^7.5.5",
+ "@babel/core": "^7.5.5",
+ "babel-preset-gatsby-package": "^0.2.3",
"cpx": "^1.5.0",
"cross-env": "^5.2.0"
},
diff --git a/packages/gatsby-plugin-page-creator/CHANGELOG.md b/packages/gatsby-plugin-page-creator/CHANGELOG.md
index dfd9d56a30b89..4d96ac9699c7e 100644
--- a/packages/gatsby-plugin-page-creator/CHANGELOG.md
+++ b/packages/gatsby-plugin-page-creator/CHANGELOG.md
@@ -3,6 +3,10 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
+## [2.1.10](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-page-creator@2.1.9...gatsby-plugin-page-creator@2.1.10) (2019-08-23)
+
+**Note:** Version bump only for package gatsby-plugin-page-creator
+
## [2.1.9](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-page-creator@2.1.8...gatsby-plugin-page-creator@2.1.9) (2019-08-22)
**Note:** Version bump only for package gatsby-plugin-page-creator
diff --git a/packages/gatsby-plugin-page-creator/package.json b/packages/gatsby-plugin-page-creator/package.json
index f28ddbbcfa8dd..c10d7ba489081 100644
--- a/packages/gatsby-plugin-page-creator/package.json
+++ b/packages/gatsby-plugin-page-creator/package.json
@@ -1,6 +1,6 @@
{
"name": "gatsby-plugin-page-creator",
- "version": "2.1.9",
+ "version": "2.1.10",
"description": "Gatsby plugin that automatically creates pages from React components in specified directories",
"main": "index.js",
"scripts": {
@@ -24,18 +24,18 @@
},
"homepage": "https://github.com/gatsbyjs/gatsby/tree/master/packages/gatsby-plugin-page-creator#readme",
"dependencies": {
- "@babel/runtime": "^7.0.0",
+ "@babel/runtime": "^7.5.5",
"bluebird": "^3.5.5",
"fs-exists-cached": "^1.0.0",
- "gatsby-page-utils": "^0.0.9",
+ "gatsby-page-utils": "^0.0.10",
"glob": "^7.1.4",
"lodash": "^4.17.15",
"micromatch": "^3.1.10"
},
"devDependencies": {
- "@babel/cli": "^7.0.0",
- "@babel/core": "^7.0.0",
- "babel-preset-gatsby-package": "^0.2.2",
+ "@babel/cli": "^7.5.5",
+ "@babel/core": "^7.5.5",
+ "babel-preset-gatsby-package": "^0.2.3",
"cross-env": "^5.2.0"
},
"peerDependencies": {
diff --git a/packages/gatsby-plugin-postcss/CHANGELOG.md b/packages/gatsby-plugin-postcss/CHANGELOG.md
index 496ddec709efc..e86c21df70397 100644
--- a/packages/gatsby-plugin-postcss/CHANGELOG.md
+++ b/packages/gatsby-plugin-postcss/CHANGELOG.md
@@ -3,6 +3,10 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
+## [2.1.5](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-postcss@2.1.4...gatsby-plugin-postcss@2.1.5) (2019-08-23)
+
+**Note:** Version bump only for package gatsby-plugin-postcss
+
## [2.1.4](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-postcss@2.1.3...gatsby-plugin-postcss@2.1.4) (2019-08-20)
**Note:** Version bump only for package gatsby-plugin-postcss
diff --git a/packages/gatsby-plugin-postcss/package.json b/packages/gatsby-plugin-postcss/package.json
index 7d756a4555747..85a440c5ceff0 100644
--- a/packages/gatsby-plugin-postcss/package.json
+++ b/packages/gatsby-plugin-postcss/package.json
@@ -1,19 +1,19 @@
{
"name": "gatsby-plugin-postcss",
"description": "Gatsby plugin to handle PostCSS",
- "version": "2.1.4",
+ "version": "2.1.5",
"author": "Marat Dreizin ",
"bugs": {
"url": "https://github.com/gatsbyjs/gatsby/issues"
},
"dependencies": {
- "@babel/runtime": "^7.0.0",
+ "@babel/runtime": "^7.5.5",
"postcss-loader": "^3.0.0"
},
"devDependencies": {
- "@babel/cli": "^7.0.0",
- "@babel/core": "^7.0.0",
- "babel-preset-gatsby-package": "^0.2.2",
+ "@babel/cli": "^7.5.5",
+ "@babel/core": "^7.5.5",
+ "babel-preset-gatsby-package": "^0.2.3",
"cross-env": "^5.2.0"
},
"homepage": "https://github.com/gatsbyjs/gatsby/tree/master/packages/gatsby-plugin-postcss#readme",
diff --git a/packages/gatsby-plugin-preact/CHANGELOG.md b/packages/gatsby-plugin-preact/CHANGELOG.md
index 7d7cf9c693d50..e2e7d5f30a9cf 100644
--- a/packages/gatsby-plugin-preact/CHANGELOG.md
+++ b/packages/gatsby-plugin-preact/CHANGELOG.md
@@ -3,6 +3,10 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
+## [3.1.6](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-preact@3.1.5...gatsby-plugin-preact@3.1.6) (2019-08-23)
+
+**Note:** Version bump only for package gatsby-plugin-preact
+
## [3.1.5](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-preact@3.1.4...gatsby-plugin-preact@3.1.5) (2019-08-20)
**Note:** Version bump only for package gatsby-plugin-preact
diff --git a/packages/gatsby-plugin-preact/package.json b/packages/gatsby-plugin-preact/package.json
index e62f9db179e5c..eb7ac3d079190 100644
--- a/packages/gatsby-plugin-preact/package.json
+++ b/packages/gatsby-plugin-preact/package.json
@@ -1,18 +1,18 @@
{
"name": "gatsby-plugin-preact",
"description": "A Gatsby plugin which replaces React with Preact",
- "version": "3.1.5",
+ "version": "3.1.6",
"author": "Kyle Mathews ",
"bugs": {
"url": "https://github.com/gatsbyjs/gatsby/issues"
},
"dependencies": {
- "@babel/runtime": "^7.0.0"
+ "@babel/runtime": "^7.5.5"
},
"devDependencies": {
- "@babel/cli": "^7.0.0",
- "@babel/core": "^7.0.0",
- "babel-preset-gatsby-package": "^0.2.2",
+ "@babel/cli": "^7.5.5",
+ "@babel/core": "^7.5.5",
+ "babel-preset-gatsby-package": "^0.2.3",
"cross-env": "^5.2.0"
},
"homepage": "https://github.com/gatsbyjs/gatsby/tree/master/packages/gatsby-plugin-preact#readme",
diff --git a/packages/gatsby-plugin-react-css-modules/CHANGELOG.md b/packages/gatsby-plugin-react-css-modules/CHANGELOG.md
index a4389a69c4da1..c8c1d60333610 100644
--- a/packages/gatsby-plugin-react-css-modules/CHANGELOG.md
+++ b/packages/gatsby-plugin-react-css-modules/CHANGELOG.md
@@ -3,6 +3,10 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
+## [2.1.5](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-react-css-modules@2.1.4...gatsby-plugin-react-css-modules@2.1.5) (2019-08-23)
+
+**Note:** Version bump only for package gatsby-plugin-react-css-modules
+
## [2.1.4](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-react-css-modules@2.1.3...gatsby-plugin-react-css-modules@2.1.4) (2019-08-21)
### Bug Fixes
diff --git a/packages/gatsby-plugin-react-css-modules/package.json b/packages/gatsby-plugin-react-css-modules/package.json
index db9be2e56ce7a..d92f5bb741368 100644
--- a/packages/gatsby-plugin-react-css-modules/package.json
+++ b/packages/gatsby-plugin-react-css-modules/package.json
@@ -1,19 +1,19 @@
{
"name": "gatsby-plugin-react-css-modules",
"description": "Gatsby plugin that transforms styleName to className using compile time CSS module resolution",
- "version": "2.1.4",
+ "version": "2.1.5",
"author": "Ming Aldrich-Gan ",
"bugs": {
"url": "https://github.com/gatsbyjs/gatsby/issues"
},
"dependencies": {
- "@babel/runtime": "^7.0.0",
+ "@babel/runtime": "^7.5.5",
"babel-plugin-react-css-modules": "^3.4.2"
},
"devDependencies": {
- "@babel/cli": "^7.0.0",
- "@babel/core": "^7.0.0",
- "babel-preset-gatsby-package": "^0.2.2",
+ "@babel/cli": "^7.5.5",
+ "@babel/core": "^7.5.5",
+ "babel-preset-gatsby-package": "^0.2.3",
"cross-env": "^5.2.0"
},
"homepage": "https://github.com/gatsbyjs/gatsby/tree/master/packages/gatsby-plugin-react-css-modules#readme",
diff --git a/packages/gatsby-plugin-react-helmet/CHANGELOG.md b/packages/gatsby-plugin-react-helmet/CHANGELOG.md
index 9ec98e2d7140a..1a1d1930e2f10 100644
--- a/packages/gatsby-plugin-react-helmet/CHANGELOG.md
+++ b/packages/gatsby-plugin-react-helmet/CHANGELOG.md
@@ -3,6 +3,10 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
+## [3.1.5](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-react-helmet@3.1.4...gatsby-plugin-react-helmet@3.1.5) (2019-08-23)
+
+**Note:** Version bump only for package gatsby-plugin-react-helmet
+
## [3.1.4](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-react-helmet@3.1.3...gatsby-plugin-react-helmet@3.1.4) (2019-08-20)
**Note:** Version bump only for package gatsby-plugin-react-helmet
diff --git a/packages/gatsby-plugin-react-helmet/package.json b/packages/gatsby-plugin-react-helmet/package.json
index 139f7375ccf5b..f8dddf5b3dc10 100644
--- a/packages/gatsby-plugin-react-helmet/package.json
+++ b/packages/gatsby-plugin-react-helmet/package.json
@@ -1,18 +1,18 @@
{
"name": "gatsby-plugin-react-helmet",
"description": "Manage document head data with react-helmet. Provides drop-in server rendering support for Gatsby.",
- "version": "3.1.4",
+ "version": "3.1.5",
"author": "Kyle Mathews ",
"bugs": {
"url": "https://github.com/gatsbyjs/gatsby/issues"
},
"dependencies": {
- "@babel/runtime": "^7.0.0"
+ "@babel/runtime": "^7.5.5"
},
"devDependencies": {
- "@babel/cli": "^7.0.0",
- "@babel/core": "^7.0.0",
- "babel-preset-gatsby-package": "^0.2.2",
+ "@babel/cli": "^7.5.5",
+ "@babel/core": "^7.5.5",
+ "babel-preset-gatsby-package": "^0.2.3",
"cross-env": "^5.2.0"
},
"homepage": "https://github.com/gatsbyjs/gatsby/tree/master/packages/gatsby-plugin-react-helmet#readme",
diff --git a/packages/gatsby-plugin-remove-trailing-slashes/CHANGELOG.md b/packages/gatsby-plugin-remove-trailing-slashes/CHANGELOG.md
index f43fecebb205f..7b1b5f42791b0 100644
--- a/packages/gatsby-plugin-remove-trailing-slashes/CHANGELOG.md
+++ b/packages/gatsby-plugin-remove-trailing-slashes/CHANGELOG.md
@@ -3,6 +3,10 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
+## [2.1.4](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-remove-trailing-slashes@2.1.3...gatsby-plugin-remove-trailing-slashes@2.1.4) (2019-08-23)
+
+**Note:** Version bump only for package gatsby-plugin-remove-trailing-slashes
+
## [2.1.3](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-remove-trailing-slashes@2.1.2...gatsby-plugin-remove-trailing-slashes@2.1.3) (2019-08-20)
**Note:** Version bump only for package gatsby-plugin-remove-trailing-slashes
diff --git a/packages/gatsby-plugin-remove-trailing-slashes/package.json b/packages/gatsby-plugin-remove-trailing-slashes/package.json
index 75e349a2fae56..d23bd6a11e181 100644
--- a/packages/gatsby-plugin-remove-trailing-slashes/package.json
+++ b/packages/gatsby-plugin-remove-trailing-slashes/package.json
@@ -1,18 +1,18 @@
{
"name": "gatsby-plugin-remove-trailing-slashes",
"description": "Removes trailing slashes from your project's paths. For example, yoursite.com/about/ becomes yoursite.com/about",
- "version": "2.1.3",
+ "version": "2.1.4",
"author": "scott.eckenthal@gmail.com",
"bugs": {
"url": "https://github.com/gatsbyjs/gatsby/issues"
},
"dependencies": {
- "@babel/runtime": "^7.0.0"
+ "@babel/runtime": "^7.5.5"
},
"devDependencies": {
- "@babel/cli": "^7.0.0",
- "@babel/core": "^7.0.0",
- "babel-preset-gatsby-package": "^0.2.2",
+ "@babel/cli": "^7.5.5",
+ "@babel/core": "^7.5.5",
+ "babel-preset-gatsby-package": "^0.2.3",
"cross-env": "^5.2.0"
},
"homepage": "https://github.com/gatsbyjs/gatsby/tree/master/packages/gatsby-plugin-remove-trailing-slashes#readme",
diff --git a/packages/gatsby-plugin-sass/CHANGELOG.md b/packages/gatsby-plugin-sass/CHANGELOG.md
index 99947e28a7f9d..d21b8688ba56c 100644
--- a/packages/gatsby-plugin-sass/CHANGELOG.md
+++ b/packages/gatsby-plugin-sass/CHANGELOG.md
@@ -3,6 +3,10 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
+## [2.1.12](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-sass@2.1.11...gatsby-plugin-sass@2.1.12) (2019-08-23)
+
+**Note:** Version bump only for package gatsby-plugin-sass
+
## [2.1.11](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-sass@2.1.10...gatsby-plugin-sass@2.1.11) (2019-08-22)
**Note:** Version bump only for package gatsby-plugin-sass
diff --git a/packages/gatsby-plugin-sass/package.json b/packages/gatsby-plugin-sass/package.json
index 36b20df0ec22f..155bb5c868508 100644
--- a/packages/gatsby-plugin-sass/package.json
+++ b/packages/gatsby-plugin-sass/package.json
@@ -1,19 +1,19 @@
{
"name": "gatsby-plugin-sass",
"description": "Gatsby plugin to handle scss/sass files",
- "version": "2.1.11",
+ "version": "2.1.12",
"author": "Daniel Farrell ",
"bugs": {
"url": "https://github.com/gatsbyjs/gatsby/issues"
},
"dependencies": {
- "@babel/runtime": "^7.0.0",
+ "@babel/runtime": "^7.5.5",
"sass-loader": "^7.3.1"
},
"devDependencies": {
- "@babel/cli": "^7.0.0",
- "@babel/core": "^7.0.0",
- "babel-preset-gatsby-package": "^0.2.2",
+ "@babel/cli": "^7.5.5",
+ "@babel/core": "^7.5.5",
+ "babel-preset-gatsby-package": "^0.2.3",
"cross-env": "^5.2.0"
},
"homepage": "https://github.com/gatsbyjs/gatsby/tree/master/packages/gatsby-plugin-sass#readme",
diff --git a/packages/gatsby-plugin-sharp/CHANGELOG.md b/packages/gatsby-plugin-sharp/CHANGELOG.md
index e587cdf267662..0397a69bec2c0 100644
--- a/packages/gatsby-plugin-sharp/CHANGELOG.md
+++ b/packages/gatsby-plugin-sharp/CHANGELOG.md
@@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
+## [2.2.17](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-sharp@2.2.16...gatsby-plugin-sharp@2.2.17) (2019-08-23)
+
+**Note:** Version bump only for package gatsby-plugin-sharp
+
+## [2.2.16](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-sharp@2.2.15...gatsby-plugin-sharp@2.2.16) (2019-08-22)
+
+**Note:** Version bump only for package gatsby-plugin-sharp
+
## [2.2.15](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-sharp@2.2.14...gatsby-plugin-sharp@2.2.15) (2019-08-22)
**Note:** Version bump only for package gatsby-plugin-sharp
diff --git a/packages/gatsby-plugin-sharp/package.json b/packages/gatsby-plugin-sharp/package.json
index a805c1e9253c1..f9b33d60d791e 100644
--- a/packages/gatsby-plugin-sharp/package.json
+++ b/packages/gatsby-plugin-sharp/package.json
@@ -1,17 +1,17 @@
{
"name": "gatsby-plugin-sharp",
"description": "Wrapper of the Sharp image manipulation library for Gatsby plugins",
- "version": "2.2.15",
+ "version": "2.2.17",
"author": "Kyle Mathews ",
"bugs": {
"url": "https://github.com/gatsbyjs/gatsby/issues"
},
"dependencies": {
- "@babel/runtime": "^7.0.0",
+ "@babel/runtime": "^7.5.5",
"async": "^2.6.3",
"bluebird": "^3.5.5",
"fs-extra": "^7.0.1",
- "gatsby-core-utils": "^1.0.5",
+ "gatsby-core-utils": "^1.0.6",
"got": "^8.3.2",
"imagemin": "^6.1.0",
"imagemin-mozjpeg": "^8.0.0",
@@ -27,9 +27,9 @@
"svgo": "^1.3.0"
},
"devDependencies": {
- "@babel/cli": "^7.0.0",
- "@babel/core": "^7.0.0",
- "babel-preset-gatsby-package": "^0.2.2",
+ "@babel/cli": "^7.5.5",
+ "@babel/core": "^7.5.5",
+ "babel-preset-gatsby-package": "^0.2.3",
"cross-env": "^5.2.0"
},
"homepage": "https://github.com/gatsbyjs/gatsby/tree/master/packages/gatsby-plugin-sharp#readme",
diff --git a/packages/gatsby-plugin-sharp/src/index.js b/packages/gatsby-plugin-sharp/src/index.js
index 5ce9a154f94ae..fd54db62f42d8 100644
--- a/packages/gatsby-plugin-sharp/src/index.js
+++ b/packages/gatsby-plugin-sharp/src/index.js
@@ -298,9 +298,7 @@ async function fluid({ file, args = {}, reporter, cache }) {
if (options[fixedDimension] < 1) {
throw new Error(
- `${fixedDimension} has to be a positive int larger than zero (> 0), now it's ${
- options[fixedDimension]
- }`
+ `${fixedDimension} has to be a positive int larger than zero (> 0), now it's ${options[fixedDimension]}`
)
}
@@ -470,13 +468,9 @@ async function fixed({ file, args = {}, reporter, cache }) {
filteredSizes.push(dimensions[fixedDimension])
console.warn(
`
- The requested ${fixedDimension} "${
- options[fixedDimension]
- }px" for a resolutions field for
+ The requested ${fixedDimension} "${options[fixedDimension]}px" for a resolutions field for
the file ${file.absolutePath}
- was larger than the actual image ${fixedDimension} of ${
- dimensions[fixedDimension]
- }px!
+ was larger than the actual image ${fixedDimension} of ${dimensions[fixedDimension]}px!
If possible, replace the current image with a larger one.
`
)
diff --git a/packages/gatsby-plugin-sitemap/CHANGELOG.md b/packages/gatsby-plugin-sitemap/CHANGELOG.md
index cdc6a1b9dba2d..33ba80f133b8a 100644
--- a/packages/gatsby-plugin-sitemap/CHANGELOG.md
+++ b/packages/gatsby-plugin-sitemap/CHANGELOG.md
@@ -3,6 +3,10 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
+## [2.2.9](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-sitemap@2.2.8...gatsby-plugin-sitemap@2.2.9) (2019-08-23)
+
+**Note:** Version bump only for package gatsby-plugin-sitemap
+
## [2.2.8](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-sitemap@2.2.7...gatsby-plugin-sitemap@2.2.8) (2019-08-22)
**Note:** Version bump only for package gatsby-plugin-sitemap
diff --git a/packages/gatsby-plugin-sitemap/package.json b/packages/gatsby-plugin-sitemap/package.json
index 81dc05f3e7013..3a277b0e0eeed 100644
--- a/packages/gatsby-plugin-sitemap/package.json
+++ b/packages/gatsby-plugin-sitemap/package.json
@@ -1,21 +1,21 @@
{
"name": "gatsby-plugin-sitemap",
"description": "Gatsby plugin that automatically creates a sitemap for your site",
- "version": "2.2.8",
+ "version": "2.2.9",
"author": "Nicholas Young <nicholas@nicholaswyoung.com>",
"bugs": {
"url": "https://github.com/gatsbyjs/gatsby/issues"
},
"dependencies": {
- "@babel/runtime": "^7.0.0",
+ "@babel/runtime": "^7.5.5",
"minimatch": "^3.0.4",
"pify": "^3.0.0",
"sitemap": "^1.13.0"
},
"devDependencies": {
- "@babel/cli": "^7.0.0",
- "@babel/core": "^7.0.0",
- "babel-preset-gatsby-package": "^0.2.2",
+ "@babel/cli": "^7.5.5",
+ "@babel/core": "^7.5.5",
+ "babel-preset-gatsby-package": "^0.2.3",
"cross-env": "^5.2.0"
},
"homepage": "https://github.com/gatsbyjs/gatsby/tree/master/packages/gatsby-plugin-sitemap#readme",
diff --git a/packages/gatsby-plugin-styled-components/CHANGELOG.md b/packages/gatsby-plugin-styled-components/CHANGELOG.md
index 2388fee83cd4f..1ab59016e585b 100644
--- a/packages/gatsby-plugin-styled-components/CHANGELOG.md
+++ b/packages/gatsby-plugin-styled-components/CHANGELOG.md
@@ -3,6 +3,10 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
+## [3.1.3](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-styled-components@3.1.2...gatsby-plugin-styled-components@3.1.3) (2019-08-23)
+
+**Note:** Version bump only for package gatsby-plugin-styled-components
+
## [3.1.2](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-styled-components@3.1.1...gatsby-plugin-styled-components@3.1.2) (2019-07-12)
### Bug Fixes
diff --git a/packages/gatsby-plugin-styled-components/package.json b/packages/gatsby-plugin-styled-components/package.json
index 0c551d17eacd0..97fb827266a5c 100644
--- a/packages/gatsby-plugin-styled-components/package.json
+++ b/packages/gatsby-plugin-styled-components/package.json
@@ -1,18 +1,18 @@
{
"name": "gatsby-plugin-styled-components",
"description": "Gatsby plugin to add support for styled components",
- "version": "3.1.2",
+ "version": "3.1.3",
"author": "Guten Ye ",
"bugs": {
"url": "https://github.com/gatsbyjs/gatsby/issues"
},
"dependencies": {
- "@babel/runtime": "^7.0.0"
+ "@babel/runtime": "^7.5.5"
},
"devDependencies": {
- "@babel/cli": "^7.0.0",
- "@babel/core": "^7.0.0",
- "babel-preset-gatsby-package": "^0.2.2",
+ "@babel/cli": "^7.5.5",
+ "@babel/core": "^7.5.5",
+ "babel-preset-gatsby-package": "^0.2.3",
"cross-env": "^5.2.0"
},
"homepage": "https://github.com/gatsbyjs/gatsby/tree/master/packages/gatsby-plugin-styled-components#readme",
diff --git a/packages/gatsby-plugin-styled-jsx/CHANGELOG.md b/packages/gatsby-plugin-styled-jsx/CHANGELOG.md
index c06d7004fe7f7..e46414ec169fe 100644
--- a/packages/gatsby-plugin-styled-jsx/CHANGELOG.md
+++ b/packages/gatsby-plugin-styled-jsx/CHANGELOG.md
@@ -3,6 +3,10 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
+## [3.1.4](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-styled-jsx@3.1.3...gatsby-plugin-styled-jsx@3.1.4) (2019-08-23)
+
+**Note:** Version bump only for package gatsby-plugin-styled-jsx
+
## [3.1.3](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-styled-jsx@3.1.2...gatsby-plugin-styled-jsx@3.1.3) (2019-08-20)
**Note:** Version bump only for package gatsby-plugin-styled-jsx
diff --git a/packages/gatsby-plugin-styled-jsx/package.json b/packages/gatsby-plugin-styled-jsx/package.json
index 87fc7e957898d..344709ab9e25e 100644
--- a/packages/gatsby-plugin-styled-jsx/package.json
+++ b/packages/gatsby-plugin-styled-jsx/package.json
@@ -1,18 +1,18 @@
{
"name": "gatsby-plugin-styled-jsx",
"description": "Adds SSR support for styled-jsx",
- "version": "3.1.3",
+ "version": "3.1.4",
"author": "Tim Suchanek ",
"bugs": {
"url": "https://github.com/gatsbyjs/gatsby/issues"
},
"dependencies": {
- "@babel/runtime": "^7.0.0"
+ "@babel/runtime": "^7.5.5"
},
"devDependencies": {
- "@babel/cli": "^7.0.0",
- "@babel/core": "^7.0.0",
- "babel-preset-gatsby-package": "^0.2.2",
+ "@babel/cli": "^7.5.5",
+ "@babel/core": "^7.5.5",
+ "babel-preset-gatsby-package": "^0.2.3",
"cross-env": "^5.2.0"
},
"homepage": "https://github.com/gatsbyjs/gatsby/tree/master/packages/gatsby-plugin-styled-jsx#readme",
diff --git a/packages/gatsby-plugin-styletron/CHANGELOG.md b/packages/gatsby-plugin-styletron/CHANGELOG.md
index 58394612a7126..08e4f38af05c5 100644
--- a/packages/gatsby-plugin-styletron/CHANGELOG.md
+++ b/packages/gatsby-plugin-styletron/CHANGELOG.md
@@ -3,6 +3,10 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
+## [4.1.5](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-styletron@4.1.4...gatsby-plugin-styletron@4.1.5) (2019-08-23)
+
+**Note:** Version bump only for package gatsby-plugin-styletron
+
## [4.1.4](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-styletron@4.1.3...gatsby-plugin-styletron@4.1.4) (2019-08-22)
**Note:** Version bump only for package gatsby-plugin-styletron
diff --git a/packages/gatsby-plugin-styletron/package.json b/packages/gatsby-plugin-styletron/package.json
index fd3917f6c7d02..13354efc7d025 100644
--- a/packages/gatsby-plugin-styletron/package.json
+++ b/packages/gatsby-plugin-styletron/package.json
@@ -1,20 +1,20 @@
{
"name": "gatsby-plugin-styletron",
"description": "A Gatsby plugin for styletron with built-in server-side rendering support",
- "version": "4.1.4",
+ "version": "4.1.5",
"author": "Nadiia Dmytrenko ",
"bugs": {
"url": "https://github.com/gatsbyjs/gatsby/issues"
},
"dependencies": {
- "@babel/runtime": "^7.0.0",
+ "@babel/runtime": "^7.5.5",
"styletron-engine-atomic": "^1.4.0",
"styletron-react": "^5.2.0"
},
"devDependencies": {
- "@babel/cli": "^7.0.0",
- "@babel/core": "^7.0.0",
- "babel-preset-gatsby-package": "^0.2.2",
+ "@babel/cli": "^7.5.5",
+ "@babel/core": "^7.5.5",
+ "babel-preset-gatsby-package": "^0.2.3",
"cross-env": "^5.2.0"
},
"homepage": "https://github.com/gatsbyjs/gatsby/tree/master/packages/gatsby-plugin-styletron#readme",
diff --git a/packages/gatsby-plugin-stylus/CHANGELOG.md b/packages/gatsby-plugin-stylus/CHANGELOG.md
index 96806dce244fa..78eb7398b057f 100644
--- a/packages/gatsby-plugin-stylus/CHANGELOG.md
+++ b/packages/gatsby-plugin-stylus/CHANGELOG.md
@@ -3,6 +3,10 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
+## [2.1.5](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-stylus@2.1.4...gatsby-plugin-stylus@2.1.5) (2019-08-23)
+
+**Note:** Version bump only for package gatsby-plugin-stylus
+
## [2.1.4](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-stylus@2.1.3...gatsby-plugin-stylus@2.1.4) (2019-08-22)
**Note:** Version bump only for package gatsby-plugin-stylus
diff --git a/packages/gatsby-plugin-stylus/package.json b/packages/gatsby-plugin-stylus/package.json
index 2b64a4f29ad20..2cf715e495f65 100644
--- a/packages/gatsby-plugin-stylus/package.json
+++ b/packages/gatsby-plugin-stylus/package.json
@@ -1,20 +1,20 @@
{
"name": "gatsby-plugin-stylus",
"description": "Gatsby support for Stylus",
- "version": "2.1.4",
+ "version": "2.1.5",
"author": "Ian Sinnott ",
"bugs": {
"url": "https://github.com/gatsbyjs/gatsby/issues"
},
"dependencies": {
- "@babel/runtime": "^7.0.0",
+ "@babel/runtime": "^7.5.5",
"stylus": "^0.54.7",
"stylus-loader": "^3.0.2"
},
"devDependencies": {
- "@babel/cli": "^7.0.0",
- "@babel/core": "^7.0.0",
- "babel-preset-gatsby-package": "^0.2.2",
+ "@babel/cli": "^7.5.5",
+ "@babel/core": "^7.5.5",
+ "babel-preset-gatsby-package": "^0.2.3",
"cross-env": "^5.2.0"
},
"homepage": "https://github.com/gatsbyjs/gatsby/tree/master/packages/gatsby-plugin-stylus#readme",
diff --git a/packages/gatsby-plugin-subfont/CHANGELOG.md b/packages/gatsby-plugin-subfont/CHANGELOG.md
index b3d6e2c0a436e..6c356787b1fc3 100644
--- a/packages/gatsby-plugin-subfont/CHANGELOG.md
+++ b/packages/gatsby-plugin-subfont/CHANGELOG.md
@@ -3,6 +3,10 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
+## [1.1.5](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-subfont@1.1.4...gatsby-plugin-subfont@1.1.5) (2019-08-23)
+
+**Note:** Version bump only for package gatsby-plugin-subfont
+
## [1.1.4](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-subfont@1.1.3...gatsby-plugin-subfont@1.1.4) (2019-08-22)
**Note:** Version bump only for package gatsby-plugin-subfont
diff --git a/packages/gatsby-plugin-subfont/package.json b/packages/gatsby-plugin-subfont/package.json
index 392e133996e7f..4f2be1a57d261 100644
--- a/packages/gatsby-plugin-subfont/package.json
+++ b/packages/gatsby-plugin-subfont/package.json
@@ -1,6 +1,6 @@
{
"name": "gatsby-plugin-subfont",
- "version": "1.1.4",
+ "version": "1.1.5",
"description": "Runs the font delivery optimizing CLI tool subfont on the homepage of your site during the Gatsby build",
"main": "index.js",
"scripts": {
@@ -24,14 +24,14 @@
},
"license": "MIT",
"dependencies": {
- "@babel/runtime": "^7.0.0",
+ "@babel/runtime": "^7.5.5",
"shell-escape": "^0.2.0",
"subfont": "^3.7.0"
},
"devDependencies": {
- "@babel/cli": "^7.0.0",
- "@babel/core": "^7.0.0",
- "babel-preset-gatsby-package": "^0.2.2",
+ "@babel/cli": "^7.5.5",
+ "@babel/core": "^7.5.5",
+ "babel-preset-gatsby-package": "^0.2.3",
"cross-env": "^5.2.0"
},
"engines": {
diff --git a/packages/gatsby-plugin-twitter/CHANGELOG.md b/packages/gatsby-plugin-twitter/CHANGELOG.md
index 7b85efc8153b6..66c8987a819d8 100644
--- a/packages/gatsby-plugin-twitter/CHANGELOG.md
+++ b/packages/gatsby-plugin-twitter/CHANGELOG.md
@@ -3,6 +3,10 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
+## [2.1.4](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-twitter@2.1.3...gatsby-plugin-twitter@2.1.4) (2019-08-23)
+
+**Note:** Version bump only for package gatsby-plugin-twitter
+
## [2.1.3](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-twitter@2.1.2...gatsby-plugin-twitter@2.1.3) (2019-08-20)
**Note:** Version bump only for package gatsby-plugin-twitter
diff --git a/packages/gatsby-plugin-twitter/package.json b/packages/gatsby-plugin-twitter/package.json
index 86e21d6b551b2..dad3156aed5bf 100644
--- a/packages/gatsby-plugin-twitter/package.json
+++ b/packages/gatsby-plugin-twitter/package.json
@@ -1,18 +1,18 @@
{
"name": "gatsby-plugin-twitter",
"description": "Loads the Twitter JavaScript for embedding tweets.",
- "version": "2.1.3",
+ "version": "2.1.4",
"author": "Kyle Mathews ",
"bugs": {
"url": "https://github.com/gatsbyjs/gatsby/issues"
},
"dependencies": {
- "@babel/runtime": "^7.0.0"
+ "@babel/runtime": "^7.5.5"
},
"devDependencies": {
- "@babel/cli": "^7.0.0",
- "@babel/core": "^7.0.0",
- "babel-preset-gatsby-package": "^0.2.2",
+ "@babel/cli": "^7.5.5",
+ "@babel/core": "^7.5.5",
+ "babel-preset-gatsby-package": "^0.2.3",
"cross-env": "^5.2.0"
},
"homepage": "https://github.com/gatsbyjs/gatsby/tree/master/packages/gatsby-plugin-twitter#readme",
diff --git a/packages/gatsby-plugin-typescript/CHANGELOG.md b/packages/gatsby-plugin-typescript/CHANGELOG.md
index 9d4ed5c2859b2..3c50f6f1befa5 100644
--- a/packages/gatsby-plugin-typescript/CHANGELOG.md
+++ b/packages/gatsby-plugin-typescript/CHANGELOG.md
@@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
+## [2.1.5](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-typescript@2.1.4...gatsby-plugin-typescript@2.1.5) (2019-08-23)
+
+**Note:** Version bump only for package gatsby-plugin-typescript
+
+## [2.1.4](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-typescript@2.1.3...gatsby-plugin-typescript@2.1.4) (2019-08-22)
+
+**Note:** Version bump only for package gatsby-plugin-typescript
+
## [2.1.3](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-typescript@2.1.2...gatsby-plugin-typescript@2.1.3) (2019-08-20)
**Note:** Version bump only for package gatsby-plugin-typescript
diff --git a/packages/gatsby-plugin-typescript/package.json b/packages/gatsby-plugin-typescript/package.json
index f1f2d90245daf..bef63a954d051 100644
--- a/packages/gatsby-plugin-typescript/package.json
+++ b/packages/gatsby-plugin-typescript/package.json
@@ -1,7 +1,7 @@
{
"name": "gatsby-plugin-typescript",
"description": "Adds TypeScript support to Gatsby",
- "version": "2.1.3",
+ "version": "2.1.5",
"author": "Kyle Mathews ",
"bugs": {
"url": "https://github.com/gatsbyjs/gatsby/issues"
@@ -10,14 +10,14 @@
"Noah Lange "
],
"dependencies": {
- "@babel/preset-typescript": "^7.0.0",
- "@babel/runtime": "^7.0.0",
- "babel-plugin-remove-graphql-queries": "^2.7.3"
+ "@babel/preset-typescript": "^7.3.3",
+ "@babel/runtime": "^7.5.5",
+ "babel-plugin-remove-graphql-queries": "^2.7.5"
},
"devDependencies": {
- "@babel/cli": "^7.0.0",
- "@babel/core": "^7.0.0",
- "babel-preset-gatsby-package": "^0.2.2",
+ "@babel/cli": "^7.5.5",
+ "@babel/core": "^7.5.5",
+ "babel-preset-gatsby-package": "^0.2.3",
"cross-env": "^5.2.0"
},
"homepage": "https://github.com/gatsbyjs/gatsby/tree/master/packages/gatsby-plugin-typescript#readme",
diff --git a/packages/gatsby-plugin-typography/CHANGELOG.md b/packages/gatsby-plugin-typography/CHANGELOG.md
index 4483724fe41d0..5e580bc7d2f8b 100644
--- a/packages/gatsby-plugin-typography/CHANGELOG.md
+++ b/packages/gatsby-plugin-typography/CHANGELOG.md
@@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
+## [2.3.5](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-typography@2.3.4...gatsby-plugin-typography@2.3.5) (2019-08-23)
+
+**Note:** Version bump only for package gatsby-plugin-typography
+
+## [2.3.4](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-typography@2.3.3...gatsby-plugin-typography@2.3.4) (2019-08-23)
+
+**Note:** Version bump only for package gatsby-plugin-typography
+
## [2.3.3](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-typography@2.3.2...gatsby-plugin-typography@2.3.3) (2019-08-20)
**Note:** Version bump only for package gatsby-plugin-typography
diff --git a/packages/gatsby-plugin-typography/package.json b/packages/gatsby-plugin-typography/package.json
index dcad1c12ffd3a..01113a4ff25f2 100644
--- a/packages/gatsby-plugin-typography/package.json
+++ b/packages/gatsby-plugin-typography/package.json
@@ -1,21 +1,21 @@
{
"name": "gatsby-plugin-typography",
"description": "Gatsby plugin to setup server rendering of Typography.js' CSS",
- "version": "2.3.3",
+ "version": "2.3.5",
"author": "Kyle Mathews ",
"bugs": {
"url": "https://github.com/gatsbyjs/gatsby/issues"
},
"dependencies": {
- "@babel/runtime": "^7.0.0"
+ "@babel/runtime": "^7.5.5"
},
"devDependencies": {
- "@babel/cli": "^7.0.0",
- "@babel/core": "^7.0.0",
- "babel-preset-gatsby-package": "^0.2.2",
+ "@babel/cli": "^7.5.5",
+ "@babel/core": "^7.5.5",
+ "babel-preset-gatsby-package": "^0.2.3",
"cross-env": "^5.2.0",
- "react": "^16.8.6",
- "react-dom": "^16.8.6",
+ "react": "^16.9.0",
+ "react-dom": "^16.9.0",
"react-typography": "^0.16.19",
"typography": "^0.16.19"
},
diff --git a/packages/gatsby-react-router-scroll/CHANGELOG.md b/packages/gatsby-react-router-scroll/CHANGELOG.md
index 2dfb8b31eb3fc..fe829920d1b37 100644
--- a/packages/gatsby-react-router-scroll/CHANGELOG.md
+++ b/packages/gatsby-react-router-scroll/CHANGELOG.md
@@ -3,6 +3,10 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
+## [2.1.6](https://github.com/gatsbyjs/gatsby/compare/gatsby-react-router-scroll@2.1.5...gatsby-react-router-scroll@2.1.6) (2019-08-23)
+
+**Note:** Version bump only for package gatsby-react-router-scroll
+
## [2.1.5](https://github.com/gatsbyjs/gatsby/compare/gatsby-react-router-scroll@2.1.4...gatsby-react-router-scroll@2.1.5) (2019-08-22)
**Note:** Version bump only for package gatsby-react-router-scroll
diff --git a/packages/gatsby-react-router-scroll/package.json b/packages/gatsby-react-router-scroll/package.json
index f5219afee053f..e4bdcbc90b3cb 100644
--- a/packages/gatsby-react-router-scroll/package.json
+++ b/packages/gatsby-react-router-scroll/package.json
@@ -1,21 +1,21 @@
{
"name": "gatsby-react-router-scroll",
"description": "React Router scroll management forked from https://github.com/ytase/react-router-scroll for Gatsby",
- "version": "2.1.5",
+ "version": "2.1.6",
"author": "Jimmy Jia",
"bugs": {
"url": "https://github.com/gatsbyjs/gatsby/issues"
},
"dependencies": {
- "@babel/runtime": "^7.0.0",
+ "@babel/runtime": "^7.5.5",
"scroll-behavior": "^0.9.10",
"warning": "^3.0.0"
},
"devDependencies": {
- "@babel/cli": "^7.0.0",
- "@babel/core": "^7.0.0",
+ "@babel/cli": "^7.5.5",
+ "@babel/core": "^7.5.5",
"babel-plugin-dev-expression": "^0.2.2",
- "babel-preset-gatsby-package": "^0.2.2",
+ "babel-preset-gatsby-package": "^0.2.3",
"cross-env": "^5.2.0"
},
"homepage": "https://github.com/gatsbyjs/gatsby/tree/master/packages/gatsby-react-router-scroll#readme",
diff --git a/packages/gatsby-remark-autolink-headers/CHANGELOG.md b/packages/gatsby-remark-autolink-headers/CHANGELOG.md
index d91fefca48588..67bbf64b2f57e 100644
--- a/packages/gatsby-remark-autolink-headers/CHANGELOG.md
+++ b/packages/gatsby-remark-autolink-headers/CHANGELOG.md
@@ -3,6 +3,10 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
+## [2.1.7](https://github.com/gatsbyjs/gatsby/compare/gatsby-remark-autolink-headers@2.1.6...gatsby-remark-autolink-headers@2.1.7) (2019-08-23)
+
+**Note:** Version bump only for package gatsby-remark-autolink-headers
+
## [2.1.6](https://github.com/gatsbyjs/gatsby/compare/gatsby-remark-autolink-headers@2.1.5...gatsby-remark-autolink-headers@2.1.6) (2019-08-22)
**Note:** Version bump only for package gatsby-remark-autolink-headers
diff --git a/packages/gatsby-remark-autolink-headers/package.json b/packages/gatsby-remark-autolink-headers/package.json
index 12c628023444b..2d7c5e658244a 100644
--- a/packages/gatsby-remark-autolink-headers/package.json
+++ b/packages/gatsby-remark-autolink-headers/package.json
@@ -1,22 +1,22 @@
{
"name": "gatsby-remark-autolink-headers",
"description": "Gatsby plugin to autolink headers in markdown processed by Remark",
- "version": "2.1.6",
+ "version": "2.1.7",
"author": "Kyle Mathews ",
"bugs": {
"url": "https://github.com/gatsbyjs/gatsby/issues"
},
"dependencies": {
- "@babel/runtime": "^7.0.0",
+ "@babel/runtime": "^7.5.5",
"github-slugger": "^1.2.1",
"lodash": "^4.17.15",
"mdast-util-to-string": "^1.0.6",
"unist-util-visit": "^1.4.1"
},
"devDependencies": {
- "@babel/cli": "^7.0.0",
- "@babel/core": "^7.0.0",
- "babel-preset-gatsby-package": "^0.2.2",
+ "@babel/cli": "^7.5.5",
+ "@babel/core": "^7.5.5",
+ "babel-preset-gatsby-package": "^0.2.3",
"cross-env": "^5.2.0"
},
"homepage": "https://github.com/gatsbyjs/gatsby/tree/master/packages/gatsby-remark-autolink-headers#readme",
diff --git a/packages/gatsby-remark-code-repls/CHANGELOG.md b/packages/gatsby-remark-code-repls/CHANGELOG.md
index 38f98683d3cb3..d2b1a885d64a1 100644
--- a/packages/gatsby-remark-code-repls/CHANGELOG.md
+++ b/packages/gatsby-remark-code-repls/CHANGELOG.md
@@ -3,6 +3,16 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
+## [3.0.6](https://github.com/gatsbyjs/gatsby/compare/gatsby-remark-code-repls@3.0.5...gatsby-remark-code-repls@3.0.6) (2019-08-23)
+
+**Note:** Version bump only for package gatsby-remark-code-repls
+
+## [3.0.5](https://github.com/gatsbyjs/gatsby/compare/gatsby-remark-code-repls@3.0.4...gatsby-remark-code-repls@3.0.5) (2019-08-22)
+
+### Bug Fixes
+
+- update minor updates in packages except react, babel and… ([#16948](https://github.com/gatsbyjs/gatsby/issues/16948)) ([1c34c9b](https://github.com/gatsbyjs/gatsby/commit/1c34c9b))
+
## [3.0.4](https://github.com/gatsbyjs/gatsby/compare/gatsby-remark-code-repls@3.0.3...gatsby-remark-code-repls@3.0.4) (2019-08-22)
**Note:** Version bump only for package gatsby-remark-code-repls
diff --git a/packages/gatsby-remark-code-repls/package.json b/packages/gatsby-remark-code-repls/package.json
index 5eacaa3adab5b..8d2f12c39c123 100644
--- a/packages/gatsby-remark-code-repls/package.json
+++ b/packages/gatsby-remark-code-repls/package.json
@@ -1,24 +1,24 @@
{
"name": "gatsby-remark-code-repls",
"description": "Gatsby plugin to auto-generate links to popular REPLs like Babel and Codepen",
- "version": "3.0.4",
+ "version": "3.0.6",
"author": "Brian Vaughn ",
"bugs": {
"url": "https://github.com/gatsbyjs/gatsby/issues"
},
"dependencies": {
- "@babel/runtime": "^7.0.0",
+ "@babel/runtime": "^7.5.5",
"lz-string": "^1.4.4",
"normalize-path": "^2.1.1",
- "npm-package-arg": "^6.1.0",
+ "npm-package-arg": "^6.1.1",
"recursive-readdir": "^2.2.2",
"unist-util-map": "^1.0.5",
"urijs": "^1.19.1"
},
"devDependencies": {
- "@babel/cli": "^7.0.0",
- "@babel/core": "^7.0.0",
- "babel-preset-gatsby-package": "^0.2.2",
+ "@babel/cli": "^7.5.5",
+ "@babel/core": "^7.5.5",
+ "babel-preset-gatsby-package": "^0.2.3",
"cross-env": "^5.2.0"
},
"homepage": "https://github.com/gatsbyjs/gatsby/tree/master/packages/gatsby-remark-code-repls#readme",
diff --git a/packages/gatsby-remark-copy-linked-files/CHANGELOG.md b/packages/gatsby-remark-copy-linked-files/CHANGELOG.md
index 848437ca14fc7..35e8a10b22364 100644
--- a/packages/gatsby-remark-copy-linked-files/CHANGELOG.md
+++ b/packages/gatsby-remark-copy-linked-files/CHANGELOG.md
@@ -3,6 +3,10 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
+## [2.1.10](https://github.com/gatsbyjs/gatsby/compare/gatsby-remark-copy-linked-files@2.1.9...gatsby-remark-copy-linked-files@2.1.10) (2019-08-23)
+
+**Note:** Version bump only for package gatsby-remark-copy-linked-files
+
## [2.1.9](https://github.com/gatsbyjs/gatsby/compare/gatsby-remark-copy-linked-files@2.1.8...gatsby-remark-copy-linked-files@2.1.9) (2019-08-22)
**Note:** Version bump only for package gatsby-remark-copy-linked-files
diff --git a/packages/gatsby-remark-copy-linked-files/package.json b/packages/gatsby-remark-copy-linked-files/package.json
index 52605ea3395ef..2ab7c28dbfbf1 100644
--- a/packages/gatsby-remark-copy-linked-files/package.json
+++ b/packages/gatsby-remark-copy-linked-files/package.json
@@ -1,13 +1,13 @@
{
"name": "gatsby-remark-copy-linked-files",
"description": "Find files which are linked to from markdown and copy them to the public directory",
- "version": "2.1.9",
+ "version": "2.1.10",
"author": "Kyle Mathews ",
"bugs": {
"url": "https://github.com/gatsbyjs/gatsby/issues"
},
"dependencies": {
- "@babel/runtime": "^7.0.0",
+ "@babel/runtime": "^7.5.5",
"cheerio": "^1.0.0-rc.3",
"fs-extra": "^4.0.3",
"is-relative-url": "^2.0.0",
@@ -17,9 +17,9 @@
"unist-util-visit": "^1.4.1"
},
"devDependencies": {
- "@babel/cli": "^7.0.0",
- "@babel/core": "^7.0.0",
- "babel-preset-gatsby-package": "^0.2.2",
+ "@babel/cli": "^7.5.5",
+ "@babel/core": "^7.5.5",
+ "babel-preset-gatsby-package": "^0.2.3",
"cross-env": "^5.2.0",
"remark": "^10.0.1",
"remark-mdx": "^1.3.1",
diff --git a/packages/gatsby-remark-custom-blocks/CHANGELOG.md b/packages/gatsby-remark-custom-blocks/CHANGELOG.md
index 09e876d2d74d1..1f1b34b8641e7 100644
--- a/packages/gatsby-remark-custom-blocks/CHANGELOG.md
+++ b/packages/gatsby-remark-custom-blocks/CHANGELOG.md
@@ -3,6 +3,10 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
+## [2.1.5](https://github.com/gatsbyjs/gatsby/compare/gatsby-remark-custom-blocks@2.1.4...gatsby-remark-custom-blocks@2.1.5) (2019-08-23)
+
+**Note:** Version bump only for package gatsby-remark-custom-blocks
+
## [2.1.4](https://github.com/gatsbyjs/gatsby/compare/gatsby-remark-custom-blocks@2.1.3...gatsby-remark-custom-blocks@2.1.4) (2019-08-22)
**Note:** Version bump only for package gatsby-remark-custom-blocks
diff --git a/packages/gatsby-remark-custom-blocks/package.json b/packages/gatsby-remark-custom-blocks/package.json
index 54044f79a9bb4..2f46d823f0009 100644
--- a/packages/gatsby-remark-custom-blocks/package.json
+++ b/packages/gatsby-remark-custom-blocks/package.json
@@ -1,19 +1,19 @@
{
"name": "gatsby-remark-custom-blocks",
"description": "Gatsby remark plugin for adding custom blocks in markdown",
- "version": "2.1.4",
+ "version": "2.1.5",
"author": "Mohammad Asad Mohammad ",
"bugs": {
"url": "https://github.com/gatsbyjs/gatsby/issues"
},
"dependencies": {
- "@babel/runtime": "^7.0.0",
+ "@babel/runtime": "^7.5.5",
"remark-custom-blocks": "^2.4.1"
},
"devDependencies": {
- "@babel/cli": "^7.0.0",
- "@babel/core": "^7.0.0",
- "babel-preset-gatsby-package": "^0.2.2",
+ "@babel/cli": "^7.5.5",
+ "@babel/core": "^7.5.5",
+ "babel-preset-gatsby-package": "^0.2.3",
"cross-env": "^5.2.0",
"rimraf": "^2.7.1",
"unist-util-find": "^1.0.1"
diff --git a/packages/gatsby-remark-embed-snippet/CHANGELOG.md b/packages/gatsby-remark-embed-snippet/CHANGELOG.md
index ee976c4545182..98b8e468f67f5 100644
--- a/packages/gatsby-remark-embed-snippet/CHANGELOG.md
+++ b/packages/gatsby-remark-embed-snippet/CHANGELOG.md
@@ -3,6 +3,10 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
+## [4.1.5](https://github.com/gatsbyjs/gatsby/compare/gatsby-remark-embed-snippet@4.1.4...gatsby-remark-embed-snippet@4.1.5) (2019-08-23)
+
+**Note:** Version bump only for package gatsby-remark-embed-snippet
+
## [4.1.4](https://github.com/gatsbyjs/gatsby/compare/gatsby-remark-embed-snippet@4.1.3...gatsby-remark-embed-snippet@4.1.4) (2019-08-22)
**Note:** Version bump only for package gatsby-remark-embed-snippet
diff --git a/packages/gatsby-remark-embed-snippet/package.json b/packages/gatsby-remark-embed-snippet/package.json
index acb3785064ddc..05454c4c69752 100644
--- a/packages/gatsby-remark-embed-snippet/package.json
+++ b/packages/gatsby-remark-embed-snippet/package.json
@@ -1,21 +1,21 @@
{
"name": "gatsby-remark-embed-snippet",
"description": "Gatsby plugin to embed formatted code snippets within markdown",
- "version": "4.1.4",
+ "version": "4.1.5",
"author": "Brian Vaughn ",
"bugs": {
"url": "https://github.com/gatsbyjs/gatsby/issues"
},
"dependencies": {
- "@babel/runtime": "^7.0.0",
+ "@babel/runtime": "^7.5.5",
"normalize-path": "^2.1.1",
"parse-numeric-range": "^0.0.2",
"unist-util-map": "^1.0.5"
},
"devDependencies": {
- "@babel/cli": "^7.0.0",
- "@babel/core": "^7.0.0",
- "babel-preset-gatsby-package": "^0.2.2",
+ "@babel/cli": "^7.5.5",
+ "@babel/core": "^7.5.5",
+ "babel-preset-gatsby-package": "^0.2.3",
"cross-env": "^5.2.0"
},
"homepage": "https://github.com/gatsbyjs/gatsby/tree/master/packages/gatsby-remark-embed-snippet#readme",
diff --git a/packages/gatsby-remark-graphviz/CHANGELOG.md b/packages/gatsby-remark-graphviz/CHANGELOG.md
index 68a21750d647b..07609e7a4a4dd 100644
--- a/packages/gatsby-remark-graphviz/CHANGELOG.md
+++ b/packages/gatsby-remark-graphviz/CHANGELOG.md
@@ -3,6 +3,10 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
+## [1.1.6](https://github.com/gatsbyjs/gatsby/compare/gatsby-remark-graphviz@1.1.5...gatsby-remark-graphviz@1.1.6) (2019-08-23)
+
+**Note:** Version bump only for package gatsby-remark-graphviz
+
## [1.1.5](https://github.com/gatsbyjs/gatsby/compare/gatsby-remark-graphviz@1.1.4...gatsby-remark-graphviz@1.1.5) (2019-08-22)
**Note:** Version bump only for package gatsby-remark-graphviz
diff --git a/packages/gatsby-remark-graphviz/package.json b/packages/gatsby-remark-graphviz/package.json
index f55e79f8e2f91..72ec0ef7eedb3 100644
--- a/packages/gatsby-remark-graphviz/package.json
+++ b/packages/gatsby-remark-graphviz/package.json
@@ -1,21 +1,21 @@
{
"name": "gatsby-remark-graphviz",
"description": "Processes graphviz code blocks and renders to SVG using viz.js",
- "version": "1.1.5",
+ "version": "1.1.6",
"author": "Anthony Marcar ",
"bugs": {
"url": "https://github.com/gatsbyjs/gatsby/issues"
},
"dependencies": {
- "@babel/runtime": "^7.0.0",
+ "@babel/runtime": "^7.5.5",
"cheerio": "^1.0.0-rc.3",
"unist-util-visit": "^1.4.1",
"viz.js": "^2.1.2"
},
"devDependencies": {
- "@babel/cli": "^7.0.0",
- "@babel/core": "^7.0.0",
- "babel-preset-gatsby-package": "^0.2.2",
+ "@babel/cli": "^7.5.5",
+ "@babel/core": "^7.5.5",
+ "babel-preset-gatsby-package": "^0.2.3",
"cross-env": "^5.2.0",
"hast-util-to-html": "^4.0.1",
"mdast-util-to-hast": "^3.0.4",
diff --git a/packages/gatsby-remark-images-contentful/CHANGELOG.md b/packages/gatsby-remark-images-contentful/CHANGELOG.md
index 6371ce98e8d3e..14b409ace89c9 100644
--- a/packages/gatsby-remark-images-contentful/CHANGELOG.md
+++ b/packages/gatsby-remark-images-contentful/CHANGELOG.md
@@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
+## [2.1.9](https://github.com/gatsbyjs/gatsby/compare/gatsby-remark-images-contentful@2.1.8...gatsby-remark-images-contentful@2.1.9) (2019-08-23)
+
+**Note:** Version bump only for package gatsby-remark-images-contentful
+
+## [2.1.8](https://github.com/gatsbyjs/gatsby/compare/gatsby-remark-images-contentful@2.1.7...gatsby-remark-images-contentful@2.1.8) (2019-08-22)
+
+**Note:** Version bump only for package gatsby-remark-images-contentful
+
## [2.1.7](https://github.com/gatsbyjs/gatsby/compare/gatsby-remark-images-contentful@2.1.6...gatsby-remark-images-contentful@2.1.7) (2019-08-22)
**Note:** Version bump only for package gatsby-remark-images-contentful
diff --git a/packages/gatsby-remark-images-contentful/package.json b/packages/gatsby-remark-images-contentful/package.json
index f0212bb08b448..16bc34e974d6f 100644
--- a/packages/gatsby-remark-images-contentful/package.json
+++ b/packages/gatsby-remark-images-contentful/package.json
@@ -1,6 +1,6 @@
{
"name": "gatsby-remark-images-contentful",
- "version": "2.1.7",
+ "version": "2.1.9",
"description": "Process Images in Contentful markdown so they can use the images API.",
"main": "index.js",
"scripts": {
@@ -15,7 +15,7 @@
},
"homepage": "https://github.com/gatsbyjs/gatsby/tree/master/packages/gatsby-remark-images-contentful#readme",
"dependencies": {
- "@babel/runtime": "^7.0.0",
+ "@babel/runtime": "^7.5.5",
"axios": "^0.19.0",
"cheerio": "^1.0.0-rc.3",
"is-relative-url": "^2.0.0",
@@ -25,9 +25,9 @@
"unist-util-select": "^1.5.0"
},
"devDependencies": {
- "@babel/cli": "^7.0.0",
- "@babel/core": "^7.0.0",
- "babel-preset-gatsby-package": "^0.2.2",
+ "@babel/cli": "^7.5.5",
+ "@babel/core": "^7.5.5",
+ "babel-preset-gatsby-package": "^0.2.3",
"cross-env": "^5.2.0"
},
"keywords": [
diff --git a/packages/gatsby-remark-images-contentful/src/index.js b/packages/gatsby-remark-images-contentful/src/index.js
index 744e2878b1d18..a0f70c6b86dba 100644
--- a/packages/gatsby-remark-images-contentful/src/index.js
+++ b/packages/gatsby-remark-images-contentful/src/index.js
@@ -142,15 +142,11 @@ module.exports = async (
let rawHTML = `
${imageTag}
diff --git a/packages/gatsby-remark-images/CHANGELOG.md b/packages/gatsby-remark-images/CHANGELOG.md
index 91ad73493ec70..a917bae97751f 100644
--- a/packages/gatsby-remark-images/CHANGELOG.md
+++ b/packages/gatsby-remark-images/CHANGELOG.md
@@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
+## [3.1.17](https://github.com/gatsbyjs/gatsby/compare/gatsby-remark-images@3.1.16...gatsby-remark-images@3.1.17) (2019-08-23)
+
+**Note:** Version bump only for package gatsby-remark-images
+
+## [3.1.16](https://github.com/gatsbyjs/gatsby/compare/gatsby-remark-images@3.1.15...gatsby-remark-images@3.1.16) (2019-08-22)
+
+**Note:** Version bump only for package gatsby-remark-images
+
## [3.1.15](https://github.com/gatsbyjs/gatsby/compare/gatsby-remark-images@3.1.14...gatsby-remark-images@3.1.15) (2019-08-22)
**Note:** Version bump only for package gatsby-remark-images
diff --git a/packages/gatsby-remark-images/package.json b/packages/gatsby-remark-images/package.json
index a5d9a4ca2a0a3..09a52a9c751c1 100644
--- a/packages/gatsby-remark-images/package.json
+++ b/packages/gatsby-remark-images/package.json
@@ -1,13 +1,13 @@
{
"name": "gatsby-remark-images",
"description": "Processes images in markdown so they can be used in the production build.",
- "version": "3.1.15",
+ "version": "3.1.17",
"author": "Kyle Mathews ",
"bugs": {
"url": "https://github.com/gatsbyjs/gatsby/issues"
},
"dependencies": {
- "@babel/runtime": "^7.0.0",
+ "@babel/runtime": "^7.5.5",
"chalk": "^2.4.2",
"cheerio": "^1.0.0-rc.3",
"is-relative-url": "^2.0.0",
@@ -20,9 +20,9 @@
"unist-util-visit-parents": "^2.1.2"
},
"devDependencies": {
- "@babel/cli": "^7.0.0",
- "@babel/core": "^7.0.0",
- "babel-preset-gatsby-package": "^0.2.2",
+ "@babel/cli": "^7.5.5",
+ "@babel/core": "^7.5.5",
+ "babel-preset-gatsby-package": "^0.2.3",
"cross-env": "^5.2.0",
"hast-util-to-html": "^6.0.2",
"mdast-util-to-hast": "^6.0.1"
diff --git a/packages/gatsby-remark-images/src/__tests__/gastby-browser.js b/packages/gatsby-remark-images/src/__tests__/gastby-browser.js
index bd50d5c931223..d1f729ed33c3a 100644
--- a/packages/gatsby-remark-images/src/__tests__/gastby-browser.js
+++ b/packages/gatsby-remark-images/src/__tests__/gastby-browser.js
@@ -17,9 +17,7 @@ const createImageElement = () => {
return global.document.querySelector(`.${imageClass}`)
}
-const defaultImageBoxShadowStyle = `inset 0px 0px 0px 400px ${
- DEFAULT_OPTIONS.backgroundColor
-}`
+const defaultImageBoxShadowStyle = `inset 0px 0px 0px 400px ${DEFAULT_OPTIONS.backgroundColor}`
test(`it sets the default box-shadow on img element`, () => {
const pluginOptions = {}
diff --git a/packages/gatsby-remark-images/src/gatsby-browser.js b/packages/gatsby-remark-images/src/gatsby-browser.js
index 113bf7f32d3e8..1e9e734a62afe 100644
--- a/packages/gatsby-remark-images/src/gatsby-browser.js
+++ b/packages/gatsby-remark-images/src/gatsby-browser.js
@@ -30,9 +30,7 @@ exports.onRouteUpdate = (apiCallbackContext, pluginOptions) => {
backgroundElement.style.opacity = 0
imageElement.style.opacity = 1
imageElement.style.color = `inherit`
- imageElement.style.boxShadow = `inset 0px 0px 0px 400px ${
- options.backgroundColor
- }`
+ imageElement.style.boxShadow = `inset 0px 0px 0px 400px ${options.backgroundColor}`
imageElement.removeEventListener(`load`, onImageLoad)
imageElement.removeEventListener(`error`, onImageComplete)
}
diff --git a/packages/gatsby-remark-katex/CHANGELOG.md b/packages/gatsby-remark-katex/CHANGELOG.md
index 994c656df34aa..039953f920980 100644
--- a/packages/gatsby-remark-katex/CHANGELOG.md
+++ b/packages/gatsby-remark-katex/CHANGELOG.md
@@ -3,6 +3,10 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
+## [3.1.6](https://github.com/gatsbyjs/gatsby/compare/gatsby-remark-katex@3.1.5...gatsby-remark-katex@3.1.6) (2019-08-23)
+
+**Note:** Version bump only for package gatsby-remark-katex
+
## [3.1.5](https://github.com/gatsbyjs/gatsby/compare/gatsby-remark-katex@3.1.4...gatsby-remark-katex@3.1.5) (2019-08-22)
**Note:** Version bump only for package gatsby-remark-katex
diff --git a/packages/gatsby-remark-katex/package.json b/packages/gatsby-remark-katex/package.json
index c3e86ebc5e4c5..343b8ccfaa57f 100644
--- a/packages/gatsby-remark-katex/package.json
+++ b/packages/gatsby-remark-katex/package.json
@@ -1,20 +1,20 @@
{
"name": "gatsby-remark-katex",
"description": "Transform math nodes to html markup",
- "version": "3.1.5",
+ "version": "3.1.6",
"author": "Jeffrey Xiao ",
"bugs": {
"url": "https://github.com/gatsbyjs/gatsby/issues"
},
"dependencies": {
- "@babel/runtime": "^7.0.0",
+ "@babel/runtime": "^7.5.5",
"remark-math": "^1.0.6",
"unist-util-visit": "^1.4.1"
},
"devDependencies": {
- "@babel/cli": "^7.0.0",
- "@babel/core": "^7.0.0",
- "babel-preset-gatsby-package": "^0.2.2",
+ "@babel/cli": "^7.5.5",
+ "@babel/core": "^7.5.5",
+ "babel-preset-gatsby-package": "^0.2.3",
"cross-env": "^5.2.0",
"katex": "^0.11.0"
},
diff --git a/packages/gatsby-remark-prismjs/CHANGELOG.md b/packages/gatsby-remark-prismjs/CHANGELOG.md
index 97af731f1b995..504f32f8f4d12 100644
--- a/packages/gatsby-remark-prismjs/CHANGELOG.md
+++ b/packages/gatsby-remark-prismjs/CHANGELOG.md
@@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
+## [3.3.9](https://github.com/gatsbyjs/gatsby/compare/gatsby-remark-prismjs@3.3.8...gatsby-remark-prismjs@3.3.9) (2019-08-23)
+
+**Note:** Version bump only for package gatsby-remark-prismjs
+
+## [3.3.8](https://github.com/gatsbyjs/gatsby/compare/gatsby-remark-prismjs@3.3.7...gatsby-remark-prismjs@3.3.8) (2019-08-22)
+
+**Note:** Version bump only for package gatsby-remark-prismjs
+
## [3.3.7](https://github.com/gatsbyjs/gatsby/compare/gatsby-remark-prismjs@3.3.6...gatsby-remark-prismjs@3.3.7) (2019-08-22)
**Note:** Version bump only for package gatsby-remark-prismjs
diff --git a/packages/gatsby-remark-prismjs/package.json b/packages/gatsby-remark-prismjs/package.json
index f021babc72b66..38d3da243981b 100644
--- a/packages/gatsby-remark-prismjs/package.json
+++ b/packages/gatsby-remark-prismjs/package.json
@@ -1,20 +1,20 @@
{
"name": "gatsby-remark-prismjs",
"description": "Adds syntax highlighting to code blocks at build time using PrismJS",
- "version": "3.3.7",
+ "version": "3.3.9",
"author": "Kyle Mathews ",
"bugs": {
"url": "https://github.com/gatsbyjs/gatsby/issues"
},
"dependencies": {
- "@babel/runtime": "^7.0.0",
+ "@babel/runtime": "^7.5.5",
"parse-numeric-range": "^0.0.2",
"unist-util-visit": "^1.4.1"
},
"devDependencies": {
- "@babel/cli": "^7.0.0",
- "@babel/core": "^7.0.0",
- "babel-preset-gatsby-package": "^0.2.2",
+ "@babel/cli": "^7.5.5",
+ "@babel/core": "^7.5.5",
+ "babel-preset-gatsby-package": "^0.2.3",
"cross-env": "^5.2.0",
"prismjs": "^1.17.1",
"remark": "^9.0.0"
diff --git a/packages/gatsby-remark-prismjs/src/directives.js b/packages/gatsby-remark-prismjs/src/directives.js
index cc98b26e652db..c07f8699bd206 100644
--- a/packages/gatsby-remark-prismjs/src/directives.js
+++ b/packages/gatsby-remark-prismjs/src/directives.js
@@ -45,11 +45,7 @@ const stripComment = line =>
*/
line.replace(
new RegExp(
- `\\s*(${HIGHLIGHTED_JSX_COMMENT_START}|${PRISMJS_COMMENT_OPENING_SPAN_TAG}${
- COMMENT_START.source
- })\\s*${DIRECTIVE.source}\\s*(${HIGHLIGHTED_JSX_COMMENT_END}|${
- COMMENT_END.source
- }${PRISMJS_COMMENT_CLOSING_SPAN_TAG})`
+ `\\s*(${HIGHLIGHTED_JSX_COMMENT_START}|${PRISMJS_COMMENT_OPENING_SPAN_TAG}${COMMENT_START.source})\\s*${DIRECTIVE.source}\\s*(${HIGHLIGHTED_JSX_COMMENT_END}|${COMMENT_END.source}${PRISMJS_COMMENT_CLOSING_SPAN_TAG})`
),
``
)
diff --git a/packages/gatsby-remark-responsive-iframe/CHANGELOG.md b/packages/gatsby-remark-responsive-iframe/CHANGELOG.md
index 4d9afc1ae2003..abc23d4a89e63 100644
--- a/packages/gatsby-remark-responsive-iframe/CHANGELOG.md
+++ b/packages/gatsby-remark-responsive-iframe/CHANGELOG.md
@@ -3,6 +3,10 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
+## [2.2.8](https://github.com/gatsbyjs/gatsby/compare/gatsby-remark-responsive-iframe@2.2.7...gatsby-remark-responsive-iframe@2.2.8) (2019-08-23)
+
+**Note:** Version bump only for package gatsby-remark-responsive-iframe
+
## [2.2.7](https://github.com/gatsbyjs/gatsby/compare/gatsby-remark-responsive-iframe@2.2.6...gatsby-remark-responsive-iframe@2.2.7) (2019-08-22)
**Note:** Version bump only for package gatsby-remark-responsive-iframe
diff --git a/packages/gatsby-remark-responsive-iframe/package.json b/packages/gatsby-remark-responsive-iframe/package.json
index 9e53e011c365b..1f1dfb710f615 100644
--- a/packages/gatsby-remark-responsive-iframe/package.json
+++ b/packages/gatsby-remark-responsive-iframe/package.json
@@ -1,22 +1,22 @@
{
"name": "gatsby-remark-responsive-iframe",
"description": "Make iframes in Markdown processed by Remark responsive",
- "version": "2.2.7",
+ "version": "2.2.8",
"author": "Kyle Mathews ",
"bugs": {
"url": "https://github.com/gatsbyjs/gatsby/issues"
},
"dependencies": {
- "@babel/runtime": "^7.0.0",
+ "@babel/runtime": "^7.5.5",
"bluebird": "^3.5.5",
"cheerio": "^1.0.0-rc.3",
"lodash": "^4.17.15",
"unist-util-visit": "^1.4.1"
},
"devDependencies": {
- "@babel/cli": "^7.0.0",
- "@babel/core": "^7.0.0",
- "babel-preset-gatsby-package": "^0.2.2",
+ "@babel/cli": "^7.5.5",
+ "@babel/core": "^7.5.5",
+ "babel-preset-gatsby-package": "^0.2.3",
"cross-env": "^5.2.0",
"remark": "^10.0.1",
"remark-mdx": "^1.3.1",
diff --git a/packages/gatsby-remark-smartypants/CHANGELOG.md b/packages/gatsby-remark-smartypants/CHANGELOG.md
index a8e529ac27b64..30e1ff762fe2c 100644
--- a/packages/gatsby-remark-smartypants/CHANGELOG.md
+++ b/packages/gatsby-remark-smartypants/CHANGELOG.md
@@ -3,6 +3,10 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
+## [2.1.5](https://github.com/gatsbyjs/gatsby/compare/gatsby-remark-smartypants@2.1.4...gatsby-remark-smartypants@2.1.5) (2019-08-23)
+
+**Note:** Version bump only for package gatsby-remark-smartypants
+
## [2.1.4](https://github.com/gatsbyjs/gatsby/compare/gatsby-remark-smartypants@2.1.3...gatsby-remark-smartypants@2.1.4) (2019-08-22)
**Note:** Version bump only for package gatsby-remark-smartypants
diff --git a/packages/gatsby-remark-smartypants/package.json b/packages/gatsby-remark-smartypants/package.json
index 453a68feeec1a..9fe917500855d 100644
--- a/packages/gatsby-remark-smartypants/package.json
+++ b/packages/gatsby-remark-smartypants/package.json
@@ -1,21 +1,21 @@
{
"name": "gatsby-remark-smartypants",
"description": "Use retext-smartypants to auto-enhance typography of markdown",
- "version": "2.1.4",
+ "version": "2.1.5",
"author": "Kyle Mathews ",
"bugs": {
"url": "https://github.com/gatsbyjs/gatsby/issues"
},
"dependencies": {
- "@babel/runtime": "^7.0.0",
+ "@babel/runtime": "^7.5.5",
"retext": "^5.0.0",
"retext-smartypants": "^3.0.3",
"unist-util-visit": "^1.4.1"
},
"devDependencies": {
- "@babel/cli": "^7.0.0",
- "@babel/core": "^7.0.0",
- "babel-preset-gatsby-package": "^0.2.2",
+ "@babel/cli": "^7.5.5",
+ "@babel/core": "^7.5.5",
+ "babel-preset-gatsby-package": "^0.2.3",
"cross-env": "^5.2.0"
},
"homepage": "https://github.com/gatsbyjs/gatsby/tree/master/packages/gatsby-remark-smartypants#readme",
diff --git a/packages/gatsby-source-contentful/CHANGELOG.md b/packages/gatsby-source-contentful/CHANGELOG.md
index ff7cff1cbf223..f6dfb3bcb6ecf 100644
--- a/packages/gatsby-source-contentful/CHANGELOG.md
+++ b/packages/gatsby-source-contentful/CHANGELOG.md
@@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
+## [2.1.26](https://github.com/gatsbyjs/gatsby/compare/gatsby-source-contentful@2.1.25...gatsby-source-contentful@2.1.26) (2019-08-23)
+
+**Note:** Version bump only for package gatsby-source-contentful
+
+## [2.1.25](https://github.com/gatsbyjs/gatsby/compare/gatsby-source-contentful@2.1.24...gatsby-source-contentful@2.1.25) (2019-08-22)
+
+**Note:** Version bump only for package gatsby-source-contentful
+
## [2.1.24](https://github.com/gatsbyjs/gatsby/compare/gatsby-source-contentful@2.1.23...gatsby-source-contentful@2.1.24) (2019-08-22)
**Note:** Version bump only for package gatsby-source-contentful
diff --git a/packages/gatsby-source-contentful/package.json b/packages/gatsby-source-contentful/package.json
index 0dc9bb3e3bca3..e38881c4a4d03 100644
--- a/packages/gatsby-source-contentful/package.json
+++ b/packages/gatsby-source-contentful/package.json
@@ -1,13 +1,13 @@
{
"name": "gatsby-source-contentful",
"description": "Gatsby source plugin for building websites using the Contentful CMS as a data source",
- "version": "2.1.24",
+ "version": "2.1.26",
"author": "Marcus Ericsson (mericsson.com)",
"bugs": {
"url": "https://github.com/gatsbyjs/gatsby/issues"
},
"dependencies": {
- "@babel/runtime": "^7.0.0",
+ "@babel/runtime": "^7.5.5",
"@hapi/joi": "^15.1.1",
"axios": "^0.19.0",
"base64-img": "^1.0.4",
@@ -16,17 +16,17 @@
"contentful": "^6.1.3",
"deep-map": "^1.5.0",
"fs-extra": "^4.0.3",
- "gatsby-plugin-sharp": "^2.2.15",
- "gatsby-source-filesystem": "^2.1.13",
+ "gatsby-plugin-sharp": "^2.2.17",
+ "gatsby-source-filesystem": "^2.1.15",
"is-online": "^7.0.0",
"json-stringify-safe": "^5.0.1",
"lodash": "^4.17.15",
"qs": "^6.8.0"
},
"devDependencies": {
- "@babel/cli": "^7.0.0",
- "@babel/core": "^7.0.0",
- "babel-preset-gatsby-package": "^0.2.2",
+ "@babel/cli": "^7.5.5",
+ "@babel/core": "^7.5.5",
+ "babel-preset-gatsby-package": "^0.2.3",
"cross-env": "^5.2.0"
},
"homepage": "https://github.com/gatsbyjs/gatsby/tree/master/packages/gatsby-source-contentful#readme",
diff --git a/packages/gatsby-source-contentful/src/extend-node-type.js b/packages/gatsby-source-contentful/src/extend-node-type.js
index c7fb755fe33c8..a764dba1e3bd6 100644
--- a/packages/gatsby-source-contentful/src/extend-node-type.js
+++ b/packages/gatsby-source-contentful/src/extend-node-type.js
@@ -204,9 +204,7 @@ const resolveFluid = (image, options) => {
// If the users didn't set a default sizes, we'll make one.
if (!options.sizes) {
- options.sizes = `(max-width: ${options.maxWidth}px) 100vw, ${
- options.maxWidth
- }px`
+ options.sizes = `(max-width: ${options.maxWidth}px) 100vw, ${options.maxWidth}px`
}
// Create sizes (in width) for the image. If the max width of the container
diff --git a/packages/gatsby-source-drupal/CHANGELOG.md b/packages/gatsby-source-drupal/CHANGELOG.md
index 1c28817b3fa0b..4a033a92fad44 100644
--- a/packages/gatsby-source-drupal/CHANGELOG.md
+++ b/packages/gatsby-source-drupal/CHANGELOG.md
@@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
+## [3.2.20](https://github.com/gatsbyjs/gatsby/compare/gatsby-source-drupal@3.2.19...gatsby-source-drupal@3.2.20) (2019-08-23)
+
+**Note:** Version bump only for package gatsby-source-drupal
+
+## [3.2.19](https://github.com/gatsbyjs/gatsby/compare/gatsby-source-drupal@3.2.18...gatsby-source-drupal@3.2.19) (2019-08-22)
+
+**Note:** Version bump only for package gatsby-source-drupal
+
## [3.2.18](https://github.com/gatsbyjs/gatsby/compare/gatsby-source-drupal@3.2.17...gatsby-source-drupal@3.2.18) (2019-08-22)
**Note:** Version bump only for package gatsby-source-drupal
diff --git a/packages/gatsby-source-drupal/package.json b/packages/gatsby-source-drupal/package.json
index 073fc2d87077d..adf30eee3ad18 100644
--- a/packages/gatsby-source-drupal/package.json
+++ b/packages/gatsby-source-drupal/package.json
@@ -1,24 +1,24 @@
{
"name": "gatsby-source-drupal",
"description": "Gatsby source plugin for building websites using the Drupal CMS as a data source",
- "version": "3.2.18",
+ "version": "3.2.20",
"author": "Kyle Mathews ",
"bugs": {
"url": "https://github.com/gatsbyjs/gatsby/issues"
},
"dependencies": {
- "@babel/runtime": "^7.0.0",
+ "@babel/runtime": "^7.5.5",
"axios": "^0.19.0",
"bluebird": "^3.5.5",
"body-parser": "^1.19.0",
- "gatsby-source-filesystem": "^2.1.13",
+ "gatsby-source-filesystem": "^2.1.15",
"lodash": "^4.17.15",
"tiny-async-pool": "^1.0.4"
},
"devDependencies": {
- "@babel/cli": "^7.0.0",
- "@babel/core": "^7.0.0",
- "babel-preset-gatsby-package": "^0.2.2",
+ "@babel/cli": "^7.5.5",
+ "@babel/core": "^7.5.5",
+ "babel-preset-gatsby-package": "^0.2.3",
"cross-env": "^5.2.0"
},
"homepage": "https://github.com/gatsbyjs/gatsby/tree/master/packages/gatsby-source-drupal#readme",
diff --git a/packages/gatsby-source-faker/CHANGELOG.md b/packages/gatsby-source-faker/CHANGELOG.md
index 15897800f5a9d..43e1a7d7f40f6 100644
--- a/packages/gatsby-source-faker/CHANGELOG.md
+++ b/packages/gatsby-source-faker/CHANGELOG.md
@@ -3,6 +3,10 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
+## [2.1.4](https://github.com/gatsbyjs/gatsby/compare/gatsby-source-faker@2.1.3...gatsby-source-faker@2.1.4) (2019-08-23)
+
+**Note:** Version bump only for package gatsby-source-faker
+
## [2.1.3](https://github.com/gatsbyjs/gatsby/compare/gatsby-source-faker@2.1.2...gatsby-source-faker@2.1.3) (2019-08-20)
**Note:** Version bump only for package gatsby-source-faker
diff --git a/packages/gatsby-source-faker/package.json b/packages/gatsby-source-faker/package.json
index b9ed7de7a2f4d..a7a8d9f7a4fdc 100644
--- a/packages/gatsby-source-faker/package.json
+++ b/packages/gatsby-source-faker/package.json
@@ -1,19 +1,19 @@
{
"name": "gatsby-source-faker",
"description": "A gatsby plugin to get fake data for testing",
- "version": "2.1.3",
+ "version": "2.1.4",
"author": "Pavithra Kodmad",
"bugs": {
"url": "https://github.com/gatsbyjs/gatsby/issues"
},
"dependencies": {
- "@babel/runtime": "^7.0.0",
+ "@babel/runtime": "^7.5.5",
"faker": "^4.1.0"
},
"devDependencies": {
- "@babel/cli": "^7.0.0",
- "@babel/core": "^7.0.0",
- "babel-preset-gatsby-package": "^0.2.2",
+ "@babel/cli": "^7.5.5",
+ "@babel/core": "^7.5.5",
+ "babel-preset-gatsby-package": "^0.2.3",
"cross-env": "^5.2.0"
},
"homepage": "https://github.com/gatsbyjs/gatsby/tree/master/packages/gatsby-source-faker#readme",
diff --git a/packages/gatsby-source-filesystem/CHANGELOG.md b/packages/gatsby-source-filesystem/CHANGELOG.md
index bf3f35f6313db..541bb6f559919 100644
--- a/packages/gatsby-source-filesystem/CHANGELOG.md
+++ b/packages/gatsby-source-filesystem/CHANGELOG.md
@@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
+## [2.1.15](https://github.com/gatsbyjs/gatsby/compare/gatsby-source-filesystem@2.1.14...gatsby-source-filesystem@2.1.15) (2019-08-23)
+
+**Note:** Version bump only for package gatsby-source-filesystem
+
+## [2.1.14](https://github.com/gatsbyjs/gatsby/compare/gatsby-source-filesystem@2.1.13...gatsby-source-filesystem@2.1.14) (2019-08-22)
+
+**Note:** Version bump only for package gatsby-source-filesystem
+
## [2.1.13](https://github.com/gatsbyjs/gatsby/compare/gatsby-source-filesystem@2.1.12...gatsby-source-filesystem@2.1.13) (2019-08-22)
**Note:** Version bump only for package gatsby-source-filesystem
diff --git a/packages/gatsby-source-filesystem/package.json b/packages/gatsby-source-filesystem/package.json
index b5b9a3302ef7a..4644bcc78add3 100644
--- a/packages/gatsby-source-filesystem/package.json
+++ b/packages/gatsby-source-filesystem/package.json
@@ -1,19 +1,19 @@
{
"name": "gatsby-source-filesystem",
"description": "Gatsby plugin which parses files within a directory for further parsing by other plugins",
- "version": "2.1.13",
+ "version": "2.1.15",
"author": "Kyle Mathews ",
"bugs": {
"url": "https://github.com/gatsbyjs/gatsby/issues"
},
"dependencies": {
- "@babel/runtime": "^7.0.0",
+ "@babel/runtime": "^7.5.5",
"better-queue": "^3.8.10",
"bluebird": "^3.5.5",
"chokidar": "2.1.8",
"file-type": "^10.11.0",
"fs-extra": "^5.0.0",
- "gatsby-core-utils": "^1.0.5",
+ "gatsby-core-utils": "^1.0.6",
"got": "^7.1.0",
"md5-file": "^3.2.3",
"mime": "^2.4.4",
@@ -24,9 +24,9 @@
"xstate": "^3.3.3"
},
"devDependencies": {
- "@babel/cli": "^7.0.0",
- "@babel/core": "^7.0.0",
- "babel-preset-gatsby-package": "^0.2.2",
+ "@babel/cli": "^7.5.5",
+ "@babel/core": "^7.5.5",
+ "babel-preset-gatsby-package": "^0.2.3",
"cross-env": "^5.2.0"
},
"homepage": "https://github.com/gatsbyjs/gatsby/tree/master/packages/gatsby-source-filesystem#readme",
diff --git a/packages/gatsby-source-filesystem/src/extend-file-node.js b/packages/gatsby-source-filesystem/src/extend-file-node.js
index 52991f4d1616f..d3290f96519ae 100644
--- a/packages/gatsby-source-filesystem/src/extend-file-node.js
+++ b/packages/gatsby-source-filesystem/src/extend-file-node.js
@@ -14,9 +14,7 @@ module.exports = ({ type, getNodeAndSavePathDependency, pathPrefix = `` }) => {
description: `Copy file to static directory and return public url to it`,
resolve: (file, fieldArgs, context) => {
const details = getNodeAndSavePathDependency(file.id, context.path)
- const fileName = `${file.name}-${file.internal.contentDigest}${
- details.ext
- }`
+ const fileName = `${file.name}-${file.internal.contentDigest}${details.ext}`
const publicPath = path.join(
process.cwd(),
@@ -29,9 +27,7 @@ module.exports = ({ type, getNodeAndSavePathDependency, pathPrefix = `` }) => {
fs.copy(details.absolutePath, publicPath, err => {
if (err) {
console.error(
- `error copying file from ${
- details.absolutePath
- } to ${publicPath}`,
+ `error copying file from ${details.absolutePath} to ${publicPath}`,
err
)
}
diff --git a/packages/gatsby-source-graphql/CHANGELOG.md b/packages/gatsby-source-graphql/CHANGELOG.md
index ca38ca5b17470..1a5c5fc3e9421 100644
--- a/packages/gatsby-source-graphql/CHANGELOG.md
+++ b/packages/gatsby-source-graphql/CHANGELOG.md
@@ -3,6 +3,16 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
+## [2.1.9](https://github.com/gatsbyjs/gatsby/compare/gatsby-source-graphql@2.1.8...gatsby-source-graphql@2.1.9) (2019-08-23)
+
+**Note:** Version bump only for package gatsby-source-graphql
+
+## [2.1.8](https://github.com/gatsbyjs/gatsby/compare/gatsby-source-graphql@2.1.7...gatsby-source-graphql@2.1.8) (2019-08-23)
+
+### Bug Fixes
+
+- update minor updates in packages except react, babel and… ([#16960](https://github.com/gatsbyjs/gatsby/issues/16960)) ([d6bd515](https://github.com/gatsbyjs/gatsby/commit/d6bd515))
+
## [2.1.7](https://github.com/gatsbyjs/gatsby/compare/gatsby-source-graphql@2.1.6...gatsby-source-graphql@2.1.7) (2019-08-22)
**Note:** Version bump only for package gatsby-source-graphql
diff --git a/packages/gatsby-source-graphql/package.json b/packages/gatsby-source-graphql/package.json
index ed4ef95b02038..92509fdae5157 100644
--- a/packages/gatsby-source-graphql/package.json
+++ b/packages/gatsby-source-graphql/package.json
@@ -1,25 +1,25 @@
{
"name": "gatsby-source-graphql",
"description": "Gatsby plugin which adds a third-party GraphQL API to Gatsby GraphQL",
- "version": "2.1.7",
+ "version": "2.1.9",
"author": "Mikhail Novikov ",
"bugs": {
"url": "https://github.com/gatsbyjs/gatsby/issues"
},
"dependencies": {
- "@babel/runtime": "^7.0.0",
+ "@babel/runtime": "^7.5.5",
"apollo-link": "1.2.12",
"apollo-link-http": "^1.5.15",
- "graphql": "^14.4.2",
+ "graphql": "^14.5.0",
"graphql-tools": "^3.1.1",
"invariant": "^2.2.4",
"node-fetch": "^1.7.3",
"uuid": "^3.3.3"
},
"devDependencies": {
- "@babel/cli": "^7.0.0",
- "@babel/core": "^7.0.0",
- "babel-preset-gatsby-package": "^0.2.2",
+ "@babel/cli": "^7.5.5",
+ "@babel/core": "^7.5.5",
+ "babel-preset-gatsby-package": "^0.2.3",
"cross-env": "^5.2.0"
},
"homepage": "https://github.com/gatsbyjs/gatsby/tree/master/packages/gatsby-source-graphql#readme",
diff --git a/packages/gatsby-source-hacker-news/CHANGELOG.md b/packages/gatsby-source-hacker-news/CHANGELOG.md
index eafab2c6d1a3f..743f6d581e24e 100644
--- a/packages/gatsby-source-hacker-news/CHANGELOG.md
+++ b/packages/gatsby-source-hacker-news/CHANGELOG.md
@@ -3,6 +3,10 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
+## [2.1.6](https://github.com/gatsbyjs/gatsby/compare/gatsby-source-hacker-news@2.1.5...gatsby-source-hacker-news@2.1.6) (2019-08-23)
+
+**Note:** Version bump only for package gatsby-source-hacker-news
+
## [2.1.5](https://github.com/gatsbyjs/gatsby/compare/gatsby-source-hacker-news@2.1.4...gatsby-source-hacker-news@2.1.5) (2019-08-22)
**Note:** Version bump only for package gatsby-source-hacker-news
diff --git a/packages/gatsby-source-hacker-news/package.json b/packages/gatsby-source-hacker-news/package.json
index b556f048892cd..da481c8839f96 100644
--- a/packages/gatsby-source-hacker-news/package.json
+++ b/packages/gatsby-source-hacker-news/package.json
@@ -1,20 +1,20 @@
{
"name": "gatsby-source-hacker-news",
"description": "Gatsby source plugin for building websites using Hacker News as a data source",
- "version": "2.1.5",
+ "version": "2.1.6",
"author": "Kyle Mathews ",
"bugs": {
"url": "https://github.com/gatsbyjs/gatsby/issues"
},
"dependencies": {
- "@babel/runtime": "^7.0.0",
+ "@babel/runtime": "^7.5.5",
"axios": "^0.19.0",
"lodash": "^4.17.15"
},
"devDependencies": {
- "@babel/cli": "^7.0.0",
- "@babel/core": "^7.0.0",
- "babel-preset-gatsby-package": "^0.2.2",
+ "@babel/cli": "^7.5.5",
+ "@babel/core": "^7.5.5",
+ "babel-preset-gatsby-package": "^0.2.3",
"cross-env": "^5.2.0"
},
"homepage": "https://github.com/gatsbyjs/gatsby/tree/master/packages/gatsby-source-hacker-news#readme",
diff --git a/packages/gatsby-source-lever/CHANGELOG.md b/packages/gatsby-source-lever/CHANGELOG.md
index 130efd07b46b9..2ff9c285dfa0e 100644
--- a/packages/gatsby-source-lever/CHANGELOG.md
+++ b/packages/gatsby-source-lever/CHANGELOG.md
@@ -3,6 +3,10 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
+## [2.1.7](https://github.com/gatsbyjs/gatsby/compare/gatsby-source-lever@2.1.6...gatsby-source-lever@2.1.7) (2019-08-23)
+
+**Note:** Version bump only for package gatsby-source-lever
+
## [2.1.6](https://github.com/gatsbyjs/gatsby/compare/gatsby-source-lever@2.1.5...gatsby-source-lever@2.1.6) (2019-08-22)
**Note:** Version bump only for package gatsby-source-lever
diff --git a/packages/gatsby-source-lever/package.json b/packages/gatsby-source-lever/package.json
index d848de7c4e6fe..747fc812360c7 100644
--- a/packages/gatsby-source-lever/package.json
+++ b/packages/gatsby-source-lever/package.json
@@ -1,14 +1,14 @@
{
"name": "gatsby-source-lever",
"description": "Gatsby source plugin for building websites using the Lever.co Recruitment Software as a data source.",
- "version": "2.1.6",
+ "version": "2.1.7",
"author": "Sebastien Fichot ",
"bugs": {
"url": "https://github.com/gatsbyjs/gatsby/issues"
},
"bundledDependencies": [],
"dependencies": {
- "@babel/runtime": "^7.0.0",
+ "@babel/runtime": "^7.5.5",
"axios": "^0.19.0",
"bluebird": "^3.5.5",
"deep-map": "^1.5.0",
@@ -18,9 +18,9 @@
},
"deprecated": false,
"devDependencies": {
- "@babel/cli": "^7.0.0",
- "@babel/core": "^7.0.0",
- "babel-preset-gatsby-package": "^0.2.2",
+ "@babel/cli": "^7.5.5",
+ "@babel/core": "^7.5.5",
+ "babel-preset-gatsby-package": "^0.2.3",
"cross-env": "^5.2.0"
},
"homepage": "https://github.com/gatsbyjs/gatsby/tree/master/packages/gatsby-source-lever#readme",
diff --git a/packages/gatsby-source-medium/CHANGELOG.md b/packages/gatsby-source-medium/CHANGELOG.md
index 94d6254fe8dab..bf3a13400c64a 100644
--- a/packages/gatsby-source-medium/CHANGELOG.md
+++ b/packages/gatsby-source-medium/CHANGELOG.md
@@ -3,6 +3,10 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
+## [2.1.4](https://github.com/gatsbyjs/gatsby/compare/gatsby-source-medium@2.1.3...gatsby-source-medium@2.1.4) (2019-08-23)
+
+**Note:** Version bump only for package gatsby-source-medium
+
## [2.1.3](https://github.com/gatsbyjs/gatsby/compare/gatsby-source-medium@2.1.2...gatsby-source-medium@2.1.3) (2019-08-20)
**Note:** Version bump only for package gatsby-source-medium
diff --git a/packages/gatsby-source-medium/package.json b/packages/gatsby-source-medium/package.json
index 5ab49cd6df9c5..0ee7470ca853f 100644
--- a/packages/gatsby-source-medium/package.json
+++ b/packages/gatsby-source-medium/package.json
@@ -1,19 +1,19 @@
{
"name": "gatsby-source-medium",
"description": "Gatsby source plugin for building websites using Medium as a data source",
- "version": "2.1.3",
+ "version": "2.1.4",
"author": "Robert Vogt ",
"bugs": {
"url": "https://github.com/gatsbyjs/gatsby/issues"
},
"dependencies": {
- "@babel/runtime": "^7.0.0",
+ "@babel/runtime": "^7.5.5",
"axios": "^0.19.0"
},
"devDependencies": {
- "@babel/cli": "^7.0.0",
- "@babel/core": "^7.0.0",
- "babel-preset-gatsby-package": "^0.2.2",
+ "@babel/cli": "^7.5.5",
+ "@babel/core": "^7.5.5",
+ "babel-preset-gatsby-package": "^0.2.3",
"cross-env": "^5.2.0"
},
"homepage": "https://github.com/gatsbyjs/gatsby/tree/master/packages/gatsby-source-medium#readme",
diff --git a/packages/gatsby-source-mongodb/CHANGELOG.md b/packages/gatsby-source-mongodb/CHANGELOG.md
index 79b34e3fbf2ca..52600e56fb344 100644
--- a/packages/gatsby-source-mongodb/CHANGELOG.md
+++ b/packages/gatsby-source-mongodb/CHANGELOG.md
@@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
+## [2.1.8](https://github.com/gatsbyjs/gatsby/compare/gatsby-source-mongodb@2.1.7...gatsby-source-mongodb@2.1.8) (2019-08-23)
+
+**Note:** Version bump only for package gatsby-source-mongodb
+
+## [2.1.7](https://github.com/gatsbyjs/gatsby/compare/gatsby-source-mongodb@2.1.6...gatsby-source-mongodb@2.1.7) (2019-08-22)
+
+**Note:** Version bump only for package gatsby-source-mongodb
+
## [2.1.6](https://github.com/gatsbyjs/gatsby/compare/gatsby-source-mongodb@2.1.5...gatsby-source-mongodb@2.1.6) (2019-08-22)
**Note:** Version bump only for package gatsby-source-mongodb
diff --git a/packages/gatsby-source-mongodb/package.json b/packages/gatsby-source-mongodb/package.json
index 791322f10d599..a6d6d7744152f 100644
--- a/packages/gatsby-source-mongodb/package.json
+++ b/packages/gatsby-source-mongodb/package.json
@@ -1,7 +1,7 @@
{
"name": "gatsby-source-mongodb",
"description": "Source plugin for pulling data into Gatsby from MongoDB collections",
- "version": "2.1.6",
+ "version": "2.1.8",
"authors": [
"jhermans85@hotmail.com",
"hi@elmar.codes"
@@ -10,16 +10,16 @@
"url": "https://github.com/gatsbyjs/gatsby/issues"
},
"dependencies": {
- "@babel/runtime": "^7.0.0",
+ "@babel/runtime": "^7.5.5",
"lodash.camelcase": "^4.3.0",
"lodash.isstring": "^4.0.1",
"mongodb": "^3.3.0",
"query-string": "^6.8.2"
},
"devDependencies": {
- "@babel/cli": "^7.0.0",
- "@babel/core": "^7.0.0",
- "babel-preset-gatsby-package": "^0.2.2",
+ "@babel/cli": "^7.5.5",
+ "@babel/core": "^7.5.5",
+ "babel-preset-gatsby-package": "^0.2.3",
"cross-env": "^5.2.0"
},
"homepage": "https://github.com/gatsbyjs/gatsby/tree/master/packages/gatsby-source-mongodb#readme",
diff --git a/packages/gatsby-source-mongodb/src/gatsby-node.js b/packages/gatsby-source-mongodb/src/gatsby-node.js
index 61f3a8f763420..3f810da892de6 100644
--- a/packages/gatsby-source-mongodb/src/gatsby-node.js
+++ b/packages/gatsby-source-mongodb/src/gatsby-node.js
@@ -25,9 +25,7 @@ exports.sourceNodes = (
const clientOptions = pluginOptions.clientOptions || { useNewUrlParser: true }
const connectionURL = pluginOptions.connectionString
? `${pluginOptions.connectionString}/${dbName}${connectionExtraParams}`
- : `mongodb://${authUrlPart}${serverOptions.address}:${
- serverOptions.port
- }/${dbName}${connectionExtraParams}`
+ : `mongodb://${authUrlPart}${serverOptions.address}:${serverOptions.port}/${dbName}${connectionExtraParams}`
const mongoClient = new MongoClient(connectionURL, clientOptions)
return mongoClient
.connect()
diff --git a/packages/gatsby-source-npm-package-search/CHANGELOG.md b/packages/gatsby-source-npm-package-search/CHANGELOG.md
index 33cf226a6db41..44ec8c6d9f655 100644
--- a/packages/gatsby-source-npm-package-search/CHANGELOG.md
+++ b/packages/gatsby-source-npm-package-search/CHANGELOG.md
@@ -3,6 +3,10 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
+## [2.1.6](https://github.com/gatsbyjs/gatsby/compare/gatsby-source-npm-package-search@2.1.5...gatsby-source-npm-package-search@2.1.6) (2019-08-23)
+
+**Note:** Version bump only for package gatsby-source-npm-package-search
+
## [2.1.5](https://github.com/gatsbyjs/gatsby/compare/gatsby-source-npm-package-search@2.1.4...gatsby-source-npm-package-search@2.1.5) (2019-08-21)
### Bug Fixes
diff --git a/packages/gatsby-source-npm-package-search/package.json b/packages/gatsby-source-npm-package-search/package.json
index dd437d548a2db..c605e08564423 100644
--- a/packages/gatsby-source-npm-package-search/package.json
+++ b/packages/gatsby-source-npm-package-search/package.json
@@ -1,7 +1,7 @@
{
"name": "gatsby-source-npm-package-search",
"description": "Search NPM packages and pull NPM & GitHub metadata from Algolia's NPM index",
- "version": "2.1.5",
+ "version": "2.1.6",
"author": "james.a.stack@gmail.com",
"repository": {
"type": "git",
@@ -10,14 +10,14 @@
},
"homepage": "https://github.com/gatsbyjs/gatsby/tree/master/packages/gatsby-source-npm-package-search#readme",
"dependencies": {
- "@babel/runtime": "^7.0.0",
+ "@babel/runtime": "^7.5.5",
"algoliasearch": "^3.33.0",
"got": "^8.3.2"
},
"devDependencies": {
- "@babel/cli": "^7.0.0",
- "@babel/core": "^7.0.0",
- "babel-preset-gatsby-package": "^0.2.2",
+ "@babel/cli": "^7.5.5",
+ "@babel/core": "^7.5.5",
+ "babel-preset-gatsby-package": "^0.2.3",
"cross-env": "^5.2.0"
},
"keywords": [
diff --git a/packages/gatsby-source-shopify/CHANGELOG.md b/packages/gatsby-source-shopify/CHANGELOG.md
index d3e4d1ede26bf..eef73e57d8192 100644
--- a/packages/gatsby-source-shopify/CHANGELOG.md
+++ b/packages/gatsby-source-shopify/CHANGELOG.md
@@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
+## [3.0.6](https://github.com/gatsbyjs/gatsby/compare/gatsby-source-shopify@3.0.5...gatsby-source-shopify@3.0.6) (2019-08-23)
+
+**Note:** Version bump only for package gatsby-source-shopify
+
+## [3.0.5](https://github.com/gatsbyjs/gatsby/compare/gatsby-source-shopify@3.0.4...gatsby-source-shopify@3.0.5) (2019-08-22)
+
+**Note:** Version bump only for package gatsby-source-shopify
+
## [3.0.4](https://github.com/gatsbyjs/gatsby/compare/gatsby-source-shopify@3.0.3...gatsby-source-shopify@3.0.4) (2019-08-22)
**Note:** Version bump only for package gatsby-source-shopify
diff --git a/packages/gatsby-source-shopify/package.json b/packages/gatsby-source-shopify/package.json
index 7567714a0e536..f68f5803834bd 100644
--- a/packages/gatsby-source-shopify/package.json
+++ b/packages/gatsby-source-shopify/package.json
@@ -1,6 +1,6 @@
{
"name": "gatsby-source-shopify",
- "version": "3.0.4",
+ "version": "3.0.6",
"description": "Gatsby source plugin for building websites using Shopfiy as a data source.",
"scripts": {
"build": "babel src --out-dir . --ignore **/__tests__",
@@ -28,15 +28,15 @@
"gatsby": "^2.0.0"
},
"devDependencies": {
- "@babel/cli": "^7.0.0",
- "@babel/core": "^7.0.0",
+ "@babel/cli": "^7.5.5",
+ "@babel/core": "^7.5.5",
"cross-env": "^5.2.0"
},
"dependencies": {
- "babel-preset-gatsby-package": "^0.2.2",
+ "babel-preset-gatsby-package": "^0.2.3",
"chalk": "^2.4.2",
"gatsby-node-helpers": "^0.3.0",
- "gatsby-source-filesystem": "^2.1.13",
+ "gatsby-source-filesystem": "^2.1.15",
"graphql-request": "^1.8.2",
"lodash": "^4.17.15",
"p-iteration": "^1.1.8",
diff --git a/packages/gatsby-source-wikipedia/CHANGELOG.md b/packages/gatsby-source-wikipedia/CHANGELOG.md
index b21dace347194..7075d35593482 100644
--- a/packages/gatsby-source-wikipedia/CHANGELOG.md
+++ b/packages/gatsby-source-wikipedia/CHANGELOG.md
@@ -3,6 +3,10 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
+## [2.1.4](https://github.com/gatsbyjs/gatsby/compare/gatsby-source-wikipedia@2.1.3...gatsby-source-wikipedia@2.1.4) (2019-08-23)
+
+**Note:** Version bump only for package gatsby-source-wikipedia
+
## [2.1.3](https://github.com/gatsbyjs/gatsby/compare/gatsby-source-wikipedia@2.1.2...gatsby-source-wikipedia@2.1.3) (2019-08-20)
**Note:** Version bump only for package gatsby-source-wikipedia
diff --git a/packages/gatsby-source-wikipedia/package.json b/packages/gatsby-source-wikipedia/package.json
index bb7a33baa7346..d63e226843e3d 100644
--- a/packages/gatsby-source-wikipedia/package.json
+++ b/packages/gatsby-source-wikipedia/package.json
@@ -1,6 +1,6 @@
{
"name": "gatsby-source-wikipedia",
- "version": "2.1.3",
+ "version": "2.1.4",
"description": "Gatsby source plugin for pulling articles from Wikipedia",
"main": "index.js",
"scripts": {
@@ -29,13 +29,13 @@
},
"license": "MIT",
"dependencies": {
- "@babel/runtime": "^7.0.0",
+ "@babel/runtime": "^7.5.5",
"axios": "^0.19.0"
},
"devDependencies": {
- "@babel/cli": "^7.0.0",
- "@babel/core": "^7.0.0",
- "babel-preset-gatsby-package": "^0.2.2",
+ "@babel/cli": "^7.5.5",
+ "@babel/core": "^7.5.5",
+ "babel-preset-gatsby-package": "^0.2.3",
"cross-env": "^5.2.0"
},
"engines": {
diff --git a/packages/gatsby-source-wordpress/CHANGELOG.md b/packages/gatsby-source-wordpress/CHANGELOG.md
index f8c510046c020..0da47d4c85d0a 100644
--- a/packages/gatsby-source-wordpress/CHANGELOG.md
+++ b/packages/gatsby-source-wordpress/CHANGELOG.md
@@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
+## [3.1.22](https://github.com/gatsbyjs/gatsby/compare/gatsby-source-wordpress@3.1.21...gatsby-source-wordpress@3.1.22) (2019-08-23)
+
+**Note:** Version bump only for package gatsby-source-wordpress
+
+## [3.1.21](https://github.com/gatsbyjs/gatsby/compare/gatsby-source-wordpress@3.1.20...gatsby-source-wordpress@3.1.21) (2019-08-22)
+
+**Note:** Version bump only for package gatsby-source-wordpress
+
## [3.1.20](https://github.com/gatsbyjs/gatsby/compare/gatsby-source-wordpress@3.1.19...gatsby-source-wordpress@3.1.20) (2019-08-22)
**Note:** Version bump only for package gatsby-source-wordpress
diff --git a/packages/gatsby-source-wordpress/package.json b/packages/gatsby-source-wordpress/package.json
index 5a7605f27a28a..c223dfad57322 100644
--- a/packages/gatsby-source-wordpress/package.json
+++ b/packages/gatsby-source-wordpress/package.json
@@ -1,20 +1,20 @@
{
"name": "gatsby-source-wordpress",
"description": "Gatsby source plugin for building websites using the Wordpress CMS as a data source.",
- "version": "3.1.20",
+ "version": "3.1.22",
"author": "Sebastien Fichot ",
"bugs": {
"url": "https://github.com/gatsbyjs/gatsby/issues"
},
"bundledDependencies": [],
"dependencies": {
- "@babel/runtime": "^7.0.0",
+ "@babel/runtime": "^7.5.5",
"axios": "^0.19.0",
"better-queue": "^3.8.10",
"bluebird": "^3.5.5",
"deep-map": "^1.5.0",
"deep-map-keys": "^1.2.0",
- "gatsby-source-filesystem": "^2.1.13",
+ "gatsby-source-filesystem": "^2.1.15",
"json-stringify-safe": "^5.0.1",
"lodash": "^4.17.15",
"minimatch": "^3.0.4",
@@ -22,9 +22,9 @@
},
"deprecated": false,
"devDependencies": {
- "@babel/cli": "^7.0.0",
- "@babel/core": "^7.0.0",
- "babel-preset-gatsby-package": "^0.2.2",
+ "@babel/cli": "^7.5.5",
+ "@babel/core": "^7.5.5",
+ "babel-preset-gatsby-package": "^0.2.3",
"cross-env": "^5.2.0"
},
"homepage": "https://github.com/gatsbyjs/gatsby/tree/master/packages/gatsby-source-wordpress#readme",
diff --git a/packages/gatsby-telemetry/CHANGELOG.md b/packages/gatsby-telemetry/CHANGELOG.md
index b73d9dae3fd58..11e61866b5c31 100644
--- a/packages/gatsby-telemetry/CHANGELOG.md
+++ b/packages/gatsby-telemetry/CHANGELOG.md
@@ -3,6 +3,10 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
+## [1.1.18](https://github.com/gatsbyjs/gatsby/compare/gatsby-telemetry@1.1.17...gatsby-telemetry@1.1.18) (2019-08-23)
+
+**Note:** Version bump only for package gatsby-telemetry
+
## [1.1.17](https://github.com/gatsbyjs/gatsby/compare/gatsby-telemetry@1.1.16...gatsby-telemetry@1.1.17) (2019-08-22)
**Note:** Version bump only for package gatsby-telemetry
diff --git a/packages/gatsby-telemetry/package.json b/packages/gatsby-telemetry/package.json
index 5a669a97dfaa4..219e2fdb5fd65 100644
--- a/packages/gatsby-telemetry/package.json
+++ b/packages/gatsby-telemetry/package.json
@@ -1,14 +1,14 @@
{
"name": "gatsby-telemetry",
"description": "Gatsby Telemetry",
- "version": "1.1.17",
+ "version": "1.1.18",
"author": "Jarmo Isotalo ",
"bugs": {
"url": "https://github.com/gatsbyjs/gatsby/issues"
},
"dependencies": {
- "@babel/code-frame": "^7.0.0",
- "@babel/runtime": "^7.0.0",
+ "@babel/code-frame": "^7.5.5",
+ "@babel/runtime": "^7.5.5",
"bluebird": "^3.5.5",
"boxen": "^3.2.0",
"ci-info": "2.0.0",
@@ -26,10 +26,10 @@
"uuid": "3.3.3"
},
"devDependencies": {
- "@babel/cli": "^7.0.0",
- "@babel/core": "^7.0.0",
+ "@babel/cli": "^7.5.5",
+ "@babel/core": "^7.5.5",
"babel-jest": "^24.9.0",
- "babel-preset-gatsby-package": "^0.2.2",
+ "babel-preset-gatsby-package": "^0.2.3",
"cross-env": "^5.2.0",
"jest": "^24.9.0",
"jest-cli": "^24.9.0",
diff --git a/packages/gatsby-transformer-asciidoc/CHANGELOG.md b/packages/gatsby-transformer-asciidoc/CHANGELOG.md
index 3e4a8c1a57c50..20c7654cb58ba 100644
--- a/packages/gatsby-transformer-asciidoc/CHANGELOG.md
+++ b/packages/gatsby-transformer-asciidoc/CHANGELOG.md
@@ -3,6 +3,10 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
+## [1.1.7](https://github.com/gatsbyjs/gatsby/compare/gatsby-transformer-asciidoc@1.1.6...gatsby-transformer-asciidoc@1.1.7) (2019-08-23)
+
+**Note:** Version bump only for package gatsby-transformer-asciidoc
+
## [1.1.6](https://github.com/gatsbyjs/gatsby/compare/gatsby-transformer-asciidoc@1.1.5...gatsby-transformer-asciidoc@1.1.6) (2019-08-22)
**Note:** Version bump only for package gatsby-transformer-asciidoc
diff --git a/packages/gatsby-transformer-asciidoc/package.json b/packages/gatsby-transformer-asciidoc/package.json
index b9a077b116b4b..bb286fb4b5009 100644
--- a/packages/gatsby-transformer-asciidoc/package.json
+++ b/packages/gatsby-transformer-asciidoc/package.json
@@ -1,19 +1,19 @@
{
"name": "gatsby-transformer-asciidoc",
"description": "Gatsby transformer plugin for Asciidocs using the Asciidoctor.js library",
- "version": "1.1.6",
+ "version": "1.1.7",
"author": "Daniel Oliver ",
"bugs": {
"url": "https://github.com/gatsbyjs/gatsby/issues"
},
"dependencies": {
- "@babel/runtime": "^7.0.0",
+ "@babel/runtime": "^7.5.5",
"asciidoctor": "^2.0.3"
},
"devDependencies": {
- "@babel/cli": "^7.0.0",
- "@babel/core": "^7.0.0",
- "babel-preset-gatsby-package": "^0.2.2",
+ "@babel/cli": "^7.5.5",
+ "@babel/core": "^7.5.5",
+ "babel-preset-gatsby-package": "^0.2.3",
"cross-env": "^5.2.0",
"lodash": "^4.17.15"
},
diff --git a/packages/gatsby-transformer-csv/CHANGELOG.md b/packages/gatsby-transformer-csv/CHANGELOG.md
index b10a13339e059..2af8465c87ea9 100644
--- a/packages/gatsby-transformer-csv/CHANGELOG.md
+++ b/packages/gatsby-transformer-csv/CHANGELOG.md
@@ -3,6 +3,10 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
+## [2.1.5](https://github.com/gatsbyjs/gatsby/compare/gatsby-transformer-csv@2.1.4...gatsby-transformer-csv@2.1.5) (2019-08-23)
+
+**Note:** Version bump only for package gatsby-transformer-csv
+
## [2.1.4](https://github.com/gatsbyjs/gatsby/compare/gatsby-transformer-csv@2.1.3...gatsby-transformer-csv@2.1.4) (2019-08-21)
### Bug Fixes
diff --git a/packages/gatsby-transformer-csv/package.json b/packages/gatsby-transformer-csv/package.json
index 19c5a563a543e..1bde409cabd3d 100644
--- a/packages/gatsby-transformer-csv/package.json
+++ b/packages/gatsby-transformer-csv/package.json
@@ -1,20 +1,20 @@
{
"name": "gatsby-transformer-csv",
"description": "Gatsby transformer plugin for CSV files",
- "version": "2.1.4",
+ "version": "2.1.5",
"author": "Sonal Saldanha ",
"bugs": {
"url": "https://github.com/gatsbyjs/gatsby/issues"
},
"dependencies": {
- "@babel/runtime": "^7.0.0",
+ "@babel/runtime": "^7.5.5",
"bluebird": "^3.5.5",
"csvtojson": "^1.1"
},
"devDependencies": {
- "@babel/cli": "^7.0.0",
- "@babel/core": "^7.0.0",
- "babel-preset-gatsby-package": "^0.2.2",
+ "@babel/cli": "^7.5.5",
+ "@babel/core": "^7.5.5",
+ "babel-preset-gatsby-package": "^0.2.3",
"cross-env": "^5.2.0",
"json2csv": "^3.11"
},
diff --git a/packages/gatsby-transformer-documentationjs/CHANGELOG.md b/packages/gatsby-transformer-documentationjs/CHANGELOG.md
index 6401ce9d25de6..3c3adebe5c95c 100644
--- a/packages/gatsby-transformer-documentationjs/CHANGELOG.md
+++ b/packages/gatsby-transformer-documentationjs/CHANGELOG.md
@@ -3,6 +3,10 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
+## [4.1.6](https://github.com/gatsbyjs/gatsby/compare/gatsby-transformer-documentationjs@4.1.5...gatsby-transformer-documentationjs@4.1.6) (2019-08-23)
+
+**Note:** Version bump only for package gatsby-transformer-documentationjs
+
## [4.1.5](https://github.com/gatsbyjs/gatsby/compare/gatsby-transformer-documentationjs@4.1.4...gatsby-transformer-documentationjs@4.1.5) (2019-08-22)
**Note:** Version bump only for package gatsby-transformer-documentationjs
diff --git a/packages/gatsby-transformer-documentationjs/package.json b/packages/gatsby-transformer-documentationjs/package.json
index 4196429c65954..0f4900e78d852 100644
--- a/packages/gatsby-transformer-documentationjs/package.json
+++ b/packages/gatsby-transformer-documentationjs/package.json
@@ -1,20 +1,20 @@
{
"name": "gatsby-transformer-documentationjs",
"description": "Gatsby transformer plugin which uses Documentation.js to extract JavaScript documentation",
- "version": "4.1.5",
+ "version": "4.1.6",
"author": "Kyle Mathews",
"bugs": {
"url": "https://github.com/gatsbyjs/gatsby/issues"
},
"dependencies": {
- "@babel/runtime": "^7.0.0",
+ "@babel/runtime": "^7.5.5",
"documentation": "^10.1.0",
"prismjs": "^1.17.1"
},
"devDependencies": {
- "@babel/cli": "^7.0.0",
- "@babel/core": "^7.0.0",
- "babel-preset-gatsby-package": "^0.2.2",
+ "@babel/cli": "^7.5.5",
+ "@babel/core": "^7.5.5",
+ "babel-preset-gatsby-package": "^0.2.3",
"cross-env": "^5.2.0"
},
"homepage": "https://github.com/gatsbyjs/gatsby/tree/master/packages/gatsby-transformer-documentationjs#readme",
diff --git a/packages/gatsby-transformer-excel/CHANGELOG.md b/packages/gatsby-transformer-excel/CHANGELOG.md
index 81948804ec54c..2490c56a97090 100644
--- a/packages/gatsby-transformer-excel/CHANGELOG.md
+++ b/packages/gatsby-transformer-excel/CHANGELOG.md
@@ -3,6 +3,16 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
+## [2.2.6](https://github.com/gatsbyjs/gatsby/compare/gatsby-transformer-excel@2.2.5...gatsby-transformer-excel@2.2.6) (2019-08-23)
+
+**Note:** Version bump only for package gatsby-transformer-excel
+
+## [2.2.5](https://github.com/gatsbyjs/gatsby/compare/gatsby-transformer-excel@2.2.4...gatsby-transformer-excel@2.2.5) (2019-08-22)
+
+### Bug Fixes
+
+- update minor updates in packages except react, babel and… ([#16948](https://github.com/gatsbyjs/gatsby/issues/16948)) ([1c34c9b](https://github.com/gatsbyjs/gatsby/commit/1c34c9b))
+
## [2.2.4](https://github.com/gatsbyjs/gatsby/compare/gatsby-transformer-excel@2.2.3...gatsby-transformer-excel@2.2.4) (2019-08-22)
**Note:** Version bump only for package gatsby-transformer-excel
diff --git a/packages/gatsby-transformer-excel/package.json b/packages/gatsby-transformer-excel/package.json
index 2298158bba35c..da011270921ac 100644
--- a/packages/gatsby-transformer-excel/package.json
+++ b/packages/gatsby-transformer-excel/package.json
@@ -1,19 +1,19 @@
{
"name": "gatsby-transformer-excel",
"description": "Gatsby transformer plugin for Excel spreadsheets",
- "version": "2.2.4",
+ "version": "2.2.6",
"author": "SheetJS ",
"bugs": {
"url": "https://github.com/gatsbyjs/gatsby/issues"
},
"dependencies": {
- "@babel/runtime": "^7.0.0",
- "xlsx": "^0.14.5"
+ "@babel/runtime": "^7.5.5",
+ "xlsx": "^0.15.1"
},
"devDependencies": {
- "@babel/cli": "^7.0.0",
- "@babel/core": "^7.0.0",
- "babel-preset-gatsby-package": "^0.2.2",
+ "@babel/cli": "^7.5.5",
+ "@babel/core": "^7.5.5",
+ "babel-preset-gatsby-package": "^0.2.3",
"cross-env": "^5.2.0"
},
"homepage": "https://github.com/gatsbyjs/gatsby/tree/master/packages/gatsby-transformer-excel#readme",
diff --git a/packages/gatsby-transformer-hjson/CHANGELOG.md b/packages/gatsby-transformer-hjson/CHANGELOG.md
index f9769a0d58ab5..0ac488f0e5667 100644
--- a/packages/gatsby-transformer-hjson/CHANGELOG.md
+++ b/packages/gatsby-transformer-hjson/CHANGELOG.md
@@ -3,6 +3,10 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
+## [2.2.7](https://github.com/gatsbyjs/gatsby/compare/gatsby-transformer-hjson@2.2.6...gatsby-transformer-hjson@2.2.7) (2019-08-23)
+
+**Note:** Version bump only for package gatsby-transformer-hjson
+
## [2.2.6](https://github.com/gatsbyjs/gatsby/compare/gatsby-transformer-hjson@2.2.5...gatsby-transformer-hjson@2.2.6) (2019-08-22)
**Note:** Version bump only for package gatsby-transformer-hjson
diff --git a/packages/gatsby-transformer-hjson/package.json b/packages/gatsby-transformer-hjson/package.json
index 58708a94c5aea..a5a775a3af852 100644
--- a/packages/gatsby-transformer-hjson/package.json
+++ b/packages/gatsby-transformer-hjson/package.json
@@ -1,20 +1,20 @@
{
"name": "gatsby-transformer-hjson",
"description": "Gatsby transformer plugin for HJSON files",
- "version": "2.2.6",
+ "version": "2.2.7",
"author": "Remi Barraquand ",
"bugs": {
"url": "https://github.com/gatsbyjs/gatsby/issues"
},
"dependencies": {
- "@babel/runtime": "^7.0.0",
+ "@babel/runtime": "^7.5.5",
"bluebird": "^3.5.5",
"hjson": "^3.1.2"
},
"devDependencies": {
- "@babel/cli": "^7.0.0",
- "@babel/core": "^7.0.0",
- "babel-preset-gatsby-package": "^0.2.2",
+ "@babel/cli": "^7.5.5",
+ "@babel/core": "^7.5.5",
+ "babel-preset-gatsby-package": "^0.2.3",
"cross-env": "^5.2.0"
},
"homepage": "https://github.com/gatsbyjs/gatsby/tree/master/packages/gatsby-transformer-hjson#readme",
diff --git a/packages/gatsby-transformer-javascript-frontmatter/CHANGELOG.md b/packages/gatsby-transformer-javascript-frontmatter/CHANGELOG.md
index b7222d324a127..a59228a9e291a 100644
--- a/packages/gatsby-transformer-javascript-frontmatter/CHANGELOG.md
+++ b/packages/gatsby-transformer-javascript-frontmatter/CHANGELOG.md
@@ -3,6 +3,10 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
+## [2.1.5](https://github.com/gatsbyjs/gatsby/compare/gatsby-transformer-javascript-frontmatter@2.1.4...gatsby-transformer-javascript-frontmatter@2.1.5) (2019-08-23)
+
+**Note:** Version bump only for package gatsby-transformer-javascript-frontmatter
+
## [2.1.4](https://github.com/gatsbyjs/gatsby/compare/gatsby-transformer-javascript-frontmatter@2.1.3...gatsby-transformer-javascript-frontmatter@2.1.4) (2019-08-21)
### Bug Fixes
diff --git a/packages/gatsby-transformer-javascript-frontmatter/package.json b/packages/gatsby-transformer-javascript-frontmatter/package.json
index 94f2c9c189478..116bb8f7e0085 100644
--- a/packages/gatsby-transformer-javascript-frontmatter/package.json
+++ b/packages/gatsby-transformer-javascript-frontmatter/package.json
@@ -1,19 +1,19 @@
{
"name": "gatsby-transformer-javascript-frontmatter",
"description": "Gatsby transformer plugin for JavaScript to extract exports.frontmatter statically.",
- "version": "2.1.4",
+ "version": "2.1.5",
"author": "Jacob Bolda ",
"homepage": "https://github.com/gatsbyjs/gatsby/tree/master/packages/gatsby-transformer-javascript-frontmatter#readme",
"dependencies": {
- "@babel/parser": "^7.0.0",
- "@babel/runtime": "^7.0.0",
- "@babel/traverse": "^7.0.0",
+ "@babel/parser": "^7.5.5",
+ "@babel/runtime": "^7.5.5",
+ "@babel/traverse": "^7.5.5",
"bluebird": "^3.5.5"
},
"devDependencies": {
- "@babel/cli": "^7.0.0",
- "@babel/core": "^7.0.0",
- "babel-preset-gatsby-package": "^0.2.2",
+ "@babel/cli": "^7.5.5",
+ "@babel/core": "^7.5.5",
+ "babel-preset-gatsby-package": "^0.2.3",
"cross-env": "^5.2.0"
},
"keywords": [
diff --git a/packages/gatsby-transformer-javascript-static-exports/CHANGELOG.md b/packages/gatsby-transformer-javascript-static-exports/CHANGELOG.md
index 386ed9378856b..db703717d478e 100644
--- a/packages/gatsby-transformer-javascript-static-exports/CHANGELOG.md
+++ b/packages/gatsby-transformer-javascript-static-exports/CHANGELOG.md
@@ -3,6 +3,10 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
+## [2.2.5](https://github.com/gatsbyjs/gatsby/compare/gatsby-transformer-javascript-static-exports@2.2.4...gatsby-transformer-javascript-static-exports@2.2.5) (2019-08-23)
+
+**Note:** Version bump only for package gatsby-transformer-javascript-static-exports
+
## [2.2.4](https://github.com/gatsbyjs/gatsby/compare/gatsby-transformer-javascript-static-exports@2.2.3...gatsby-transformer-javascript-static-exports@2.2.4) (2019-08-21)
### Bug Fixes
diff --git a/packages/gatsby-transformer-javascript-static-exports/package.json b/packages/gatsby-transformer-javascript-static-exports/package.json
index fd5798f0275a6..44affb593fcc0 100644
--- a/packages/gatsby-transformer-javascript-static-exports/package.json
+++ b/packages/gatsby-transformer-javascript-static-exports/package.json
@@ -1,21 +1,21 @@
{
"name": "gatsby-transformer-javascript-static-exports",
"description": "Gatsby transformer plugin for JavaScript to extract exports.data statically.",
- "version": "2.2.4",
+ "version": "2.2.5",
"author": "Jacob Bolda ",
"bugs": {
"url": "https://github.com/gatsbyjs/gatsby/issues"
},
"dependencies": {
- "@babel/parser": "^7.0.0",
- "@babel/runtime": "^7.0.0",
- "@babel/traverse": "^7.0.0",
+ "@babel/parser": "^7.5.5",
+ "@babel/runtime": "^7.5.5",
+ "@babel/traverse": "^7.5.5",
"bluebird": "^3.5.5"
},
"devDependencies": {
- "@babel/cli": "^7.0.0",
- "@babel/core": "^7.0.0",
- "babel-preset-gatsby-package": "^0.2.2",
+ "@babel/cli": "^7.5.5",
+ "@babel/core": "^7.5.5",
+ "babel-preset-gatsby-package": "^0.2.3",
"cross-env": "^5.2.0"
},
"homepage": "https://github.com/gatsbyjs/gatsby/tree/master/packages/gatsby-transformer-javascript-static-exports#readme",
diff --git a/packages/gatsby-transformer-json/CHANGELOG.md b/packages/gatsby-transformer-json/CHANGELOG.md
index a572bbd4dc29d..47816624f4151 100644
--- a/packages/gatsby-transformer-json/CHANGELOG.md
+++ b/packages/gatsby-transformer-json/CHANGELOG.md
@@ -3,6 +3,10 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
+## [2.2.5](https://github.com/gatsbyjs/gatsby/compare/gatsby-transformer-json@2.2.4...gatsby-transformer-json@2.2.5) (2019-08-23)
+
+**Note:** Version bump only for package gatsby-transformer-json
+
## [2.2.4](https://github.com/gatsbyjs/gatsby/compare/gatsby-transformer-json@2.2.3...gatsby-transformer-json@2.2.4) (2019-08-21)
### Bug Fixes
diff --git a/packages/gatsby-transformer-json/package.json b/packages/gatsby-transformer-json/package.json
index 17c4f0908e8cc..c12b72e54fcae 100644
--- a/packages/gatsby-transformer-json/package.json
+++ b/packages/gatsby-transformer-json/package.json
@@ -1,19 +1,19 @@
{
"name": "gatsby-transformer-json",
"description": "Gatsby transformer plugin for JSON files",
- "version": "2.2.4",
+ "version": "2.2.5",
"author": "Kyle Mathews ",
"bugs": {
"url": "https://github.com/gatsbyjs/gatsby/issues"
},
"dependencies": {
- "@babel/runtime": "^7.0.0",
+ "@babel/runtime": "^7.5.5",
"bluebird": "^3.5.5"
},
"devDependencies": {
- "@babel/cli": "^7.0.0",
- "@babel/core": "^7.0.0",
- "babel-preset-gatsby-package": "^0.2.2",
+ "@babel/cli": "^7.5.5",
+ "@babel/core": "^7.5.5",
+ "babel-preset-gatsby-package": "^0.2.3",
"cross-env": "^5.2.0"
},
"homepage": "https://github.com/gatsbyjs/gatsby/tree/master/packages/gatsby-transformer-json#readme",
diff --git a/packages/gatsby-transformer-pdf/CHANGELOG.md b/packages/gatsby-transformer-pdf/CHANGELOG.md
index 8983132b9b43a..6e89046c8bc43 100644
--- a/packages/gatsby-transformer-pdf/CHANGELOG.md
+++ b/packages/gatsby-transformer-pdf/CHANGELOG.md
@@ -3,6 +3,10 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
+## [1.1.6](https://github.com/gatsbyjs/gatsby/compare/gatsby-transformer-pdf@1.1.5...gatsby-transformer-pdf@1.1.6) (2019-08-23)
+
+**Note:** Version bump only for package gatsby-transformer-pdf
+
## [1.1.5](https://github.com/gatsbyjs/gatsby/compare/gatsby-transformer-pdf@1.1.4...gatsby-transformer-pdf@1.1.5) (2019-08-22)
**Note:** Version bump only for package gatsby-transformer-pdf
diff --git a/packages/gatsby-transformer-pdf/package.json b/packages/gatsby-transformer-pdf/package.json
index 040477016486f..3592bd20ddc68 100644
--- a/packages/gatsby-transformer-pdf/package.json
+++ b/packages/gatsby-transformer-pdf/package.json
@@ -1,20 +1,20 @@
{
"name": "gatsby-transformer-pdf",
"description": "Gatsby transformer plugin for pdf files",
- "version": "1.1.5",
+ "version": "1.1.6",
"author": "Alex Munoz ",
"bugs": {
"url": "https://github.com/gatsbyjs/gatsby/issues"
},
"dependencies": {
- "@babel/runtime": "^7.0.0",
+ "@babel/runtime": "^7.5.5",
"bluebird": "^3.5.5",
"pdf2json": "^1.1.8"
},
"devDependencies": {
- "@babel/cli": "^7.0.0",
- "@babel/core": "^7.0.0",
- "babel-preset-gatsby-package": "^0.2.2",
+ "@babel/cli": "^7.5.5",
+ "@babel/core": "^7.5.5",
+ "babel-preset-gatsby-package": "^0.2.3",
"cross-env": "^5.2.0"
},
"homepage": "https://github.com/gatsbyjs/gatsby/tree/master/packages/gatsby-transformer-pdf#readme",
diff --git a/packages/gatsby-transformer-react-docgen/CHANGELOG.md b/packages/gatsby-transformer-react-docgen/CHANGELOG.md
index ccee36c478d3a..2a37ad41b8de5 100644
--- a/packages/gatsby-transformer-react-docgen/CHANGELOG.md
+++ b/packages/gatsby-transformer-react-docgen/CHANGELOG.md
@@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
+## [5.0.6](https://github.com/gatsbyjs/gatsby/compare/gatsby-transformer-react-docgen@5.0.5...gatsby-transformer-react-docgen@5.0.6) (2019-08-23)
+
+**Note:** Version bump only for package gatsby-transformer-react-docgen
+
+## [5.0.5](https://github.com/gatsbyjs/gatsby/compare/gatsby-transformer-react-docgen@5.0.4...gatsby-transformer-react-docgen@5.0.5) (2019-08-22)
+
+**Note:** Version bump only for package gatsby-transformer-react-docgen
+
## [5.0.4](https://github.com/gatsbyjs/gatsby/compare/gatsby-transformer-react-docgen@5.0.3...gatsby-transformer-react-docgen@5.0.4) (2019-08-22)
**Note:** Version bump only for package gatsby-transformer-react-docgen
diff --git a/packages/gatsby-transformer-react-docgen/package.json b/packages/gatsby-transformer-react-docgen/package.json
index eb014130e85d1..8aa2bd40577df 100644
--- a/packages/gatsby-transformer-react-docgen/package.json
+++ b/packages/gatsby-transformer-react-docgen/package.json
@@ -1,23 +1,23 @@
{
"name": "gatsby-transformer-react-docgen",
"description": "Expose React component metadata and prop information as GraphQL types",
- "version": "5.0.4",
+ "version": "5.0.6",
"author": "Jason Quense ",
"bugs": {
"url": "https://github.com/gatsbyjs/gatsby/issues"
},
"dependencies": {
- "@babel/code-frame": "^7.0.0",
- "@babel/runtime": "^7.0.0",
- "@babel/types": "^7.0.0",
+ "@babel/code-frame": "^7.5.5",
+ "@babel/runtime": "^7.5.5",
+ "@babel/types": "^7.5.5",
"common-tags": "^1.8.0",
"react-docgen": "^5.0.0-beta.1",
"react-docgen-displayname-handler": "^2.1.1"
},
"devDependencies": {
- "@babel/cli": "^7.0.0",
- "@babel/core": "^7.0.0",
- "babel-preset-gatsby-package": "^0.2.2",
+ "@babel/cli": "^7.5.5",
+ "@babel/core": "^7.5.5",
+ "babel-preset-gatsby-package": "^0.2.3",
"cross-env": "^5.2.0",
"lodash": "^4.17.15"
},
diff --git a/packages/gatsby-transformer-react-docgen/src/on-node-create.js b/packages/gatsby-transformer-react-docgen/src/on-node-create.js
index 5c1ed00f5775e..197197860956d 100644
--- a/packages/gatsby-transformer-react-docgen/src/on-node-create.js
+++ b/packages/gatsby-transformer-react-docgen/src/on-node-create.js
@@ -110,9 +110,7 @@ export default async function onCreateNode(
components = parseMetadata(content, node, pluginOptions)
} catch (err) {
reporter.error(
- `There was a problem parsing component metadata for file: "${
- node.relativePath
- }"`,
+ `There was a problem parsing component metadata for file: "${node.relativePath}"`,
err
)
return
diff --git a/packages/gatsby-transformer-remark/CHANGELOG.md b/packages/gatsby-transformer-remark/CHANGELOG.md
index 9fb156599e3e9..01562c01e3f85 100644
--- a/packages/gatsby-transformer-remark/CHANGELOG.md
+++ b/packages/gatsby-transformer-remark/CHANGELOG.md
@@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
+## [2.6.19](https://github.com/gatsbyjs/gatsby/compare/gatsby-transformer-remark@2.6.18...gatsby-transformer-remark@2.6.19) (2019-08-23)
+
+**Note:** Version bump only for package gatsby-transformer-remark
+
+## [2.6.18](https://github.com/gatsbyjs/gatsby/compare/gatsby-transformer-remark@2.6.17...gatsby-transformer-remark@2.6.18) (2019-08-22)
+
+**Note:** Version bump only for package gatsby-transformer-remark
+
## [2.6.17](https://github.com/gatsbyjs/gatsby/compare/gatsby-transformer-remark@2.6.16...gatsby-transformer-remark@2.6.17) (2019-08-22)
**Note:** Version bump only for package gatsby-transformer-remark
diff --git a/packages/gatsby-transformer-remark/package.json b/packages/gatsby-transformer-remark/package.json
index 88109eda02be0..a57acc17fa592 100644
--- a/packages/gatsby-transformer-remark/package.json
+++ b/packages/gatsby-transformer-remark/package.json
@@ -1,15 +1,15 @@
{
"name": "gatsby-transformer-remark",
"description": "Gatsby transformer plugin for Markdown using the Remark library and ecosystem",
- "version": "2.6.17",
+ "version": "2.6.19",
"author": "Kyle Mathews ",
"bugs": {
"url": "https://github.com/gatsbyjs/gatsby/issues"
},
"dependencies": {
- "@babel/runtime": "^7.0.0",
+ "@babel/runtime": "^7.5.5",
"bluebird": "^3.5.5",
- "gatsby-core-utils": "^1.0.5",
+ "gatsby-core-utils": "^1.0.6",
"gray-matter": "^4.0.2",
"hast-util-raw": "^4.0.0",
"hast-util-to-html": "^4.0.1",
@@ -30,9 +30,9 @@
"unist-util-visit": "^1.4.1"
},
"devDependencies": {
- "@babel/cli": "^7.0.0",
- "@babel/core": "^7.0.0",
- "babel-preset-gatsby-package": "^0.2.2",
+ "@babel/cli": "^7.5.5",
+ "@babel/core": "^7.5.5",
+ "babel-preset-gatsby-package": "^0.2.3",
"cross-env": "^5.2.0"
},
"homepage": "https://github.com/gatsbyjs/gatsby/tree/master/packages/gatsby-transformer-remark#readme",
diff --git a/packages/gatsby-transformer-remark/src/extend-node-type.js b/packages/gatsby-transformer-remark/src/extend-node-type.js
index 6d5e6c26847ee..f462779871bf6 100644
--- a/packages/gatsby-transformer-remark/src/extend-node-type.js
+++ b/packages/gatsby-transformer-remark/src/extend-node-type.js
@@ -27,21 +27,13 @@ let fileNodes
let pluginsCacheStr = ``
let pathPrefixCacheStr = ``
const astCacheKey = node =>
- `transformer-remark-markdown-ast-${
- node.internal.contentDigest
- }-${pluginsCacheStr}-${pathPrefixCacheStr}`
+ `transformer-remark-markdown-ast-${node.internal.contentDigest}-${pluginsCacheStr}-${pathPrefixCacheStr}`
const htmlCacheKey = node =>
- `transformer-remark-markdown-html-${
- node.internal.contentDigest
- }-${pluginsCacheStr}-${pathPrefixCacheStr}`
+ `transformer-remark-markdown-html-${node.internal.contentDigest}-${pluginsCacheStr}-${pathPrefixCacheStr}`
const htmlAstCacheKey = node =>
- `transformer-remark-markdown-html-ast-${
- node.internal.contentDigest
- }-${pluginsCacheStr}-${pathPrefixCacheStr}`
+ `transformer-remark-markdown-html-ast-${node.internal.contentDigest}-${pluginsCacheStr}-${pathPrefixCacheStr}`
const headingsCacheKey = node =>
- `transformer-remark-markdown-headings-${
- node.internal.contentDigest
- }-${pluginsCacheStr}-${pathPrefixCacheStr}`
+ `transformer-remark-markdown-headings-${node.internal.contentDigest}-${pluginsCacheStr}-${pathPrefixCacheStr}`
const tableOfContentsCacheKey = (node, appliedTocOptions) =>
`transformer-remark-markdown-toc-${
node.internal.contentDigest
@@ -289,9 +281,7 @@ module.exports = (
undefined
) {
console.warn(
- `Skipping TableOfContents. Field '${
- appliedTocOptions.pathToSlugField
- }' missing from markdown node`
+ `Skipping TableOfContents. Field '${appliedTocOptions.pathToSlugField}' missing from markdown node`
)
return null
}
diff --git a/packages/gatsby-transformer-screenshot/CHANGELOG.md b/packages/gatsby-transformer-screenshot/CHANGELOG.md
index b11394b840716..704fdb0457d8c 100644
--- a/packages/gatsby-transformer-screenshot/CHANGELOG.md
+++ b/packages/gatsby-transformer-screenshot/CHANGELOG.md
@@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
+## [2.1.7](https://github.com/gatsbyjs/gatsby/compare/gatsby-transformer-screenshot@2.1.6...gatsby-transformer-screenshot@2.1.7) (2019-08-23)
+
+**Note:** Version bump only for package gatsby-transformer-screenshot
+
+## [2.1.6](https://github.com/gatsbyjs/gatsby/compare/gatsby-transformer-screenshot@2.1.5...gatsby-transformer-screenshot@2.1.6) (2019-08-23)
+
+**Note:** Version bump only for package gatsby-transformer-screenshot
+
## [2.1.5](https://github.com/gatsbyjs/gatsby/compare/gatsby-transformer-screenshot@2.1.4...gatsby-transformer-screenshot@2.1.5) (2019-08-22)
**Note:** Version bump only for package gatsby-transformer-screenshot
diff --git a/packages/gatsby-transformer-screenshot/lambda/package.json b/packages/gatsby-transformer-screenshot/lambda/package.json
index 30d3afdf468a6..824ea808876a9 100644
--- a/packages/gatsby-transformer-screenshot/lambda/package.json
+++ b/packages/gatsby-transformer-screenshot/lambda/package.json
@@ -4,7 +4,7 @@
"tar": "^4.4.10"
},
"devDependencies": {
- "aws-sdk": "^2.515.0"
+ "aws-sdk": "^2.516.0"
},
"keywords": [
"gatsby-plugin"
diff --git a/packages/gatsby-transformer-screenshot/package.json b/packages/gatsby-transformer-screenshot/package.json
index c4f4b320e2bbe..e4176b34f7ff7 100644
--- a/packages/gatsby-transformer-screenshot/package.json
+++ b/packages/gatsby-transformer-screenshot/package.json
@@ -1,7 +1,7 @@
{
"name": "gatsby-transformer-screenshot",
"description": "Gatsby transformer plugin that uses AWS Lambda to take screenshots of websites",
- "version": "2.1.5",
+ "version": "2.1.7",
"author": "David Beckley ",
"bugs": {
"url": "https://github.com/gatsbyjs/gatsby/issues"
@@ -11,9 +11,9 @@
"better-queue": "^3.8.10"
},
"devDependencies": {
- "@babel/cli": "^7.0.0",
- "@babel/core": "^7.0.0",
- "babel-preset-gatsby-package": "^0.2.2",
+ "@babel/cli": "^7.5.5",
+ "@babel/core": "^7.5.5",
+ "babel-preset-gatsby-package": "^0.2.3",
"cross-env": "^5.2.0"
},
"homepage": "https://github.com/gatsbyjs/gatsby/tree/master/packages/gatsby-transformer-screenshot#readme",
diff --git a/packages/gatsby-transformer-sharp/CHANGELOG.md b/packages/gatsby-transformer-sharp/CHANGELOG.md
index a81042d95e8e9..3084ee38f0101 100644
--- a/packages/gatsby-transformer-sharp/CHANGELOG.md
+++ b/packages/gatsby-transformer-sharp/CHANGELOG.md
@@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
+## [2.2.11](https://github.com/gatsbyjs/gatsby/compare/gatsby-transformer-sharp@2.2.10...gatsby-transformer-sharp@2.2.11) (2019-08-23)
+
+**Note:** Version bump only for package gatsby-transformer-sharp
+
+## [2.2.10](https://github.com/gatsbyjs/gatsby/compare/gatsby-transformer-sharp@2.2.9...gatsby-transformer-sharp@2.2.10) (2019-08-22)
+
+**Note:** Version bump only for package gatsby-transformer-sharp
+
## [2.2.9](https://github.com/gatsbyjs/gatsby/compare/gatsby-transformer-sharp@2.2.8...gatsby-transformer-sharp@2.2.9) (2019-08-22)
**Note:** Version bump only for package gatsby-transformer-sharp
diff --git a/packages/gatsby-transformer-sharp/package.json b/packages/gatsby-transformer-sharp/package.json
index 2257919dc8659..a21f7824b6462 100644
--- a/packages/gatsby-transformer-sharp/package.json
+++ b/packages/gatsby-transformer-sharp/package.json
@@ -1,13 +1,13 @@
{
"name": "gatsby-transformer-sharp",
"description": "Gatsby transformer plugin for images using Sharp",
- "version": "2.2.9",
+ "version": "2.2.11",
"author": "Kyle Mathews ",
"bugs": {
"url": "https://github.com/gatsbyjs/gatsby/issues"
},
"dependencies": {
- "@babel/runtime": "^7.0.0",
+ "@babel/runtime": "^7.5.5",
"bluebird": "^3.5.5",
"fs-extra": "^7.0.1",
"potrace": "^2.1.2",
@@ -16,9 +16,9 @@
"sharp": "^0.23.0"
},
"devDependencies": {
- "@babel/cli": "^7.0.0",
- "@babel/core": "^7.0.0",
- "babel-preset-gatsby-package": "^0.2.2",
+ "@babel/cli": "^7.5.5",
+ "@babel/core": "^7.5.5",
+ "babel-preset-gatsby-package": "^0.2.3",
"cross-env": "^5.2.0"
},
"homepage": "https://github.com/gatsbyjs/gatsby/tree/master/packages/gatsby-transformer-sharp#readme",
diff --git a/packages/gatsby-transformer-sharp/src/extend-node-type.js b/packages/gatsby-transformer-sharp/src/extend-node-type.js
index 4867f02fcbca0..81eaca654ddb1 100644
--- a/packages/gatsby-transformer-sharp/src/extend-node-type.js
+++ b/packages/gatsby-transformer-sharp/src/extend-node-type.js
@@ -408,9 +408,7 @@ module.exports = ({
const dimensions = imageSize.sync(
toArray(fs.readFileSync(details.absolutePath))
)
- const imageName = `${details.name}-${image.internal.contentDigest}${
- details.ext
- }`
+ const imageName = `${details.name}-${image.internal.contentDigest}${details.ext}`
const publicPath = path.join(
process.cwd(),
`public`,
@@ -422,9 +420,7 @@ module.exports = ({
fsExtra.copy(details.absolutePath, publicPath, err => {
if (err) {
console.error(
- `error copying file from ${
- details.absolutePath
- } to ${publicPath}`,
+ `error copying file from ${details.absolutePath} to ${publicPath}`,
err
)
}
diff --git a/packages/gatsby-transformer-sqip/CHANGELOG.md b/packages/gatsby-transformer-sqip/CHANGELOG.md
index 70e878c941eaf..fdcfa2efd200f 100644
--- a/packages/gatsby-transformer-sqip/CHANGELOG.md
+++ b/packages/gatsby-transformer-sqip/CHANGELOG.md
@@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
+## [2.1.20](https://github.com/gatsbyjs/gatsby/compare/gatsby-transformer-sqip@2.1.19...gatsby-transformer-sqip@2.1.20) (2019-08-23)
+
+**Note:** Version bump only for package gatsby-transformer-sqip
+
+## [2.1.19](https://github.com/gatsbyjs/gatsby/compare/gatsby-transformer-sqip@2.1.18...gatsby-transformer-sqip@2.1.19) (2019-08-22)
+
+**Note:** Version bump only for package gatsby-transformer-sqip
+
## [2.1.18](https://github.com/gatsbyjs/gatsby/compare/gatsby-transformer-sqip@2.1.17...gatsby-transformer-sqip@2.1.18) (2019-08-22)
**Note:** Version bump only for package gatsby-transformer-sqip
diff --git a/packages/gatsby-transformer-sqip/package.json b/packages/gatsby-transformer-sqip/package.json
index e3d514179c365..f809020cb5267 100644
--- a/packages/gatsby-transformer-sqip/package.json
+++ b/packages/gatsby-transformer-sqip/package.json
@@ -1,25 +1,25 @@
{
"name": "gatsby-transformer-sqip",
"description": "Generates geometric primitive version of images",
- "version": "2.1.18",
+ "version": "2.1.20",
"author": "Benedikt Rötsch ",
"bugs": {
"url": "https://github.com/gatsbyjs/gatsby/issues"
},
"dependencies": {
- "@babel/runtime": "^7.0.0",
+ "@babel/runtime": "^7.5.5",
"bluebird": "^3.5.5",
"fs-extra": "^4.0.3",
- "gatsby-plugin-sharp": "^2.2.15",
+ "gatsby-plugin-sharp": "^2.2.17",
"md5-file": "^4.0.0",
"mini-svg-data-uri": "^1.1.3",
"p-queue": "^2.4.2",
"sqip": "^0.3.3"
},
"devDependencies": {
- "@babel/cli": "^7.0.0",
- "@babel/core": "^7.0.0",
- "babel-preset-gatsby-package": "^0.2.2",
+ "@babel/cli": "^7.5.5",
+ "@babel/core": "^7.5.5",
+ "babel-preset-gatsby-package": "^0.2.3",
"cross-env": "^5.2.0",
"debug": "^3.2.6"
},
diff --git a/packages/gatsby-transformer-sqip/src/generate-sqip.js b/packages/gatsby-transformer-sqip/src/generate-sqip.js
index 6c851e085751a..2be5e698b9c41 100644
--- a/packages/gatsby-transformer-sqip/src/generate-sqip.js
+++ b/packages/gatsby-transformer-sqip/src/generate-sqip.js
@@ -96,9 +96,7 @@ module.exports = async function generateSqip(options) {
await cache.set(cacheKey, primitiveData)
} catch (err) {
- err.message = `Unable to generate SQIP for ${name} (${contentDigest}-${optionsHash})\n${
- err.message
- }`
+ err.message = `Unable to generate SQIP for ${name} (${contentDigest}-${optionsHash})\n${err.message}`
throw err
}
diff --git a/packages/gatsby-transformer-toml/CHANGELOG.md b/packages/gatsby-transformer-toml/CHANGELOG.md
index e200d547c3556..7262849b4ace4 100644
--- a/packages/gatsby-transformer-toml/CHANGELOG.md
+++ b/packages/gatsby-transformer-toml/CHANGELOG.md
@@ -3,6 +3,10 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
+## [2.2.6](https://github.com/gatsbyjs/gatsby/compare/gatsby-transformer-toml@2.2.5...gatsby-transformer-toml@2.2.6) (2019-08-23)
+
+**Note:** Version bump only for package gatsby-transformer-toml
+
## [2.2.5](https://github.com/gatsbyjs/gatsby/compare/gatsby-transformer-toml@2.2.4...gatsby-transformer-toml@2.2.5) (2019-08-22)
**Note:** Version bump only for package gatsby-transformer-toml
diff --git a/packages/gatsby-transformer-toml/package.json b/packages/gatsby-transformer-toml/package.json
index 38186c7c91be5..f14759db517fe 100644
--- a/packages/gatsby-transformer-toml/package.json
+++ b/packages/gatsby-transformer-toml/package.json
@@ -1,20 +1,20 @@
{
"name": "gatsby-transformer-toml",
"description": "Gatsby transformer plugin for toml",
- "version": "2.2.5",
+ "version": "2.2.6",
"author": "Ruben Harutyunyan ",
"bugs": {
"url": "https://github.com/gatsbyjs/gatsby/issues"
},
"dependencies": {
- "@babel/runtime": "^7.0.0",
+ "@babel/runtime": "^7.5.5",
"bluebird": "^3.5.5",
"toml": "^2.3.6"
},
"devDependencies": {
- "@babel/cli": "^7.0.0",
- "@babel/core": "^7.0.0",
- "babel-preset-gatsby-package": "^0.2.2",
+ "@babel/cli": "^7.5.5",
+ "@babel/core": "^7.5.5",
+ "babel-preset-gatsby-package": "^0.2.3",
"cross-env": "^5.2.0"
},
"homepage": "https://github.com/gatsbyjs/gatsby/tree/master/packages/gatsby-transformer-toml#readme",
diff --git a/packages/gatsby-transformer-xml/CHANGELOG.md b/packages/gatsby-transformer-xml/CHANGELOG.md
index 424b9ff59b91d..4be7e88d14482 100644
--- a/packages/gatsby-transformer-xml/CHANGELOG.md
+++ b/packages/gatsby-transformer-xml/CHANGELOG.md
@@ -3,6 +3,10 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
+## [2.1.7](https://github.com/gatsbyjs/gatsby/compare/gatsby-transformer-xml@2.1.6...gatsby-transformer-xml@2.1.7) (2019-08-23)
+
+**Note:** Version bump only for package gatsby-transformer-xml
+
## [2.1.6](https://github.com/gatsbyjs/gatsby/compare/gatsby-transformer-xml@2.1.5...gatsby-transformer-xml@2.1.6) (2019-08-22)
**Note:** Version bump only for package gatsby-transformer-xml
diff --git a/packages/gatsby-transformer-xml/package.json b/packages/gatsby-transformer-xml/package.json
index 682e213d5ec29..f276b63cf5dd0 100644
--- a/packages/gatsby-transformer-xml/package.json
+++ b/packages/gatsby-transformer-xml/package.json
@@ -1,21 +1,21 @@
{
"name": "gatsby-transformer-xml",
"description": "Gatsby plugin for parsing XML files. It supports also attributes",
- "version": "2.1.6",
+ "version": "2.1.7",
"author": "Kyle Mathews ",
"bugs": {
"url": "https://github.com/gatsbyjs/gatsby/issues"
},
"dependencies": {
- "@babel/runtime": "^7.0.0",
+ "@babel/runtime": "^7.5.5",
"bluebird": "^3.5.5",
"lodash": "^4.17.15",
"xml-parser": "^1.2.1"
},
"devDependencies": {
- "@babel/cli": "^7.0.0",
- "@babel/core": "^7.0.0",
- "babel-preset-gatsby-package": "^0.2.2",
+ "@babel/cli": "^7.5.5",
+ "@babel/core": "^7.5.5",
+ "babel-preset-gatsby-package": "^0.2.3",
"cross-env": "^5.2.0"
},
"homepage": "https://github.com/gatsbyjs/gatsby/tree/master/packages/gatsby-transformer-xml#readme",
diff --git a/packages/gatsby-transformer-yaml/CHANGELOG.md b/packages/gatsby-transformer-yaml/CHANGELOG.md
index f7cbf43456abc..0b25da2d5a59e 100644
--- a/packages/gatsby-transformer-yaml/CHANGELOG.md
+++ b/packages/gatsby-transformer-yaml/CHANGELOG.md
@@ -3,6 +3,10 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
+## [2.2.7](https://github.com/gatsbyjs/gatsby/compare/gatsby-transformer-yaml@2.2.6...gatsby-transformer-yaml@2.2.7) (2019-08-23)
+
+**Note:** Version bump only for package gatsby-transformer-yaml
+
## [2.2.6](https://github.com/gatsbyjs/gatsby/compare/gatsby-transformer-yaml@2.2.5...gatsby-transformer-yaml@2.2.6) (2019-08-22)
**Note:** Version bump only for package gatsby-transformer-yaml
diff --git a/packages/gatsby-transformer-yaml/package.json b/packages/gatsby-transformer-yaml/package.json
index 356b08b327a4a..0fcd2ff4db6e9 100644
--- a/packages/gatsby-transformer-yaml/package.json
+++ b/packages/gatsby-transformer-yaml/package.json
@@ -1,21 +1,21 @@
{
"name": "gatsby-transformer-yaml",
"description": "Gatsby transformer plugin for yaml",
- "version": "2.2.6",
+ "version": "2.2.7",
"author": "Kyle Mathews ",
"bugs": {
"url": "https://github.com/gatsbyjs/gatsby/issues"
},
"dependencies": {
- "@babel/runtime": "^7.0.0",
+ "@babel/runtime": "^7.5.5",
"js-yaml": "^3.13.1",
"lodash": "^4.17.15",
"unist-util-select": "^1.5.0"
},
"devDependencies": {
- "@babel/cli": "^7.0.0",
- "@babel/core": "^7.0.0",
- "babel-preset-gatsby-package": "^0.2.2",
+ "@babel/cli": "^7.5.5",
+ "@babel/core": "^7.5.5",
+ "babel-preset-gatsby-package": "^0.2.3",
"cross-env": "^5.2.0"
},
"homepage": "https://github.com/gatsbyjs/gatsby/tree/master/packages/gatsby-transformer-yaml#readme",
diff --git a/packages/gatsby/CHANGELOG.md b/packages/gatsby/CHANGELOG.md
index f50d131b3ef0c..beb80fede5e32 100644
--- a/packages/gatsby/CHANGELOG.md
+++ b/packages/gatsby/CHANGELOG.md
@@ -3,6 +3,25 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
+## [2.13.78](https://github.com/gatsbyjs/gatsby/compare/gatsby@2.13.77...gatsby@2.13.78) (2019-08-23)
+
+### Bug Fixes
+
+- **gatsby:** update check for default exports ([#16979](https://github.com/gatsbyjs/gatsby/issues/16979)) ([d16474d](https://github.com/gatsbyjs/gatsby/commit/d16474d))
+
+## [2.13.77](https://github.com/gatsbyjs/gatsby/compare/gatsby@2.13.76...gatsby@2.13.77) (2019-08-23)
+
+### Bug Fixes
+
+- update minor updates in packages except react, babel and… ([#16960](https://github.com/gatsbyjs/gatsby/issues/16960)) ([d6bd515](https://github.com/gatsbyjs/gatsby/commit/d6bd515))
+
+## [2.13.76](https://github.com/gatsbyjs/gatsby/compare/gatsby@2.13.75...gatsby@2.13.76) (2019-08-22)
+
+### Bug Fixes
+
+- update minor updates in packages except react, babel and… ([#16948](https://github.com/gatsbyjs/gatsby/issues/16948)) ([1c34c9b](https://github.com/gatsbyjs/gatsby/commit/1c34c9b))
+- **gatsby:** Remove deprecation warning from express-graphql ([#16956](https://github.com/gatsbyjs/gatsby/issues/16956)) ([58ed3ca](https://github.com/gatsbyjs/gatsby/commit/58ed3ca))
+
## [2.13.75](https://github.com/gatsbyjs/gatsby/compare/gatsby@2.13.74...gatsby@2.13.75) (2019-08-22)
**Note:** Version bump only for package gatsby
diff --git a/packages/gatsby/cache-dir/production-app.js b/packages/gatsby/cache-dir/production-app.js
index 88c0353198cf4..b786ff39c4f96 100644
--- a/packages/gatsby/cache-dir/production-app.js
+++ b/packages/gatsby/cache-dir/production-app.js
@@ -120,9 +120,7 @@ apiRunnerAsync(`onClientEntry`).then(() => {
publicLoader.loadPage(browserLoc.pathname).then(page => {
if (!page || page.status === `error`) {
throw new Error(
- `page resources for ${
- browserLoc.pathname
- } not found. Not rendering React`
+ `page resources for ${browserLoc.pathname} not found. Not rendering React`
)
}
const Root = () => (
diff --git a/packages/gatsby/package.json b/packages/gatsby/package.json
index 4c9ef3e717a87..2738608c4d44b 100644
--- a/packages/gatsby/package.json
+++ b/packages/gatsby/package.json
@@ -1,7 +1,7 @@
{
"name": "gatsby",
"description": "Blazing fast modern site generator for React",
- "version": "2.13.75",
+ "version": "2.13.78",
"author": "Kyle Mathews ",
"bin": {
"gatsby": "./dist/bin/gatsby.js"
@@ -10,12 +10,12 @@
"url": "https://github.com/gatsbyjs/gatsby/issues"
},
"dependencies": {
- "@babel/code-frame": "^7.0.0",
- "@babel/core": "^7.0.0",
- "@babel/parser": "^7.0.0",
- "@babel/polyfill": "^7.0.0",
- "@babel/runtime": "^7.0.0",
- "@babel/traverse": "^7.0.0",
+ "@babel/code-frame": "^7.5.5",
+ "@babel/core": "^7.5.5",
+ "@babel/parser": "^7.5.5",
+ "@babel/polyfill": "^7.4.4",
+ "@babel/runtime": "^7.5.5",
+ "@babel/traverse": "^7.5.5",
"@gatsbyjs/relay-compiler": "2.0.0-printer-fix.2",
"@hapi/joi": "^15.1.1",
"@mikaelkristiansson/domready": "^1.0.9",
@@ -23,7 +23,7 @@
"@reach/router": "^1.2.1",
"@typescript-eslint/eslint-plugin": "^1.13.0",
"@typescript-eslint/parser": "^1.13.0",
- "address": "1.1.0",
+ "address": "1.1.1",
"autoprefixer": "^9.6.1",
"axios": "^0.19.0",
"babel-core": "7.0.0-bridge.0",
@@ -31,8 +31,8 @@
"babel-loader": "^8.0.6",
"babel-plugin-add-module-exports": "^0.3.3",
"babel-plugin-dynamic-import-node": "^1.2.0",
- "babel-plugin-remove-graphql-queries": "^2.7.3",
- "babel-preset-gatsby": "^0.2.10",
+ "babel-plugin-remove-graphql-queries": "^2.7.5",
+ "babel-preset-gatsby": "^0.2.11",
"better-opn": "0.1.4",
"better-queue": "^3.8.10",
"bluebird": "^3.5.5",
@@ -70,16 +70,16 @@
"flat": "^4.1.0",
"fs-exists-cached": "1.0.0",
"fs-extra": "^5.0.0",
- "gatsby-cli": "^2.7.36",
- "gatsby-core-utils": "^1.0.5",
- "gatsby-graphiql-explorer": "^0.2.6",
- "gatsby-link": "^2.2.7",
- "gatsby-plugin-page-creator": "^2.1.9",
- "gatsby-react-router-scroll": "^2.1.5",
- "gatsby-telemetry": "^1.1.17",
+ "gatsby-cli": "^2.7.39",
+ "gatsby-core-utils": "^1.0.6",
+ "gatsby-graphiql-explorer": "^0.2.8",
+ "gatsby-link": "^2.2.8",
+ "gatsby-plugin-page-creator": "^2.1.10",
+ "gatsby-react-router-scroll": "^2.1.6",
+ "gatsby-telemetry": "^1.1.18",
"glob": "^7.1.4",
"got": "8.3.2",
- "graphql": "^14.4.2",
+ "graphql": "^14.5.0",
"graphql-compose": "^6.3.5",
"graphql-playground-middleware-express": "^1.7.12",
"invariant": "^2.2.4",
@@ -95,7 +95,7 @@
"md5-file": "^3.2.3",
"micromatch": "^3.1.10",
"mime": "^2.4.4",
- "mini-css-extract-plugin": "^0.4.5",
+ "mini-css-extract-plugin": "^0.8.0",
"mitt": "^1.1.3",
"mkdirp": "^0.5.1",
"moment": "^2.24.0",
@@ -142,13 +142,13 @@
"yaml-loader": "^0.5.0"
},
"devDependencies": {
- "@babel/cli": "^7.0.0",
- "@babel/runtime": "^7.0.0",
- "babel-preset-gatsby-package": "^0.2.2",
+ "@babel/cli": "^7.5.5",
+ "@babel/runtime": "^7.5.5",
+ "babel-preset-gatsby-package": "^0.2.3",
"cross-env": "^5.2.0",
"documentation": "^10.1.0",
- "react": "^16.4.2",
- "react-dom": "^16.4.2",
+ "react": "^16.9.0",
+ "react-dom": "^16.9.0",
"rimraf": "^2.7.1",
"xhr-mock": "^2.5.0"
},
@@ -186,7 +186,7 @@
"url": "git+https://github.com/gatsbyjs/gatsby.git"
},
"resolutions": {
- "graphql": "^14.4.2"
+ "graphql": "^14.5.0"
},
"scripts": {
"build": "npm run build:src && npm run build:internal-plugins && npm run build:rawfiles && npm run build:cjs",
diff --git a/packages/gatsby/src/bootstrap/load-plugins/validate.js b/packages/gatsby/src/bootstrap/load-plugins/validate.js
index ab3eb6cae9bd6..cb933c4d98279 100644
--- a/packages/gatsby/src/bootstrap/load-plugins/validate.js
+++ b/packages/gatsby/src/bootstrap/load-plugins/validate.js
@@ -61,15 +61,11 @@ const getErrorContext = (badExports, exportType, currentAPIs, latestAPIs) => {
if (isDefaultPlugin) {
errors.push(
- `- Your local gatsby-${exportType}.js is using the API "${
- entry.exportName
- }" which ${message}.`
+ `- Your local gatsby-${exportType}.js is using the API "${entry.exportName}" which ${message}.`
)
} else {
errors.push(
- `- The plugin ${entry.pluginName}@${
- entry.pluginVersion
- } is using the API "${entry.exportName}" which ${message}.`
+ `- The plugin ${entry.pluginName}@${entry.pluginVersion} is using the API "${entry.exportName}" which ${message}.`
)
}
@@ -215,9 +211,7 @@ const handleMultipleReplaceRenderers = ({ flattenedPlugins }) => {
flattenedPlugins.forEach((fp, i) => {
if (ignorable.includes(fp.name)) {
messages.push(
- `Duplicate replaceRenderer found, skipping gatsby-ssr.js for plugin: ${
- fp.name
- }`
+ `Duplicate replaceRenderer found, skipping gatsby-ssr.js for plugin: ${fp.name}`
)
flattenedPlugins[i].skipSSR = true
}
diff --git a/packages/gatsby/src/commands/develop.js b/packages/gatsby/src/commands/develop.js
index 687dc49a0e814..64c238669d72f 100644
--- a/packages/gatsby/src/commands/develop.js
+++ b/packages/gatsby/src/commands/develop.js
@@ -162,7 +162,7 @@ async function startServer(program, { activity }) {
schema,
graphiql: false,
context: withResolverContext({}, schema, schemaCustomization.context),
- formatError(err) {
+ customFormatErrorFn(err) {
return {
...formatError(err),
stack: err.stack ? err.stack.split(`\n`) : [],
@@ -243,9 +243,7 @@ async function startServer(program, { activity }) {
if (response) {
res.writeHead(response.statusCode, response.headers)
} else {
- const message = `Error when trying to proxy request "${
- req.originalUrl
- }" to "${proxiedUrl}"`
+ const message = `Error when trying to proxy request "${req.originalUrl}" to "${proxiedUrl}"`
report.error(message, err)
res.sendStatus(500)
@@ -292,9 +290,7 @@ async function startServer(program, { activity }) {
if (err.code === `EADDRINUSE`) {
// eslint-disable-next-line max-len
report.panic(
- `Unable to start Gatsby on port ${
- program.port
- } as there's already a process listening on that port.`
+ `Unable to start Gatsby on port ${program.port} as there's already a process listening on that port.`
)
return
}
@@ -524,9 +520,7 @@ module.exports = async (program: any) => {
chalk.yellow(`is deprecated. Please use`),
chalk.cyan(fixMap[api].newName),
chalk.yellow(
- `instead. For migration instructions, see ${
- fixMap[api].docsLink
- }\nCheck the following files:`
+ `instead. For migration instructions, see ${fixMap[api].docsLink}\nCheck the following files:`
)
)
console.log()
diff --git a/packages/gatsby/src/internal-plugins/dev-404-page/raw_dev-404-page.js b/packages/gatsby/src/internal-plugins/dev-404-page/raw_dev-404-page.js
index 40045516c59b9..faa6a28fc4f49 100644
--- a/packages/gatsby/src/internal-plugins/dev-404-page/raw_dev-404-page.js
+++ b/packages/gatsby/src/internal-plugins/dev-404-page/raw_dev-404-page.js
@@ -92,9 +92,7 @@ class Dev404Page extends React.Component {
Pages (
{this.state.pagePaths.length != this.state.initPagePaths.length
- ? `${this.state.pagePaths.length}/${
- this.state.initPagePaths.length
- }`
+ ? `${this.state.pagePaths.length}/${this.state.initPagePaths.length}`
: this.state.initPagePaths.length}
)
diff --git a/packages/gatsby/src/query/query-watcher.js b/packages/gatsby/src/query/query-watcher.js
index 8dce7707081f0..73755ed6c0e01 100644
--- a/packages/gatsby/src/query/query-watcher.js
+++ b/packages/gatsby/src/query/query-watcher.js
@@ -172,9 +172,7 @@ const clearInactiveComponents = () => {
components.forEach(component => {
if (!activeTemplates.has(component.componentPath)) {
debug(
- `${
- component.componentPath
- } component was removed because it isn't used by any page`
+ `${component.componentPath} component was removed because it isn't used by any page`
)
store.dispatch({
type: `REMOVE_TEMPLATE_COMPONENT`,
diff --git a/packages/gatsby/src/redux/actions/public.js b/packages/gatsby/src/redux/actions/public.js
index 74e956253d698..83fd995d570a4 100644
--- a/packages/gatsby/src/redux/actions/public.js
+++ b/packages/gatsby/src/redux/actions/public.js
@@ -359,6 +359,7 @@ ${reservedFields.map(f => ` * "${f}"`).join(`\n`)}
!fileContent.includes(`export default`) &&
!fileContent.includes(`module.exports`) &&
!fileContent.includes(`exports.default`) &&
+ !fileContent.includes(`exports["default"]`) &&
// this check only applies to js and ts, not mdx
/\.(jsx?|tsx?)/.test(path.extname(fileName))
) {
@@ -402,9 +403,7 @@ ${reservedFields.map(f => ` * "${f}"`).join(`\n`)}
if (store.getState().pages.has(alternateSlashPath)) {
report.warn(
- `Attempting to create page "${
- page.path
- }", but page "${alternateSlashPath}" already exists. This could lead to non-deterministic routing behavior`
+ `Attempting to create page "${page.path}", but page "${alternateSlashPath}" already exists. This could lead to non-deterministic routing behavior`
)
}
diff --git a/packages/gatsby/src/redux/persist.js b/packages/gatsby/src/redux/persist.js
index 2436056955c05..65345a43155bd 100644
--- a/packages/gatsby/src/redux/persist.js
+++ b/packages/gatsby/src/redux/persist.js
@@ -1,47 +1,10 @@
const v8 = require(`v8`)
const fs = require(`fs-extra`)
-const stringify = require(`json-stringify-safe`)
-const objectToMap = obj => {
- const map = new Map()
- Object.keys(obj).forEach(key => {
- map.set(key, obj[key])
- })
- return map
-}
+const file = `${process.cwd()}/.cache/redux.state`
-const mapToObject = map => {
- const obj = {}
- for (let [key, value] of map) {
- obj[key] = value
- }
- return obj
-}
+const readFromCache = () => v8.deserialize(fs.readFileSync(file))
-const jsonStringify = contents => {
- contents.staticQueryComponents = mapToObject(contents.staticQueryComponents)
- contents.components = mapToObject(contents.components)
- contents.nodes = contents.nodes ? mapToObject(contents.nodes) : {}
- return stringify(contents, null, 2)
-}
-
-const jsonParse = buffer => {
- const parsed = JSON.parse(buffer.toString(`utf8`))
- parsed.staticQueryComponents = objectToMap(parsed.staticQueryComponents)
- parsed.components = objectToMap(parsed.components)
- parsed.nodes = objectToMap(parsed.nodes || {})
- return parsed
-}
-
-const useV8 = Boolean(v8.serialize)
-const [serialize, deserialize, file] = useV8
- ? [v8.serialize, v8.deserialize, `${process.cwd()}/.cache/redux.state`]
- : [jsonStringify, jsonParse, `${process.cwd()}/.cache/redux-state.json`]
-
-const readFromCache = () => deserialize(fs.readFileSync(file))
-
-const writeToCache = contents => {
- fs.writeFileSync(file, serialize(contents))
-}
+const writeToCache = contents => fs.writeFileSync(file, v8.serialize(contents))
module.exports = { readFromCache, writeToCache }
diff --git a/packages/gatsby/src/schema/infer/add-inferred-fields.js b/packages/gatsby/src/schema/infer/add-inferred-fields.js
index 206ebe7c8375e..91683463497dc 100644
--- a/packages/gatsby/src/schema/infer/add-inferred-fields.js
+++ b/packages/gatsby/src/schema/infer/add-inferred-fields.js
@@ -70,11 +70,7 @@ const addInferredFieldsImpl = ({
.map(field => `\`${field.unsanitizedKey}\``)
.join(`, `)
report.warn(
- `Multiple node fields resolve to the same GraphQL field \`${prefix}.${
- field.key
- }\` - [${possibleFieldsNames}]. Gatsby will use \`${
- field.unsanitizedKey
- }\`.`
+ `Multiple node fields resolve to the same GraphQL field \`${prefix}.${field.key}\` - [${possibleFieldsNames}]. Gatsby will use \`${field.unsanitizedKey}\`.`
)
selectedField = field
} else {
diff --git a/packages/gatsby/src/utils/api-runner-node.js b/packages/gatsby/src/utils/api-runner-node.js
index 28910e9eb13c4..cd99a6d236d88 100644
--- a/packages/gatsby/src/utils/api-runner-node.js
+++ b/packages/gatsby/src/utils/api-runner-node.js
@@ -274,9 +274,7 @@ module.exports = async (api, args = {}, pluginSource) =>
if (api === `setFieldsOnGraphQLNodeType`) {
id = `${api}${apiRunInstance.startTime}${args.type.name}${args.traceId}`
} else if (api === `onCreateNode`) {
- id = `${api}${apiRunInstance.startTime}${
- args.node.internal.contentDigest
- }${args.traceId}`
+ id = `${api}${apiRunInstance.startTime}${args.node.internal.contentDigest}${args.traceId}`
} else if (api === `preprocessSource`) {
id = `${api}${apiRunInstance.startTime}${args.filename}${args.traceId}`
} else if (api === `onCreatePage`) {
@@ -286,9 +284,7 @@ module.exports = async (api, args = {}, pluginSource) =>
// `parentSpan` field that can be quite large. So we omit it
// before calling stringify
const argsJson = JSON.stringify(_.omit(args, `parentSpan`))
- id = `${api}|${apiRunInstance.startTime}|${
- apiRunInstance.traceId
- }|${argsJson}`
+ id = `${api}|${apiRunInstance.startTime}|${apiRunInstance.traceId}|${argsJson}`
}
apiRunInstance.id = id
diff --git a/packages/gatsby/src/utils/websocket-manager.js b/packages/gatsby/src/utils/websocket-manager.js
index e24497dcbda34..6f04b1d49f5a7 100644
--- a/packages/gatsby/src/utils/websocket-manager.js
+++ b/packages/gatsby/src/utils/websocket-manager.js
@@ -96,9 +96,7 @@ const getCachedStaticQueryResults = (
const fileResult = fs.readFileSync(filePath, `utf-8`)
if (fileResult === `undefined`) {
console.log(
- `Error loading a result for the StaticQuery in "${
- staticQueryComponent.componentPath
- }". Query was not run and no cached result was found.`
+ `Error loading a result for the StaticQuery in "${staticQueryComponent.componentPath}". Query was not run and no cached result was found.`
)
return
}
diff --git a/packages/graphql-skip-limit/CHANGELOG.md b/packages/graphql-skip-limit/CHANGELOG.md
index e1f92a08eaf69..6b774d2aa7ba5 100644
--- a/packages/graphql-skip-limit/CHANGELOG.md
+++ b/packages/graphql-skip-limit/CHANGELOG.md
@@ -3,6 +3,16 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
+## [2.1.5](https://github.com/gatsbyjs/gatsby/compare/graphql-skip-limit@2.1.4...graphql-skip-limit@2.1.5) (2019-08-23)
+
+**Note:** Version bump only for package graphql-skip-limit
+
+## [2.1.4](https://github.com/gatsbyjs/gatsby/compare/graphql-skip-limit@2.1.3...graphql-skip-limit@2.1.4) (2019-08-23)
+
+### Bug Fixes
+
+- update minor updates in packages except react, babel and… ([#16960](https://github.com/gatsbyjs/gatsby/issues/16960)) ([d6bd515](https://github.com/gatsbyjs/gatsby/commit/d6bd515))
+
## [2.1.3](https://github.com/gatsbyjs/gatsby/compare/graphql-skip-limit@2.1.2...graphql-skip-limit@2.1.3) (2019-08-20)
**Note:** Version bump only for package graphql-skip-limit
diff --git a/packages/graphql-skip-limit/package.json b/packages/graphql-skip-limit/package.json
index 1ccfec52490f1..d348dabf8e878 100644
--- a/packages/graphql-skip-limit/package.json
+++ b/packages/graphql-skip-limit/package.json
@@ -1,23 +1,23 @@
{
"name": "graphql-skip-limit",
"description": "A library to help construct a graphql-js server supporting skip/relay style pagination. Built for Gatsby but perhaps useful elsewhere.",
- "version": "2.1.3",
+ "version": "2.1.5",
"author": "Kyle Mathews ",
"bugs": {
"url": "https://github.com/gatsbyjs/gatsby/issues"
},
"dependencies": {
- "@babel/runtime": "^7.0.0"
+ "@babel/runtime": "^7.5.5"
},
"peerDependencies": {
"graphql": "^14.1.1"
},
"devDependencies": {
- "@babel/cli": "^7.0.0",
- "@babel/core": "^7.0.0",
- "babel-preset-gatsby-package": "^0.2.2",
+ "@babel/cli": "^7.5.5",
+ "@babel/core": "^7.5.5",
+ "babel-preset-gatsby-package": "^0.2.3",
"cross-env": "^5.2.0",
- "graphql": "^14.4.2"
+ "graphql": "^14.5.0"
},
"homepage": "https://github.com/gatsbyjs/gatsby/tree/master/packages/graphql-skip-limit#readme",
"keywords": [
diff --git a/peril/rules/merge-on-green.ts b/peril/rules/merge-on-green.ts
index bd68d55f4da34..fbcf6a0c60488 100644
--- a/peril/rules/merge-on-green.ts
+++ b/peril/rules/merge-on-green.ts
@@ -58,9 +58,7 @@ export const mergeOnGreen = async () => {
// search returns first 100 results, we are not handling pagination right now
// because it's unlikely to get more 100 results for given sha
const results = await danger.github.api.search.issues({
- q: `${danger.github.check_suite.head_sha} is:open repo:${
- danger.github.repository.owner.login
- }/${danger.github.repository.name}`,
+ q: `${danger.github.check_suite.head_sha} is:open repo:${danger.github.repository.owner.login}/${danger.github.repository.name}`,
})
let i = 0
@@ -79,9 +77,7 @@ export const mergeOnGreen = async () => {
// search returns first 100 results, we are not handling pagination right now
// because it's unlikely to get more 100 results for given sha
const results = await danger.github.api.search.issues({
- q: `${danger.github.commit.sha} is:open repo:${
- danger.github.repository.owner.login
- }/${danger.github.repository.name}`,
+ q: `${danger.github.commit.sha} is:open repo:${danger.github.repository.owner.login}/${danger.github.repository.name}`,
})
let i = 0
diff --git a/peril/rules/validate-yaml.ts b/peril/rules/validate-yaml.ts
index 5dd486e6712e2..e4e417ae4224a 100644
--- a/peril/rules/validate-yaml.ts
+++ b/peril/rules/validate-yaml.ts
@@ -205,9 +205,7 @@ export const validateYaml = async () => {
)
} catch (e) {
warn(
- `## "docs/categories.yml" is not valid YAML file:\n\n\`\`\`${
- e.message
- }\n\`\`\``
+ `## "docs/categories.yml" is not valid YAML file:\n\n\`\`\`${e.message}\n\`\`\``
)
return
}
diff --git a/starters/blog/package-lock.json b/starters/blog/package-lock.json
index 5b7c1cbf438b1..6df53503a45b3 100644
--- a/starters/blog/package-lock.json
+++ b/starters/blog/package-lock.json
@@ -1477,157 +1477,161 @@
}
},
"@webassemblyjs/ast": {
- "version": "1.7.11",
- "resolved": "https://registry.npmjs.org/@webassemblyjs/ast/-/ast-1.7.11.tgz",
- "integrity": "sha512-ZEzy4vjvTzScC+SH8RBssQUawpaInUdMTYwYYLh54/s8TuT0gBLuyUnppKsVyZEi876VmmStKsUs28UxPgdvrA==",
+ "version": "1.8.5",
+ "resolved": "https://registry.npmjs.org/@webassemblyjs/ast/-/ast-1.8.5.tgz",
+ "integrity": "sha512-aJMfngIZ65+t71C3y2nBBg5FFG0Okt9m0XEgWZ7Ywgn1oMAT8cNwx00Uv1cQyHtidq0Xn94R4TAywO+LCQ+ZAQ==",
"requires": {
- "@webassemblyjs/helper-module-context": "1.7.11",
- "@webassemblyjs/helper-wasm-bytecode": "1.7.11",
- "@webassemblyjs/wast-parser": "1.7.11"
+ "@webassemblyjs/helper-module-context": "1.8.5",
+ "@webassemblyjs/helper-wasm-bytecode": "1.8.5",
+ "@webassemblyjs/wast-parser": "1.8.5"
}
},
"@webassemblyjs/floating-point-hex-parser": {
- "version": "1.7.11",
- "resolved": "https://registry.npmjs.org/@webassemblyjs/floating-point-hex-parser/-/floating-point-hex-parser-1.7.11.tgz",
- "integrity": "sha512-zY8dSNyYcgzNRNT666/zOoAyImshm3ycKdoLsyDw/Bwo6+/uktb7p4xyApuef1dwEBo/U/SYQzbGBvV+nru2Xg=="
+ "version": "1.8.5",
+ "resolved": "https://registry.npmjs.org/@webassemblyjs/floating-point-hex-parser/-/floating-point-hex-parser-1.8.5.tgz",
+ "integrity": "sha512-9p+79WHru1oqBh9ewP9zW95E3XAo+90oth7S5Re3eQnECGq59ly1Ri5tsIipKGpiStHsUYmY3zMLqtk3gTcOtQ=="
},
"@webassemblyjs/helper-api-error": {
- "version": "1.7.11",
- "resolved": "https://registry.npmjs.org/@webassemblyjs/helper-api-error/-/helper-api-error-1.7.11.tgz",
- "integrity": "sha512-7r1qXLmiglC+wPNkGuXCvkmalyEstKVwcueZRP2GNC2PAvxbLYwLLPr14rcdJaE4UtHxQKfFkuDFuv91ipqvXg=="
+ "version": "1.8.5",
+ "resolved": "https://registry.npmjs.org/@webassemblyjs/helper-api-error/-/helper-api-error-1.8.5.tgz",
+ "integrity": "sha512-Za/tnzsvnqdaSPOUXHyKJ2XI7PDX64kWtURyGiJJZKVEdFOsdKUCPTNEVFZq3zJ2R0G5wc2PZ5gvdTRFgm81zA=="
},
"@webassemblyjs/helper-buffer": {
- "version": "1.7.11",
- "resolved": "https://registry.npmjs.org/@webassemblyjs/helper-buffer/-/helper-buffer-1.7.11.tgz",
- "integrity": "sha512-MynuervdylPPh3ix+mKZloTcL06P8tenNH3sx6s0qE8SLR6DdwnfgA7Hc9NSYeob2jrW5Vql6GVlsQzKQCa13w=="
+ "version": "1.8.5",
+ "resolved": "https://registry.npmjs.org/@webassemblyjs/helper-buffer/-/helper-buffer-1.8.5.tgz",
+ "integrity": "sha512-Ri2R8nOS0U6G49Q86goFIPNgjyl6+oE1abW1pS84BuhP1Qcr5JqMwRFT3Ah3ADDDYGEgGs1iyb1DGX+kAi/c/Q=="
},
"@webassemblyjs/helper-code-frame": {
- "version": "1.7.11",
- "resolved": "https://registry.npmjs.org/@webassemblyjs/helper-code-frame/-/helper-code-frame-1.7.11.tgz",
- "integrity": "sha512-T8ESC9KMXFTXA5urJcyor5cn6qWeZ4/zLPyWeEXZ03hj/x9weSokGNkVCdnhSabKGYWxElSdgJ+sFa9G/RdHNw==",
+ "version": "1.8.5",
+ "resolved": "https://registry.npmjs.org/@webassemblyjs/helper-code-frame/-/helper-code-frame-1.8.5.tgz",
+ "integrity": "sha512-VQAadSubZIhNpH46IR3yWO4kZZjMxN1opDrzePLdVKAZ+DFjkGD/rf4v1jap744uPVU6yjL/smZbRIIJTOUnKQ==",
"requires": {
- "@webassemblyjs/wast-printer": "1.7.11"
+ "@webassemblyjs/wast-printer": "1.8.5"
}
},
"@webassemblyjs/helper-fsm": {
- "version": "1.7.11",
- "resolved": "https://registry.npmjs.org/@webassemblyjs/helper-fsm/-/helper-fsm-1.7.11.tgz",
- "integrity": "sha512-nsAQWNP1+8Z6tkzdYlXT0kxfa2Z1tRTARd8wYnc/e3Zv3VydVVnaeePgqUzFrpkGUyhUUxOl5ML7f1NuT+gC0A=="
+ "version": "1.8.5",
+ "resolved": "https://registry.npmjs.org/@webassemblyjs/helper-fsm/-/helper-fsm-1.8.5.tgz",
+ "integrity": "sha512-kRuX/saORcg8se/ft6Q2UbRpZwP4y7YrWsLXPbbmtepKr22i8Z4O3V5QE9DbZK908dh5Xya4Un57SDIKwB9eow=="
},
"@webassemblyjs/helper-module-context": {
- "version": "1.7.11",
- "resolved": "https://registry.npmjs.org/@webassemblyjs/helper-module-context/-/helper-module-context-1.7.11.tgz",
- "integrity": "sha512-JxfD5DX8Ygq4PvXDucq0M+sbUFA7BJAv/GGl9ITovqE+idGX+J3QSzJYz+LwQmL7fC3Rs+utvWoJxDb6pmC0qg=="
+ "version": "1.8.5",
+ "resolved": "https://registry.npmjs.org/@webassemblyjs/helper-module-context/-/helper-module-context-1.8.5.tgz",
+ "integrity": "sha512-/O1B236mN7UNEU4t9X7Pj38i4VoU8CcMHyy3l2cV/kIF4U5KoHXDVqcDuOs1ltkac90IM4vZdHc52t1x8Yfs3g==",
+ "requires": {
+ "@webassemblyjs/ast": "1.8.5",
+ "mamacro": "^0.0.3"
+ }
},
"@webassemblyjs/helper-wasm-bytecode": {
- "version": "1.7.11",
- "resolved": "https://registry.npmjs.org/@webassemblyjs/helper-wasm-bytecode/-/helper-wasm-bytecode-1.7.11.tgz",
- "integrity": "sha512-cMXeVS9rhoXsI9LLL4tJxBgVD/KMOKXuFqYb5oCJ/opScWpkCMEz9EJtkonaNcnLv2R3K5jIeS4TRj/drde1JQ=="
+ "version": "1.8.5",
+ "resolved": "https://registry.npmjs.org/@webassemblyjs/helper-wasm-bytecode/-/helper-wasm-bytecode-1.8.5.tgz",
+ "integrity": "sha512-Cu4YMYG3Ddl72CbmpjU/wbP6SACcOPVbHN1dI4VJNJVgFwaKf1ppeFJrwydOG3NDHxVGuCfPlLZNyEdIYlQ6QQ=="
},
"@webassemblyjs/helper-wasm-section": {
- "version": "1.7.11",
- "resolved": "https://registry.npmjs.org/@webassemblyjs/helper-wasm-section/-/helper-wasm-section-1.7.11.tgz",
- "integrity": "sha512-8ZRY5iZbZdtNFE5UFunB8mmBEAbSI3guwbrsCl4fWdfRiAcvqQpeqd5KHhSWLL5wuxo53zcaGZDBU64qgn4I4Q==",
+ "version": "1.8.5",
+ "resolved": "https://registry.npmjs.org/@webassemblyjs/helper-wasm-section/-/helper-wasm-section-1.8.5.tgz",
+ "integrity": "sha512-VV083zwR+VTrIWWtgIUpqfvVdK4ff38loRmrdDBgBT8ADXYsEZ5mPQ4Nde90N3UYatHdYoDIFb7oHzMncI02tA==",
"requires": {
- "@webassemblyjs/ast": "1.7.11",
- "@webassemblyjs/helper-buffer": "1.7.11",
- "@webassemblyjs/helper-wasm-bytecode": "1.7.11",
- "@webassemblyjs/wasm-gen": "1.7.11"
+ "@webassemblyjs/ast": "1.8.5",
+ "@webassemblyjs/helper-buffer": "1.8.5",
+ "@webassemblyjs/helper-wasm-bytecode": "1.8.5",
+ "@webassemblyjs/wasm-gen": "1.8.5"
}
},
"@webassemblyjs/ieee754": {
- "version": "1.7.11",
- "resolved": "https://registry.npmjs.org/@webassemblyjs/ieee754/-/ieee754-1.7.11.tgz",
- "integrity": "sha512-Mmqx/cS68K1tSrvRLtaV/Lp3NZWzXtOHUW2IvDvl2sihAwJh4ACE0eL6A8FvMyDG9abes3saB6dMimLOs+HMoQ==",
+ "version": "1.8.5",
+ "resolved": "https://registry.npmjs.org/@webassemblyjs/ieee754/-/ieee754-1.8.5.tgz",
+ "integrity": "sha512-aaCvQYrvKbY/n6wKHb/ylAJr27GglahUO89CcGXMItrOBqRarUMxWLJgxm9PJNuKULwN5n1csT9bYoMeZOGF3g==",
"requires": {
"@xtuc/ieee754": "^1.2.0"
}
},
"@webassemblyjs/leb128": {
- "version": "1.7.11",
- "resolved": "https://registry.npmjs.org/@webassemblyjs/leb128/-/leb128-1.7.11.tgz",
- "integrity": "sha512-vuGmgZjjp3zjcerQg+JA+tGOncOnJLWVkt8Aze5eWQLwTQGNgVLcyOTqgSCxWTR4J42ijHbBxnuRaL1Rv7XMdw==",
+ "version": "1.8.5",
+ "resolved": "https://registry.npmjs.org/@webassemblyjs/leb128/-/leb128-1.8.5.tgz",
+ "integrity": "sha512-plYUuUwleLIziknvlP8VpTgO4kqNaH57Y3JnNa6DLpu/sGcP6hbVdfdX5aHAV716pQBKrfuU26BJK29qY37J7A==",
"requires": {
- "@xtuc/long": "4.2.1"
+ "@xtuc/long": "4.2.2"
}
},
"@webassemblyjs/utf8": {
- "version": "1.7.11",
- "resolved": "https://registry.npmjs.org/@webassemblyjs/utf8/-/utf8-1.7.11.tgz",
- "integrity": "sha512-C6GFkc7aErQIAH+BMrIdVSmW+6HSe20wg57HEC1uqJP8E/xpMjXqQUxkQw07MhNDSDcGpxI9G5JSNOQCqJk4sA=="
+ "version": "1.8.5",
+ "resolved": "https://registry.npmjs.org/@webassemblyjs/utf8/-/utf8-1.8.5.tgz",
+ "integrity": "sha512-U7zgftmQriw37tfD934UNInokz6yTmn29inT2cAetAsaU9YeVCveWEwhKL1Mg4yS7q//NGdzy79nlXh3bT8Kjw=="
},
"@webassemblyjs/wasm-edit": {
- "version": "1.7.11",
- "resolved": "https://registry.npmjs.org/@webassemblyjs/wasm-edit/-/wasm-edit-1.7.11.tgz",
- "integrity": "sha512-FUd97guNGsCZQgeTPKdgxJhBXkUbMTY6hFPf2Y4OedXd48H97J+sOY2Ltaq6WGVpIH8o/TGOVNiVz/SbpEMJGg==",
+ "version": "1.8.5",
+ "resolved": "https://registry.npmjs.org/@webassemblyjs/wasm-edit/-/wasm-edit-1.8.5.tgz",
+ "integrity": "sha512-A41EMy8MWw5yvqj7MQzkDjU29K7UJq1VrX2vWLzfpRHt3ISftOXqrtojn7nlPsZ9Ijhp5NwuODuycSvfAO/26Q==",
"requires": {
- "@webassemblyjs/ast": "1.7.11",
- "@webassemblyjs/helper-buffer": "1.7.11",
- "@webassemblyjs/helper-wasm-bytecode": "1.7.11",
- "@webassemblyjs/helper-wasm-section": "1.7.11",
- "@webassemblyjs/wasm-gen": "1.7.11",
- "@webassemblyjs/wasm-opt": "1.7.11",
- "@webassemblyjs/wasm-parser": "1.7.11",
- "@webassemblyjs/wast-printer": "1.7.11"
+ "@webassemblyjs/ast": "1.8.5",
+ "@webassemblyjs/helper-buffer": "1.8.5",
+ "@webassemblyjs/helper-wasm-bytecode": "1.8.5",
+ "@webassemblyjs/helper-wasm-section": "1.8.5",
+ "@webassemblyjs/wasm-gen": "1.8.5",
+ "@webassemblyjs/wasm-opt": "1.8.5",
+ "@webassemblyjs/wasm-parser": "1.8.5",
+ "@webassemblyjs/wast-printer": "1.8.5"
}
},
"@webassemblyjs/wasm-gen": {
- "version": "1.7.11",
- "resolved": "https://registry.npmjs.org/@webassemblyjs/wasm-gen/-/wasm-gen-1.7.11.tgz",
- "integrity": "sha512-U/KDYp7fgAZX5KPfq4NOupK/BmhDc5Kjy2GIqstMhvvdJRcER/kUsMThpWeRP8BMn4LXaKhSTggIJPOeYHwISA==",
+ "version": "1.8.5",
+ "resolved": "https://registry.npmjs.org/@webassemblyjs/wasm-gen/-/wasm-gen-1.8.5.tgz",
+ "integrity": "sha512-BCZBT0LURC0CXDzj5FXSc2FPTsxwp3nWcqXQdOZE4U7h7i8FqtFK5Egia6f9raQLpEKT1VL7zr4r3+QX6zArWg==",
"requires": {
- "@webassemblyjs/ast": "1.7.11",
- "@webassemblyjs/helper-wasm-bytecode": "1.7.11",
- "@webassemblyjs/ieee754": "1.7.11",
- "@webassemblyjs/leb128": "1.7.11",
- "@webassemblyjs/utf8": "1.7.11"
+ "@webassemblyjs/ast": "1.8.5",
+ "@webassemblyjs/helper-wasm-bytecode": "1.8.5",
+ "@webassemblyjs/ieee754": "1.8.5",
+ "@webassemblyjs/leb128": "1.8.5",
+ "@webassemblyjs/utf8": "1.8.5"
}
},
"@webassemblyjs/wasm-opt": {
- "version": "1.7.11",
- "resolved": "https://registry.npmjs.org/@webassemblyjs/wasm-opt/-/wasm-opt-1.7.11.tgz",
- "integrity": "sha512-XynkOwQyiRidh0GLua7SkeHvAPXQV/RxsUeERILmAInZegApOUAIJfRuPYe2F7RcjOC9tW3Cb9juPvAC/sCqvg==",
+ "version": "1.8.5",
+ "resolved": "https://registry.npmjs.org/@webassemblyjs/wasm-opt/-/wasm-opt-1.8.5.tgz",
+ "integrity": "sha512-HKo2mO/Uh9A6ojzu7cjslGaHaUU14LdLbGEKqTR7PBKwT6LdPtLLh9fPY33rmr5wcOMrsWDbbdCHq4hQUdd37Q==",
"requires": {
- "@webassemblyjs/ast": "1.7.11",
- "@webassemblyjs/helper-buffer": "1.7.11",
- "@webassemblyjs/wasm-gen": "1.7.11",
- "@webassemblyjs/wasm-parser": "1.7.11"
+ "@webassemblyjs/ast": "1.8.5",
+ "@webassemblyjs/helper-buffer": "1.8.5",
+ "@webassemblyjs/wasm-gen": "1.8.5",
+ "@webassemblyjs/wasm-parser": "1.8.5"
}
},
"@webassemblyjs/wasm-parser": {
- "version": "1.7.11",
- "resolved": "https://registry.npmjs.org/@webassemblyjs/wasm-parser/-/wasm-parser-1.7.11.tgz",
- "integrity": "sha512-6lmXRTrrZjYD8Ng8xRyvyXQJYUQKYSXhJqXOBLw24rdiXsHAOlvw5PhesjdcaMadU/pyPQOJ5dHreMjBxwnQKg==",
+ "version": "1.8.5",
+ "resolved": "https://registry.npmjs.org/@webassemblyjs/wasm-parser/-/wasm-parser-1.8.5.tgz",
+ "integrity": "sha512-pi0SYE9T6tfcMkthwcgCpL0cM9nRYr6/6fjgDtL6q/ZqKHdMWvxitRi5JcZ7RI4SNJJYnYNaWy5UUrHQy998lw==",
"requires": {
- "@webassemblyjs/ast": "1.7.11",
- "@webassemblyjs/helper-api-error": "1.7.11",
- "@webassemblyjs/helper-wasm-bytecode": "1.7.11",
- "@webassemblyjs/ieee754": "1.7.11",
- "@webassemblyjs/leb128": "1.7.11",
- "@webassemblyjs/utf8": "1.7.11"
+ "@webassemblyjs/ast": "1.8.5",
+ "@webassemblyjs/helper-api-error": "1.8.5",
+ "@webassemblyjs/helper-wasm-bytecode": "1.8.5",
+ "@webassemblyjs/ieee754": "1.8.5",
+ "@webassemblyjs/leb128": "1.8.5",
+ "@webassemblyjs/utf8": "1.8.5"
}
},
"@webassemblyjs/wast-parser": {
- "version": "1.7.11",
- "resolved": "https://registry.npmjs.org/@webassemblyjs/wast-parser/-/wast-parser-1.7.11.tgz",
- "integrity": "sha512-lEyVCg2np15tS+dm7+JJTNhNWq9yTZvi3qEhAIIOaofcYlUp0UR5/tVqOwa/gXYr3gjwSZqw+/lS9dscyLelbQ==",
+ "version": "1.8.5",
+ "resolved": "https://registry.npmjs.org/@webassemblyjs/wast-parser/-/wast-parser-1.8.5.tgz",
+ "integrity": "sha512-daXC1FyKWHF1i11obK086QRlsMsY4+tIOKgBqI1lxAnkp9xe9YMcgOxm9kLe+ttjs5aWV2KKE1TWJCN57/Btsg==",
"requires": {
- "@webassemblyjs/ast": "1.7.11",
- "@webassemblyjs/floating-point-hex-parser": "1.7.11",
- "@webassemblyjs/helper-api-error": "1.7.11",
- "@webassemblyjs/helper-code-frame": "1.7.11",
- "@webassemblyjs/helper-fsm": "1.7.11",
- "@xtuc/long": "4.2.1"
+ "@webassemblyjs/ast": "1.8.5",
+ "@webassemblyjs/floating-point-hex-parser": "1.8.5",
+ "@webassemblyjs/helper-api-error": "1.8.5",
+ "@webassemblyjs/helper-code-frame": "1.8.5",
+ "@webassemblyjs/helper-fsm": "1.8.5",
+ "@xtuc/long": "4.2.2"
}
},
"@webassemblyjs/wast-printer": {
- "version": "1.7.11",
- "resolved": "https://registry.npmjs.org/@webassemblyjs/wast-printer/-/wast-printer-1.7.11.tgz",
- "integrity": "sha512-m5vkAsuJ32QpkdkDOUPGSltrg8Cuk3KBx4YrmAGQwCZPRdUHXxG4phIOuuycLemHFr74sWL9Wthqss4fzdzSwg==",
+ "version": "1.8.5",
+ "resolved": "https://registry.npmjs.org/@webassemblyjs/wast-printer/-/wast-printer-1.8.5.tgz",
+ "integrity": "sha512-w0U0pD4EhlnvRyeJzBqaVSJAo9w/ce7/WPogeXLzGkO6hzhr4GnQIZ4W4uUt5b9ooAaXPtnXlj0gzsXEOUNYMg==",
"requires": {
- "@webassemblyjs/ast": "1.7.11",
- "@webassemblyjs/wast-parser": "1.7.11",
- "@xtuc/long": "4.2.1"
+ "@webassemblyjs/ast": "1.8.5",
+ "@webassemblyjs/wast-parser": "1.8.5",
+ "@xtuc/long": "4.2.2"
}
},
"@xtuc/ieee754": {
@@ -1636,9 +1640,9 @@
"integrity": "sha512-DX8nKgqcGwsc0eJSqYt5lwP4DH5FlHnmuWWBRy7X0NcaGR0ZtuyeESgMwTYVEtxmsNGY+qit4QYT/MIYTOTPeA=="
},
"@xtuc/long": {
- "version": "4.2.1",
- "resolved": "https://registry.npmjs.org/@xtuc/long/-/long-4.2.1.tgz",
- "integrity": "sha512-FZdkNBDqBRHKQ2MEbSC17xnPFOhZxeJ2YGSfr2BKf3sujG49Qe3bB+rGCwQfIaA7WHnGeGkSijX4FuBCdrzW/g=="
+ "version": "4.2.2",
+ "resolved": "https://registry.npmjs.org/@xtuc/long/-/long-4.2.2.tgz",
+ "integrity": "sha512-NuHqBY1PB/D8xU6s/thBgOAiAP7HOYDQ32+BFZILJ8ivkUkAHQnWfn6WhL79Owj1qmUnoN/YPhktdIoucipkAQ=="
},
"accepts": {
"version": "1.3.7",
@@ -1654,30 +1658,15 @@
"resolved": "https://registry.npmjs.org/acorn/-/acorn-6.3.0.tgz",
"integrity": "sha512-/czfa8BwS88b9gWQVhc8eknunSA2DoJpJyTQkhheIf5E48u1N0R4q/YxxsAeqRrmK9TQ/uYfgLDfZo91UlANIA=="
},
- "acorn-dynamic-import": {
- "version": "3.0.0",
- "resolved": "https://registry.npmjs.org/acorn-dynamic-import/-/acorn-dynamic-import-3.0.0.tgz",
- "integrity": "sha512-zVWV8Z8lislJoOKKqdNMOB+s6+XV5WERty8MnKBeFgwA+19XJjJHs2RP5dzM57FftIs+jQnRToLiWazKr6sSWg==",
- "requires": {
- "acorn": "^5.0.0"
- },
- "dependencies": {
- "acorn": {
- "version": "5.7.3",
- "resolved": "https://registry.npmjs.org/acorn/-/acorn-5.7.3.tgz",
- "integrity": "sha512-T/zvzYRfbVojPWahDsE5evJdHb3oJoQfFbsrKM7w5Zcs++Tr257tia3BmMP8XYVjp1S9RZXQMh7gao96BlqZOw=="
- }
- }
- },
"acorn-jsx": {
"version": "5.0.2",
"resolved": "https://registry.npmjs.org/acorn-jsx/-/acorn-jsx-5.0.2.tgz",
"integrity": "sha512-tiNTrP1MP0QrChmD2DdupCr6HWSFeKVw5d/dHTu4Y7rkAkRhU/Dt7dphAfIUyxtHpl/eBVip5uTNSpQJHylpAw=="
},
"address": {
- "version": "1.1.0",
- "resolved": "https://registry.npmjs.org/address/-/address-1.1.0.tgz",
- "integrity": "sha512-4diPfzWbLEIElVG4AnqP+00SULlPzNuyJFNnmMrLgyaxG6tZXJ1sn7mjBu4fHrJE+Yp/jgylOweJn2xsLMFggQ=="
+ "version": "1.1.1",
+ "resolved": "https://registry.npmjs.org/address/-/address-1.1.1.tgz",
+ "integrity": "sha512-srclZEseI6OB0MgWYWuYpr2F5fHMxh5lgWF72CeUFm5QgJyviPA64Q7PzJdBQkFCJibEycqsZ5b9L0l/J8SlyQ=="
},
"after": {
"version": "0.8.2",
@@ -2218,9 +2207,9 @@
}
},
"babel-plugin-remove-graphql-queries": {
- "version": "2.7.3",
- "resolved": "https://registry.npmjs.org/babel-plugin-remove-graphql-queries/-/babel-plugin-remove-graphql-queries-2.7.3.tgz",
- "integrity": "sha512-xuOzXil34XPhkIGE/1EmCyfPlMgX2sXBaNf3n+ico5pM3HNrKc8vHcng9CoK2jnSXEwoX5wASFfKZg1eNNdz1w=="
+ "version": "2.7.4",
+ "resolved": "https://registry.npmjs.org/babel-plugin-remove-graphql-queries/-/babel-plugin-remove-graphql-queries-2.7.4.tgz",
+ "integrity": "sha512-ZeyuATwk3jKo8IxApgSXSXfD2Pr4EbNvinsNSxs+/nefirUnHEi7KClW9lz2npczb85hIuJ5qzCSCU8RGBOttA=="
},
"babel-plugin-syntax-dynamic-import": {
"version": "6.18.0",
@@ -2956,15 +2945,16 @@
"integrity": "sha1-0ygVQE1olpn4Wk6k+odV3ROpYEg="
},
"cacache": {
- "version": "11.3.3",
- "resolved": "https://registry.npmjs.org/cacache/-/cacache-11.3.3.tgz",
- "integrity": "sha512-p8WcneCytvzPxhDvYp31PD039vi77I12W+/KfR9S8AZbaiARFBCpsPJS+9uhWfeBfeAtW7o/4vt3MUqLkbY6nA==",
+ "version": "12.0.3",
+ "resolved": "https://registry.npmjs.org/cacache/-/cacache-12.0.3.tgz",
+ "integrity": "sha512-kqdmfXEGFepesTuROHMs3MpFLWrPkSSpRqOw80RCflZXy/khxaArvFrQ7uJxSUduzAufc6G0g1VUCOZXxWavPw==",
"requires": {
"bluebird": "^3.5.5",
"chownr": "^1.1.1",
"figgy-pudding": "^3.5.1",
"glob": "^7.1.4",
"graceful-fs": "^4.1.15",
+ "infer-owner": "^1.0.3",
"lru-cache": "^5.1.1",
"mississippi": "^3.0.0",
"mkdirp": "^0.5.1",
@@ -3253,9 +3243,9 @@
}
},
"chokidar": {
- "version": "2.1.6",
- "resolved": "https://registry.npmjs.org/chokidar/-/chokidar-2.1.6.tgz",
- "integrity": "sha512-V2jUo67OKkc6ySiRpJrjlpJKl9kDuG+Xb8VgsGzb+aEouhgS1D0weyPU4lEzdAcsCAvrih2J2BqyXqHWvVLw5g==",
+ "version": "2.1.8",
+ "resolved": "https://registry.npmjs.org/chokidar/-/chokidar-2.1.8.tgz",
+ "integrity": "sha512-ZmZUazfOzf0Nve7duiCKD23PFSCs4JPoYyccjUFF3aQkQadqBhfzhjkwBH2mNOG9cTBwhamM37EIsIkZw3nRgg==",
"requires": {
"anymatch": "^2.0.0",
"async-each": "^1.0.1",
@@ -6184,11 +6174,6 @@
"resolved": "https://registry.npmjs.org/fs-constants/-/fs-constants-1.0.0.tgz",
"integrity": "sha512-y6OAwoSIf7FyjMIv94u+b5rdheZEjzR63GTyZJm5qh4Bi+2YgwLCcI/fPFZkL5PSixOt6ZNKm+w+Hfp/Bciwow=="
},
- "fs-copy-file-sync": {
- "version": "1.1.1",
- "resolved": "https://registry.npmjs.org/fs-copy-file-sync/-/fs-copy-file-sync-1.1.1.tgz",
- "integrity": "sha512-2QY5eeqVv4m2PfyMiEuy9adxNP+ajf+8AR05cEi+OAzPcOj90hvFImeZhTmKLBgSd9EvG33jsD7ZRxsx9dThkQ=="
- },
"fs-exists-cached": {
"version": "1.0.0",
"resolved": "https://registry.npmjs.org/fs-exists-cached/-/fs-exists-cached-1.0.0.tgz",
@@ -6720,9 +6705,9 @@
"integrity": "sha1-GwqzvVU7Kg1jmdKcDj6gslIHgyc="
},
"gatsby": {
- "version": "2.13.74",
- "resolved": "https://registry.npmjs.org/gatsby/-/gatsby-2.13.74.tgz",
- "integrity": "sha512-BbbA3zNVbfHD1d4bmxmUHSMqjBsnEQCtdnvRhYBAxSp4gMyGQNysedmZ2SkhtLb2mfmM6f4WbFcsbXnCxmXwYw==",
+ "version": "2.13.77",
+ "resolved": "https://registry.npmjs.org/gatsby/-/gatsby-2.13.77.tgz",
+ "integrity": "sha512-VJyf9qtWMPFwGLpFDQdk3p9cvuWWxVmuY8Wq+h+n+WVhATva2pd9ZVEIlmdH/4SKqWSnP5KGNCISY5GGWMsVkQ==",
"requires": {
"@babel/code-frame": "^7.0.0",
"@babel/core": "^7.0.0",
@@ -6737,15 +6722,15 @@
"@reach/router": "^1.2.1",
"@typescript-eslint/eslint-plugin": "^1.13.0",
"@typescript-eslint/parser": "^1.13.0",
- "address": "1.1.0",
+ "address": "1.1.1",
"autoprefixer": "^9.6.1",
"axios": "^0.19.0",
"babel-core": "7.0.0-bridge.0",
"babel-eslint": "^10.0.2",
- "babel-loader": "^8.0.0",
+ "babel-loader": "^8.0.6",
"babel-plugin-add-module-exports": "^0.3.3",
"babel-plugin-dynamic-import-node": "^1.2.0",
- "babel-plugin-remove-graphql-queries": "^2.7.3",
+ "babel-plugin-remove-graphql-queries": "^2.7.4",
"babel-preset-gatsby": "^0.2.10",
"better-opn": "0.1.4",
"better-queue": "^3.8.10",
@@ -6754,7 +6739,7 @@
"cache-manager": "^2.10.0",
"cache-manager-fs-hash": "^0.0.7",
"chalk": "^2.4.2",
- "chokidar": "2.1.6",
+ "chokidar": "2.1.8",
"common-tags": "^1.8.0",
"compression": "^1.7.4",
"convert-hrtime": "^2.0.0",
@@ -6784,18 +6769,18 @@
"flat": "^4.1.0",
"fs-exists-cached": "1.0.0",
"fs-extra": "^5.0.0",
- "gatsby-cli": "^2.7.35",
+ "gatsby-cli": "^2.7.38",
"gatsby-core-utils": "^1.0.5",
- "gatsby-graphiql-explorer": "^0.2.5",
- "gatsby-link": "^2.2.6",
- "gatsby-plugin-page-creator": "^2.1.8",
- "gatsby-react-router-scroll": "^2.1.4",
- "gatsby-telemetry": "^1.1.16",
- "glob": "^7.1.1",
+ "gatsby-graphiql-explorer": "^0.2.7",
+ "gatsby-link": "^2.2.7",
+ "gatsby-plugin-page-creator": "^2.1.9",
+ "gatsby-react-router-scroll": "^2.1.5",
+ "gatsby-telemetry": "^1.1.17",
+ "glob": "^7.1.4",
"got": "8.3.2",
- "graphql": "^14.4.2",
+ "graphql": "^14.5.0",
"graphql-compose": "^6.3.5",
- "graphql-playground-middleware-express": "^1.7.10",
+ "graphql-playground-middleware-express": "^1.7.12",
"invariant": "^2.2.4",
"is-relative": "^1.0.0",
"is-relative-url": "^2.0.0",
@@ -6803,56 +6788,56 @@
"jest-worker": "^23.2.0",
"json-loader": "^0.5.7",
"json-stringify-safe": "^5.0.1",
- "lodash": "^4.17.14",
+ "lodash": "^4.17.15",
"lokijs": "^1.5.7",
"md5": "^2.2.1",
- "md5-file": "^3.1.1",
+ "md5-file": "^3.2.3",
"micromatch": "^3.1.10",
- "mime": "^2.2.0",
- "mini-css-extract-plugin": "^0.4.0",
- "mitt": "^1.1.2",
+ "mime": "^2.4.4",
+ "mini-css-extract-plugin": "^0.8.0",
+ "mitt": "^1.1.3",
"mkdirp": "^0.5.1",
- "moment": "^2.21.0",
+ "moment": "^2.24.0",
"name-all-modules-plugin": "^1.0.1",
"normalize-path": "^2.1.1",
"null-loader": "^0.1.1",
- "opentracing": "^0.14.3",
- "optimize-css-assets-webpack-plugin": "^5.0.1",
- "parseurl": "^1.3.2",
+ "opentracing": "^0.14.4",
+ "optimize-css-assets-webpack-plugin": "^5.0.3",
+ "parseurl": "^1.3.3",
"physical-cpu-count": "^2.0.0",
- "pnp-webpack-plugin": "^1.4.1",
- "postcss-flexbugs-fixes": "^3.0.0",
- "postcss-loader": "^2.1.3",
- "prop-types": "^15.6.1",
+ "pnp-webpack-plugin": "^1.5.0",
+ "postcss-flexbugs-fixes": "^3.3.1",
+ "postcss-loader": "^2.1.6",
+ "prop-types": "^15.7.2",
"raw-loader": "^0.5.1",
"react-dev-utils": "^4.2.3",
"react-error-overlay": "^3.0.0",
"react-hot-loader": "^4.12.11",
- "redux": "^4.0.0",
+ "redux": "^4.0.4",
"redux-thunk": "^2.3.0",
- "semver": "^5.6.0",
+ "semver": "^5.7.1",
"shallow-compare": "^1.2.2",
"sift": "^5.1.0",
"signal-exit": "^3.0.2",
"slash": "^1.0.0",
- "socket.io": "^2.0.3",
+ "socket.io": "^2.2.0",
"stack-trace": "^0.0.10",
- "string-similarity": "^1.2.0",
- "style-loader": "^0.21.0",
- "terser-webpack-plugin": "1.2.4",
+ "string-similarity": "^1.2.2",
+ "style-loader": "^0.23.1",
+ "terser-webpack-plugin": "1.4.1",
"true-case-path": "^2.2.1",
"type-of": "^2.0.1",
- "url-loader": "^1.0.1",
+ "url-loader": "^1.1.2",
"util.promisify": "^1.0.0",
- "uuid": "^3.1.0",
- "v8-compile-cache": "^1.1.0",
- "webpack": "~4.28.4",
- "webpack-dev-middleware": "^3.0.1",
- "webpack-dev-server": "^3.1.14",
- "webpack-hot-middleware": "^2.21.0",
- "webpack-merge": "^4.1.0",
- "webpack-stats-plugin": "^0.1.5",
- "xstate": "^4.3.2",
+ "uuid": "^3.3.3",
+ "v8-compile-cache": "^1.1.2",
+ "webpack": "~4.39.2",
+ "webpack-dev-middleware": "^3.7.0",
+ "webpack-dev-server": "^3.8.0",
+ "webpack-hot-middleware": "^2.25.0",
+ "webpack-merge": "^4.2.1",
+ "webpack-stats-plugin": "^0.3.0",
+ "xstate": "^4.6.7",
"yaml-loader": "^0.5.0"
},
"dependencies": {
@@ -6939,9 +6924,9 @@
}
},
"gatsby-cli": {
- "version": "2.7.35",
- "resolved": "https://registry.npmjs.org/gatsby-cli/-/gatsby-cli-2.7.35.tgz",
- "integrity": "sha512-JgsVxeoaxDFZJugIg/N5KSc4XagsVRRCuHXNvmQMc9+pzKIjyWqGp2Nbtp2rrQB+F2sVyRjBNosx9PaZTVFDFw==",
+ "version": "2.7.38",
+ "resolved": "https://registry.npmjs.org/gatsby-cli/-/gatsby-cli-2.7.38.tgz",
+ "integrity": "sha512-l0rQFp0Y7bQzS0crb+fsZout48HpvvU4ub8IvQjWRDNYF7+LRmYiFzJVX2hDGYB83FdvanIzA7a3oZSw7A9enQ==",
"requires": {
"@babel/code-frame": "^7.0.0",
"@babel/runtime": "^7.0.0",
@@ -6959,27 +6944,27 @@
"execa": "^0.11.0",
"fs-exists-cached": "^1.0.0",
"fs-extra": "^4.0.3",
- "gatsby-telemetry": "^1.1.16",
- "hosted-git-info": "^2.6.0",
+ "gatsby-telemetry": "^1.1.17",
+ "hosted-git-info": "^2.8.4",
"ink": "^2.3.0",
"ink-spinner": "^3.0.1",
"is-valid-path": "^0.1.1",
- "lodash": "^4.17.14",
+ "lodash": "^4.17.15",
"meant": "^1.0.1",
"node-fetch": "^2.6.0",
"object.entries": "^1.1.0",
- "opentracing": "^0.14.3",
+ "opentracing": "^0.14.4",
"pretty-error": "^2.1.1",
"progress": "^2.0.3",
- "prompts": "^2.1.0",
- "react": "^16.8.4",
+ "prompts": "^2.2.1",
+ "react": "^16.9.0",
"resolve-cwd": "^2.0.0",
"semver": "^6.3.0",
- "source-map": "0.5.7",
+ "source-map": "0.7.3",
"stack-trace": "^0.0.10",
"strip-ansi": "^5.2.0",
- "update-notifier": "^2.3.0",
- "uuid": "3.3.2",
+ "update-notifier": "^2.5.0",
+ "uuid": "3.3.3",
"yargs": "^12.0.5",
"yurnalist": "^1.0.5"
},
@@ -6998,11 +6983,6 @@
"version": "6.3.0",
"resolved": "https://registry.npmjs.org/semver/-/semver-6.3.0.tgz",
"integrity": "sha512-b39TBaTSfV6yBrapU89p5fKekE2m/NwnDocOVruQFS1/veMgdzuPcnOM34M6CwxW8jH/lxEa5rBoDeUwu5HHTw=="
- },
- "uuid": {
- "version": "3.3.2",
- "resolved": "https://registry.npmjs.org/uuid/-/uuid-3.3.2.tgz",
- "integrity": "sha512-yXJmeNaw3DnnKAOKJE51sL/ZaYfWJRl1pK9dr19YFCu0ObS231AB1/LbqTKRAQ5kw8A90rA6fr4riOUpTZvQZA=="
}
}
},
@@ -7036,6 +7016,11 @@
"path-exists": "^3.0.0"
}
},
+ "lodash": {
+ "version": "4.17.15",
+ "resolved": "https://registry.npmjs.org/lodash/-/lodash-4.17.15.tgz",
+ "integrity": "sha512-8xOcRHvCjnocdS5cpwXQXVzmmh5e5+saE2QGoeQmbKmRS6J3VQppPOIt0MnmE+4xlZoumy0GPG0D0MVIQbNA1A=="
+ },
"make-dir": {
"version": "1.3.0",
"resolved": "https://registry.npmjs.org/make-dir/-/make-dir-1.3.0.tgz",
@@ -7116,6 +7101,11 @@
"resolved": "https://registry.npmjs.org/pify/-/pify-3.0.0.tgz",
"integrity": "sha1-5aSs0sEB/fPZpNB/DbxNtJ3SgXY="
},
+ "source-map": {
+ "version": "0.7.3",
+ "resolved": "https://registry.npmjs.org/source-map/-/source-map-0.7.3.tgz",
+ "integrity": "sha512-CkCj6giN3S+n9qrYiBTX5gystlENnRW5jZeNLHpe6aue+SrHcG5VYwujhW9s4dY31mEGsxBDrHR6oI69fTXsaQ=="
+ },
"strip-ansi": {
"version": "5.2.0",
"resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-5.2.0.tgz",
@@ -7160,46 +7150,53 @@
"integrity": "sha512-XRyZMduCP3yvV8AEKI4sAVWT+M1roW20SWhQwOKtZrYIkMCzlOe9nMOjNOZcJb2vCJsaUBxh2fxLT+OZg8+25A=="
},
"gatsby-graphiql-explorer": {
- "version": "0.2.5",
- "resolved": "https://registry.npmjs.org/gatsby-graphiql-explorer/-/gatsby-graphiql-explorer-0.2.5.tgz",
- "integrity": "sha512-TbXSYYhdKhElFWXU5u55Ey9kyFbt/nPNw8tRdf7SClXR6Dt4iaoZSiagtccNsZ3q6sWPhujyeS8XylAF9hvhQg==",
+ "version": "0.2.7",
+ "resolved": "https://registry.npmjs.org/gatsby-graphiql-explorer/-/gatsby-graphiql-explorer-0.2.7.tgz",
+ "integrity": "sha512-an2SlIliUINXiE/6cdCMSJUD3Y5JOHOmqX7EG6hfcxv3Rsa/nRR7xDoc4oB5WIJMphFoxMnleBXdWVeQ+kSEgw==",
"requires": {
"@babel/runtime": "^7.0.0"
}
},
"gatsby-image": {
- "version": "2.2.10",
- "resolved": "https://registry.npmjs.org/gatsby-image/-/gatsby-image-2.2.10.tgz",
- "integrity": "sha512-wvbxqYWxg7te7ui6RjCgohcVTvcI1b0PBZNor548Flg/0h+oSGnUXVDkz9HO8uS/vWlIbMpXonRxvnZCGu1Y8A==",
+ "version": "2.2.12",
+ "resolved": "https://registry.npmjs.org/gatsby-image/-/gatsby-image-2.2.12.tgz",
+ "integrity": "sha512-XxpMcn58+ZH10LkNghalA5XeHyAAa8YkVA53rWbkezWKED3YauaQcnyNH3FC4HCACrqD7S+QJo5X2zPulGbFqg==",
"requires": {
"@babel/runtime": "^7.0.0",
"object-fit-images": "^3.2.4",
- "prop-types": "^15.6.1"
+ "prop-types": "^15.7.2"
}
},
"gatsby-link": {
- "version": "2.2.6",
- "resolved": "https://registry.npmjs.org/gatsby-link/-/gatsby-link-2.2.6.tgz",
- "integrity": "sha512-FnQ4Z+a5KDmAIoipfGqtELZ/WPB0W67I/jo4ekOPwEu14t6N/VWdTS0mOdJoNCeElNvnJ7cNqlNnEopdU4vbKw==",
+ "version": "2.2.7",
+ "resolved": "https://registry.npmjs.org/gatsby-link/-/gatsby-link-2.2.7.tgz",
+ "integrity": "sha512-roFLJJIKE35Y7Weofft9e6GkP75t/JImRdu1eE0U4xbyVBpmp5CxRcTrC267oMoT0Ev2kAJep0MK+3KheEDGcA==",
"requires": {
"@babel/runtime": "^7.0.0",
"@types/reach__router": "^1.2.4",
- "prop-types": "^15.6.1"
+ "prop-types": "^15.7.2"
}
},
"gatsby-page-utils": {
- "version": "0.0.8",
- "resolved": "https://registry.npmjs.org/gatsby-page-utils/-/gatsby-page-utils-0.0.8.tgz",
- "integrity": "sha512-vwSVOP8TD1sRpd2Q2YTsH2usy9+Swn7x4praaame+H/nbCO4/4cfCGqP55gQdNGvielFnqYosxpt63yU48SGow==",
+ "version": "0.0.9",
+ "resolved": "https://registry.npmjs.org/gatsby-page-utils/-/gatsby-page-utils-0.0.9.tgz",
+ "integrity": "sha512-hKdKh4Sc9vho+4eCH33ewrXr045++CWbBXMQESRhB+deMwooPltqAOuP4dthctyNrR/TxN0jSY6nBA2gXeEBKQ==",
"requires": {
"@babel/runtime": "^7.0.0",
"bluebird": "^3.5.5",
- "chokidar": "2.1.6",
+ "chokidar": "2.1.8",
"fs-exists-cached": "^1.0.0",
- "glob": "^7.1.1",
- "lodash": "^4.17.14",
+ "glob": "^7.1.4",
+ "lodash": "^4.17.15",
"micromatch": "^3.1.10",
"slash": "^1.0.0"
+ },
+ "dependencies": {
+ "lodash": {
+ "version": "4.17.15",
+ "resolved": "https://registry.npmjs.org/lodash/-/lodash-4.17.15.tgz",
+ "integrity": "sha512-8xOcRHvCjnocdS5cpwXQXVzmmh5e5+saE2QGoeQmbKmRS6J3VQppPOIt0MnmE+4xlZoumy0GPG0D0MVIQbNA1A=="
+ }
}
},
"gatsby-plugin-feed": {
@@ -7227,37 +7224,42 @@
}
},
"gatsby-plugin-google-analytics": {
- "version": "2.1.8",
- "resolved": "https://registry.npmjs.org/gatsby-plugin-google-analytics/-/gatsby-plugin-google-analytics-2.1.8.tgz",
- "integrity": "sha512-aPJMW58XpsisjjWmq71ukEv0LoUJe5I2M5yW8HVYLBYlPIBbzoozrKbYUXLU7Jz9ztp56hX9L+MtIdRiNwkKiQ==",
+ "version": "2.1.9",
+ "resolved": "https://registry.npmjs.org/gatsby-plugin-google-analytics/-/gatsby-plugin-google-analytics-2.1.9.tgz",
+ "integrity": "sha512-YceFMgLFzlOru1IzxGb0rxirePTkEcY7cz766SIRXE70ahNlEm6DroctjWVcaU2LVLURedQptYoKTykDbYzEcA==",
"requires": {
"@babel/runtime": "^7.0.0"
}
},
"gatsby-plugin-manifest": {
- "version": "2.2.7",
- "resolved": "https://registry.npmjs.org/gatsby-plugin-manifest/-/gatsby-plugin-manifest-2.2.7.tgz",
- "integrity": "sha512-Vq/ptgiBIz7tBxrx0B68IbP5x6poef2vilKr6dFkYL7sUmLox/DiNXJr7CDENfsdKmgc4WBwssO1N9uKf2UKBw==",
+ "version": "2.2.8",
+ "resolved": "https://registry.npmjs.org/gatsby-plugin-manifest/-/gatsby-plugin-manifest-2.2.8.tgz",
+ "integrity": "sha512-ZmER8KvPIIZMZs3OXKjuFDn3Mt48HiSH8vhsbnx7QaeyHooFW40b8QuhDhCqJ3+pVmWZPbqPFyZ1etEtY6M6gQ==",
"requires": {
"@babel/runtime": "^7.0.0",
"gatsby-core-utils": "^1.0.5",
- "semver": "^5.6.0",
- "sharp": "^0.22.1"
+ "semver": "^5.7.1",
+ "sharp": "^0.23.0"
}
},
"gatsby-plugin-offline": {
- "version": "2.2.8",
- "resolved": "https://registry.npmjs.org/gatsby-plugin-offline/-/gatsby-plugin-offline-2.2.8.tgz",
- "integrity": "sha512-ZYZCYvN9Lg3KmO0iSCfeKyxD9besqJP5CLCHwqcKfB1CJ7LsNNvk9Ccv+FZqSXTC7YwKk7sWjMXgdi03hX860Q==",
+ "version": "2.2.9",
+ "resolved": "https://registry.npmjs.org/gatsby-plugin-offline/-/gatsby-plugin-offline-2.2.9.tgz",
+ "integrity": "sha512-Cq8ekeZvVInl8d1ck32ltX1L8V7MmrVaz8bGLTGKqXi0V1oMixd3MzimH3/CMbSsgVUkIAXFoEK8LcttsUBd4g==",
"requires": {
"@babel/runtime": "^7.0.0",
"cheerio": "^1.0.0-rc.3",
- "idb-keyval": "^3.1.0",
- "lodash": "^4.17.14",
+ "idb-keyval": "^3.2.0",
+ "lodash": "^4.17.15",
"slash": "^3.0.0",
"workbox-build": "^3.6.3"
},
"dependencies": {
+ "lodash": {
+ "version": "4.17.15",
+ "resolved": "https://registry.npmjs.org/lodash/-/lodash-4.17.15.tgz",
+ "integrity": "sha512-8xOcRHvCjnocdS5cpwXQXVzmmh5e5+saE2QGoeQmbKmRS6J3VQppPOIt0MnmE+4xlZoumy0GPG0D0MVIQbNA1A=="
+ },
"slash": {
"version": "3.0.0",
"resolved": "https://registry.npmjs.org/slash/-/slash-3.0.0.tgz",
@@ -7266,17 +7268,24 @@
}
},
"gatsby-plugin-page-creator": {
- "version": "2.1.8",
- "resolved": "https://registry.npmjs.org/gatsby-plugin-page-creator/-/gatsby-plugin-page-creator-2.1.8.tgz",
- "integrity": "sha512-InCp/L3e4Hb6uDMycPX0Pu+XO5ftkqBHHmSY0DhmYP1VnJI3YmY5z8jfRIC4CSLNGT5z4R4fHoVF2pmQnHFiWA==",
+ "version": "2.1.9",
+ "resolved": "https://registry.npmjs.org/gatsby-plugin-page-creator/-/gatsby-plugin-page-creator-2.1.9.tgz",
+ "integrity": "sha512-vd49f5iIDe80VENjMBkO4b/h+SOOUkiTIicAdYoW3dLa4pOCMfzoLz4aZJyszCUuM4bbXOHGbtG1V7lGtJyojQ==",
"requires": {
"@babel/runtime": "^7.0.0",
"bluebird": "^3.5.5",
"fs-exists-cached": "^1.0.0",
- "gatsby-page-utils": "^0.0.8",
- "glob": "^7.1.1",
- "lodash": "^4.17.14",
+ "gatsby-page-utils": "^0.0.9",
+ "glob": "^7.1.4",
+ "lodash": "^4.17.15",
"micromatch": "^3.1.10"
+ },
+ "dependencies": {
+ "lodash": {
+ "version": "4.17.15",
+ "resolved": "https://registry.npmjs.org/lodash/-/lodash-4.17.15.tgz",
+ "integrity": "sha512-8xOcRHvCjnocdS5cpwXQXVzmmh5e5+saE2QGoeQmbKmRS6J3VQppPOIt0MnmE+4xlZoumy0GPG0D0MVIQbNA1A=="
+ }
}
},
"gatsby-plugin-react-helmet": {
@@ -7288,9 +7297,9 @@
}
},
"gatsby-plugin-sharp": {
- "version": "2.2.14",
- "resolved": "https://registry.npmjs.org/gatsby-plugin-sharp/-/gatsby-plugin-sharp-2.2.14.tgz",
- "integrity": "sha512-Ymw3j3tNBRIkQfCxPCHsSGNUCD7Nul+P32QZsdMmdFJALeiAHb5bY/ZS67lY7ZNTDHPQ6dwUKqE0OzbCwJJZew==",
+ "version": "2.2.16",
+ "resolved": "https://registry.npmjs.org/gatsby-plugin-sharp/-/gatsby-plugin-sharp-2.2.16.tgz",
+ "integrity": "sha512-nHaTRqAKopnAKOiUEe21zcBbp7sLoYtftxeR5Iru+SYNCklNuY6+GepNnoYkwDE/7nvuC4JyKlMCNCFL6K3vyg==",
"requires": {
"@babel/runtime": "^7.0.0",
"async": "^2.6.3",
@@ -7298,18 +7307,18 @@
"fs-extra": "^7.0.1",
"gatsby-core-utils": "^1.0.5",
"got": "^8.3.2",
- "imagemin": "^6.0.0",
+ "imagemin": "^6.1.0",
"imagemin-mozjpeg": "^8.0.0",
- "imagemin-pngquant": "^6.0.0",
- "imagemin-webp": "^5.0.0",
- "lodash": "^4.17.14",
- "mini-svg-data-uri": "^1.0.0",
- "potrace": "^2.1.1",
- "probe-image-size": "^4.0.0",
+ "imagemin-pngquant": "^6.0.1",
+ "imagemin-webp": "^5.1.0",
+ "lodash": "^4.17.15",
+ "mini-svg-data-uri": "^1.1.3",
+ "potrace": "^2.1.2",
+ "probe-image-size": "^4.1.1",
"progress": "^2.0.3",
- "semver": "^5.6.0",
- "sharp": "^0.22.1",
- "svgo": "^1.2.0"
+ "semver": "^5.7.1",
+ "sharp": "^0.23.0",
+ "svgo": "^1.3.0"
},
"dependencies": {
"async": {
@@ -7329,40 +7338,45 @@
"jsonfile": "^4.0.0",
"universalify": "^0.1.0"
}
+ },
+ "lodash": {
+ "version": "4.17.15",
+ "resolved": "https://registry.npmjs.org/lodash/-/lodash-4.17.15.tgz",
+ "integrity": "sha512-8xOcRHvCjnocdS5cpwXQXVzmmh5e5+saE2QGoeQmbKmRS6J3VQppPOIt0MnmE+4xlZoumy0GPG0D0MVIQbNA1A=="
}
}
},
"gatsby-plugin-typography": {
- "version": "2.3.3",
- "resolved": "https://registry.npmjs.org/gatsby-plugin-typography/-/gatsby-plugin-typography-2.3.3.tgz",
- "integrity": "sha512-4nG/JSwSfDb04VcobDa1ETl/uhF7z7r/T2/Ku4u4vxmPqDouBOAE3LZ7N4mr99AT7Kj6ZV6Qn+3sTWIpFkDJ0w==",
+ "version": "2.3.4",
+ "resolved": "https://registry.npmjs.org/gatsby-plugin-typography/-/gatsby-plugin-typography-2.3.4.tgz",
+ "integrity": "sha512-LZBHmio7OF7S7hj5JHwJ7N4R1EHUnjqQiAhzs1OKX4L7DOYwsFTFGgA8p0i/nmo57kPzuQ2LbQxYcGFVQSFTUA==",
"requires": {
"@babel/runtime": "^7.0.0"
}
},
"gatsby-react-router-scroll": {
- "version": "2.1.4",
- "resolved": "https://registry.npmjs.org/gatsby-react-router-scroll/-/gatsby-react-router-scroll-2.1.4.tgz",
- "integrity": "sha512-p9HQ2GrIVmKL3UAk7jqKzOXaigj6tu1xQPAGguO+5+i5ZfD245TQq1UAj1bZr0dJ1DJqRLbTooxPiL7+K05pVg==",
+ "version": "2.1.5",
+ "resolved": "https://registry.npmjs.org/gatsby-react-router-scroll/-/gatsby-react-router-scroll-2.1.5.tgz",
+ "integrity": "sha512-OSjj7tBi2rgMB2h90StAi/4iP/xpNNX42hhYCv1v8+4MX3/b45v3Qp28CW+N6FpQTzDHNHTUburNrlY0nBByaA==",
"requires": {
"@babel/runtime": "^7.0.0",
- "scroll-behavior": "^0.9.9",
+ "scroll-behavior": "^0.9.10",
"warning": "^3.0.0"
}
},
"gatsby-remark-copy-linked-files": {
- "version": "2.1.8",
- "resolved": "https://registry.npmjs.org/gatsby-remark-copy-linked-files/-/gatsby-remark-copy-linked-files-2.1.8.tgz",
- "integrity": "sha512-zAEZWdzi6JVSTgxOI2oQC23EE0KMPK3p1Emjx+EHScxEeFPinqVjCJ26AOEwPac7sS/syJT2JN9QvDIFKlZJlw==",
+ "version": "2.1.9",
+ "resolved": "https://registry.npmjs.org/gatsby-remark-copy-linked-files/-/gatsby-remark-copy-linked-files-2.1.9.tgz",
+ "integrity": "sha512-jXEd1epr8Wi1Wltu3f4Smu/naD3SCa2wdvXmiJyCRJbeNFJnQYo7mHdtKf5gNVjjgCTdV0Xu9tQHb05DIEZsZw==",
"requires": {
"@babel/runtime": "^7.0.0",
"cheerio": "^1.0.0-rc.3",
"fs-extra": "^4.0.3",
"is-relative-url": "^2.0.0",
- "lodash": "^4.17.14",
+ "lodash": "^4.17.15",
"path-is-inside": "^1.0.2",
- "probe-image-size": "^4.0.0",
- "unist-util-visit": "^1.3.0"
+ "probe-image-size": "^4.1.1",
+ "unist-util-visit": "^1.4.1"
},
"dependencies": {
"fs-extra": {
@@ -7374,27 +7388,37 @@
"jsonfile": "^4.0.0",
"universalify": "^0.1.0"
}
+ },
+ "lodash": {
+ "version": "4.17.15",
+ "resolved": "https://registry.npmjs.org/lodash/-/lodash-4.17.15.tgz",
+ "integrity": "sha512-8xOcRHvCjnocdS5cpwXQXVzmmh5e5+saE2QGoeQmbKmRS6J3VQppPOIt0MnmE+4xlZoumy0GPG0D0MVIQbNA1A=="
}
}
},
"gatsby-remark-images": {
- "version": "3.1.14",
- "resolved": "https://registry.npmjs.org/gatsby-remark-images/-/gatsby-remark-images-3.1.14.tgz",
- "integrity": "sha512-7rLi8076HQQXn7SAjvFkDdhw7Pts1RhHvTcV8aANes2aOzJO7RajM9/uY/KMW1r7pdlvoLoV+mrsV22dCP5LUw==",
+ "version": "3.1.16",
+ "resolved": "https://registry.npmjs.org/gatsby-remark-images/-/gatsby-remark-images-3.1.16.tgz",
+ "integrity": "sha512-fms3JG/S+R0mJoQbTAqFsPcc9IRzyhHjeWgn2Y7GPA8uHtJx3ji/k1ObY120l7aJ4HyjDV59Zs2UgjzaIOOM7w==",
"requires": {
"@babel/runtime": "^7.0.0",
"chalk": "^2.4.2",
"cheerio": "^1.0.0-rc.3",
"is-relative-url": "^2.0.0",
- "lodash": "^4.17.14",
- "mdast-util-definitions": "^1.2.0",
- "potrace": "^2.1.1",
- "query-string": "^6.1.0",
+ "lodash": "^4.17.15",
+ "mdast-util-definitions": "^1.2.4",
+ "potrace": "^2.1.2",
+ "query-string": "^6.8.2",
"slash": "^1.0.0",
"unist-util-select": "^1.5.0",
- "unist-util-visit-parents": "^2.0.1"
+ "unist-util-visit-parents": "^2.1.2"
},
"dependencies": {
+ "lodash": {
+ "version": "4.17.15",
+ "resolved": "https://registry.npmjs.org/lodash/-/lodash-4.17.15.tgz",
+ "integrity": "sha512-8xOcRHvCjnocdS5cpwXQXVzmmh5e5+saE2QGoeQmbKmRS6J3VQppPOIt0MnmE+4xlZoumy0GPG0D0MVIQbNA1A=="
+ },
"query-string": {
"version": "6.8.2",
"resolved": "https://registry.npmjs.org/query-string/-/query-string-6.8.2.tgz",
@@ -7413,58 +7437,65 @@
}
},
"gatsby-remark-prismjs": {
- "version": "3.3.6",
- "resolved": "https://registry.npmjs.org/gatsby-remark-prismjs/-/gatsby-remark-prismjs-3.3.6.tgz",
- "integrity": "sha512-K5XJ4edWIaW9hG9jALL6xiBHIN9vtpV/swVxEP1+w9QY1a5kbkwbu5XitKWcYShdAhDDC/RRyfmvuSohh1xUPw==",
+ "version": "3.3.8",
+ "resolved": "https://registry.npmjs.org/gatsby-remark-prismjs/-/gatsby-remark-prismjs-3.3.8.tgz",
+ "integrity": "sha512-Nd9j1RhUtyUZswmx3xmLjegxoq/bZ0eGs5ceD42xCS6P7wQuMFYV2tPh2TGwN/T9D2dmo8NioJhPkwdEGglP/g==",
"requires": {
"@babel/runtime": "^7.0.0",
"parse-numeric-range": "^0.0.2",
- "unist-util-visit": "^1.3.0"
+ "unist-util-visit": "^1.4.1"
}
},
"gatsby-remark-responsive-iframe": {
- "version": "2.2.6",
- "resolved": "https://registry.npmjs.org/gatsby-remark-responsive-iframe/-/gatsby-remark-responsive-iframe-2.2.6.tgz",
- "integrity": "sha512-z3bM0kFS53CphWSv9jM8eCQKT12ZI+p5wbR4MvCTpmJuc8O0D//Ao/qav+o3TwXcNS6gLwTGS5xW1WOhF/N+Sw==",
+ "version": "2.2.7",
+ "resolved": "https://registry.npmjs.org/gatsby-remark-responsive-iframe/-/gatsby-remark-responsive-iframe-2.2.7.tgz",
+ "integrity": "sha512-E6Jku61fHmzLNZvwwRPnv3eT8PAsBR9aSsozMhXsH3s1fiae2iWYw4NpDAJGA7PaxyVJawdjepJGcNrafGM7/Q==",
"requires": {
"@babel/runtime": "^7.0.0",
"bluebird": "^3.5.5",
"cheerio": "^1.0.0-rc.3",
- "lodash": "^4.17.14",
- "unist-util-visit": "^1.3.0"
+ "lodash": "^4.17.15",
+ "unist-util-visit": "^1.4.1"
+ },
+ "dependencies": {
+ "lodash": {
+ "version": "4.17.15",
+ "resolved": "https://registry.npmjs.org/lodash/-/lodash-4.17.15.tgz",
+ "integrity": "sha512-8xOcRHvCjnocdS5cpwXQXVzmmh5e5+saE2QGoeQmbKmRS6J3VQppPOIt0MnmE+4xlZoumy0GPG0D0MVIQbNA1A=="
+ }
}
},
"gatsby-remark-smartypants": {
- "version": "2.1.3",
- "resolved": "https://registry.npmjs.org/gatsby-remark-smartypants/-/gatsby-remark-smartypants-2.1.3.tgz",
- "integrity": "sha512-9wYq4cCKc/HjcLpgT6u8shDjNwVgVL56KACYT6ZZH6v8Ue1WjvhItTPP6jsOd/E9WagdNiU4V8wDVTh3u/RbfA==",
+ "version": "2.1.4",
+ "resolved": "https://registry.npmjs.org/gatsby-remark-smartypants/-/gatsby-remark-smartypants-2.1.4.tgz",
+ "integrity": "sha512-MDZHQHvdTi/jYpHZ7NtZEPx9eVSWfkfR0g65OGHq+yOjLhWLoyvu3p6mhpxOZDoN4S4SvvgBZKdNyxMpb93sgA==",
"requires": {
"@babel/runtime": "^7.0.0",
"retext": "^5.0.0",
- "retext-smartypants": "^3.0.0",
- "unist-util-visit": "^1.3.0"
+ "retext-smartypants": "^3.0.3",
+ "unist-util-visit": "^1.4.1"
}
},
"gatsby-source-filesystem": {
- "version": "2.1.12",
- "resolved": "https://registry.npmjs.org/gatsby-source-filesystem/-/gatsby-source-filesystem-2.1.12.tgz",
- "integrity": "sha512-Y7TY65RbiQTCI4vYvKxDXWKcGOWxWrwLrQTazQ8psI6/IW49J9Nx6Reqe9FgsaIMW8OqYc0kSeXu1DUDS6JKdg==",
+ "version": "2.1.14",
+ "resolved": "https://registry.npmjs.org/gatsby-source-filesystem/-/gatsby-source-filesystem-2.1.14.tgz",
+ "integrity": "sha512-oumNHpfO3JUq4nUupMvh0Ix33WAHJr72zuEVN8LyEr+2IOTqS04lk3X+h/Y/IGRqHd81026Fkz0He2ensKmqYA==",
"requires": {
"@babel/runtime": "^7.0.0",
"better-queue": "^3.8.10",
"bluebird": "^3.5.5",
- "chokidar": "2.1.6",
- "file-type": "^10.2.0",
+ "chokidar": "2.1.8",
+ "file-type": "^10.11.0",
"fs-extra": "^5.0.0",
"gatsby-core-utils": "^1.0.5",
"got": "^7.1.0",
- "md5-file": "^3.1.1",
- "mime": "^2.2.0",
+ "md5-file": "^3.2.3",
+ "mime": "^2.4.4",
"pretty-bytes": "^4.0.2",
"progress": "^2.0.3",
- "read-chunk": "^3.0.0",
+ "read-chunk": "^3.2.0",
"valid-url": "^1.0.9",
- "xstate": "^3.1.0"
+ "xstate": "^3.3.3"
},
"dependencies": {
"got": {
@@ -7509,9 +7540,9 @@
}
},
"gatsby-telemetry": {
- "version": "1.1.16",
- "resolved": "https://registry.npmjs.org/gatsby-telemetry/-/gatsby-telemetry-1.1.16.tgz",
- "integrity": "sha512-tOMKRgi19odXJEl0FAnv5xA/P+ysU1oLFhb2uYb1T2nVnTsD+4L7Ffk3r+EmTz0fN8KZmcrVJq2Lh6XU1zCRGg==",
+ "version": "1.1.17",
+ "resolved": "https://registry.npmjs.org/gatsby-telemetry/-/gatsby-telemetry-1.1.17.tgz",
+ "integrity": "sha512-EkmkVVh9c9RDdiYOK0NlM/HbYuPTyqZv5Lsd4KdNMGcxzeQSmx8eglRuJxqOLWbAyeVG4vMkZVVZRz6oANwInA==",
"requires": {
"@babel/code-frame": "^7.0.0",
"@babel/runtime": "^7.0.0",
@@ -7523,13 +7554,13 @@
"fs-extra": "^7.0.1",
"git-up": "4.0.1",
"is-docker": "1.1.0",
- "lodash": "^4.17.14",
- "node-fetch": "2.3.0",
+ "lodash": "^4.17.15",
+ "node-fetch": "2.6.0",
"resolve-cwd": "^2.0.0",
- "source-map": "^0.5.7",
+ "source-map": "^0.7.3",
"stack-trace": "^0.0.10",
"stack-utils": "1.0.2",
- "uuid": "3.3.2"
+ "uuid": "3.3.3"
},
"dependencies": {
"configstore": {
@@ -7555,6 +7586,11 @@
"universalify": "^0.1.0"
}
},
+ "lodash": {
+ "version": "4.17.15",
+ "resolved": "https://registry.npmjs.org/lodash/-/lodash-4.17.15.tgz",
+ "integrity": "sha512-8xOcRHvCjnocdS5cpwXQXVzmmh5e5+saE2QGoeQmbKmRS6J3VQppPOIt0MnmE+4xlZoumy0GPG0D0MVIQbNA1A=="
+ },
"make-dir": {
"version": "1.3.0",
"resolved": "https://registry.npmjs.org/make-dir/-/make-dir-1.3.0.tgz",
@@ -7564,62 +7600,69 @@
}
},
"node-fetch": {
- "version": "2.3.0",
- "resolved": "https://registry.npmjs.org/node-fetch/-/node-fetch-2.3.0.tgz",
- "integrity": "sha512-MOd8pV3fxENbryESLgVIeaGKrdl+uaYhCSSVkjeOb/31/njTpcis5aWfdqgNlHIrKOLRbMnfPINPOML2CIFeXA=="
+ "version": "2.6.0",
+ "resolved": "https://registry.npmjs.org/node-fetch/-/node-fetch-2.6.0.tgz",
+ "integrity": "sha512-8dG4H5ujfvFiqDmVu9fQ5bOHUC15JMjMY/Zumv26oOvvVJjM67KF8koCWIabKQ1GJIa9r2mMZscBq/TbdOcmNA=="
},
"pify": {
"version": "3.0.0",
"resolved": "https://registry.npmjs.org/pify/-/pify-3.0.0.tgz",
"integrity": "sha1-5aSs0sEB/fPZpNB/DbxNtJ3SgXY="
},
- "uuid": {
- "version": "3.3.2",
- "resolved": "https://registry.npmjs.org/uuid/-/uuid-3.3.2.tgz",
- "integrity": "sha512-yXJmeNaw3DnnKAOKJE51sL/ZaYfWJRl1pK9dr19YFCu0ObS231AB1/LbqTKRAQ5kw8A90rA6fr4riOUpTZvQZA=="
+ "source-map": {
+ "version": "0.7.3",
+ "resolved": "https://registry.npmjs.org/source-map/-/source-map-0.7.3.tgz",
+ "integrity": "sha512-CkCj6giN3S+n9qrYiBTX5gystlENnRW5jZeNLHpe6aue+SrHcG5VYwujhW9s4dY31mEGsxBDrHR6oI69fTXsaQ=="
}
}
},
"gatsby-transformer-remark": {
- "version": "2.6.16",
- "resolved": "https://registry.npmjs.org/gatsby-transformer-remark/-/gatsby-transformer-remark-2.6.16.tgz",
- "integrity": "sha512-jqWHMsUsg74BbfUQLAXCNeJD2Ch2NHpNMxFI33ZJpVSi91CYiYWUf0ZqsqEIRMAO2uxmxpxIco5gKJ5itxACzw==",
+ "version": "2.6.18",
+ "resolved": "https://registry.npmjs.org/gatsby-transformer-remark/-/gatsby-transformer-remark-2.6.18.tgz",
+ "integrity": "sha512-qPaNYzwYkQsSKS3ynJ2EWrI8jwAu/SBRvfVRMJI2mM6jKDWYhHIlKkzqZuOVVok1kKivagMLpZtJrDLvcDrthg==",
"requires": {
"@babel/runtime": "^7.0.0",
"bluebird": "^3.5.5",
"gatsby-core-utils": "^1.0.5",
- "gray-matter": "^4.0.0",
+ "gray-matter": "^4.0.2",
"hast-util-raw": "^4.0.0",
- "hast-util-to-html": "^4.0.0",
- "lodash": "^4.17.14",
- "mdast-util-to-hast": "^3.0.0",
- "mdast-util-to-string": "^1.0.5",
- "mdast-util-toc": "^2.0.1",
- "remark": "^10.0.0",
- "remark-parse": "^6.0.0",
- "remark-retext": "^3.1.0",
+ "hast-util-to-html": "^4.0.1",
+ "lodash": "^4.17.15",
+ "mdast-util-to-hast": "^3.0.4",
+ "mdast-util-to-string": "^1.0.6",
+ "mdast-util-toc": "^2.1.0",
+ "remark": "^10.0.1",
+ "remark-parse": "^6.0.3",
+ "remark-retext": "^3.1.3",
"remark-stringify": "^5.0.0",
- "retext-english": "^3.0.0",
- "sanitize-html": "^1.18.2",
+ "retext-english": "^3.0.3",
+ "sanitize-html": "^1.20.1",
"underscore.string": "^3.3.5",
- "unified": "^6.1.5",
- "unist-util-remove-position": "^1.1.2",
+ "unified": "^6.2.0",
+ "unist-util-remove-position": "^1.1.3",
"unist-util-select": "^1.5.0",
- "unist-util-visit": "^1.3.0"
+ "unist-util-visit": "^1.4.1"
+ },
+ "dependencies": {
+ "lodash": {
+ "version": "4.17.15",
+ "resolved": "https://registry.npmjs.org/lodash/-/lodash-4.17.15.tgz",
+ "integrity": "sha512-8xOcRHvCjnocdS5cpwXQXVzmmh5e5+saE2QGoeQmbKmRS6J3VQppPOIt0MnmE+4xlZoumy0GPG0D0MVIQbNA1A=="
+ }
}
},
"gatsby-transformer-sharp": {
- "version": "2.2.8",
- "resolved": "https://registry.npmjs.org/gatsby-transformer-sharp/-/gatsby-transformer-sharp-2.2.8.tgz",
- "integrity": "sha512-pyqs5QicdnBQ+BKdHKXkagC5Q00nE7BsJ6TbJfO+zbh/VmU9tWkl4WLMybtauRUsP9eaXvsYwd2jnxJfjXka6Q==",
+ "version": "2.2.10",
+ "resolved": "https://registry.npmjs.org/gatsby-transformer-sharp/-/gatsby-transformer-sharp-2.2.10.tgz",
+ "integrity": "sha512-Go2A4VdlgTEE4oMp7CagQgM5bdSmdGYus4S9Vf4/4vz8d1AJ/z3nab5X0rBSeEEnsF9jBps7OZEOhhIvqN5WHw==",
"requires": {
"@babel/runtime": "^7.0.0",
"bluebird": "^3.5.5",
"fs-extra": "^7.0.1",
- "potrace": "^2.1.1",
- "probe-image-size": "^4.0.0",
- "semver": "^5.6.0",
- "sharp": "^0.22.1"
+ "potrace": "^2.1.2",
+ "probe-image-size": "^4.1.1",
+ "semver": "^5.7.1",
+ "sharp": "^0.23.0"
},
"dependencies": {
"fs-extra": {
@@ -7893,9 +7936,9 @@
"integrity": "sha1-TK+tdrxi8C+gObL5Tpo906ORpyU="
},
"graphql": {
- "version": "14.4.2",
- "resolved": "https://registry.npmjs.org/graphql/-/graphql-14.4.2.tgz",
- "integrity": "sha512-6uQadiRgnpnSS56hdZUSvFrVcQ6OF9y6wkxJfKquFtHlnl7+KSuWwSJsdwiK1vybm1HgcdbpGkCpvhvsVQ0UZQ==",
+ "version": "14.5.0",
+ "resolved": "https://registry.npmjs.org/graphql/-/graphql-14.5.0.tgz",
+ "integrity": "sha512-wnGcTD181L2xPnIwHHjx/moV4ulxA2Kms9zcUY+B/SIrK+2N+iOC6WNgnR2zVTmg1Z8P+CZq5KXibTnatg3WUw==",
"requires": {
"iterall": "^1.2.2"
}
@@ -8696,6 +8739,11 @@
"resolved": "https://registry.npmjs.org/indexof/-/indexof-0.0.1.tgz",
"integrity": "sha1-gtwzbSMrkGIXnQWrMpOmYFn9Q10="
},
+ "infer-owner": {
+ "version": "1.0.4",
+ "resolved": "https://registry.npmjs.org/infer-owner/-/infer-owner-1.0.4.tgz",
+ "integrity": "sha512-IClj+Xz94+d7irH5qRyfJonOdfTzuDaifE6ZPWfx0N0+/ATZCbuTPq2prFl526urkQd90WyUKIh1DfBQ2hMz9A=="
+ },
"inflight": {
"version": "1.0.6",
"resolved": "https://registry.npmjs.org/inflight/-/inflight-1.0.6.tgz",
@@ -10094,6 +10142,11 @@
}
}
},
+ "mamacro": {
+ "version": "0.0.3",
+ "resolved": "https://registry.npmjs.org/mamacro/-/mamacro-0.0.3.tgz",
+ "integrity": "sha512-qMEwh+UujcQ+kbz3T6V+wAmO2U8veoq2w+3wY8MquqwVA3jChfwY+Tk52GZKDfACEPjuZ7r2oJLejwpt8jtwTA=="
+ },
"map-age-cleaner": {
"version": "0.1.3",
"resolved": "https://registry.npmjs.org/map-age-cleaner/-/map-age-cleaner-0.1.3.tgz",
@@ -10429,15 +10482,36 @@
}
},
"mini-css-extract-plugin": {
- "version": "0.4.5",
- "resolved": "https://registry.npmjs.org/mini-css-extract-plugin/-/mini-css-extract-plugin-0.4.5.tgz",
- "integrity": "sha512-dqBanNfktnp2hwL2YguV9Jh91PFX7gu7nRLs4TGsbAfAG6WOtlynFRYzwDwmmeSb5uIwHo9nx1ta0f7vAZVp2w==",
+ "version": "0.8.0",
+ "resolved": "https://registry.npmjs.org/mini-css-extract-plugin/-/mini-css-extract-plugin-0.8.0.tgz",
+ "integrity": "sha512-MNpRGbNA52q6U92i0qbVpQNsgk7LExy41MdAlG84FeytfDOtRIf/mCHdEgG8rpTKOaNKiqUnZdlptF469hxqOw==",
"requires": {
"loader-utils": "^1.1.0",
+ "normalize-url": "1.9.1",
"schema-utils": "^1.0.0",
"webpack-sources": "^1.1.0"
},
"dependencies": {
+ "normalize-url": {
+ "version": "1.9.1",
+ "resolved": "https://registry.npmjs.org/normalize-url/-/normalize-url-1.9.1.tgz",
+ "integrity": "sha1-LMDWazHqIwNkWENuNiDYWVTGbDw=",
+ "requires": {
+ "object-assign": "^4.0.1",
+ "prepend-http": "^1.0.0",
+ "query-string": "^4.1.0",
+ "sort-keys": "^1.0.0"
+ }
+ },
+ "query-string": {
+ "version": "4.3.4",
+ "resolved": "https://registry.npmjs.org/query-string/-/query-string-4.3.4.tgz",
+ "integrity": "sha1-u7aTucqRXCMlFbIosaArYJBD2+s=",
+ "requires": {
+ "object-assign": "^4.1.0",
+ "strict-uri-encode": "^1.0.0"
+ }
+ },
"schema-utils": {
"version": "1.0.0",
"resolved": "https://registry.npmjs.org/schema-utils/-/schema-utils-1.0.0.tgz",
@@ -10447,6 +10521,14 @@
"ajv-errors": "^1.0.0",
"ajv-keywords": "^3.1.0"
}
+ },
+ "sort-keys": {
+ "version": "1.1.2",
+ "resolved": "https://registry.npmjs.org/sort-keys/-/sort-keys-1.1.2.tgz",
+ "integrity": "sha1-RBttTTRnmPG05J6JIK37oOVD+a0=",
+ "requires": {
+ "is-plain-obj": "^1.0.0"
+ }
}
}
},
@@ -13974,19 +14056,18 @@
"integrity": "sha512-y0m1JoUZSlPAjXVtPPW70aZWfIL/dSP7AFkRnniLCrK/8MDKog3TySTBmckD+RObVxH0v4Tox67+F14PdED2oQ=="
},
"sharp": {
- "version": "0.22.1",
- "resolved": "https://registry.npmjs.org/sharp/-/sharp-0.22.1.tgz",
- "integrity": "sha512-lXzSk/FL5b/MpWrT1pQZneKe25stVjEbl6uhhJcTULm7PhmJgKKRbTDM/vtjyUuC/RLqL2PRyC4rpKwbv3soEw==",
+ "version": "0.23.0",
+ "resolved": "https://registry.npmjs.org/sharp/-/sharp-0.23.0.tgz",
+ "integrity": "sha512-3+QlktTYDPO9CLmB3DUaBSj729ic3R9TO5Bz318F8WubUW10HR4os0Tm+GdYNcVg0layhMhP4Hf2SILwXVG2ig==",
"requires": {
- "color": "^3.1.1",
+ "color": "^3.1.2",
"detect-libc": "^1.0.3",
- "fs-copy-file-sync": "^1.1.1",
- "nan": "^2.13.2",
+ "nan": "^2.14.0",
"npmlog": "^4.1.2",
"prebuild-install": "^5.3.0",
- "semver": "^6.0.0",
+ "semver": "^6.3.0",
"simple-get": "^3.0.3",
- "tar": "^4.4.8",
+ "tar": "^4.4.10",
"tunnel-agent": "^0.6.0"
},
"dependencies": {
@@ -14877,12 +14958,24 @@
}
},
"style-loader": {
- "version": "0.21.0",
- "resolved": "https://registry.npmjs.org/style-loader/-/style-loader-0.21.0.tgz",
- "integrity": "sha512-T+UNsAcl3Yg+BsPKs1vd22Fr8sVT+CJMtzqc6LEw9bbJZb43lm9GoeIfUcDEefBSWC0BhYbcdupV1GtI4DGzxg==",
+ "version": "0.23.1",
+ "resolved": "https://registry.npmjs.org/style-loader/-/style-loader-0.23.1.tgz",
+ "integrity": "sha512-XK+uv9kWwhZMZ1y7mysB+zoihsEj4wneFWAS5qoiLwzW0WzSqMrrsIy+a3zkQJq0ipFtBpX5W3MqyRIBF/WFGg==",
"requires": {
"loader-utils": "^1.1.0",
- "schema-utils": "^0.4.5"
+ "schema-utils": "^1.0.0"
+ },
+ "dependencies": {
+ "schema-utils": {
+ "version": "1.0.0",
+ "resolved": "https://registry.npmjs.org/schema-utils/-/schema-utils-1.0.0.tgz",
+ "integrity": "sha512-i27Mic4KovM/lnGsy8whRCHhc7VicJajAjTrYg11K9zfZXnYIt4k5F+kZkwjnrhKzLic/HLU4j11mjsz2G/75g==",
+ "requires": {
+ "ajv": "^6.1.0",
+ "ajv-errors": "^1.0.0",
+ "ajv-keywords": "^3.1.0"
+ }
+ }
}
},
"style-to-object": {
@@ -15111,13 +15204,13 @@
}
},
"terser": {
- "version": "3.17.0",
- "resolved": "https://registry.npmjs.org/terser/-/terser-3.17.0.tgz",
- "integrity": "sha512-/FQzzPJmCpjAH9Xvk2paiWrFq+5M6aVOf+2KRbwhByISDX/EujxsK+BAvrhb6H+2rtrLCHK9N01wO014vrIwVQ==",
+ "version": "4.2.0",
+ "resolved": "https://registry.npmjs.org/terser/-/terser-4.2.0.tgz",
+ "integrity": "sha512-6lPt7lZdZ/13icQJp8XasFOwZjFJkxFFIb/N1fhYEQNoNI3Ilo3KABZ9OocZvZoB39r6SiIk/0+v/bt8nZoSeA==",
"requires": {
- "commander": "^2.19.0",
+ "commander": "^2.20.0",
"source-map": "~0.6.1",
- "source-map-support": "~0.5.10"
+ "source-map-support": "~0.5.12"
},
"dependencies": {
"source-map": {
@@ -15128,18 +15221,18 @@
}
},
"terser-webpack-plugin": {
- "version": "1.2.4",
- "resolved": "https://registry.npmjs.org/terser-webpack-plugin/-/terser-webpack-plugin-1.2.4.tgz",
- "integrity": "sha512-64IiILNQlACWZLzFlpzNaG0bpQ4ytaB7fwOsbpsdIV70AfLUmIGGeuKL0YV2WmtcrURjE2aOvHD4/lrFV3Rg+Q==",
+ "version": "1.4.1",
+ "resolved": "https://registry.npmjs.org/terser-webpack-plugin/-/terser-webpack-plugin-1.4.1.tgz",
+ "integrity": "sha512-ZXmmfiwtCLfz8WKZyYUuuHf3dMYEjg8NrjHMb0JqHVHVOSkzp3cW2/XG1fP3tRhqEqSzMwzzRQGtAPbs4Cncxg==",
"requires": {
- "cacache": "^11.3.2",
- "find-cache-dir": "^2.0.0",
+ "cacache": "^12.0.2",
+ "find-cache-dir": "^2.1.0",
"is-wsl": "^1.1.0",
"schema-utils": "^1.0.0",
"serialize-javascript": "^1.7.0",
"source-map": "^0.6.1",
- "terser": "^3.17.0",
- "webpack-sources": "^1.3.0",
+ "terser": "^4.1.2",
+ "webpack-sources": "^1.4.0",
"worker-farm": "^1.7.0"
},
"dependencies": {
@@ -16037,40 +16130,44 @@
"integrity": "sha512-r8sAtNmgR0WKOKOxzuSgk09JsHlpKlB+uHi937qypOu3PZ17UxPrierFKDye/uNHjNTTEshu5PId8rojIPj/tA=="
},
"webpack": {
- "version": "4.28.4",
- "resolved": "https://registry.npmjs.org/webpack/-/webpack-4.28.4.tgz",
- "integrity": "sha512-NxjD61WsK/a3JIdwWjtIpimmvE6UrRi3yG54/74Hk9rwNj5FPkA4DJCf1z4ByDWLkvZhTZE+P3C/eh6UD5lDcw==",
- "requires": {
- "@webassemblyjs/ast": "1.7.11",
- "@webassemblyjs/helper-module-context": "1.7.11",
- "@webassemblyjs/wasm-edit": "1.7.11",
- "@webassemblyjs/wasm-parser": "1.7.11",
- "acorn": "^5.6.2",
- "acorn-dynamic-import": "^3.0.0",
- "ajv": "^6.1.0",
- "ajv-keywords": "^3.1.0",
- "chrome-trace-event": "^1.0.0",
+ "version": "4.39.2",
+ "resolved": "https://registry.npmjs.org/webpack/-/webpack-4.39.2.tgz",
+ "integrity": "sha512-AKgTfz3xPSsEibH00JfZ9sHXGUwIQ6eZ9tLN8+VLzachk1Cw2LVmy+4R7ZiwTa9cZZ15tzySjeMui/UnSCAZhA==",
+ "requires": {
+ "@webassemblyjs/ast": "1.8.5",
+ "@webassemblyjs/helper-module-context": "1.8.5",
+ "@webassemblyjs/wasm-edit": "1.8.5",
+ "@webassemblyjs/wasm-parser": "1.8.5",
+ "acorn": "^6.2.1",
+ "ajv": "^6.10.2",
+ "ajv-keywords": "^3.4.1",
+ "chrome-trace-event": "^1.0.2",
"enhanced-resolve": "^4.1.0",
- "eslint-scope": "^4.0.0",
+ "eslint-scope": "^4.0.3",
"json-parse-better-errors": "^1.0.2",
- "loader-runner": "^2.3.0",
- "loader-utils": "^1.1.0",
- "memory-fs": "~0.4.1",
- "micromatch": "^3.1.8",
- "mkdirp": "~0.5.0",
- "neo-async": "^2.5.0",
- "node-libs-browser": "^2.0.0",
- "schema-utils": "^0.4.4",
- "tapable": "^1.1.0",
- "terser-webpack-plugin": "^1.1.0",
- "watchpack": "^1.5.0",
- "webpack-sources": "^1.3.0"
+ "loader-runner": "^2.4.0",
+ "loader-utils": "^1.2.3",
+ "memory-fs": "^0.4.1",
+ "micromatch": "^3.1.10",
+ "mkdirp": "^0.5.1",
+ "neo-async": "^2.6.1",
+ "node-libs-browser": "^2.2.1",
+ "schema-utils": "^1.0.0",
+ "tapable": "^1.1.3",
+ "terser-webpack-plugin": "^1.4.1",
+ "watchpack": "^1.6.0",
+ "webpack-sources": "^1.4.1"
},
"dependencies": {
- "acorn": {
- "version": "5.7.3",
- "resolved": "https://registry.npmjs.org/acorn/-/acorn-5.7.3.tgz",
- "integrity": "sha512-T/zvzYRfbVojPWahDsE5evJdHb3oJoQfFbsrKM7w5Zcs++Tr257tia3BmMP8XYVjp1S9RZXQMh7gao96BlqZOw=="
+ "schema-utils": {
+ "version": "1.0.0",
+ "resolved": "https://registry.npmjs.org/schema-utils/-/schema-utils-1.0.0.tgz",
+ "integrity": "sha512-i27Mic4KovM/lnGsy8whRCHhc7VicJajAjTrYg11K9zfZXnYIt4k5F+kZkwjnrhKzLic/HLU4j11mjsz2G/75g==",
+ "requires": {
+ "ajv": "^6.1.0",
+ "ajv-errors": "^1.0.0",
+ "ajv-keywords": "^3.1.0"
+ }
}
}
},
@@ -16477,9 +16574,9 @@
}
},
"webpack-stats-plugin": {
- "version": "0.1.5",
- "resolved": "https://registry.npmjs.org/webpack-stats-plugin/-/webpack-stats-plugin-0.1.5.tgz",
- "integrity": "sha1-KeXxLr/VMVjTHWVqETrB97hhedk="
+ "version": "0.3.0",
+ "resolved": "https://registry.npmjs.org/webpack-stats-plugin/-/webpack-stats-plugin-0.3.0.tgz",
+ "integrity": "sha512-4a6mEl9HLtMukVjEPY8QPCSmtX2EDFJNhDTX5ZE2CLch2adKAZf53nUrpG6m7NattwigS0AodNcwNxlu9kMSDQ=="
},
"websocket-driver": {
"version": "0.7.3",
diff --git a/starters/blog/package.json b/starters/blog/package.json
index 4c3cf91f2c7f4..6dcfab749a97f 100644
--- a/starters/blog/package.json
+++ b/starters/blog/package.json
@@ -8,23 +8,23 @@
"url": "https://github.com/gatsbyjs/gatsby/issues"
},
"dependencies": {
- "gatsby": "^2.13.74",
- "gatsby-image": "^2.2.10",
+ "gatsby": "^2.13.77",
+ "gatsby-image": "^2.2.12",
"gatsby-plugin-feed": "^2.3.7",
- "gatsby-plugin-google-analytics": "^2.1.8",
- "gatsby-plugin-manifest": "^2.2.7",
- "gatsby-plugin-offline": "^2.2.8",
+ "gatsby-plugin-google-analytics": "^2.1.9",
+ "gatsby-plugin-manifest": "^2.2.8",
+ "gatsby-plugin-offline": "^2.2.9",
"gatsby-plugin-react-helmet": "^3.1.4",
- "gatsby-plugin-sharp": "^2.2.14",
- "gatsby-plugin-typography": "^2.3.3",
- "gatsby-remark-copy-linked-files": "^2.1.8",
- "gatsby-remark-images": "^3.1.14",
- "gatsby-remark-prismjs": "^3.3.6",
- "gatsby-remark-responsive-iframe": "^2.2.6",
- "gatsby-remark-smartypants": "^2.1.3",
- "gatsby-source-filesystem": "^2.1.12",
- "gatsby-transformer-remark": "^2.6.16",
- "gatsby-transformer-sharp": "^2.2.8",
+ "gatsby-plugin-sharp": "^2.2.16",
+ "gatsby-plugin-typography": "^2.3.4",
+ "gatsby-remark-copy-linked-files": "^2.1.9",
+ "gatsby-remark-images": "^3.1.16",
+ "gatsby-remark-prismjs": "^3.3.8",
+ "gatsby-remark-responsive-iframe": "^2.2.7",
+ "gatsby-remark-smartypants": "^2.1.4",
+ "gatsby-source-filesystem": "^2.1.14",
+ "gatsby-transformer-remark": "^2.6.18",
+ "gatsby-transformer-sharp": "^2.2.10",
"prismjs": "^1.17.1",
"react": "^16.9.0",
"react-dom": "^16.9.0",
diff --git a/starters/default/package-lock.json b/starters/default/package-lock.json
index aa7328681d456..3ad9fca12e858 100644
--- a/starters/default/package-lock.json
+++ b/starters/default/package-lock.json
@@ -1453,157 +1453,161 @@
}
},
"@webassemblyjs/ast": {
- "version": "1.7.11",
- "resolved": "https://registry.npmjs.org/@webassemblyjs/ast/-/ast-1.7.11.tgz",
- "integrity": "sha512-ZEzy4vjvTzScC+SH8RBssQUawpaInUdMTYwYYLh54/s8TuT0gBLuyUnppKsVyZEi876VmmStKsUs28UxPgdvrA==",
+ "version": "1.8.5",
+ "resolved": "https://registry.npmjs.org/@webassemblyjs/ast/-/ast-1.8.5.tgz",
+ "integrity": "sha512-aJMfngIZ65+t71C3y2nBBg5FFG0Okt9m0XEgWZ7Ywgn1oMAT8cNwx00Uv1cQyHtidq0Xn94R4TAywO+LCQ+ZAQ==",
"requires": {
- "@webassemblyjs/helper-module-context": "1.7.11",
- "@webassemblyjs/helper-wasm-bytecode": "1.7.11",
- "@webassemblyjs/wast-parser": "1.7.11"
+ "@webassemblyjs/helper-module-context": "1.8.5",
+ "@webassemblyjs/helper-wasm-bytecode": "1.8.5",
+ "@webassemblyjs/wast-parser": "1.8.5"
}
},
"@webassemblyjs/floating-point-hex-parser": {
- "version": "1.7.11",
- "resolved": "https://registry.npmjs.org/@webassemblyjs/floating-point-hex-parser/-/floating-point-hex-parser-1.7.11.tgz",
- "integrity": "sha512-zY8dSNyYcgzNRNT666/zOoAyImshm3ycKdoLsyDw/Bwo6+/uktb7p4xyApuef1dwEBo/U/SYQzbGBvV+nru2Xg=="
+ "version": "1.8.5",
+ "resolved": "https://registry.npmjs.org/@webassemblyjs/floating-point-hex-parser/-/floating-point-hex-parser-1.8.5.tgz",
+ "integrity": "sha512-9p+79WHru1oqBh9ewP9zW95E3XAo+90oth7S5Re3eQnECGq59ly1Ri5tsIipKGpiStHsUYmY3zMLqtk3gTcOtQ=="
},
"@webassemblyjs/helper-api-error": {
- "version": "1.7.11",
- "resolved": "https://registry.npmjs.org/@webassemblyjs/helper-api-error/-/helper-api-error-1.7.11.tgz",
- "integrity": "sha512-7r1qXLmiglC+wPNkGuXCvkmalyEstKVwcueZRP2GNC2PAvxbLYwLLPr14rcdJaE4UtHxQKfFkuDFuv91ipqvXg=="
+ "version": "1.8.5",
+ "resolved": "https://registry.npmjs.org/@webassemblyjs/helper-api-error/-/helper-api-error-1.8.5.tgz",
+ "integrity": "sha512-Za/tnzsvnqdaSPOUXHyKJ2XI7PDX64kWtURyGiJJZKVEdFOsdKUCPTNEVFZq3zJ2R0G5wc2PZ5gvdTRFgm81zA=="
},
"@webassemblyjs/helper-buffer": {
- "version": "1.7.11",
- "resolved": "https://registry.npmjs.org/@webassemblyjs/helper-buffer/-/helper-buffer-1.7.11.tgz",
- "integrity": "sha512-MynuervdylPPh3ix+mKZloTcL06P8tenNH3sx6s0qE8SLR6DdwnfgA7Hc9NSYeob2jrW5Vql6GVlsQzKQCa13w=="
+ "version": "1.8.5",
+ "resolved": "https://registry.npmjs.org/@webassemblyjs/helper-buffer/-/helper-buffer-1.8.5.tgz",
+ "integrity": "sha512-Ri2R8nOS0U6G49Q86goFIPNgjyl6+oE1abW1pS84BuhP1Qcr5JqMwRFT3Ah3ADDDYGEgGs1iyb1DGX+kAi/c/Q=="
},
"@webassemblyjs/helper-code-frame": {
- "version": "1.7.11",
- "resolved": "https://registry.npmjs.org/@webassemblyjs/helper-code-frame/-/helper-code-frame-1.7.11.tgz",
- "integrity": "sha512-T8ESC9KMXFTXA5urJcyor5cn6qWeZ4/zLPyWeEXZ03hj/x9weSokGNkVCdnhSabKGYWxElSdgJ+sFa9G/RdHNw==",
+ "version": "1.8.5",
+ "resolved": "https://registry.npmjs.org/@webassemblyjs/helper-code-frame/-/helper-code-frame-1.8.5.tgz",
+ "integrity": "sha512-VQAadSubZIhNpH46IR3yWO4kZZjMxN1opDrzePLdVKAZ+DFjkGD/rf4v1jap744uPVU6yjL/smZbRIIJTOUnKQ==",
"requires": {
- "@webassemblyjs/wast-printer": "1.7.11"
+ "@webassemblyjs/wast-printer": "1.8.5"
}
},
"@webassemblyjs/helper-fsm": {
- "version": "1.7.11",
- "resolved": "https://registry.npmjs.org/@webassemblyjs/helper-fsm/-/helper-fsm-1.7.11.tgz",
- "integrity": "sha512-nsAQWNP1+8Z6tkzdYlXT0kxfa2Z1tRTARd8wYnc/e3Zv3VydVVnaeePgqUzFrpkGUyhUUxOl5ML7f1NuT+gC0A=="
+ "version": "1.8.5",
+ "resolved": "https://registry.npmjs.org/@webassemblyjs/helper-fsm/-/helper-fsm-1.8.5.tgz",
+ "integrity": "sha512-kRuX/saORcg8se/ft6Q2UbRpZwP4y7YrWsLXPbbmtepKr22i8Z4O3V5QE9DbZK908dh5Xya4Un57SDIKwB9eow=="
},
"@webassemblyjs/helper-module-context": {
- "version": "1.7.11",
- "resolved": "https://registry.npmjs.org/@webassemblyjs/helper-module-context/-/helper-module-context-1.7.11.tgz",
- "integrity": "sha512-JxfD5DX8Ygq4PvXDucq0M+sbUFA7BJAv/GGl9ITovqE+idGX+J3QSzJYz+LwQmL7fC3Rs+utvWoJxDb6pmC0qg=="
+ "version": "1.8.5",
+ "resolved": "https://registry.npmjs.org/@webassemblyjs/helper-module-context/-/helper-module-context-1.8.5.tgz",
+ "integrity": "sha512-/O1B236mN7UNEU4t9X7Pj38i4VoU8CcMHyy3l2cV/kIF4U5KoHXDVqcDuOs1ltkac90IM4vZdHc52t1x8Yfs3g==",
+ "requires": {
+ "@webassemblyjs/ast": "1.8.5",
+ "mamacro": "^0.0.3"
+ }
},
"@webassemblyjs/helper-wasm-bytecode": {
- "version": "1.7.11",
- "resolved": "https://registry.npmjs.org/@webassemblyjs/helper-wasm-bytecode/-/helper-wasm-bytecode-1.7.11.tgz",
- "integrity": "sha512-cMXeVS9rhoXsI9LLL4tJxBgVD/KMOKXuFqYb5oCJ/opScWpkCMEz9EJtkonaNcnLv2R3K5jIeS4TRj/drde1JQ=="
+ "version": "1.8.5",
+ "resolved": "https://registry.npmjs.org/@webassemblyjs/helper-wasm-bytecode/-/helper-wasm-bytecode-1.8.5.tgz",
+ "integrity": "sha512-Cu4YMYG3Ddl72CbmpjU/wbP6SACcOPVbHN1dI4VJNJVgFwaKf1ppeFJrwydOG3NDHxVGuCfPlLZNyEdIYlQ6QQ=="
},
"@webassemblyjs/helper-wasm-section": {
- "version": "1.7.11",
- "resolved": "https://registry.npmjs.org/@webassemblyjs/helper-wasm-section/-/helper-wasm-section-1.7.11.tgz",
- "integrity": "sha512-8ZRY5iZbZdtNFE5UFunB8mmBEAbSI3guwbrsCl4fWdfRiAcvqQpeqd5KHhSWLL5wuxo53zcaGZDBU64qgn4I4Q==",
+ "version": "1.8.5",
+ "resolved": "https://registry.npmjs.org/@webassemblyjs/helper-wasm-section/-/helper-wasm-section-1.8.5.tgz",
+ "integrity": "sha512-VV083zwR+VTrIWWtgIUpqfvVdK4ff38loRmrdDBgBT8ADXYsEZ5mPQ4Nde90N3UYatHdYoDIFb7oHzMncI02tA==",
"requires": {
- "@webassemblyjs/ast": "1.7.11",
- "@webassemblyjs/helper-buffer": "1.7.11",
- "@webassemblyjs/helper-wasm-bytecode": "1.7.11",
- "@webassemblyjs/wasm-gen": "1.7.11"
+ "@webassemblyjs/ast": "1.8.5",
+ "@webassemblyjs/helper-buffer": "1.8.5",
+ "@webassemblyjs/helper-wasm-bytecode": "1.8.5",
+ "@webassemblyjs/wasm-gen": "1.8.5"
}
},
"@webassemblyjs/ieee754": {
- "version": "1.7.11",
- "resolved": "https://registry.npmjs.org/@webassemblyjs/ieee754/-/ieee754-1.7.11.tgz",
- "integrity": "sha512-Mmqx/cS68K1tSrvRLtaV/Lp3NZWzXtOHUW2IvDvl2sihAwJh4ACE0eL6A8FvMyDG9abes3saB6dMimLOs+HMoQ==",
+ "version": "1.8.5",
+ "resolved": "https://registry.npmjs.org/@webassemblyjs/ieee754/-/ieee754-1.8.5.tgz",
+ "integrity": "sha512-aaCvQYrvKbY/n6wKHb/ylAJr27GglahUO89CcGXMItrOBqRarUMxWLJgxm9PJNuKULwN5n1csT9bYoMeZOGF3g==",
"requires": {
"@xtuc/ieee754": "^1.2.0"
}
},
"@webassemblyjs/leb128": {
- "version": "1.7.11",
- "resolved": "https://registry.npmjs.org/@webassemblyjs/leb128/-/leb128-1.7.11.tgz",
- "integrity": "sha512-vuGmgZjjp3zjcerQg+JA+tGOncOnJLWVkt8Aze5eWQLwTQGNgVLcyOTqgSCxWTR4J42ijHbBxnuRaL1Rv7XMdw==",
+ "version": "1.8.5",
+ "resolved": "https://registry.npmjs.org/@webassemblyjs/leb128/-/leb128-1.8.5.tgz",
+ "integrity": "sha512-plYUuUwleLIziknvlP8VpTgO4kqNaH57Y3JnNa6DLpu/sGcP6hbVdfdX5aHAV716pQBKrfuU26BJK29qY37J7A==",
"requires": {
- "@xtuc/long": "4.2.1"
+ "@xtuc/long": "4.2.2"
}
},
"@webassemblyjs/utf8": {
- "version": "1.7.11",
- "resolved": "https://registry.npmjs.org/@webassemblyjs/utf8/-/utf8-1.7.11.tgz",
- "integrity": "sha512-C6GFkc7aErQIAH+BMrIdVSmW+6HSe20wg57HEC1uqJP8E/xpMjXqQUxkQw07MhNDSDcGpxI9G5JSNOQCqJk4sA=="
+ "version": "1.8.5",
+ "resolved": "https://registry.npmjs.org/@webassemblyjs/utf8/-/utf8-1.8.5.tgz",
+ "integrity": "sha512-U7zgftmQriw37tfD934UNInokz6yTmn29inT2cAetAsaU9YeVCveWEwhKL1Mg4yS7q//NGdzy79nlXh3bT8Kjw=="
},
"@webassemblyjs/wasm-edit": {
- "version": "1.7.11",
- "resolved": "https://registry.npmjs.org/@webassemblyjs/wasm-edit/-/wasm-edit-1.7.11.tgz",
- "integrity": "sha512-FUd97guNGsCZQgeTPKdgxJhBXkUbMTY6hFPf2Y4OedXd48H97J+sOY2Ltaq6WGVpIH8o/TGOVNiVz/SbpEMJGg==",
+ "version": "1.8.5",
+ "resolved": "https://registry.npmjs.org/@webassemblyjs/wasm-edit/-/wasm-edit-1.8.5.tgz",
+ "integrity": "sha512-A41EMy8MWw5yvqj7MQzkDjU29K7UJq1VrX2vWLzfpRHt3ISftOXqrtojn7nlPsZ9Ijhp5NwuODuycSvfAO/26Q==",
"requires": {
- "@webassemblyjs/ast": "1.7.11",
- "@webassemblyjs/helper-buffer": "1.7.11",
- "@webassemblyjs/helper-wasm-bytecode": "1.7.11",
- "@webassemblyjs/helper-wasm-section": "1.7.11",
- "@webassemblyjs/wasm-gen": "1.7.11",
- "@webassemblyjs/wasm-opt": "1.7.11",
- "@webassemblyjs/wasm-parser": "1.7.11",
- "@webassemblyjs/wast-printer": "1.7.11"
+ "@webassemblyjs/ast": "1.8.5",
+ "@webassemblyjs/helper-buffer": "1.8.5",
+ "@webassemblyjs/helper-wasm-bytecode": "1.8.5",
+ "@webassemblyjs/helper-wasm-section": "1.8.5",
+ "@webassemblyjs/wasm-gen": "1.8.5",
+ "@webassemblyjs/wasm-opt": "1.8.5",
+ "@webassemblyjs/wasm-parser": "1.8.5",
+ "@webassemblyjs/wast-printer": "1.8.5"
}
},
"@webassemblyjs/wasm-gen": {
- "version": "1.7.11",
- "resolved": "https://registry.npmjs.org/@webassemblyjs/wasm-gen/-/wasm-gen-1.7.11.tgz",
- "integrity": "sha512-U/KDYp7fgAZX5KPfq4NOupK/BmhDc5Kjy2GIqstMhvvdJRcER/kUsMThpWeRP8BMn4LXaKhSTggIJPOeYHwISA==",
+ "version": "1.8.5",
+ "resolved": "https://registry.npmjs.org/@webassemblyjs/wasm-gen/-/wasm-gen-1.8.5.tgz",
+ "integrity": "sha512-BCZBT0LURC0CXDzj5FXSc2FPTsxwp3nWcqXQdOZE4U7h7i8FqtFK5Egia6f9raQLpEKT1VL7zr4r3+QX6zArWg==",
"requires": {
- "@webassemblyjs/ast": "1.7.11",
- "@webassemblyjs/helper-wasm-bytecode": "1.7.11",
- "@webassemblyjs/ieee754": "1.7.11",
- "@webassemblyjs/leb128": "1.7.11",
- "@webassemblyjs/utf8": "1.7.11"
+ "@webassemblyjs/ast": "1.8.5",
+ "@webassemblyjs/helper-wasm-bytecode": "1.8.5",
+ "@webassemblyjs/ieee754": "1.8.5",
+ "@webassemblyjs/leb128": "1.8.5",
+ "@webassemblyjs/utf8": "1.8.5"
}
},
"@webassemblyjs/wasm-opt": {
- "version": "1.7.11",
- "resolved": "https://registry.npmjs.org/@webassemblyjs/wasm-opt/-/wasm-opt-1.7.11.tgz",
- "integrity": "sha512-XynkOwQyiRidh0GLua7SkeHvAPXQV/RxsUeERILmAInZegApOUAIJfRuPYe2F7RcjOC9tW3Cb9juPvAC/sCqvg==",
+ "version": "1.8.5",
+ "resolved": "https://registry.npmjs.org/@webassemblyjs/wasm-opt/-/wasm-opt-1.8.5.tgz",
+ "integrity": "sha512-HKo2mO/Uh9A6ojzu7cjslGaHaUU14LdLbGEKqTR7PBKwT6LdPtLLh9fPY33rmr5wcOMrsWDbbdCHq4hQUdd37Q==",
"requires": {
- "@webassemblyjs/ast": "1.7.11",
- "@webassemblyjs/helper-buffer": "1.7.11",
- "@webassemblyjs/wasm-gen": "1.7.11",
- "@webassemblyjs/wasm-parser": "1.7.11"
+ "@webassemblyjs/ast": "1.8.5",
+ "@webassemblyjs/helper-buffer": "1.8.5",
+ "@webassemblyjs/wasm-gen": "1.8.5",
+ "@webassemblyjs/wasm-parser": "1.8.5"
}
},
"@webassemblyjs/wasm-parser": {
- "version": "1.7.11",
- "resolved": "https://registry.npmjs.org/@webassemblyjs/wasm-parser/-/wasm-parser-1.7.11.tgz",
- "integrity": "sha512-6lmXRTrrZjYD8Ng8xRyvyXQJYUQKYSXhJqXOBLw24rdiXsHAOlvw5PhesjdcaMadU/pyPQOJ5dHreMjBxwnQKg==",
+ "version": "1.8.5",
+ "resolved": "https://registry.npmjs.org/@webassemblyjs/wasm-parser/-/wasm-parser-1.8.5.tgz",
+ "integrity": "sha512-pi0SYE9T6tfcMkthwcgCpL0cM9nRYr6/6fjgDtL6q/ZqKHdMWvxitRi5JcZ7RI4SNJJYnYNaWy5UUrHQy998lw==",
"requires": {
- "@webassemblyjs/ast": "1.7.11",
- "@webassemblyjs/helper-api-error": "1.7.11",
- "@webassemblyjs/helper-wasm-bytecode": "1.7.11",
- "@webassemblyjs/ieee754": "1.7.11",
- "@webassemblyjs/leb128": "1.7.11",
- "@webassemblyjs/utf8": "1.7.11"
+ "@webassemblyjs/ast": "1.8.5",
+ "@webassemblyjs/helper-api-error": "1.8.5",
+ "@webassemblyjs/helper-wasm-bytecode": "1.8.5",
+ "@webassemblyjs/ieee754": "1.8.5",
+ "@webassemblyjs/leb128": "1.8.5",
+ "@webassemblyjs/utf8": "1.8.5"
}
},
"@webassemblyjs/wast-parser": {
- "version": "1.7.11",
- "resolved": "https://registry.npmjs.org/@webassemblyjs/wast-parser/-/wast-parser-1.7.11.tgz",
- "integrity": "sha512-lEyVCg2np15tS+dm7+JJTNhNWq9yTZvi3qEhAIIOaofcYlUp0UR5/tVqOwa/gXYr3gjwSZqw+/lS9dscyLelbQ==",
+ "version": "1.8.5",
+ "resolved": "https://registry.npmjs.org/@webassemblyjs/wast-parser/-/wast-parser-1.8.5.tgz",
+ "integrity": "sha512-daXC1FyKWHF1i11obK086QRlsMsY4+tIOKgBqI1lxAnkp9xe9YMcgOxm9kLe+ttjs5aWV2KKE1TWJCN57/Btsg==",
"requires": {
- "@webassemblyjs/ast": "1.7.11",
- "@webassemblyjs/floating-point-hex-parser": "1.7.11",
- "@webassemblyjs/helper-api-error": "1.7.11",
- "@webassemblyjs/helper-code-frame": "1.7.11",
- "@webassemblyjs/helper-fsm": "1.7.11",
- "@xtuc/long": "4.2.1"
+ "@webassemblyjs/ast": "1.8.5",
+ "@webassemblyjs/floating-point-hex-parser": "1.8.5",
+ "@webassemblyjs/helper-api-error": "1.8.5",
+ "@webassemblyjs/helper-code-frame": "1.8.5",
+ "@webassemblyjs/helper-fsm": "1.8.5",
+ "@xtuc/long": "4.2.2"
}
},
"@webassemblyjs/wast-printer": {
- "version": "1.7.11",
- "resolved": "https://registry.npmjs.org/@webassemblyjs/wast-printer/-/wast-printer-1.7.11.tgz",
- "integrity": "sha512-m5vkAsuJ32QpkdkDOUPGSltrg8Cuk3KBx4YrmAGQwCZPRdUHXxG4phIOuuycLemHFr74sWL9Wthqss4fzdzSwg==",
+ "version": "1.8.5",
+ "resolved": "https://registry.npmjs.org/@webassemblyjs/wast-printer/-/wast-printer-1.8.5.tgz",
+ "integrity": "sha512-w0U0pD4EhlnvRyeJzBqaVSJAo9w/ce7/WPogeXLzGkO6hzhr4GnQIZ4W4uUt5b9ooAaXPtnXlj0gzsXEOUNYMg==",
"requires": {
- "@webassemblyjs/ast": "1.7.11",
- "@webassemblyjs/wast-parser": "1.7.11",
- "@xtuc/long": "4.2.1"
+ "@webassemblyjs/ast": "1.8.5",
+ "@webassemblyjs/wast-parser": "1.8.5",
+ "@xtuc/long": "4.2.2"
}
},
"@xtuc/ieee754": {
@@ -1612,9 +1616,9 @@
"integrity": "sha512-DX8nKgqcGwsc0eJSqYt5lwP4DH5FlHnmuWWBRy7X0NcaGR0ZtuyeESgMwTYVEtxmsNGY+qit4QYT/MIYTOTPeA=="
},
"@xtuc/long": {
- "version": "4.2.1",
- "resolved": "https://registry.npmjs.org/@xtuc/long/-/long-4.2.1.tgz",
- "integrity": "sha512-FZdkNBDqBRHKQ2MEbSC17xnPFOhZxeJ2YGSfr2BKf3sujG49Qe3bB+rGCwQfIaA7WHnGeGkSijX4FuBCdrzW/g=="
+ "version": "4.2.2",
+ "resolved": "https://registry.npmjs.org/@xtuc/long/-/long-4.2.2.tgz",
+ "integrity": "sha512-NuHqBY1PB/D8xU6s/thBgOAiAP7HOYDQ32+BFZILJ8ivkUkAHQnWfn6WhL79Owj1qmUnoN/YPhktdIoucipkAQ=="
},
"accepts": {
"version": "1.3.7",
@@ -1630,30 +1634,15 @@
"resolved": "https://registry.npmjs.org/acorn/-/acorn-6.3.0.tgz",
"integrity": "sha512-/czfa8BwS88b9gWQVhc8eknunSA2DoJpJyTQkhheIf5E48u1N0R4q/YxxsAeqRrmK9TQ/uYfgLDfZo91UlANIA=="
},
- "acorn-dynamic-import": {
- "version": "3.0.0",
- "resolved": "https://registry.npmjs.org/acorn-dynamic-import/-/acorn-dynamic-import-3.0.0.tgz",
- "integrity": "sha512-zVWV8Z8lislJoOKKqdNMOB+s6+XV5WERty8MnKBeFgwA+19XJjJHs2RP5dzM57FftIs+jQnRToLiWazKr6sSWg==",
- "requires": {
- "acorn": "^5.0.0"
- },
- "dependencies": {
- "acorn": {
- "version": "5.7.3",
- "resolved": "https://registry.npmjs.org/acorn/-/acorn-5.7.3.tgz",
- "integrity": "sha512-T/zvzYRfbVojPWahDsE5evJdHb3oJoQfFbsrKM7w5Zcs++Tr257tia3BmMP8XYVjp1S9RZXQMh7gao96BlqZOw=="
- }
- }
- },
"acorn-jsx": {
"version": "5.0.2",
"resolved": "https://registry.npmjs.org/acorn-jsx/-/acorn-jsx-5.0.2.tgz",
"integrity": "sha512-tiNTrP1MP0QrChmD2DdupCr6HWSFeKVw5d/dHTu4Y7rkAkRhU/Dt7dphAfIUyxtHpl/eBVip5uTNSpQJHylpAw=="
},
"address": {
- "version": "1.1.0",
- "resolved": "https://registry.npmjs.org/address/-/address-1.1.0.tgz",
- "integrity": "sha512-4diPfzWbLEIElVG4AnqP+00SULlPzNuyJFNnmMrLgyaxG6tZXJ1sn7mjBu4fHrJE+Yp/jgylOweJn2xsLMFggQ=="
+ "version": "1.1.1",
+ "resolved": "https://registry.npmjs.org/address/-/address-1.1.1.tgz",
+ "integrity": "sha512-srclZEseI6OB0MgWYWuYpr2F5fHMxh5lgWF72CeUFm5QgJyviPA64Q7PzJdBQkFCJibEycqsZ5b9L0l/J8SlyQ=="
},
"after": {
"version": "0.8.2",
@@ -2189,9 +2178,9 @@
}
},
"babel-plugin-remove-graphql-queries": {
- "version": "2.7.3",
- "resolved": "https://registry.npmjs.org/babel-plugin-remove-graphql-queries/-/babel-plugin-remove-graphql-queries-2.7.3.tgz",
- "integrity": "sha512-xuOzXil34XPhkIGE/1EmCyfPlMgX2sXBaNf3n+ico5pM3HNrKc8vHcng9CoK2jnSXEwoX5wASFfKZg1eNNdz1w=="
+ "version": "2.7.4",
+ "resolved": "https://registry.npmjs.org/babel-plugin-remove-graphql-queries/-/babel-plugin-remove-graphql-queries-2.7.4.tgz",
+ "integrity": "sha512-ZeyuATwk3jKo8IxApgSXSXfD2Pr4EbNvinsNSxs+/nefirUnHEi7KClW9lz2npczb85hIuJ5qzCSCU8RGBOttA=="
},
"babel-plugin-syntax-dynamic-import": {
"version": "6.18.0",
@@ -2922,15 +2911,16 @@
"integrity": "sha1-0ygVQE1olpn4Wk6k+odV3ROpYEg="
},
"cacache": {
- "version": "11.3.3",
- "resolved": "https://registry.npmjs.org/cacache/-/cacache-11.3.3.tgz",
- "integrity": "sha512-p8WcneCytvzPxhDvYp31PD039vi77I12W+/KfR9S8AZbaiARFBCpsPJS+9uhWfeBfeAtW7o/4vt3MUqLkbY6nA==",
+ "version": "12.0.3",
+ "resolved": "https://registry.npmjs.org/cacache/-/cacache-12.0.3.tgz",
+ "integrity": "sha512-kqdmfXEGFepesTuROHMs3MpFLWrPkSSpRqOw80RCflZXy/khxaArvFrQ7uJxSUduzAufc6G0g1VUCOZXxWavPw==",
"requires": {
"bluebird": "^3.5.5",
"chownr": "^1.1.1",
"figgy-pudding": "^3.5.1",
"glob": "^7.1.4",
"graceful-fs": "^4.1.15",
+ "infer-owner": "^1.0.3",
"lru-cache": "^5.1.1",
"mississippi": "^3.0.0",
"mkdirp": "^0.5.1",
@@ -3194,9 +3184,9 @@
}
},
"chokidar": {
- "version": "2.1.6",
- "resolved": "https://registry.npmjs.org/chokidar/-/chokidar-2.1.6.tgz",
- "integrity": "sha512-V2jUo67OKkc6ySiRpJrjlpJKl9kDuG+Xb8VgsGzb+aEouhgS1D0weyPU4lEzdAcsCAvrih2J2BqyXqHWvVLw5g==",
+ "version": "2.1.8",
+ "resolved": "https://registry.npmjs.org/chokidar/-/chokidar-2.1.8.tgz",
+ "integrity": "sha512-ZmZUazfOzf0Nve7duiCKD23PFSCs4JPoYyccjUFF3aQkQadqBhfzhjkwBH2mNOG9cTBwhamM37EIsIkZw3nRgg==",
"requires": {
"anymatch": "^2.0.0",
"async-each": "^1.0.1",
@@ -6054,11 +6044,6 @@
"resolved": "https://registry.npmjs.org/fs-constants/-/fs-constants-1.0.0.tgz",
"integrity": "sha512-y6OAwoSIf7FyjMIv94u+b5rdheZEjzR63GTyZJm5qh4Bi+2YgwLCcI/fPFZkL5PSixOt6ZNKm+w+Hfp/Bciwow=="
},
- "fs-copy-file-sync": {
- "version": "1.1.1",
- "resolved": "https://registry.npmjs.org/fs-copy-file-sync/-/fs-copy-file-sync-1.1.1.tgz",
- "integrity": "sha512-2QY5eeqVv4m2PfyMiEuy9adxNP+ajf+8AR05cEi+OAzPcOj90hvFImeZhTmKLBgSd9EvG33jsD7ZRxsx9dThkQ=="
- },
"fs-exists-cached": {
"version": "1.0.0",
"resolved": "https://registry.npmjs.org/fs-exists-cached/-/fs-exists-cached-1.0.0.tgz",
@@ -6590,9 +6575,9 @@
"integrity": "sha1-GwqzvVU7Kg1jmdKcDj6gslIHgyc="
},
"gatsby": {
- "version": "2.13.74",
- "resolved": "https://registry.npmjs.org/gatsby/-/gatsby-2.13.74.tgz",
- "integrity": "sha512-BbbA3zNVbfHD1d4bmxmUHSMqjBsnEQCtdnvRhYBAxSp4gMyGQNysedmZ2SkhtLb2mfmM6f4WbFcsbXnCxmXwYw==",
+ "version": "2.13.77",
+ "resolved": "https://registry.npmjs.org/gatsby/-/gatsby-2.13.77.tgz",
+ "integrity": "sha512-VJyf9qtWMPFwGLpFDQdk3p9cvuWWxVmuY8Wq+h+n+WVhATva2pd9ZVEIlmdH/4SKqWSnP5KGNCISY5GGWMsVkQ==",
"requires": {
"@babel/code-frame": "^7.0.0",
"@babel/core": "^7.0.0",
@@ -6607,15 +6592,15 @@
"@reach/router": "^1.2.1",
"@typescript-eslint/eslint-plugin": "^1.13.0",
"@typescript-eslint/parser": "^1.13.0",
- "address": "1.1.0",
+ "address": "1.1.1",
"autoprefixer": "^9.6.1",
"axios": "^0.19.0",
"babel-core": "7.0.0-bridge.0",
"babel-eslint": "^10.0.2",
- "babel-loader": "^8.0.0",
+ "babel-loader": "^8.0.6",
"babel-plugin-add-module-exports": "^0.3.3",
"babel-plugin-dynamic-import-node": "^1.2.0",
- "babel-plugin-remove-graphql-queries": "^2.7.3",
+ "babel-plugin-remove-graphql-queries": "^2.7.4",
"babel-preset-gatsby": "^0.2.10",
"better-opn": "0.1.4",
"better-queue": "^3.8.10",
@@ -6624,7 +6609,7 @@
"cache-manager": "^2.10.0",
"cache-manager-fs-hash": "^0.0.7",
"chalk": "^2.4.2",
- "chokidar": "2.1.6",
+ "chokidar": "2.1.8",
"common-tags": "^1.8.0",
"compression": "^1.7.4",
"convert-hrtime": "^2.0.0",
@@ -6654,18 +6639,18 @@
"flat": "^4.1.0",
"fs-exists-cached": "1.0.0",
"fs-extra": "^5.0.0",
- "gatsby-cli": "^2.7.35",
+ "gatsby-cli": "^2.7.38",
"gatsby-core-utils": "^1.0.5",
- "gatsby-graphiql-explorer": "^0.2.5",
- "gatsby-link": "^2.2.6",
- "gatsby-plugin-page-creator": "^2.1.8",
- "gatsby-react-router-scroll": "^2.1.4",
- "gatsby-telemetry": "^1.1.16",
- "glob": "^7.1.1",
+ "gatsby-graphiql-explorer": "^0.2.7",
+ "gatsby-link": "^2.2.7",
+ "gatsby-plugin-page-creator": "^2.1.9",
+ "gatsby-react-router-scroll": "^2.1.5",
+ "gatsby-telemetry": "^1.1.17",
+ "glob": "^7.1.4",
"got": "8.3.2",
- "graphql": "^14.4.2",
+ "graphql": "^14.5.0",
"graphql-compose": "^6.3.5",
- "graphql-playground-middleware-express": "^1.7.10",
+ "graphql-playground-middleware-express": "^1.7.12",
"invariant": "^2.2.4",
"is-relative": "^1.0.0",
"is-relative-url": "^2.0.0",
@@ -6673,56 +6658,56 @@
"jest-worker": "^23.2.0",
"json-loader": "^0.5.7",
"json-stringify-safe": "^5.0.1",
- "lodash": "^4.17.14",
+ "lodash": "^4.17.15",
"lokijs": "^1.5.7",
"md5": "^2.2.1",
- "md5-file": "^3.1.1",
+ "md5-file": "^3.2.3",
"micromatch": "^3.1.10",
- "mime": "^2.2.0",
- "mini-css-extract-plugin": "^0.4.0",
- "mitt": "^1.1.2",
+ "mime": "^2.4.4",
+ "mini-css-extract-plugin": "^0.8.0",
+ "mitt": "^1.1.3",
"mkdirp": "^0.5.1",
- "moment": "^2.21.0",
+ "moment": "^2.24.0",
"name-all-modules-plugin": "^1.0.1",
"normalize-path": "^2.1.1",
"null-loader": "^0.1.1",
- "opentracing": "^0.14.3",
- "optimize-css-assets-webpack-plugin": "^5.0.1",
- "parseurl": "^1.3.2",
+ "opentracing": "^0.14.4",
+ "optimize-css-assets-webpack-plugin": "^5.0.3",
+ "parseurl": "^1.3.3",
"physical-cpu-count": "^2.0.0",
- "pnp-webpack-plugin": "^1.4.1",
- "postcss-flexbugs-fixes": "^3.0.0",
- "postcss-loader": "^2.1.3",
- "prop-types": "^15.6.1",
+ "pnp-webpack-plugin": "^1.5.0",
+ "postcss-flexbugs-fixes": "^3.3.1",
+ "postcss-loader": "^2.1.6",
+ "prop-types": "^15.7.2",
"raw-loader": "^0.5.1",
"react-dev-utils": "^4.2.3",
"react-error-overlay": "^3.0.0",
"react-hot-loader": "^4.12.11",
- "redux": "^4.0.0",
+ "redux": "^4.0.4",
"redux-thunk": "^2.3.0",
- "semver": "^5.6.0",
+ "semver": "^5.7.1",
"shallow-compare": "^1.2.2",
"sift": "^5.1.0",
"signal-exit": "^3.0.2",
"slash": "^1.0.0",
- "socket.io": "^2.0.3",
+ "socket.io": "^2.2.0",
"stack-trace": "^0.0.10",
- "string-similarity": "^1.2.0",
- "style-loader": "^0.21.0",
- "terser-webpack-plugin": "1.2.4",
+ "string-similarity": "^1.2.2",
+ "style-loader": "^0.23.1",
+ "terser-webpack-plugin": "1.4.1",
"true-case-path": "^2.2.1",
"type-of": "^2.0.1",
- "url-loader": "^1.0.1",
+ "url-loader": "^1.1.2",
"util.promisify": "^1.0.0",
- "uuid": "^3.1.0",
- "v8-compile-cache": "^1.1.0",
- "webpack": "~4.28.4",
- "webpack-dev-middleware": "^3.0.1",
- "webpack-dev-server": "^3.1.14",
- "webpack-hot-middleware": "^2.21.0",
- "webpack-merge": "^4.1.0",
- "webpack-stats-plugin": "^0.1.5",
- "xstate": "^4.3.2",
+ "uuid": "^3.3.3",
+ "v8-compile-cache": "^1.1.2",
+ "webpack": "~4.39.2",
+ "webpack-dev-middleware": "^3.7.0",
+ "webpack-dev-server": "^3.8.0",
+ "webpack-hot-middleware": "^2.25.0",
+ "webpack-merge": "^4.2.1",
+ "webpack-stats-plugin": "^0.3.0",
+ "xstate": "^4.6.7",
"yaml-loader": "^0.5.0"
},
"dependencies": {
@@ -6809,9 +6794,9 @@
}
},
"gatsby-cli": {
- "version": "2.7.35",
- "resolved": "https://registry.npmjs.org/gatsby-cli/-/gatsby-cli-2.7.35.tgz",
- "integrity": "sha512-JgsVxeoaxDFZJugIg/N5KSc4XagsVRRCuHXNvmQMc9+pzKIjyWqGp2Nbtp2rrQB+F2sVyRjBNosx9PaZTVFDFw==",
+ "version": "2.7.38",
+ "resolved": "https://registry.npmjs.org/gatsby-cli/-/gatsby-cli-2.7.38.tgz",
+ "integrity": "sha512-l0rQFp0Y7bQzS0crb+fsZout48HpvvU4ub8IvQjWRDNYF7+LRmYiFzJVX2hDGYB83FdvanIzA7a3oZSw7A9enQ==",
"requires": {
"@babel/code-frame": "^7.0.0",
"@babel/runtime": "^7.0.0",
@@ -6829,27 +6814,27 @@
"execa": "^0.11.0",
"fs-exists-cached": "^1.0.0",
"fs-extra": "^4.0.3",
- "gatsby-telemetry": "^1.1.16",
- "hosted-git-info": "^2.6.0",
+ "gatsby-telemetry": "^1.1.17",
+ "hosted-git-info": "^2.8.4",
"ink": "^2.3.0",
"ink-spinner": "^3.0.1",
"is-valid-path": "^0.1.1",
- "lodash": "^4.17.14",
+ "lodash": "^4.17.15",
"meant": "^1.0.1",
"node-fetch": "^2.6.0",
"object.entries": "^1.1.0",
- "opentracing": "^0.14.3",
+ "opentracing": "^0.14.4",
"pretty-error": "^2.1.1",
"progress": "^2.0.3",
- "prompts": "^2.1.0",
- "react": "^16.8.4",
+ "prompts": "^2.2.1",
+ "react": "^16.9.0",
"resolve-cwd": "^2.0.0",
"semver": "^6.3.0",
- "source-map": "0.5.7",
+ "source-map": "0.7.3",
"stack-trace": "^0.0.10",
"strip-ansi": "^5.2.0",
- "update-notifier": "^2.3.0",
- "uuid": "3.3.2",
+ "update-notifier": "^2.5.0",
+ "uuid": "3.3.3",
"yargs": "^12.0.5",
"yurnalist": "^1.0.5"
},
@@ -6868,11 +6853,6 @@
"version": "6.3.0",
"resolved": "https://registry.npmjs.org/semver/-/semver-6.3.0.tgz",
"integrity": "sha512-b39TBaTSfV6yBrapU89p5fKekE2m/NwnDocOVruQFS1/veMgdzuPcnOM34M6CwxW8jH/lxEa5rBoDeUwu5HHTw=="
- },
- "uuid": {
- "version": "3.3.2",
- "resolved": "https://registry.npmjs.org/uuid/-/uuid-3.3.2.tgz",
- "integrity": "sha512-yXJmeNaw3DnnKAOKJE51sL/ZaYfWJRl1pK9dr19YFCu0ObS231AB1/LbqTKRAQ5kw8A90rA6fr4riOUpTZvQZA=="
}
}
},
@@ -6986,6 +6966,11 @@
"resolved": "https://registry.npmjs.org/pify/-/pify-3.0.0.tgz",
"integrity": "sha1-5aSs0sEB/fPZpNB/DbxNtJ3SgXY="
},
+ "source-map": {
+ "version": "0.7.3",
+ "resolved": "https://registry.npmjs.org/source-map/-/source-map-0.7.3.tgz",
+ "integrity": "sha512-CkCj6giN3S+n9qrYiBTX5gystlENnRW5jZeNLHpe6aue+SrHcG5VYwujhW9s4dY31mEGsxBDrHR6oI69fTXsaQ=="
+ },
"strip-ansi": {
"version": "5.2.0",
"resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-5.2.0.tgz",
@@ -7030,68 +7015,68 @@
"integrity": "sha512-XRyZMduCP3yvV8AEKI4sAVWT+M1roW20SWhQwOKtZrYIkMCzlOe9nMOjNOZcJb2vCJsaUBxh2fxLT+OZg8+25A=="
},
"gatsby-graphiql-explorer": {
- "version": "0.2.5",
- "resolved": "https://registry.npmjs.org/gatsby-graphiql-explorer/-/gatsby-graphiql-explorer-0.2.5.tgz",
- "integrity": "sha512-TbXSYYhdKhElFWXU5u55Ey9kyFbt/nPNw8tRdf7SClXR6Dt4iaoZSiagtccNsZ3q6sWPhujyeS8XylAF9hvhQg==",
+ "version": "0.2.7",
+ "resolved": "https://registry.npmjs.org/gatsby-graphiql-explorer/-/gatsby-graphiql-explorer-0.2.7.tgz",
+ "integrity": "sha512-an2SlIliUINXiE/6cdCMSJUD3Y5JOHOmqX7EG6hfcxv3Rsa/nRR7xDoc4oB5WIJMphFoxMnleBXdWVeQ+kSEgw==",
"requires": {
"@babel/runtime": "^7.0.0"
}
},
"gatsby-image": {
- "version": "2.2.10",
- "resolved": "https://registry.npmjs.org/gatsby-image/-/gatsby-image-2.2.10.tgz",
- "integrity": "sha512-wvbxqYWxg7te7ui6RjCgohcVTvcI1b0PBZNor548Flg/0h+oSGnUXVDkz9HO8uS/vWlIbMpXonRxvnZCGu1Y8A==",
+ "version": "2.2.12",
+ "resolved": "https://registry.npmjs.org/gatsby-image/-/gatsby-image-2.2.12.tgz",
+ "integrity": "sha512-XxpMcn58+ZH10LkNghalA5XeHyAAa8YkVA53rWbkezWKED3YauaQcnyNH3FC4HCACrqD7S+QJo5X2zPulGbFqg==",
"requires": {
"@babel/runtime": "^7.0.0",
"object-fit-images": "^3.2.4",
- "prop-types": "^15.6.1"
+ "prop-types": "^15.7.2"
}
},
"gatsby-link": {
- "version": "2.2.6",
- "resolved": "https://registry.npmjs.org/gatsby-link/-/gatsby-link-2.2.6.tgz",
- "integrity": "sha512-FnQ4Z+a5KDmAIoipfGqtELZ/WPB0W67I/jo4ekOPwEu14t6N/VWdTS0mOdJoNCeElNvnJ7cNqlNnEopdU4vbKw==",
+ "version": "2.2.7",
+ "resolved": "https://registry.npmjs.org/gatsby-link/-/gatsby-link-2.2.7.tgz",
+ "integrity": "sha512-roFLJJIKE35Y7Weofft9e6GkP75t/JImRdu1eE0U4xbyVBpmp5CxRcTrC267oMoT0Ev2kAJep0MK+3KheEDGcA==",
"requires": {
"@babel/runtime": "^7.0.0",
"@types/reach__router": "^1.2.4",
- "prop-types": "^15.6.1"
+ "prop-types": "^15.7.2"
}
},
"gatsby-page-utils": {
- "version": "0.0.8",
- "resolved": "https://registry.npmjs.org/gatsby-page-utils/-/gatsby-page-utils-0.0.8.tgz",
- "integrity": "sha512-vwSVOP8TD1sRpd2Q2YTsH2usy9+Swn7x4praaame+H/nbCO4/4cfCGqP55gQdNGvielFnqYosxpt63yU48SGow==",
+ "version": "0.0.9",
+ "resolved": "https://registry.npmjs.org/gatsby-page-utils/-/gatsby-page-utils-0.0.9.tgz",
+ "integrity": "sha512-hKdKh4Sc9vho+4eCH33ewrXr045++CWbBXMQESRhB+deMwooPltqAOuP4dthctyNrR/TxN0jSY6nBA2gXeEBKQ==",
"requires": {
"@babel/runtime": "^7.0.0",
"bluebird": "^3.5.5",
- "chokidar": "2.1.6",
+ "chokidar": "2.1.8",
"fs-exists-cached": "^1.0.0",
- "glob": "^7.1.1",
- "lodash": "^4.17.14",
+ "glob": "^7.1.4",
+ "lodash": "^4.17.15",
"micromatch": "^3.1.10",
"slash": "^1.0.0"
}
},
"gatsby-plugin-manifest": {
- "version": "2.2.7",
- "resolved": "https://registry.npmjs.org/gatsby-plugin-manifest/-/gatsby-plugin-manifest-2.2.7.tgz",
- "integrity": "sha512-Vq/ptgiBIz7tBxrx0B68IbP5x6poef2vilKr6dFkYL7sUmLox/DiNXJr7CDENfsdKmgc4WBwssO1N9uKf2UKBw==",
+ "version": "2.2.8",
+ "resolved": "https://registry.npmjs.org/gatsby-plugin-manifest/-/gatsby-plugin-manifest-2.2.8.tgz",
+ "integrity": "sha512-ZmER8KvPIIZMZs3OXKjuFDn3Mt48HiSH8vhsbnx7QaeyHooFW40b8QuhDhCqJ3+pVmWZPbqPFyZ1etEtY6M6gQ==",
"requires": {
"@babel/runtime": "^7.0.0",
"gatsby-core-utils": "^1.0.5",
- "semver": "^5.6.0",
- "sharp": "^0.22.1"
+ "semver": "^5.7.1",
+ "sharp": "^0.23.0"
}
},
"gatsby-plugin-offline": {
- "version": "2.2.8",
- "resolved": "https://registry.npmjs.org/gatsby-plugin-offline/-/gatsby-plugin-offline-2.2.8.tgz",
- "integrity": "sha512-ZYZCYvN9Lg3KmO0iSCfeKyxD9besqJP5CLCHwqcKfB1CJ7LsNNvk9Ccv+FZqSXTC7YwKk7sWjMXgdi03hX860Q==",
+ "version": "2.2.9",
+ "resolved": "https://registry.npmjs.org/gatsby-plugin-offline/-/gatsby-plugin-offline-2.2.9.tgz",
+ "integrity": "sha512-Cq8ekeZvVInl8d1ck32ltX1L8V7MmrVaz8bGLTGKqXi0V1oMixd3MzimH3/CMbSsgVUkIAXFoEK8LcttsUBd4g==",
"requires": {
"@babel/runtime": "^7.0.0",
"cheerio": "^1.0.0-rc.3",
- "idb-keyval": "^3.1.0",
- "lodash": "^4.17.14",
+ "idb-keyval": "^3.2.0",
+ "lodash": "^4.17.15",
"slash": "^3.0.0",
"workbox-build": "^3.6.3"
},
@@ -7104,16 +7089,16 @@
}
},
"gatsby-plugin-page-creator": {
- "version": "2.1.8",
- "resolved": "https://registry.npmjs.org/gatsby-plugin-page-creator/-/gatsby-plugin-page-creator-2.1.8.tgz",
- "integrity": "sha512-InCp/L3e4Hb6uDMycPX0Pu+XO5ftkqBHHmSY0DhmYP1VnJI3YmY5z8jfRIC4CSLNGT5z4R4fHoVF2pmQnHFiWA==",
+ "version": "2.1.9",
+ "resolved": "https://registry.npmjs.org/gatsby-plugin-page-creator/-/gatsby-plugin-page-creator-2.1.9.tgz",
+ "integrity": "sha512-vd49f5iIDe80VENjMBkO4b/h+SOOUkiTIicAdYoW3dLa4pOCMfzoLz4aZJyszCUuM4bbXOHGbtG1V7lGtJyojQ==",
"requires": {
"@babel/runtime": "^7.0.0",
"bluebird": "^3.5.5",
"fs-exists-cached": "^1.0.0",
- "gatsby-page-utils": "^0.0.8",
- "glob": "^7.1.1",
- "lodash": "^4.17.14",
+ "gatsby-page-utils": "^0.0.9",
+ "glob": "^7.1.4",
+ "lodash": "^4.17.15",
"micromatch": "^3.1.10"
}
},
@@ -7126,9 +7111,9 @@
}
},
"gatsby-plugin-sharp": {
- "version": "2.2.14",
- "resolved": "https://registry.npmjs.org/gatsby-plugin-sharp/-/gatsby-plugin-sharp-2.2.14.tgz",
- "integrity": "sha512-Ymw3j3tNBRIkQfCxPCHsSGNUCD7Nul+P32QZsdMmdFJALeiAHb5bY/ZS67lY7ZNTDHPQ6dwUKqE0OzbCwJJZew==",
+ "version": "2.2.16",
+ "resolved": "https://registry.npmjs.org/gatsby-plugin-sharp/-/gatsby-plugin-sharp-2.2.16.tgz",
+ "integrity": "sha512-nHaTRqAKopnAKOiUEe21zcBbp7sLoYtftxeR5Iru+SYNCklNuY6+GepNnoYkwDE/7nvuC4JyKlMCNCFL6K3vyg==",
"requires": {
"@babel/runtime": "^7.0.0",
"async": "^2.6.3",
@@ -7136,18 +7121,18 @@
"fs-extra": "^7.0.1",
"gatsby-core-utils": "^1.0.5",
"got": "^8.3.2",
- "imagemin": "^6.0.0",
+ "imagemin": "^6.1.0",
"imagemin-mozjpeg": "^8.0.0",
- "imagemin-pngquant": "^6.0.0",
- "imagemin-webp": "^5.0.0",
- "lodash": "^4.17.14",
- "mini-svg-data-uri": "^1.0.0",
- "potrace": "^2.1.1",
- "probe-image-size": "^4.0.0",
+ "imagemin-pngquant": "^6.0.1",
+ "imagemin-webp": "^5.1.0",
+ "lodash": "^4.17.15",
+ "mini-svg-data-uri": "^1.1.3",
+ "potrace": "^2.1.2",
+ "probe-image-size": "^4.1.1",
"progress": "^2.0.3",
- "semver": "^5.6.0",
- "sharp": "^0.22.1",
- "svgo": "^1.2.0"
+ "semver": "^5.7.1",
+ "sharp": "^0.23.0",
+ "svgo": "^1.3.0"
},
"dependencies": {
"async": {
@@ -7171,35 +7156,35 @@
}
},
"gatsby-react-router-scroll": {
- "version": "2.1.4",
- "resolved": "https://registry.npmjs.org/gatsby-react-router-scroll/-/gatsby-react-router-scroll-2.1.4.tgz",
- "integrity": "sha512-p9HQ2GrIVmKL3UAk7jqKzOXaigj6tu1xQPAGguO+5+i5ZfD245TQq1UAj1bZr0dJ1DJqRLbTooxPiL7+K05pVg==",
+ "version": "2.1.5",
+ "resolved": "https://registry.npmjs.org/gatsby-react-router-scroll/-/gatsby-react-router-scroll-2.1.5.tgz",
+ "integrity": "sha512-OSjj7tBi2rgMB2h90StAi/4iP/xpNNX42hhYCv1v8+4MX3/b45v3Qp28CW+N6FpQTzDHNHTUburNrlY0nBByaA==",
"requires": {
"@babel/runtime": "^7.0.0",
- "scroll-behavior": "^0.9.9",
+ "scroll-behavior": "^0.9.10",
"warning": "^3.0.0"
}
},
"gatsby-source-filesystem": {
- "version": "2.1.12",
- "resolved": "https://registry.npmjs.org/gatsby-source-filesystem/-/gatsby-source-filesystem-2.1.12.tgz",
- "integrity": "sha512-Y7TY65RbiQTCI4vYvKxDXWKcGOWxWrwLrQTazQ8psI6/IW49J9Nx6Reqe9FgsaIMW8OqYc0kSeXu1DUDS6JKdg==",
+ "version": "2.1.14",
+ "resolved": "https://registry.npmjs.org/gatsby-source-filesystem/-/gatsby-source-filesystem-2.1.14.tgz",
+ "integrity": "sha512-oumNHpfO3JUq4nUupMvh0Ix33WAHJr72zuEVN8LyEr+2IOTqS04lk3X+h/Y/IGRqHd81026Fkz0He2ensKmqYA==",
"requires": {
"@babel/runtime": "^7.0.0",
"better-queue": "^3.8.10",
"bluebird": "^3.5.5",
- "chokidar": "2.1.6",
- "file-type": "^10.2.0",
+ "chokidar": "2.1.8",
+ "file-type": "^10.11.0",
"fs-extra": "^5.0.0",
"gatsby-core-utils": "^1.0.5",
"got": "^7.1.0",
- "md5-file": "^3.1.1",
- "mime": "^2.2.0",
+ "md5-file": "^3.2.3",
+ "mime": "^2.4.4",
"pretty-bytes": "^4.0.2",
"progress": "^2.0.3",
- "read-chunk": "^3.0.0",
+ "read-chunk": "^3.2.0",
"valid-url": "^1.0.9",
- "xstate": "^3.1.0"
+ "xstate": "^3.3.3"
},
"dependencies": {
"got": {
@@ -7244,9 +7229,9 @@
}
},
"gatsby-telemetry": {
- "version": "1.1.16",
- "resolved": "https://registry.npmjs.org/gatsby-telemetry/-/gatsby-telemetry-1.1.16.tgz",
- "integrity": "sha512-tOMKRgi19odXJEl0FAnv5xA/P+ysU1oLFhb2uYb1T2nVnTsD+4L7Ffk3r+EmTz0fN8KZmcrVJq2Lh6XU1zCRGg==",
+ "version": "1.1.17",
+ "resolved": "https://registry.npmjs.org/gatsby-telemetry/-/gatsby-telemetry-1.1.17.tgz",
+ "integrity": "sha512-EkmkVVh9c9RDdiYOK0NlM/HbYuPTyqZv5Lsd4KdNMGcxzeQSmx8eglRuJxqOLWbAyeVG4vMkZVVZRz6oANwInA==",
"requires": {
"@babel/code-frame": "^7.0.0",
"@babel/runtime": "^7.0.0",
@@ -7258,13 +7243,13 @@
"fs-extra": "^7.0.1",
"git-up": "4.0.1",
"is-docker": "1.1.0",
- "lodash": "^4.17.14",
- "node-fetch": "2.3.0",
+ "lodash": "^4.17.15",
+ "node-fetch": "2.6.0",
"resolve-cwd": "^2.0.0",
- "source-map": "^0.5.7",
+ "source-map": "^0.7.3",
"stack-trace": "^0.0.10",
"stack-utils": "1.0.2",
- "uuid": "3.3.2"
+ "uuid": "3.3.3"
},
"dependencies": {
"configstore": {
@@ -7299,34 +7284,34 @@
}
},
"node-fetch": {
- "version": "2.3.0",
- "resolved": "https://registry.npmjs.org/node-fetch/-/node-fetch-2.3.0.tgz",
- "integrity": "sha512-MOd8pV3fxENbryESLgVIeaGKrdl+uaYhCSSVkjeOb/31/njTpcis5aWfdqgNlHIrKOLRbMnfPINPOML2CIFeXA=="
+ "version": "2.6.0",
+ "resolved": "https://registry.npmjs.org/node-fetch/-/node-fetch-2.6.0.tgz",
+ "integrity": "sha512-8dG4H5ujfvFiqDmVu9fQ5bOHUC15JMjMY/Zumv26oOvvVJjM67KF8koCWIabKQ1GJIa9r2mMZscBq/TbdOcmNA=="
},
"pify": {
"version": "3.0.0",
"resolved": "https://registry.npmjs.org/pify/-/pify-3.0.0.tgz",
"integrity": "sha1-5aSs0sEB/fPZpNB/DbxNtJ3SgXY="
},
- "uuid": {
- "version": "3.3.2",
- "resolved": "https://registry.npmjs.org/uuid/-/uuid-3.3.2.tgz",
- "integrity": "sha512-yXJmeNaw3DnnKAOKJE51sL/ZaYfWJRl1pK9dr19YFCu0ObS231AB1/LbqTKRAQ5kw8A90rA6fr4riOUpTZvQZA=="
+ "source-map": {
+ "version": "0.7.3",
+ "resolved": "https://registry.npmjs.org/source-map/-/source-map-0.7.3.tgz",
+ "integrity": "sha512-CkCj6giN3S+n9qrYiBTX5gystlENnRW5jZeNLHpe6aue+SrHcG5VYwujhW9s4dY31mEGsxBDrHR6oI69fTXsaQ=="
}
}
},
"gatsby-transformer-sharp": {
- "version": "2.2.8",
- "resolved": "https://registry.npmjs.org/gatsby-transformer-sharp/-/gatsby-transformer-sharp-2.2.8.tgz",
- "integrity": "sha512-pyqs5QicdnBQ+BKdHKXkagC5Q00nE7BsJ6TbJfO+zbh/VmU9tWkl4WLMybtauRUsP9eaXvsYwd2jnxJfjXka6Q==",
+ "version": "2.2.10",
+ "resolved": "https://registry.npmjs.org/gatsby-transformer-sharp/-/gatsby-transformer-sharp-2.2.10.tgz",
+ "integrity": "sha512-Go2A4VdlgTEE4oMp7CagQgM5bdSmdGYus4S9Vf4/4vz8d1AJ/z3nab5X0rBSeEEnsF9jBps7OZEOhhIvqN5WHw==",
"requires": {
"@babel/runtime": "^7.0.0",
"bluebird": "^3.5.5",
"fs-extra": "^7.0.1",
- "potrace": "^2.1.1",
- "probe-image-size": "^4.0.0",
- "semver": "^5.6.0",
- "sharp": "^0.22.1"
+ "potrace": "^2.1.2",
+ "probe-image-size": "^4.1.1",
+ "semver": "^5.7.1",
+ "sharp": "^0.23.0"
},
"dependencies": {
"fs-extra": {
@@ -7576,9 +7561,9 @@
"integrity": "sha1-TK+tdrxi8C+gObL5Tpo906ORpyU="
},
"graphql": {
- "version": "14.4.2",
- "resolved": "https://registry.npmjs.org/graphql/-/graphql-14.4.2.tgz",
- "integrity": "sha512-6uQadiRgnpnSS56hdZUSvFrVcQ6OF9y6wkxJfKquFtHlnl7+KSuWwSJsdwiK1vybm1HgcdbpGkCpvhvsVQ0UZQ==",
+ "version": "14.5.0",
+ "resolved": "https://registry.npmjs.org/graphql/-/graphql-14.5.0.tgz",
+ "integrity": "sha512-wnGcTD181L2xPnIwHHjx/moV4ulxA2Kms9zcUY+B/SIrK+2N+iOC6WNgnR2zVTmg1Z8P+CZq5KXibTnatg3WUw==",
"requires": {
"iterall": "^1.2.2"
}
@@ -8242,6 +8227,11 @@
"resolved": "https://registry.npmjs.org/indexof/-/indexof-0.0.1.tgz",
"integrity": "sha1-gtwzbSMrkGIXnQWrMpOmYFn9Q10="
},
+ "infer-owner": {
+ "version": "1.0.4",
+ "resolved": "https://registry.npmjs.org/infer-owner/-/infer-owner-1.0.4.tgz",
+ "integrity": "sha512-IClj+Xz94+d7irH5qRyfJonOdfTzuDaifE6ZPWfx0N0+/ATZCbuTPq2prFl526urkQd90WyUKIh1DfBQ2hMz9A=="
+ },
"inflight": {
"version": "1.0.6",
"resolved": "https://registry.npmjs.org/inflight/-/inflight-1.0.6.tgz",
@@ -9551,6 +9541,11 @@
}
}
},
+ "mamacro": {
+ "version": "0.0.3",
+ "resolved": "https://registry.npmjs.org/mamacro/-/mamacro-0.0.3.tgz",
+ "integrity": "sha512-qMEwh+UujcQ+kbz3T6V+wAmO2U8veoq2w+3wY8MquqwVA3jChfwY+Tk52GZKDfACEPjuZ7r2oJLejwpt8jtwTA=="
+ },
"map-age-cleaner": {
"version": "0.1.3",
"resolved": "https://registry.npmjs.org/map-age-cleaner/-/map-age-cleaner-0.1.3.tgz",
@@ -9811,15 +9806,36 @@
}
},
"mini-css-extract-plugin": {
- "version": "0.4.5",
- "resolved": "https://registry.npmjs.org/mini-css-extract-plugin/-/mini-css-extract-plugin-0.4.5.tgz",
- "integrity": "sha512-dqBanNfktnp2hwL2YguV9Jh91PFX7gu7nRLs4TGsbAfAG6WOtlynFRYzwDwmmeSb5uIwHo9nx1ta0f7vAZVp2w==",
+ "version": "0.8.0",
+ "resolved": "https://registry.npmjs.org/mini-css-extract-plugin/-/mini-css-extract-plugin-0.8.0.tgz",
+ "integrity": "sha512-MNpRGbNA52q6U92i0qbVpQNsgk7LExy41MdAlG84FeytfDOtRIf/mCHdEgG8rpTKOaNKiqUnZdlptF469hxqOw==",
"requires": {
"loader-utils": "^1.1.0",
+ "normalize-url": "1.9.1",
"schema-utils": "^1.0.0",
"webpack-sources": "^1.1.0"
},
"dependencies": {
+ "normalize-url": {
+ "version": "1.9.1",
+ "resolved": "https://registry.npmjs.org/normalize-url/-/normalize-url-1.9.1.tgz",
+ "integrity": "sha1-LMDWazHqIwNkWENuNiDYWVTGbDw=",
+ "requires": {
+ "object-assign": "^4.0.1",
+ "prepend-http": "^1.0.0",
+ "query-string": "^4.1.0",
+ "sort-keys": "^1.0.0"
+ }
+ },
+ "query-string": {
+ "version": "4.3.4",
+ "resolved": "https://registry.npmjs.org/query-string/-/query-string-4.3.4.tgz",
+ "integrity": "sha1-u7aTucqRXCMlFbIosaArYJBD2+s=",
+ "requires": {
+ "object-assign": "^4.1.0",
+ "strict-uri-encode": "^1.0.0"
+ }
+ },
"schema-utils": {
"version": "1.0.0",
"resolved": "https://registry.npmjs.org/schema-utils/-/schema-utils-1.0.0.tgz",
@@ -9829,6 +9845,14 @@
"ajv-errors": "^1.0.0",
"ajv-keywords": "^3.1.0"
}
+ },
+ "sort-keys": {
+ "version": "1.1.2",
+ "resolved": "https://registry.npmjs.org/sort-keys/-/sort-keys-1.1.2.tgz",
+ "integrity": "sha1-RBttTTRnmPG05J6JIK37oOVD+a0=",
+ "requires": {
+ "is-plain-obj": "^1.0.0"
+ }
}
}
},
@@ -13052,19 +13076,18 @@
"integrity": "sha512-y0m1JoUZSlPAjXVtPPW70aZWfIL/dSP7AFkRnniLCrK/8MDKog3TySTBmckD+RObVxH0v4Tox67+F14PdED2oQ=="
},
"sharp": {
- "version": "0.22.1",
- "resolved": "https://registry.npmjs.org/sharp/-/sharp-0.22.1.tgz",
- "integrity": "sha512-lXzSk/FL5b/MpWrT1pQZneKe25stVjEbl6uhhJcTULm7PhmJgKKRbTDM/vtjyUuC/RLqL2PRyC4rpKwbv3soEw==",
+ "version": "0.23.0",
+ "resolved": "https://registry.npmjs.org/sharp/-/sharp-0.23.0.tgz",
+ "integrity": "sha512-3+QlktTYDPO9CLmB3DUaBSj729ic3R9TO5Bz318F8WubUW10HR4os0Tm+GdYNcVg0layhMhP4Hf2SILwXVG2ig==",
"requires": {
- "color": "^3.1.1",
+ "color": "^3.1.2",
"detect-libc": "^1.0.3",
- "fs-copy-file-sync": "^1.1.1",
- "nan": "^2.13.2",
+ "nan": "^2.14.0",
"npmlog": "^4.1.2",
"prebuild-install": "^5.3.0",
- "semver": "^6.0.0",
+ "semver": "^6.3.0",
"simple-get": "^3.0.3",
- "tar": "^4.4.8",
+ "tar": "^4.4.10",
"tunnel-agent": "^0.6.0"
},
"dependencies": {
@@ -13915,12 +13938,24 @@
}
},
"style-loader": {
- "version": "0.21.0",
- "resolved": "https://registry.npmjs.org/style-loader/-/style-loader-0.21.0.tgz",
- "integrity": "sha512-T+UNsAcl3Yg+BsPKs1vd22Fr8sVT+CJMtzqc6LEw9bbJZb43lm9GoeIfUcDEefBSWC0BhYbcdupV1GtI4DGzxg==",
+ "version": "0.23.1",
+ "resolved": "https://registry.npmjs.org/style-loader/-/style-loader-0.23.1.tgz",
+ "integrity": "sha512-XK+uv9kWwhZMZ1y7mysB+zoihsEj4wneFWAS5qoiLwzW0WzSqMrrsIy+a3zkQJq0ipFtBpX5W3MqyRIBF/WFGg==",
"requires": {
"loader-utils": "^1.1.0",
- "schema-utils": "^0.4.5"
+ "schema-utils": "^1.0.0"
+ },
+ "dependencies": {
+ "schema-utils": {
+ "version": "1.0.0",
+ "resolved": "https://registry.npmjs.org/schema-utils/-/schema-utils-1.0.0.tgz",
+ "integrity": "sha512-i27Mic4KovM/lnGsy8whRCHhc7VicJajAjTrYg11K9zfZXnYIt4k5F+kZkwjnrhKzLic/HLU4j11mjsz2G/75g==",
+ "requires": {
+ "ajv": "^6.1.0",
+ "ajv-errors": "^1.0.0",
+ "ajv-keywords": "^3.1.0"
+ }
+ }
}
},
"stylehacks": {
@@ -14141,13 +14176,13 @@
}
},
"terser": {
- "version": "3.17.0",
- "resolved": "https://registry.npmjs.org/terser/-/terser-3.17.0.tgz",
- "integrity": "sha512-/FQzzPJmCpjAH9Xvk2paiWrFq+5M6aVOf+2KRbwhByISDX/EujxsK+BAvrhb6H+2rtrLCHK9N01wO014vrIwVQ==",
+ "version": "4.2.0",
+ "resolved": "https://registry.npmjs.org/terser/-/terser-4.2.0.tgz",
+ "integrity": "sha512-6lPt7lZdZ/13icQJp8XasFOwZjFJkxFFIb/N1fhYEQNoNI3Ilo3KABZ9OocZvZoB39r6SiIk/0+v/bt8nZoSeA==",
"requires": {
- "commander": "^2.19.0",
+ "commander": "^2.20.0",
"source-map": "~0.6.1",
- "source-map-support": "~0.5.10"
+ "source-map-support": "~0.5.12"
},
"dependencies": {
"source-map": {
@@ -14158,18 +14193,18 @@
}
},
"terser-webpack-plugin": {
- "version": "1.2.4",
- "resolved": "https://registry.npmjs.org/terser-webpack-plugin/-/terser-webpack-plugin-1.2.4.tgz",
- "integrity": "sha512-64IiILNQlACWZLzFlpzNaG0bpQ4ytaB7fwOsbpsdIV70AfLUmIGGeuKL0YV2WmtcrURjE2aOvHD4/lrFV3Rg+Q==",
+ "version": "1.4.1",
+ "resolved": "https://registry.npmjs.org/terser-webpack-plugin/-/terser-webpack-plugin-1.4.1.tgz",
+ "integrity": "sha512-ZXmmfiwtCLfz8WKZyYUuuHf3dMYEjg8NrjHMb0JqHVHVOSkzp3cW2/XG1fP3tRhqEqSzMwzzRQGtAPbs4Cncxg==",
"requires": {
- "cacache": "^11.3.2",
- "find-cache-dir": "^2.0.0",
+ "cacache": "^12.0.2",
+ "find-cache-dir": "^2.1.0",
"is-wsl": "^1.1.0",
"schema-utils": "^1.0.0",
"serialize-javascript": "^1.7.0",
"source-map": "^0.6.1",
- "terser": "^3.17.0",
- "webpack-sources": "^1.3.0",
+ "terser": "^4.1.2",
+ "webpack-sources": "^1.4.0",
"worker-farm": "^1.7.0"
},
"dependencies": {
@@ -14848,40 +14883,44 @@
}
},
"webpack": {
- "version": "4.28.4",
- "resolved": "https://registry.npmjs.org/webpack/-/webpack-4.28.4.tgz",
- "integrity": "sha512-NxjD61WsK/a3JIdwWjtIpimmvE6UrRi3yG54/74Hk9rwNj5FPkA4DJCf1z4ByDWLkvZhTZE+P3C/eh6UD5lDcw==",
- "requires": {
- "@webassemblyjs/ast": "1.7.11",
- "@webassemblyjs/helper-module-context": "1.7.11",
- "@webassemblyjs/wasm-edit": "1.7.11",
- "@webassemblyjs/wasm-parser": "1.7.11",
- "acorn": "^5.6.2",
- "acorn-dynamic-import": "^3.0.0",
- "ajv": "^6.1.0",
- "ajv-keywords": "^3.1.0",
- "chrome-trace-event": "^1.0.0",
+ "version": "4.39.2",
+ "resolved": "https://registry.npmjs.org/webpack/-/webpack-4.39.2.tgz",
+ "integrity": "sha512-AKgTfz3xPSsEibH00JfZ9sHXGUwIQ6eZ9tLN8+VLzachk1Cw2LVmy+4R7ZiwTa9cZZ15tzySjeMui/UnSCAZhA==",
+ "requires": {
+ "@webassemblyjs/ast": "1.8.5",
+ "@webassemblyjs/helper-module-context": "1.8.5",
+ "@webassemblyjs/wasm-edit": "1.8.5",
+ "@webassemblyjs/wasm-parser": "1.8.5",
+ "acorn": "^6.2.1",
+ "ajv": "^6.10.2",
+ "ajv-keywords": "^3.4.1",
+ "chrome-trace-event": "^1.0.2",
"enhanced-resolve": "^4.1.0",
- "eslint-scope": "^4.0.0",
+ "eslint-scope": "^4.0.3",
"json-parse-better-errors": "^1.0.2",
- "loader-runner": "^2.3.0",
- "loader-utils": "^1.1.0",
- "memory-fs": "~0.4.1",
- "micromatch": "^3.1.8",
- "mkdirp": "~0.5.0",
- "neo-async": "^2.5.0",
- "node-libs-browser": "^2.0.0",
- "schema-utils": "^0.4.4",
- "tapable": "^1.1.0",
- "terser-webpack-plugin": "^1.1.0",
- "watchpack": "^1.5.0",
- "webpack-sources": "^1.3.0"
+ "loader-runner": "^2.4.0",
+ "loader-utils": "^1.2.3",
+ "memory-fs": "^0.4.1",
+ "micromatch": "^3.1.10",
+ "mkdirp": "^0.5.1",
+ "neo-async": "^2.6.1",
+ "node-libs-browser": "^2.2.1",
+ "schema-utils": "^1.0.0",
+ "tapable": "^1.1.3",
+ "terser-webpack-plugin": "^1.4.1",
+ "watchpack": "^1.6.0",
+ "webpack-sources": "^1.4.1"
},
"dependencies": {
- "acorn": {
- "version": "5.7.3",
- "resolved": "https://registry.npmjs.org/acorn/-/acorn-5.7.3.tgz",
- "integrity": "sha512-T/zvzYRfbVojPWahDsE5evJdHb3oJoQfFbsrKM7w5Zcs++Tr257tia3BmMP8XYVjp1S9RZXQMh7gao96BlqZOw=="
+ "schema-utils": {
+ "version": "1.0.0",
+ "resolved": "https://registry.npmjs.org/schema-utils/-/schema-utils-1.0.0.tgz",
+ "integrity": "sha512-i27Mic4KovM/lnGsy8whRCHhc7VicJajAjTrYg11K9zfZXnYIt4k5F+kZkwjnrhKzLic/HLU4j11mjsz2G/75g==",
+ "requires": {
+ "ajv": "^6.1.0",
+ "ajv-errors": "^1.0.0",
+ "ajv-keywords": "^3.1.0"
+ }
}
}
},
@@ -15288,9 +15327,9 @@
}
},
"webpack-stats-plugin": {
- "version": "0.1.5",
- "resolved": "https://registry.npmjs.org/webpack-stats-plugin/-/webpack-stats-plugin-0.1.5.tgz",
- "integrity": "sha1-KeXxLr/VMVjTHWVqETrB97hhedk="
+ "version": "0.3.0",
+ "resolved": "https://registry.npmjs.org/webpack-stats-plugin/-/webpack-stats-plugin-0.3.0.tgz",
+ "integrity": "sha512-4a6mEl9HLtMukVjEPY8QPCSmtX2EDFJNhDTX5ZE2CLch2adKAZf53nUrpG6m7NattwigS0AodNcwNxlu9kMSDQ=="
},
"websocket-driver": {
"version": "0.7.3",
diff --git a/starters/default/package.json b/starters/default/package.json
index 9777f9ebdfd39..dbef9d5101d87 100644
--- a/starters/default/package.json
+++ b/starters/default/package.json
@@ -5,14 +5,14 @@
"version": "0.1.0",
"author": "Kyle Mathews ",
"dependencies": {
- "gatsby": "^2.13.74",
- "gatsby-image": "^2.2.10",
- "gatsby-plugin-manifest": "^2.2.7",
- "gatsby-plugin-offline": "^2.2.8",
+ "gatsby": "^2.13.77",
+ "gatsby-image": "^2.2.12",
+ "gatsby-plugin-manifest": "^2.2.8",
+ "gatsby-plugin-offline": "^2.2.9",
"gatsby-plugin-react-helmet": "^3.1.4",
- "gatsby-plugin-sharp": "^2.2.14",
- "gatsby-source-filesystem": "^2.1.12",
- "gatsby-transformer-sharp": "^2.2.8",
+ "gatsby-plugin-sharp": "^2.2.16",
+ "gatsby-source-filesystem": "^2.1.14",
+ "gatsby-transformer-sharp": "^2.2.10",
"prop-types": "^15.7.2",
"react": "^16.9.0",
"react-dom": "^16.9.0",
diff --git a/starters/hello-world/package-lock.json b/starters/hello-world/package-lock.json
index 2f086cd7d1046..48e5500a9a351 100644
--- a/starters/hello-world/package-lock.json
+++ b/starters/hello-world/package-lock.json
@@ -1158,157 +1158,161 @@
}
},
"@webassemblyjs/ast": {
- "version": "1.7.11",
- "resolved": "https://registry.npmjs.org/@webassemblyjs/ast/-/ast-1.7.11.tgz",
- "integrity": "sha512-ZEzy4vjvTzScC+SH8RBssQUawpaInUdMTYwYYLh54/s8TuT0gBLuyUnppKsVyZEi876VmmStKsUs28UxPgdvrA==",
+ "version": "1.8.5",
+ "resolved": "https://registry.npmjs.org/@webassemblyjs/ast/-/ast-1.8.5.tgz",
+ "integrity": "sha512-aJMfngIZ65+t71C3y2nBBg5FFG0Okt9m0XEgWZ7Ywgn1oMAT8cNwx00Uv1cQyHtidq0Xn94R4TAywO+LCQ+ZAQ==",
"requires": {
- "@webassemblyjs/helper-module-context": "1.7.11",
- "@webassemblyjs/helper-wasm-bytecode": "1.7.11",
- "@webassemblyjs/wast-parser": "1.7.11"
+ "@webassemblyjs/helper-module-context": "1.8.5",
+ "@webassemblyjs/helper-wasm-bytecode": "1.8.5",
+ "@webassemblyjs/wast-parser": "1.8.5"
}
},
"@webassemblyjs/floating-point-hex-parser": {
- "version": "1.7.11",
- "resolved": "https://registry.npmjs.org/@webassemblyjs/floating-point-hex-parser/-/floating-point-hex-parser-1.7.11.tgz",
- "integrity": "sha512-zY8dSNyYcgzNRNT666/zOoAyImshm3ycKdoLsyDw/Bwo6+/uktb7p4xyApuef1dwEBo/U/SYQzbGBvV+nru2Xg=="
+ "version": "1.8.5",
+ "resolved": "https://registry.npmjs.org/@webassemblyjs/floating-point-hex-parser/-/floating-point-hex-parser-1.8.5.tgz",
+ "integrity": "sha512-9p+79WHru1oqBh9ewP9zW95E3XAo+90oth7S5Re3eQnECGq59ly1Ri5tsIipKGpiStHsUYmY3zMLqtk3gTcOtQ=="
},
"@webassemblyjs/helper-api-error": {
- "version": "1.7.11",
- "resolved": "https://registry.npmjs.org/@webassemblyjs/helper-api-error/-/helper-api-error-1.7.11.tgz",
- "integrity": "sha512-7r1qXLmiglC+wPNkGuXCvkmalyEstKVwcueZRP2GNC2PAvxbLYwLLPr14rcdJaE4UtHxQKfFkuDFuv91ipqvXg=="
+ "version": "1.8.5",
+ "resolved": "https://registry.npmjs.org/@webassemblyjs/helper-api-error/-/helper-api-error-1.8.5.tgz",
+ "integrity": "sha512-Za/tnzsvnqdaSPOUXHyKJ2XI7PDX64kWtURyGiJJZKVEdFOsdKUCPTNEVFZq3zJ2R0G5wc2PZ5gvdTRFgm81zA=="
},
"@webassemblyjs/helper-buffer": {
- "version": "1.7.11",
- "resolved": "https://registry.npmjs.org/@webassemblyjs/helper-buffer/-/helper-buffer-1.7.11.tgz",
- "integrity": "sha512-MynuervdylPPh3ix+mKZloTcL06P8tenNH3sx6s0qE8SLR6DdwnfgA7Hc9NSYeob2jrW5Vql6GVlsQzKQCa13w=="
+ "version": "1.8.5",
+ "resolved": "https://registry.npmjs.org/@webassemblyjs/helper-buffer/-/helper-buffer-1.8.5.tgz",
+ "integrity": "sha512-Ri2R8nOS0U6G49Q86goFIPNgjyl6+oE1abW1pS84BuhP1Qcr5JqMwRFT3Ah3ADDDYGEgGs1iyb1DGX+kAi/c/Q=="
},
"@webassemblyjs/helper-code-frame": {
- "version": "1.7.11",
- "resolved": "https://registry.npmjs.org/@webassemblyjs/helper-code-frame/-/helper-code-frame-1.7.11.tgz",
- "integrity": "sha512-T8ESC9KMXFTXA5urJcyor5cn6qWeZ4/zLPyWeEXZ03hj/x9weSokGNkVCdnhSabKGYWxElSdgJ+sFa9G/RdHNw==",
+ "version": "1.8.5",
+ "resolved": "https://registry.npmjs.org/@webassemblyjs/helper-code-frame/-/helper-code-frame-1.8.5.tgz",
+ "integrity": "sha512-VQAadSubZIhNpH46IR3yWO4kZZjMxN1opDrzePLdVKAZ+DFjkGD/rf4v1jap744uPVU6yjL/smZbRIIJTOUnKQ==",
"requires": {
- "@webassemblyjs/wast-printer": "1.7.11"
+ "@webassemblyjs/wast-printer": "1.8.5"
}
},
"@webassemblyjs/helper-fsm": {
- "version": "1.7.11",
- "resolved": "https://registry.npmjs.org/@webassemblyjs/helper-fsm/-/helper-fsm-1.7.11.tgz",
- "integrity": "sha512-nsAQWNP1+8Z6tkzdYlXT0kxfa2Z1tRTARd8wYnc/e3Zv3VydVVnaeePgqUzFrpkGUyhUUxOl5ML7f1NuT+gC0A=="
+ "version": "1.8.5",
+ "resolved": "https://registry.npmjs.org/@webassemblyjs/helper-fsm/-/helper-fsm-1.8.5.tgz",
+ "integrity": "sha512-kRuX/saORcg8se/ft6Q2UbRpZwP4y7YrWsLXPbbmtepKr22i8Z4O3V5QE9DbZK908dh5Xya4Un57SDIKwB9eow=="
},
"@webassemblyjs/helper-module-context": {
- "version": "1.7.11",
- "resolved": "https://registry.npmjs.org/@webassemblyjs/helper-module-context/-/helper-module-context-1.7.11.tgz",
- "integrity": "sha512-JxfD5DX8Ygq4PvXDucq0M+sbUFA7BJAv/GGl9ITovqE+idGX+J3QSzJYz+LwQmL7fC3Rs+utvWoJxDb6pmC0qg=="
+ "version": "1.8.5",
+ "resolved": "https://registry.npmjs.org/@webassemblyjs/helper-module-context/-/helper-module-context-1.8.5.tgz",
+ "integrity": "sha512-/O1B236mN7UNEU4t9X7Pj38i4VoU8CcMHyy3l2cV/kIF4U5KoHXDVqcDuOs1ltkac90IM4vZdHc52t1x8Yfs3g==",
+ "requires": {
+ "@webassemblyjs/ast": "1.8.5",
+ "mamacro": "^0.0.3"
+ }
},
"@webassemblyjs/helper-wasm-bytecode": {
- "version": "1.7.11",
- "resolved": "https://registry.npmjs.org/@webassemblyjs/helper-wasm-bytecode/-/helper-wasm-bytecode-1.7.11.tgz",
- "integrity": "sha512-cMXeVS9rhoXsI9LLL4tJxBgVD/KMOKXuFqYb5oCJ/opScWpkCMEz9EJtkonaNcnLv2R3K5jIeS4TRj/drde1JQ=="
+ "version": "1.8.5",
+ "resolved": "https://registry.npmjs.org/@webassemblyjs/helper-wasm-bytecode/-/helper-wasm-bytecode-1.8.5.tgz",
+ "integrity": "sha512-Cu4YMYG3Ddl72CbmpjU/wbP6SACcOPVbHN1dI4VJNJVgFwaKf1ppeFJrwydOG3NDHxVGuCfPlLZNyEdIYlQ6QQ=="
},
"@webassemblyjs/helper-wasm-section": {
- "version": "1.7.11",
- "resolved": "https://registry.npmjs.org/@webassemblyjs/helper-wasm-section/-/helper-wasm-section-1.7.11.tgz",
- "integrity": "sha512-8ZRY5iZbZdtNFE5UFunB8mmBEAbSI3guwbrsCl4fWdfRiAcvqQpeqd5KHhSWLL5wuxo53zcaGZDBU64qgn4I4Q==",
+ "version": "1.8.5",
+ "resolved": "https://registry.npmjs.org/@webassemblyjs/helper-wasm-section/-/helper-wasm-section-1.8.5.tgz",
+ "integrity": "sha512-VV083zwR+VTrIWWtgIUpqfvVdK4ff38loRmrdDBgBT8ADXYsEZ5mPQ4Nde90N3UYatHdYoDIFb7oHzMncI02tA==",
"requires": {
- "@webassemblyjs/ast": "1.7.11",
- "@webassemblyjs/helper-buffer": "1.7.11",
- "@webassemblyjs/helper-wasm-bytecode": "1.7.11",
- "@webassemblyjs/wasm-gen": "1.7.11"
+ "@webassemblyjs/ast": "1.8.5",
+ "@webassemblyjs/helper-buffer": "1.8.5",
+ "@webassemblyjs/helper-wasm-bytecode": "1.8.5",
+ "@webassemblyjs/wasm-gen": "1.8.5"
}
},
"@webassemblyjs/ieee754": {
- "version": "1.7.11",
- "resolved": "https://registry.npmjs.org/@webassemblyjs/ieee754/-/ieee754-1.7.11.tgz",
- "integrity": "sha512-Mmqx/cS68K1tSrvRLtaV/Lp3NZWzXtOHUW2IvDvl2sihAwJh4ACE0eL6A8FvMyDG9abes3saB6dMimLOs+HMoQ==",
+ "version": "1.8.5",
+ "resolved": "https://registry.npmjs.org/@webassemblyjs/ieee754/-/ieee754-1.8.5.tgz",
+ "integrity": "sha512-aaCvQYrvKbY/n6wKHb/ylAJr27GglahUO89CcGXMItrOBqRarUMxWLJgxm9PJNuKULwN5n1csT9bYoMeZOGF3g==",
"requires": {
"@xtuc/ieee754": "^1.2.0"
}
},
"@webassemblyjs/leb128": {
- "version": "1.7.11",
- "resolved": "https://registry.npmjs.org/@webassemblyjs/leb128/-/leb128-1.7.11.tgz",
- "integrity": "sha512-vuGmgZjjp3zjcerQg+JA+tGOncOnJLWVkt8Aze5eWQLwTQGNgVLcyOTqgSCxWTR4J42ijHbBxnuRaL1Rv7XMdw==",
+ "version": "1.8.5",
+ "resolved": "https://registry.npmjs.org/@webassemblyjs/leb128/-/leb128-1.8.5.tgz",
+ "integrity": "sha512-plYUuUwleLIziknvlP8VpTgO4kqNaH57Y3JnNa6DLpu/sGcP6hbVdfdX5aHAV716pQBKrfuU26BJK29qY37J7A==",
"requires": {
- "@xtuc/long": "4.2.1"
+ "@xtuc/long": "4.2.2"
}
},
"@webassemblyjs/utf8": {
- "version": "1.7.11",
- "resolved": "https://registry.npmjs.org/@webassemblyjs/utf8/-/utf8-1.7.11.tgz",
- "integrity": "sha512-C6GFkc7aErQIAH+BMrIdVSmW+6HSe20wg57HEC1uqJP8E/xpMjXqQUxkQw07MhNDSDcGpxI9G5JSNOQCqJk4sA=="
+ "version": "1.8.5",
+ "resolved": "https://registry.npmjs.org/@webassemblyjs/utf8/-/utf8-1.8.5.tgz",
+ "integrity": "sha512-U7zgftmQriw37tfD934UNInokz6yTmn29inT2cAetAsaU9YeVCveWEwhKL1Mg4yS7q//NGdzy79nlXh3bT8Kjw=="
},
"@webassemblyjs/wasm-edit": {
- "version": "1.7.11",
- "resolved": "https://registry.npmjs.org/@webassemblyjs/wasm-edit/-/wasm-edit-1.7.11.tgz",
- "integrity": "sha512-FUd97guNGsCZQgeTPKdgxJhBXkUbMTY6hFPf2Y4OedXd48H97J+sOY2Ltaq6WGVpIH8o/TGOVNiVz/SbpEMJGg==",
+ "version": "1.8.5",
+ "resolved": "https://registry.npmjs.org/@webassemblyjs/wasm-edit/-/wasm-edit-1.8.5.tgz",
+ "integrity": "sha512-A41EMy8MWw5yvqj7MQzkDjU29K7UJq1VrX2vWLzfpRHt3ISftOXqrtojn7nlPsZ9Ijhp5NwuODuycSvfAO/26Q==",
"requires": {
- "@webassemblyjs/ast": "1.7.11",
- "@webassemblyjs/helper-buffer": "1.7.11",
- "@webassemblyjs/helper-wasm-bytecode": "1.7.11",
- "@webassemblyjs/helper-wasm-section": "1.7.11",
- "@webassemblyjs/wasm-gen": "1.7.11",
- "@webassemblyjs/wasm-opt": "1.7.11",
- "@webassemblyjs/wasm-parser": "1.7.11",
- "@webassemblyjs/wast-printer": "1.7.11"
+ "@webassemblyjs/ast": "1.8.5",
+ "@webassemblyjs/helper-buffer": "1.8.5",
+ "@webassemblyjs/helper-wasm-bytecode": "1.8.5",
+ "@webassemblyjs/helper-wasm-section": "1.8.5",
+ "@webassemblyjs/wasm-gen": "1.8.5",
+ "@webassemblyjs/wasm-opt": "1.8.5",
+ "@webassemblyjs/wasm-parser": "1.8.5",
+ "@webassemblyjs/wast-printer": "1.8.5"
}
},
"@webassemblyjs/wasm-gen": {
- "version": "1.7.11",
- "resolved": "https://registry.npmjs.org/@webassemblyjs/wasm-gen/-/wasm-gen-1.7.11.tgz",
- "integrity": "sha512-U/KDYp7fgAZX5KPfq4NOupK/BmhDc5Kjy2GIqstMhvvdJRcER/kUsMThpWeRP8BMn4LXaKhSTggIJPOeYHwISA==",
+ "version": "1.8.5",
+ "resolved": "https://registry.npmjs.org/@webassemblyjs/wasm-gen/-/wasm-gen-1.8.5.tgz",
+ "integrity": "sha512-BCZBT0LURC0CXDzj5FXSc2FPTsxwp3nWcqXQdOZE4U7h7i8FqtFK5Egia6f9raQLpEKT1VL7zr4r3+QX6zArWg==",
"requires": {
- "@webassemblyjs/ast": "1.7.11",
- "@webassemblyjs/helper-wasm-bytecode": "1.7.11",
- "@webassemblyjs/ieee754": "1.7.11",
- "@webassemblyjs/leb128": "1.7.11",
- "@webassemblyjs/utf8": "1.7.11"
+ "@webassemblyjs/ast": "1.8.5",
+ "@webassemblyjs/helper-wasm-bytecode": "1.8.5",
+ "@webassemblyjs/ieee754": "1.8.5",
+ "@webassemblyjs/leb128": "1.8.5",
+ "@webassemblyjs/utf8": "1.8.5"
}
},
"@webassemblyjs/wasm-opt": {
- "version": "1.7.11",
- "resolved": "https://registry.npmjs.org/@webassemblyjs/wasm-opt/-/wasm-opt-1.7.11.tgz",
- "integrity": "sha512-XynkOwQyiRidh0GLua7SkeHvAPXQV/RxsUeERILmAInZegApOUAIJfRuPYe2F7RcjOC9tW3Cb9juPvAC/sCqvg==",
+ "version": "1.8.5",
+ "resolved": "https://registry.npmjs.org/@webassemblyjs/wasm-opt/-/wasm-opt-1.8.5.tgz",
+ "integrity": "sha512-HKo2mO/Uh9A6ojzu7cjslGaHaUU14LdLbGEKqTR7PBKwT6LdPtLLh9fPY33rmr5wcOMrsWDbbdCHq4hQUdd37Q==",
"requires": {
- "@webassemblyjs/ast": "1.7.11",
- "@webassemblyjs/helper-buffer": "1.7.11",
- "@webassemblyjs/wasm-gen": "1.7.11",
- "@webassemblyjs/wasm-parser": "1.7.11"
+ "@webassemblyjs/ast": "1.8.5",
+ "@webassemblyjs/helper-buffer": "1.8.5",
+ "@webassemblyjs/wasm-gen": "1.8.5",
+ "@webassemblyjs/wasm-parser": "1.8.5"
}
},
"@webassemblyjs/wasm-parser": {
- "version": "1.7.11",
- "resolved": "https://registry.npmjs.org/@webassemblyjs/wasm-parser/-/wasm-parser-1.7.11.tgz",
- "integrity": "sha512-6lmXRTrrZjYD8Ng8xRyvyXQJYUQKYSXhJqXOBLw24rdiXsHAOlvw5PhesjdcaMadU/pyPQOJ5dHreMjBxwnQKg==",
+ "version": "1.8.5",
+ "resolved": "https://registry.npmjs.org/@webassemblyjs/wasm-parser/-/wasm-parser-1.8.5.tgz",
+ "integrity": "sha512-pi0SYE9T6tfcMkthwcgCpL0cM9nRYr6/6fjgDtL6q/ZqKHdMWvxitRi5JcZ7RI4SNJJYnYNaWy5UUrHQy998lw==",
"requires": {
- "@webassemblyjs/ast": "1.7.11",
- "@webassemblyjs/helper-api-error": "1.7.11",
- "@webassemblyjs/helper-wasm-bytecode": "1.7.11",
- "@webassemblyjs/ieee754": "1.7.11",
- "@webassemblyjs/leb128": "1.7.11",
- "@webassemblyjs/utf8": "1.7.11"
+ "@webassemblyjs/ast": "1.8.5",
+ "@webassemblyjs/helper-api-error": "1.8.5",
+ "@webassemblyjs/helper-wasm-bytecode": "1.8.5",
+ "@webassemblyjs/ieee754": "1.8.5",
+ "@webassemblyjs/leb128": "1.8.5",
+ "@webassemblyjs/utf8": "1.8.5"
}
},
"@webassemblyjs/wast-parser": {
- "version": "1.7.11",
- "resolved": "https://registry.npmjs.org/@webassemblyjs/wast-parser/-/wast-parser-1.7.11.tgz",
- "integrity": "sha512-lEyVCg2np15tS+dm7+JJTNhNWq9yTZvi3qEhAIIOaofcYlUp0UR5/tVqOwa/gXYr3gjwSZqw+/lS9dscyLelbQ==",
+ "version": "1.8.5",
+ "resolved": "https://registry.npmjs.org/@webassemblyjs/wast-parser/-/wast-parser-1.8.5.tgz",
+ "integrity": "sha512-daXC1FyKWHF1i11obK086QRlsMsY4+tIOKgBqI1lxAnkp9xe9YMcgOxm9kLe+ttjs5aWV2KKE1TWJCN57/Btsg==",
"requires": {
- "@webassemblyjs/ast": "1.7.11",
- "@webassemblyjs/floating-point-hex-parser": "1.7.11",
- "@webassemblyjs/helper-api-error": "1.7.11",
- "@webassemblyjs/helper-code-frame": "1.7.11",
- "@webassemblyjs/helper-fsm": "1.7.11",
- "@xtuc/long": "4.2.1"
+ "@webassemblyjs/ast": "1.8.5",
+ "@webassemblyjs/floating-point-hex-parser": "1.8.5",
+ "@webassemblyjs/helper-api-error": "1.8.5",
+ "@webassemblyjs/helper-code-frame": "1.8.5",
+ "@webassemblyjs/helper-fsm": "1.8.5",
+ "@xtuc/long": "4.2.2"
}
},
"@webassemblyjs/wast-printer": {
- "version": "1.7.11",
- "resolved": "https://registry.npmjs.org/@webassemblyjs/wast-printer/-/wast-printer-1.7.11.tgz",
- "integrity": "sha512-m5vkAsuJ32QpkdkDOUPGSltrg8Cuk3KBx4YrmAGQwCZPRdUHXxG4phIOuuycLemHFr74sWL9Wthqss4fzdzSwg==",
+ "version": "1.8.5",
+ "resolved": "https://registry.npmjs.org/@webassemblyjs/wast-printer/-/wast-printer-1.8.5.tgz",
+ "integrity": "sha512-w0U0pD4EhlnvRyeJzBqaVSJAo9w/ce7/WPogeXLzGkO6hzhr4GnQIZ4W4uUt5b9ooAaXPtnXlj0gzsXEOUNYMg==",
"requires": {
- "@webassemblyjs/ast": "1.7.11",
- "@webassemblyjs/wast-parser": "1.7.11",
- "@xtuc/long": "4.2.1"
+ "@webassemblyjs/ast": "1.8.5",
+ "@webassemblyjs/wast-parser": "1.8.5",
+ "@xtuc/long": "4.2.2"
}
},
"@xtuc/ieee754": {
@@ -1317,9 +1321,9 @@
"integrity": "sha512-DX8nKgqcGwsc0eJSqYt5lwP4DH5FlHnmuWWBRy7X0NcaGR0ZtuyeESgMwTYVEtxmsNGY+qit4QYT/MIYTOTPeA=="
},
"@xtuc/long": {
- "version": "4.2.1",
- "resolved": "https://registry.npmjs.org/@xtuc/long/-/long-4.2.1.tgz",
- "integrity": "sha512-FZdkNBDqBRHKQ2MEbSC17xnPFOhZxeJ2YGSfr2BKf3sujG49Qe3bB+rGCwQfIaA7WHnGeGkSijX4FuBCdrzW/g=="
+ "version": "4.2.2",
+ "resolved": "https://registry.npmjs.org/@xtuc/long/-/long-4.2.2.tgz",
+ "integrity": "sha512-NuHqBY1PB/D8xU6s/thBgOAiAP7HOYDQ32+BFZILJ8ivkUkAHQnWfn6WhL79Owj1qmUnoN/YPhktdIoucipkAQ=="
},
"accepts": {
"version": "1.3.7",
@@ -1335,30 +1339,15 @@
"resolved": "https://registry.npmjs.org/acorn/-/acorn-6.3.0.tgz",
"integrity": "sha512-/czfa8BwS88b9gWQVhc8eknunSA2DoJpJyTQkhheIf5E48u1N0R4q/YxxsAeqRrmK9TQ/uYfgLDfZo91UlANIA=="
},
- "acorn-dynamic-import": {
- "version": "3.0.0",
- "resolved": "https://registry.npmjs.org/acorn-dynamic-import/-/acorn-dynamic-import-3.0.0.tgz",
- "integrity": "sha512-zVWV8Z8lislJoOKKqdNMOB+s6+XV5WERty8MnKBeFgwA+19XJjJHs2RP5dzM57FftIs+jQnRToLiWazKr6sSWg==",
- "requires": {
- "acorn": "^5.0.0"
- },
- "dependencies": {
- "acorn": {
- "version": "5.7.3",
- "resolved": "https://registry.npmjs.org/acorn/-/acorn-5.7.3.tgz",
- "integrity": "sha512-T/zvzYRfbVojPWahDsE5evJdHb3oJoQfFbsrKM7w5Zcs++Tr257tia3BmMP8XYVjp1S9RZXQMh7gao96BlqZOw=="
- }
- }
- },
"acorn-jsx": {
"version": "5.0.2",
"resolved": "https://registry.npmjs.org/acorn-jsx/-/acorn-jsx-5.0.2.tgz",
"integrity": "sha512-tiNTrP1MP0QrChmD2DdupCr6HWSFeKVw5d/dHTu4Y7rkAkRhU/Dt7dphAfIUyxtHpl/eBVip5uTNSpQJHylpAw=="
},
"address": {
- "version": "1.1.0",
- "resolved": "https://registry.npmjs.org/address/-/address-1.1.0.tgz",
- "integrity": "sha512-4diPfzWbLEIElVG4AnqP+00SULlPzNuyJFNnmMrLgyaxG6tZXJ1sn7mjBu4fHrJE+Yp/jgylOweJn2xsLMFggQ=="
+ "version": "1.1.1",
+ "resolved": "https://registry.npmjs.org/address/-/address-1.1.1.tgz",
+ "integrity": "sha512-srclZEseI6OB0MgWYWuYpr2F5fHMxh5lgWF72CeUFm5QgJyviPA64Q7PzJdBQkFCJibEycqsZ5b9L0l/J8SlyQ=="
},
"after": {
"version": "0.8.2",
@@ -1825,9 +1814,9 @@
}
},
"babel-plugin-remove-graphql-queries": {
- "version": "2.7.3",
- "resolved": "https://registry.npmjs.org/babel-plugin-remove-graphql-queries/-/babel-plugin-remove-graphql-queries-2.7.3.tgz",
- "integrity": "sha512-xuOzXil34XPhkIGE/1EmCyfPlMgX2sXBaNf3n+ico5pM3HNrKc8vHcng9CoK2jnSXEwoX5wASFfKZg1eNNdz1w=="
+ "version": "2.7.4",
+ "resolved": "https://registry.npmjs.org/babel-plugin-remove-graphql-queries/-/babel-plugin-remove-graphql-queries-2.7.4.tgz",
+ "integrity": "sha512-ZeyuATwk3jKo8IxApgSXSXfD2Pr4EbNvinsNSxs+/nefirUnHEi7KClW9lz2npczb85hIuJ5qzCSCU8RGBOttA=="
},
"babel-plugin-syntax-dynamic-import": {
"version": "6.18.0",
@@ -2352,15 +2341,16 @@
"integrity": "sha1-0ygVQE1olpn4Wk6k+odV3ROpYEg="
},
"cacache": {
- "version": "11.3.3",
- "resolved": "https://registry.npmjs.org/cacache/-/cacache-11.3.3.tgz",
- "integrity": "sha512-p8WcneCytvzPxhDvYp31PD039vi77I12W+/KfR9S8AZbaiARFBCpsPJS+9uhWfeBfeAtW7o/4vt3MUqLkbY6nA==",
+ "version": "12.0.3",
+ "resolved": "https://registry.npmjs.org/cacache/-/cacache-12.0.3.tgz",
+ "integrity": "sha512-kqdmfXEGFepesTuROHMs3MpFLWrPkSSpRqOw80RCflZXy/khxaArvFrQ7uJxSUduzAufc6G0g1VUCOZXxWavPw==",
"requires": {
"bluebird": "^3.5.5",
"chownr": "^1.1.1",
"figgy-pudding": "^3.5.1",
"glob": "^7.1.4",
"graceful-fs": "^4.1.15",
+ "infer-owner": "^1.0.3",
"lru-cache": "^5.1.1",
"mississippi": "^3.0.0",
"mkdirp": "^0.5.1",
@@ -2563,9 +2553,9 @@
"integrity": "sha1-wKHS86cJLgN3S/qD8UwPxXkKhmc="
},
"chokidar": {
- "version": "2.1.6",
- "resolved": "https://registry.npmjs.org/chokidar/-/chokidar-2.1.6.tgz",
- "integrity": "sha512-V2jUo67OKkc6ySiRpJrjlpJKl9kDuG+Xb8VgsGzb+aEouhgS1D0weyPU4lEzdAcsCAvrih2J2BqyXqHWvVLw5g==",
+ "version": "2.1.8",
+ "resolved": "https://registry.npmjs.org/chokidar/-/chokidar-2.1.8.tgz",
+ "integrity": "sha512-ZmZUazfOzf0Nve7duiCKD23PFSCs4JPoYyccjUFF3aQkQadqBhfzhjkwBH2mNOG9cTBwhamM37EIsIkZw3nRgg==",
"requires": {
"anymatch": "^2.0.0",
"async-each": "^1.0.1",
@@ -5523,9 +5513,9 @@
"integrity": "sha1-GwqzvVU7Kg1jmdKcDj6gslIHgyc="
},
"gatsby": {
- "version": "2.13.74",
- "resolved": "https://registry.npmjs.org/gatsby/-/gatsby-2.13.74.tgz",
- "integrity": "sha512-BbbA3zNVbfHD1d4bmxmUHSMqjBsnEQCtdnvRhYBAxSp4gMyGQNysedmZ2SkhtLb2mfmM6f4WbFcsbXnCxmXwYw==",
+ "version": "2.13.77",
+ "resolved": "https://registry.npmjs.org/gatsby/-/gatsby-2.13.77.tgz",
+ "integrity": "sha512-VJyf9qtWMPFwGLpFDQdk3p9cvuWWxVmuY8Wq+h+n+WVhATva2pd9ZVEIlmdH/4SKqWSnP5KGNCISY5GGWMsVkQ==",
"requires": {
"@babel/code-frame": "^7.0.0",
"@babel/core": "^7.0.0",
@@ -5540,15 +5530,15 @@
"@reach/router": "^1.2.1",
"@typescript-eslint/eslint-plugin": "^1.13.0",
"@typescript-eslint/parser": "^1.13.0",
- "address": "1.1.0",
+ "address": "1.1.1",
"autoprefixer": "^9.6.1",
"axios": "^0.19.0",
"babel-core": "7.0.0-bridge.0",
"babel-eslint": "^10.0.2",
- "babel-loader": "^8.0.0",
+ "babel-loader": "^8.0.6",
"babel-plugin-add-module-exports": "^0.3.3",
"babel-plugin-dynamic-import-node": "^1.2.0",
- "babel-plugin-remove-graphql-queries": "^2.7.3",
+ "babel-plugin-remove-graphql-queries": "^2.7.4",
"babel-preset-gatsby": "^0.2.10",
"better-opn": "0.1.4",
"better-queue": "^3.8.10",
@@ -5557,7 +5547,7 @@
"cache-manager": "^2.10.0",
"cache-manager-fs-hash": "^0.0.7",
"chalk": "^2.4.2",
- "chokidar": "2.1.6",
+ "chokidar": "2.1.8",
"common-tags": "^1.8.0",
"compression": "^1.7.4",
"convert-hrtime": "^2.0.0",
@@ -5587,18 +5577,18 @@
"flat": "^4.1.0",
"fs-exists-cached": "1.0.0",
"fs-extra": "^5.0.0",
- "gatsby-cli": "^2.7.35",
+ "gatsby-cli": "^2.7.38",
"gatsby-core-utils": "^1.0.5",
- "gatsby-graphiql-explorer": "^0.2.5",
- "gatsby-link": "^2.2.6",
- "gatsby-plugin-page-creator": "^2.1.8",
- "gatsby-react-router-scroll": "^2.1.4",
- "gatsby-telemetry": "^1.1.16",
- "glob": "^7.1.1",
+ "gatsby-graphiql-explorer": "^0.2.7",
+ "gatsby-link": "^2.2.7",
+ "gatsby-plugin-page-creator": "^2.1.9",
+ "gatsby-react-router-scroll": "^2.1.5",
+ "gatsby-telemetry": "^1.1.17",
+ "glob": "^7.1.4",
"got": "8.3.2",
- "graphql": "^14.4.2",
+ "graphql": "^14.5.0",
"graphql-compose": "^6.3.5",
- "graphql-playground-middleware-express": "^1.7.10",
+ "graphql-playground-middleware-express": "^1.7.12",
"invariant": "^2.2.4",
"is-relative": "^1.0.0",
"is-relative-url": "^2.0.0",
@@ -5606,56 +5596,56 @@
"jest-worker": "^23.2.0",
"json-loader": "^0.5.7",
"json-stringify-safe": "^5.0.1",
- "lodash": "^4.17.14",
+ "lodash": "^4.17.15",
"lokijs": "^1.5.7",
"md5": "^2.2.1",
- "md5-file": "^3.1.1",
+ "md5-file": "^3.2.3",
"micromatch": "^3.1.10",
- "mime": "^2.2.0",
- "mini-css-extract-plugin": "^0.4.0",
- "mitt": "^1.1.2",
+ "mime": "^2.4.4",
+ "mini-css-extract-plugin": "^0.8.0",
+ "mitt": "^1.1.3",
"mkdirp": "^0.5.1",
- "moment": "^2.21.0",
+ "moment": "^2.24.0",
"name-all-modules-plugin": "^1.0.1",
"normalize-path": "^2.1.1",
"null-loader": "^0.1.1",
- "opentracing": "^0.14.3",
- "optimize-css-assets-webpack-plugin": "^5.0.1",
- "parseurl": "^1.3.2",
+ "opentracing": "^0.14.4",
+ "optimize-css-assets-webpack-plugin": "^5.0.3",
+ "parseurl": "^1.3.3",
"physical-cpu-count": "^2.0.0",
- "pnp-webpack-plugin": "^1.4.1",
- "postcss-flexbugs-fixes": "^3.0.0",
- "postcss-loader": "^2.1.3",
- "prop-types": "^15.6.1",
+ "pnp-webpack-plugin": "^1.5.0",
+ "postcss-flexbugs-fixes": "^3.3.1",
+ "postcss-loader": "^2.1.6",
+ "prop-types": "^15.7.2",
"raw-loader": "^0.5.1",
"react-dev-utils": "^4.2.3",
"react-error-overlay": "^3.0.0",
"react-hot-loader": "^4.12.11",
- "redux": "^4.0.0",
+ "redux": "^4.0.4",
"redux-thunk": "^2.3.0",
- "semver": "^5.6.0",
+ "semver": "^5.7.1",
"shallow-compare": "^1.2.2",
"sift": "^5.1.0",
"signal-exit": "^3.0.2",
"slash": "^1.0.0",
- "socket.io": "^2.0.3",
+ "socket.io": "^2.2.0",
"stack-trace": "^0.0.10",
- "string-similarity": "^1.2.0",
- "style-loader": "^0.21.0",
- "terser-webpack-plugin": "1.2.4",
+ "string-similarity": "^1.2.2",
+ "style-loader": "^0.23.1",
+ "terser-webpack-plugin": "1.4.1",
"true-case-path": "^2.2.1",
"type-of": "^2.0.1",
- "url-loader": "^1.0.1",
+ "url-loader": "^1.1.2",
"util.promisify": "^1.0.0",
- "uuid": "^3.1.0",
- "v8-compile-cache": "^1.1.0",
- "webpack": "~4.28.4",
- "webpack-dev-middleware": "^3.0.1",
- "webpack-dev-server": "^3.1.14",
- "webpack-hot-middleware": "^2.21.0",
- "webpack-merge": "^4.1.0",
- "webpack-stats-plugin": "^0.1.5",
- "xstate": "^4.3.2",
+ "uuid": "^3.3.3",
+ "v8-compile-cache": "^1.1.2",
+ "webpack": "~4.39.2",
+ "webpack-dev-middleware": "^3.7.0",
+ "webpack-dev-server": "^3.8.0",
+ "webpack-hot-middleware": "^2.25.0",
+ "webpack-merge": "^4.2.1",
+ "webpack-stats-plugin": "^0.3.0",
+ "xstate": "^4.6.7",
"yaml-loader": "^0.5.0"
},
"dependencies": {
@@ -5742,9 +5732,9 @@
}
},
"gatsby-cli": {
- "version": "2.7.35",
- "resolved": "https://registry.npmjs.org/gatsby-cli/-/gatsby-cli-2.7.35.tgz",
- "integrity": "sha512-JgsVxeoaxDFZJugIg/N5KSc4XagsVRRCuHXNvmQMc9+pzKIjyWqGp2Nbtp2rrQB+F2sVyRjBNosx9PaZTVFDFw==",
+ "version": "2.7.38",
+ "resolved": "https://registry.npmjs.org/gatsby-cli/-/gatsby-cli-2.7.38.tgz",
+ "integrity": "sha512-l0rQFp0Y7bQzS0crb+fsZout48HpvvU4ub8IvQjWRDNYF7+LRmYiFzJVX2hDGYB83FdvanIzA7a3oZSw7A9enQ==",
"requires": {
"@babel/code-frame": "^7.0.0",
"@babel/runtime": "^7.0.0",
@@ -5762,27 +5752,27 @@
"execa": "^0.11.0",
"fs-exists-cached": "^1.0.0",
"fs-extra": "^4.0.3",
- "gatsby-telemetry": "^1.1.16",
- "hosted-git-info": "^2.6.0",
+ "gatsby-telemetry": "^1.1.17",
+ "hosted-git-info": "^2.8.4",
"ink": "^2.3.0",
"ink-spinner": "^3.0.1",
"is-valid-path": "^0.1.1",
- "lodash": "^4.17.14",
+ "lodash": "^4.17.15",
"meant": "^1.0.1",
"node-fetch": "^2.6.0",
"object.entries": "^1.1.0",
- "opentracing": "^0.14.3",
+ "opentracing": "^0.14.4",
"pretty-error": "^2.1.1",
"progress": "^2.0.3",
- "prompts": "^2.1.0",
- "react": "^16.8.4",
+ "prompts": "^2.2.1",
+ "react": "^16.9.0",
"resolve-cwd": "^2.0.0",
"semver": "^6.3.0",
- "source-map": "0.5.7",
+ "source-map": "0.7.3",
"stack-trace": "^0.0.10",
"strip-ansi": "^5.2.0",
- "update-notifier": "^2.3.0",
- "uuid": "3.3.2",
+ "update-notifier": "^2.5.0",
+ "uuid": "3.3.3",
"yargs": "^12.0.5",
"yurnalist": "^1.0.5"
},
@@ -5801,11 +5791,6 @@
"version": "6.3.0",
"resolved": "https://registry.npmjs.org/semver/-/semver-6.3.0.tgz",
"integrity": "sha512-b39TBaTSfV6yBrapU89p5fKekE2m/NwnDocOVruQFS1/veMgdzuPcnOM34M6CwxW8jH/lxEa5rBoDeUwu5HHTw=="
- },
- "uuid": {
- "version": "3.3.2",
- "resolved": "https://registry.npmjs.org/uuid/-/uuid-3.3.2.tgz",
- "integrity": "sha512-yXJmeNaw3DnnKAOKJE51sL/ZaYfWJRl1pK9dr19YFCu0ObS231AB1/LbqTKRAQ5kw8A90rA6fr4riOUpTZvQZA=="
}
}
},
@@ -5919,6 +5904,11 @@
"resolved": "https://registry.npmjs.org/pify/-/pify-3.0.0.tgz",
"integrity": "sha1-5aSs0sEB/fPZpNB/DbxNtJ3SgXY="
},
+ "source-map": {
+ "version": "0.7.3",
+ "resolved": "https://registry.npmjs.org/source-map/-/source-map-0.7.3.tgz",
+ "integrity": "sha512-CkCj6giN3S+n9qrYiBTX5gystlENnRW5jZeNLHpe6aue+SrHcG5VYwujhW9s4dY31mEGsxBDrHR6oI69fTXsaQ=="
+ },
"strip-ansi": {
"version": "5.2.0",
"resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-5.2.0.tgz",
@@ -5963,66 +5953,66 @@
"integrity": "sha512-XRyZMduCP3yvV8AEKI4sAVWT+M1roW20SWhQwOKtZrYIkMCzlOe9nMOjNOZcJb2vCJsaUBxh2fxLT+OZg8+25A=="
},
"gatsby-graphiql-explorer": {
- "version": "0.2.5",
- "resolved": "https://registry.npmjs.org/gatsby-graphiql-explorer/-/gatsby-graphiql-explorer-0.2.5.tgz",
- "integrity": "sha512-TbXSYYhdKhElFWXU5u55Ey9kyFbt/nPNw8tRdf7SClXR6Dt4iaoZSiagtccNsZ3q6sWPhujyeS8XylAF9hvhQg==",
+ "version": "0.2.7",
+ "resolved": "https://registry.npmjs.org/gatsby-graphiql-explorer/-/gatsby-graphiql-explorer-0.2.7.tgz",
+ "integrity": "sha512-an2SlIliUINXiE/6cdCMSJUD3Y5JOHOmqX7EG6hfcxv3Rsa/nRR7xDoc4oB5WIJMphFoxMnleBXdWVeQ+kSEgw==",
"requires": {
"@babel/runtime": "^7.0.0"
}
},
"gatsby-link": {
- "version": "2.2.6",
- "resolved": "https://registry.npmjs.org/gatsby-link/-/gatsby-link-2.2.6.tgz",
- "integrity": "sha512-FnQ4Z+a5KDmAIoipfGqtELZ/WPB0W67I/jo4ekOPwEu14t6N/VWdTS0mOdJoNCeElNvnJ7cNqlNnEopdU4vbKw==",
+ "version": "2.2.7",
+ "resolved": "https://registry.npmjs.org/gatsby-link/-/gatsby-link-2.2.7.tgz",
+ "integrity": "sha512-roFLJJIKE35Y7Weofft9e6GkP75t/JImRdu1eE0U4xbyVBpmp5CxRcTrC267oMoT0Ev2kAJep0MK+3KheEDGcA==",
"requires": {
"@babel/runtime": "^7.0.0",
"@types/reach__router": "^1.2.4",
- "prop-types": "^15.6.1"
+ "prop-types": "^15.7.2"
}
},
"gatsby-page-utils": {
- "version": "0.0.8",
- "resolved": "https://registry.npmjs.org/gatsby-page-utils/-/gatsby-page-utils-0.0.8.tgz",
- "integrity": "sha512-vwSVOP8TD1sRpd2Q2YTsH2usy9+Swn7x4praaame+H/nbCO4/4cfCGqP55gQdNGvielFnqYosxpt63yU48SGow==",
+ "version": "0.0.9",
+ "resolved": "https://registry.npmjs.org/gatsby-page-utils/-/gatsby-page-utils-0.0.9.tgz",
+ "integrity": "sha512-hKdKh4Sc9vho+4eCH33ewrXr045++CWbBXMQESRhB+deMwooPltqAOuP4dthctyNrR/TxN0jSY6nBA2gXeEBKQ==",
"requires": {
"@babel/runtime": "^7.0.0",
"bluebird": "^3.5.5",
- "chokidar": "2.1.6",
+ "chokidar": "2.1.8",
"fs-exists-cached": "^1.0.0",
- "glob": "^7.1.1",
- "lodash": "^4.17.14",
+ "glob": "^7.1.4",
+ "lodash": "^4.17.15",
"micromatch": "^3.1.10",
"slash": "^1.0.0"
}
},
"gatsby-plugin-page-creator": {
- "version": "2.1.8",
- "resolved": "https://registry.npmjs.org/gatsby-plugin-page-creator/-/gatsby-plugin-page-creator-2.1.8.tgz",
- "integrity": "sha512-InCp/L3e4Hb6uDMycPX0Pu+XO5ftkqBHHmSY0DhmYP1VnJI3YmY5z8jfRIC4CSLNGT5z4R4fHoVF2pmQnHFiWA==",
+ "version": "2.1.9",
+ "resolved": "https://registry.npmjs.org/gatsby-plugin-page-creator/-/gatsby-plugin-page-creator-2.1.9.tgz",
+ "integrity": "sha512-vd49f5iIDe80VENjMBkO4b/h+SOOUkiTIicAdYoW3dLa4pOCMfzoLz4aZJyszCUuM4bbXOHGbtG1V7lGtJyojQ==",
"requires": {
"@babel/runtime": "^7.0.0",
"bluebird": "^3.5.5",
"fs-exists-cached": "^1.0.0",
- "gatsby-page-utils": "^0.0.8",
- "glob": "^7.1.1",
- "lodash": "^4.17.14",
+ "gatsby-page-utils": "^0.0.9",
+ "glob": "^7.1.4",
+ "lodash": "^4.17.15",
"micromatch": "^3.1.10"
}
},
"gatsby-react-router-scroll": {
- "version": "2.1.4",
- "resolved": "https://registry.npmjs.org/gatsby-react-router-scroll/-/gatsby-react-router-scroll-2.1.4.tgz",
- "integrity": "sha512-p9HQ2GrIVmKL3UAk7jqKzOXaigj6tu1xQPAGguO+5+i5ZfD245TQq1UAj1bZr0dJ1DJqRLbTooxPiL7+K05pVg==",
+ "version": "2.1.5",
+ "resolved": "https://registry.npmjs.org/gatsby-react-router-scroll/-/gatsby-react-router-scroll-2.1.5.tgz",
+ "integrity": "sha512-OSjj7tBi2rgMB2h90StAi/4iP/xpNNX42hhYCv1v8+4MX3/b45v3Qp28CW+N6FpQTzDHNHTUburNrlY0nBByaA==",
"requires": {
"@babel/runtime": "^7.0.0",
- "scroll-behavior": "^0.9.9",
+ "scroll-behavior": "^0.9.10",
"warning": "^3.0.0"
}
},
"gatsby-telemetry": {
- "version": "1.1.16",
- "resolved": "https://registry.npmjs.org/gatsby-telemetry/-/gatsby-telemetry-1.1.16.tgz",
- "integrity": "sha512-tOMKRgi19odXJEl0FAnv5xA/P+ysU1oLFhb2uYb1T2nVnTsD+4L7Ffk3r+EmTz0fN8KZmcrVJq2Lh6XU1zCRGg==",
+ "version": "1.1.17",
+ "resolved": "https://registry.npmjs.org/gatsby-telemetry/-/gatsby-telemetry-1.1.17.tgz",
+ "integrity": "sha512-EkmkVVh9c9RDdiYOK0NlM/HbYuPTyqZv5Lsd4KdNMGcxzeQSmx8eglRuJxqOLWbAyeVG4vMkZVVZRz6oANwInA==",
"requires": {
"@babel/code-frame": "^7.0.0",
"@babel/runtime": "^7.0.0",
@@ -6034,13 +6024,13 @@
"fs-extra": "^7.0.1",
"git-up": "4.0.1",
"is-docker": "1.1.0",
- "lodash": "^4.17.14",
- "node-fetch": "2.3.0",
+ "lodash": "^4.17.15",
+ "node-fetch": "2.6.0",
"resolve-cwd": "^2.0.0",
- "source-map": "^0.5.7",
+ "source-map": "^0.7.3",
"stack-trace": "^0.0.10",
"stack-utils": "1.0.2",
- "uuid": "3.3.2"
+ "uuid": "3.3.3"
},
"dependencies": {
"configstore": {
@@ -6075,19 +6065,19 @@
}
},
"node-fetch": {
- "version": "2.3.0",
- "resolved": "https://registry.npmjs.org/node-fetch/-/node-fetch-2.3.0.tgz",
- "integrity": "sha512-MOd8pV3fxENbryESLgVIeaGKrdl+uaYhCSSVkjeOb/31/njTpcis5aWfdqgNlHIrKOLRbMnfPINPOML2CIFeXA=="
+ "version": "2.6.0",
+ "resolved": "https://registry.npmjs.org/node-fetch/-/node-fetch-2.6.0.tgz",
+ "integrity": "sha512-8dG4H5ujfvFiqDmVu9fQ5bOHUC15JMjMY/Zumv26oOvvVJjM67KF8koCWIabKQ1GJIa9r2mMZscBq/TbdOcmNA=="
},
"pify": {
"version": "3.0.0",
"resolved": "https://registry.npmjs.org/pify/-/pify-3.0.0.tgz",
"integrity": "sha1-5aSs0sEB/fPZpNB/DbxNtJ3SgXY="
},
- "uuid": {
- "version": "3.3.2",
- "resolved": "https://registry.npmjs.org/uuid/-/uuid-3.3.2.tgz",
- "integrity": "sha512-yXJmeNaw3DnnKAOKJE51sL/ZaYfWJRl1pK9dr19YFCu0ObS231AB1/LbqTKRAQ5kw8A90rA6fr4riOUpTZvQZA=="
+ "source-map": {
+ "version": "0.7.3",
+ "resolved": "https://registry.npmjs.org/source-map/-/source-map-0.7.3.tgz",
+ "integrity": "sha512-CkCj6giN3S+n9qrYiBTX5gystlENnRW5jZeNLHpe6aue+SrHcG5VYwujhW9s4dY31mEGsxBDrHR6oI69fTXsaQ=="
}
}
},
@@ -6263,9 +6253,9 @@
"integrity": "sha512-IItsdsea19BoLC7ELy13q1iJFNmd7ofZH5+X/pJr90/nRoPEX0DJo1dHDbgtYWOhJhcCgMDTOw84RZ72q6lB+Q=="
},
"graphql": {
- "version": "14.4.2",
- "resolved": "https://registry.npmjs.org/graphql/-/graphql-14.4.2.tgz",
- "integrity": "sha512-6uQadiRgnpnSS56hdZUSvFrVcQ6OF9y6wkxJfKquFtHlnl7+KSuWwSJsdwiK1vybm1HgcdbpGkCpvhvsVQ0UZQ==",
+ "version": "14.5.0",
+ "resolved": "https://registry.npmjs.org/graphql/-/graphql-14.5.0.tgz",
+ "integrity": "sha512-wnGcTD181L2xPnIwHHjx/moV4ulxA2Kms9zcUY+B/SIrK+2N+iOC6WNgnR2zVTmg1Z8P+CZq5KXibTnatg3WUw==",
"requires": {
"iterall": "^1.2.2"
}
@@ -6726,6 +6716,11 @@
"resolved": "https://registry.npmjs.org/indexof/-/indexof-0.0.1.tgz",
"integrity": "sha1-gtwzbSMrkGIXnQWrMpOmYFn9Q10="
},
+ "infer-owner": {
+ "version": "1.0.4",
+ "resolved": "https://registry.npmjs.org/infer-owner/-/infer-owner-1.0.4.tgz",
+ "integrity": "sha512-IClj+Xz94+d7irH5qRyfJonOdfTzuDaifE6ZPWfx0N0+/ATZCbuTPq2prFl526urkQd90WyUKIh1DfBQ2hMz9A=="
+ },
"inflight": {
"version": "1.0.6",
"resolved": "https://registry.npmjs.org/inflight/-/inflight-1.0.6.tgz",
@@ -7836,6 +7831,11 @@
}
}
},
+ "mamacro": {
+ "version": "0.0.3",
+ "resolved": "https://registry.npmjs.org/mamacro/-/mamacro-0.0.3.tgz",
+ "integrity": "sha512-qMEwh+UujcQ+kbz3T6V+wAmO2U8veoq2w+3wY8MquqwVA3jChfwY+Tk52GZKDfACEPjuZ7r2oJLejwpt8jtwTA=="
+ },
"map-age-cleaner": {
"version": "0.1.3",
"resolved": "https://registry.npmjs.org/map-age-cleaner/-/map-age-cleaner-0.1.3.tgz",
@@ -8006,15 +8006,36 @@
}
},
"mini-css-extract-plugin": {
- "version": "0.4.5",
- "resolved": "https://registry.npmjs.org/mini-css-extract-plugin/-/mini-css-extract-plugin-0.4.5.tgz",
- "integrity": "sha512-dqBanNfktnp2hwL2YguV9Jh91PFX7gu7nRLs4TGsbAfAG6WOtlynFRYzwDwmmeSb5uIwHo9nx1ta0f7vAZVp2w==",
+ "version": "0.8.0",
+ "resolved": "https://registry.npmjs.org/mini-css-extract-plugin/-/mini-css-extract-plugin-0.8.0.tgz",
+ "integrity": "sha512-MNpRGbNA52q6U92i0qbVpQNsgk7LExy41MdAlG84FeytfDOtRIf/mCHdEgG8rpTKOaNKiqUnZdlptF469hxqOw==",
"requires": {
"loader-utils": "^1.1.0",
+ "normalize-url": "1.9.1",
"schema-utils": "^1.0.0",
"webpack-sources": "^1.1.0"
},
"dependencies": {
+ "normalize-url": {
+ "version": "1.9.1",
+ "resolved": "https://registry.npmjs.org/normalize-url/-/normalize-url-1.9.1.tgz",
+ "integrity": "sha1-LMDWazHqIwNkWENuNiDYWVTGbDw=",
+ "requires": {
+ "object-assign": "^4.0.1",
+ "prepend-http": "^1.0.0",
+ "query-string": "^4.1.0",
+ "sort-keys": "^1.0.0"
+ }
+ },
+ "query-string": {
+ "version": "4.3.4",
+ "resolved": "https://registry.npmjs.org/query-string/-/query-string-4.3.4.tgz",
+ "integrity": "sha1-u7aTucqRXCMlFbIosaArYJBD2+s=",
+ "requires": {
+ "object-assign": "^4.1.0",
+ "strict-uri-encode": "^1.0.0"
+ }
+ },
"schema-utils": {
"version": "1.0.0",
"resolved": "https://registry.npmjs.org/schema-utils/-/schema-utils-1.0.0.tgz",
@@ -8024,6 +8045,14 @@
"ajv-errors": "^1.0.0",
"ajv-keywords": "^3.1.0"
}
+ },
+ "sort-keys": {
+ "version": "1.1.2",
+ "resolved": "https://registry.npmjs.org/sort-keys/-/sort-keys-1.1.2.tgz",
+ "integrity": "sha1-RBttTTRnmPG05J6JIK37oOVD+a0=",
+ "requires": {
+ "is-plain-obj": "^1.0.0"
+ }
}
}
},
@@ -11464,12 +11493,24 @@
"integrity": "sha1-PFMZQukIwml8DsNEhYwobHygpgo="
},
"style-loader": {
- "version": "0.21.0",
- "resolved": "https://registry.npmjs.org/style-loader/-/style-loader-0.21.0.tgz",
- "integrity": "sha512-T+UNsAcl3Yg+BsPKs1vd22Fr8sVT+CJMtzqc6LEw9bbJZb43lm9GoeIfUcDEefBSWC0BhYbcdupV1GtI4DGzxg==",
+ "version": "0.23.1",
+ "resolved": "https://registry.npmjs.org/style-loader/-/style-loader-0.23.1.tgz",
+ "integrity": "sha512-XK+uv9kWwhZMZ1y7mysB+zoihsEj4wneFWAS5qoiLwzW0WzSqMrrsIy+a3zkQJq0ipFtBpX5W3MqyRIBF/WFGg==",
"requires": {
"loader-utils": "^1.1.0",
- "schema-utils": "^0.4.5"
+ "schema-utils": "^1.0.0"
+ },
+ "dependencies": {
+ "schema-utils": {
+ "version": "1.0.0",
+ "resolved": "https://registry.npmjs.org/schema-utils/-/schema-utils-1.0.0.tgz",
+ "integrity": "sha512-i27Mic4KovM/lnGsy8whRCHhc7VicJajAjTrYg11K9zfZXnYIt4k5F+kZkwjnrhKzLic/HLU4j11mjsz2G/75g==",
+ "requires": {
+ "ajv": "^6.1.0",
+ "ajv-errors": "^1.0.0",
+ "ajv-keywords": "^3.1.0"
+ }
+ }
}
},
"stylehacks": {
@@ -11619,13 +11660,13 @@
}
},
"terser": {
- "version": "3.17.0",
- "resolved": "https://registry.npmjs.org/terser/-/terser-3.17.0.tgz",
- "integrity": "sha512-/FQzzPJmCpjAH9Xvk2paiWrFq+5M6aVOf+2KRbwhByISDX/EujxsK+BAvrhb6H+2rtrLCHK9N01wO014vrIwVQ==",
+ "version": "4.2.0",
+ "resolved": "https://registry.npmjs.org/terser/-/terser-4.2.0.tgz",
+ "integrity": "sha512-6lPt7lZdZ/13icQJp8XasFOwZjFJkxFFIb/N1fhYEQNoNI3Ilo3KABZ9OocZvZoB39r6SiIk/0+v/bt8nZoSeA==",
"requires": {
- "commander": "^2.19.0",
+ "commander": "^2.20.0",
"source-map": "~0.6.1",
- "source-map-support": "~0.5.10"
+ "source-map-support": "~0.5.12"
},
"dependencies": {
"source-map": {
@@ -11636,18 +11677,18 @@
}
},
"terser-webpack-plugin": {
- "version": "1.2.4",
- "resolved": "https://registry.npmjs.org/terser-webpack-plugin/-/terser-webpack-plugin-1.2.4.tgz",
- "integrity": "sha512-64IiILNQlACWZLzFlpzNaG0bpQ4ytaB7fwOsbpsdIV70AfLUmIGGeuKL0YV2WmtcrURjE2aOvHD4/lrFV3Rg+Q==",
+ "version": "1.4.1",
+ "resolved": "https://registry.npmjs.org/terser-webpack-plugin/-/terser-webpack-plugin-1.4.1.tgz",
+ "integrity": "sha512-ZXmmfiwtCLfz8WKZyYUuuHf3dMYEjg8NrjHMb0JqHVHVOSkzp3cW2/XG1fP3tRhqEqSzMwzzRQGtAPbs4Cncxg==",
"requires": {
- "cacache": "^11.3.2",
- "find-cache-dir": "^2.0.0",
+ "cacache": "^12.0.2",
+ "find-cache-dir": "^2.1.0",
"is-wsl": "^1.1.0",
"schema-utils": "^1.0.0",
"serialize-javascript": "^1.7.0",
"source-map": "^0.6.1",
- "terser": "^3.17.0",
- "webpack-sources": "^1.3.0",
+ "terser": "^4.1.2",
+ "webpack-sources": "^1.4.0",
"worker-farm": "^1.7.0"
},
"dependencies": {
@@ -12218,40 +12259,44 @@
}
},
"webpack": {
- "version": "4.28.4",
- "resolved": "https://registry.npmjs.org/webpack/-/webpack-4.28.4.tgz",
- "integrity": "sha512-NxjD61WsK/a3JIdwWjtIpimmvE6UrRi3yG54/74Hk9rwNj5FPkA4DJCf1z4ByDWLkvZhTZE+P3C/eh6UD5lDcw==",
- "requires": {
- "@webassemblyjs/ast": "1.7.11",
- "@webassemblyjs/helper-module-context": "1.7.11",
- "@webassemblyjs/wasm-edit": "1.7.11",
- "@webassemblyjs/wasm-parser": "1.7.11",
- "acorn": "^5.6.2",
- "acorn-dynamic-import": "^3.0.0",
- "ajv": "^6.1.0",
- "ajv-keywords": "^3.1.0",
- "chrome-trace-event": "^1.0.0",
+ "version": "4.39.2",
+ "resolved": "https://registry.npmjs.org/webpack/-/webpack-4.39.2.tgz",
+ "integrity": "sha512-AKgTfz3xPSsEibH00JfZ9sHXGUwIQ6eZ9tLN8+VLzachk1Cw2LVmy+4R7ZiwTa9cZZ15tzySjeMui/UnSCAZhA==",
+ "requires": {
+ "@webassemblyjs/ast": "1.8.5",
+ "@webassemblyjs/helper-module-context": "1.8.5",
+ "@webassemblyjs/wasm-edit": "1.8.5",
+ "@webassemblyjs/wasm-parser": "1.8.5",
+ "acorn": "^6.2.1",
+ "ajv": "^6.10.2",
+ "ajv-keywords": "^3.4.1",
+ "chrome-trace-event": "^1.0.2",
"enhanced-resolve": "^4.1.0",
- "eslint-scope": "^4.0.0",
+ "eslint-scope": "^4.0.3",
"json-parse-better-errors": "^1.0.2",
- "loader-runner": "^2.3.0",
- "loader-utils": "^1.1.0",
- "memory-fs": "~0.4.1",
- "micromatch": "^3.1.8",
- "mkdirp": "~0.5.0",
- "neo-async": "^2.5.0",
- "node-libs-browser": "^2.0.0",
- "schema-utils": "^0.4.4",
- "tapable": "^1.1.0",
- "terser-webpack-plugin": "^1.1.0",
- "watchpack": "^1.5.0",
- "webpack-sources": "^1.3.0"
+ "loader-runner": "^2.4.0",
+ "loader-utils": "^1.2.3",
+ "memory-fs": "^0.4.1",
+ "micromatch": "^3.1.10",
+ "mkdirp": "^0.5.1",
+ "neo-async": "^2.6.1",
+ "node-libs-browser": "^2.2.1",
+ "schema-utils": "^1.0.0",
+ "tapable": "^1.1.3",
+ "terser-webpack-plugin": "^1.4.1",
+ "watchpack": "^1.6.0",
+ "webpack-sources": "^1.4.1"
},
"dependencies": {
- "acorn": {
- "version": "5.7.3",
- "resolved": "https://registry.npmjs.org/acorn/-/acorn-5.7.3.tgz",
- "integrity": "sha512-T/zvzYRfbVojPWahDsE5evJdHb3oJoQfFbsrKM7w5Zcs++Tr257tia3BmMP8XYVjp1S9RZXQMh7gao96BlqZOw=="
+ "schema-utils": {
+ "version": "1.0.0",
+ "resolved": "https://registry.npmjs.org/schema-utils/-/schema-utils-1.0.0.tgz",
+ "integrity": "sha512-i27Mic4KovM/lnGsy8whRCHhc7VicJajAjTrYg11K9zfZXnYIt4k5F+kZkwjnrhKzLic/HLU4j11mjsz2G/75g==",
+ "requires": {
+ "ajv": "^6.1.0",
+ "ajv-errors": "^1.0.0",
+ "ajv-keywords": "^3.1.0"
+ }
}
}
},
@@ -12658,9 +12703,9 @@
}
},
"webpack-stats-plugin": {
- "version": "0.1.5",
- "resolved": "https://registry.npmjs.org/webpack-stats-plugin/-/webpack-stats-plugin-0.1.5.tgz",
- "integrity": "sha1-KeXxLr/VMVjTHWVqETrB97hhedk="
+ "version": "0.3.0",
+ "resolved": "https://registry.npmjs.org/webpack-stats-plugin/-/webpack-stats-plugin-0.3.0.tgz",
+ "integrity": "sha512-4a6mEl9HLtMukVjEPY8QPCSmtX2EDFJNhDTX5ZE2CLch2adKAZf53nUrpG6m7NattwigS0AodNcwNxlu9kMSDQ=="
},
"websocket-driver": {
"version": "0.7.3",
diff --git a/starters/hello-world/package.json b/starters/hello-world/package.json
index ef22f6f317400..8dfffd66ab20c 100644
--- a/starters/hello-world/package.json
+++ b/starters/hello-world/package.json
@@ -13,7 +13,7 @@
"test": "echo \"Write tests! -> https://gatsby.dev/unit-testing \""
},
"dependencies": {
- "gatsby": "^2.13.74",
+ "gatsby": "^2.13.77",
"react": "^16.9.0",
"react-dom": "^16.9.0"
},
diff --git a/themes/gatsby-starter-blog-theme-core/package-lock.json b/themes/gatsby-starter-blog-theme-core/package-lock.json
index b892b3d8a2ff3..59b463786a051 100644
--- a/themes/gatsby-starter-blog-theme-core/package-lock.json
+++ b/themes/gatsby-starter-blog-theme-core/package-lock.json
@@ -1507,157 +1507,161 @@
}
},
"@webassemblyjs/ast": {
- "version": "1.7.11",
- "resolved": "https://registry.npmjs.org/@webassemblyjs/ast/-/ast-1.7.11.tgz",
- "integrity": "sha512-ZEzy4vjvTzScC+SH8RBssQUawpaInUdMTYwYYLh54/s8TuT0gBLuyUnppKsVyZEi876VmmStKsUs28UxPgdvrA==",
+ "version": "1.8.5",
+ "resolved": "https://registry.npmjs.org/@webassemblyjs/ast/-/ast-1.8.5.tgz",
+ "integrity": "sha512-aJMfngIZ65+t71C3y2nBBg5FFG0Okt9m0XEgWZ7Ywgn1oMAT8cNwx00Uv1cQyHtidq0Xn94R4TAywO+LCQ+ZAQ==",
"requires": {
- "@webassemblyjs/helper-module-context": "1.7.11",
- "@webassemblyjs/helper-wasm-bytecode": "1.7.11",
- "@webassemblyjs/wast-parser": "1.7.11"
+ "@webassemblyjs/helper-module-context": "1.8.5",
+ "@webassemblyjs/helper-wasm-bytecode": "1.8.5",
+ "@webassemblyjs/wast-parser": "1.8.5"
}
},
"@webassemblyjs/floating-point-hex-parser": {
- "version": "1.7.11",
- "resolved": "https://registry.npmjs.org/@webassemblyjs/floating-point-hex-parser/-/floating-point-hex-parser-1.7.11.tgz",
- "integrity": "sha512-zY8dSNyYcgzNRNT666/zOoAyImshm3ycKdoLsyDw/Bwo6+/uktb7p4xyApuef1dwEBo/U/SYQzbGBvV+nru2Xg=="
+ "version": "1.8.5",
+ "resolved": "https://registry.npmjs.org/@webassemblyjs/floating-point-hex-parser/-/floating-point-hex-parser-1.8.5.tgz",
+ "integrity": "sha512-9p+79WHru1oqBh9ewP9zW95E3XAo+90oth7S5Re3eQnECGq59ly1Ri5tsIipKGpiStHsUYmY3zMLqtk3gTcOtQ=="
},
"@webassemblyjs/helper-api-error": {
- "version": "1.7.11",
- "resolved": "https://registry.npmjs.org/@webassemblyjs/helper-api-error/-/helper-api-error-1.7.11.tgz",
- "integrity": "sha512-7r1qXLmiglC+wPNkGuXCvkmalyEstKVwcueZRP2GNC2PAvxbLYwLLPr14rcdJaE4UtHxQKfFkuDFuv91ipqvXg=="
+ "version": "1.8.5",
+ "resolved": "https://registry.npmjs.org/@webassemblyjs/helper-api-error/-/helper-api-error-1.8.5.tgz",
+ "integrity": "sha512-Za/tnzsvnqdaSPOUXHyKJ2XI7PDX64kWtURyGiJJZKVEdFOsdKUCPTNEVFZq3zJ2R0G5wc2PZ5gvdTRFgm81zA=="
},
"@webassemblyjs/helper-buffer": {
- "version": "1.7.11",
- "resolved": "https://registry.npmjs.org/@webassemblyjs/helper-buffer/-/helper-buffer-1.7.11.tgz",
- "integrity": "sha512-MynuervdylPPh3ix+mKZloTcL06P8tenNH3sx6s0qE8SLR6DdwnfgA7Hc9NSYeob2jrW5Vql6GVlsQzKQCa13w=="
+ "version": "1.8.5",
+ "resolved": "https://registry.npmjs.org/@webassemblyjs/helper-buffer/-/helper-buffer-1.8.5.tgz",
+ "integrity": "sha512-Ri2R8nOS0U6G49Q86goFIPNgjyl6+oE1abW1pS84BuhP1Qcr5JqMwRFT3Ah3ADDDYGEgGs1iyb1DGX+kAi/c/Q=="
},
"@webassemblyjs/helper-code-frame": {
- "version": "1.7.11",
- "resolved": "https://registry.npmjs.org/@webassemblyjs/helper-code-frame/-/helper-code-frame-1.7.11.tgz",
- "integrity": "sha512-T8ESC9KMXFTXA5urJcyor5cn6qWeZ4/zLPyWeEXZ03hj/x9weSokGNkVCdnhSabKGYWxElSdgJ+sFa9G/RdHNw==",
+ "version": "1.8.5",
+ "resolved": "https://registry.npmjs.org/@webassemblyjs/helper-code-frame/-/helper-code-frame-1.8.5.tgz",
+ "integrity": "sha512-VQAadSubZIhNpH46IR3yWO4kZZjMxN1opDrzePLdVKAZ+DFjkGD/rf4v1jap744uPVU6yjL/smZbRIIJTOUnKQ==",
"requires": {
- "@webassemblyjs/wast-printer": "1.7.11"
+ "@webassemblyjs/wast-printer": "1.8.5"
}
},
"@webassemblyjs/helper-fsm": {
- "version": "1.7.11",
- "resolved": "https://registry.npmjs.org/@webassemblyjs/helper-fsm/-/helper-fsm-1.7.11.tgz",
- "integrity": "sha512-nsAQWNP1+8Z6tkzdYlXT0kxfa2Z1tRTARd8wYnc/e3Zv3VydVVnaeePgqUzFrpkGUyhUUxOl5ML7f1NuT+gC0A=="
+ "version": "1.8.5",
+ "resolved": "https://registry.npmjs.org/@webassemblyjs/helper-fsm/-/helper-fsm-1.8.5.tgz",
+ "integrity": "sha512-kRuX/saORcg8se/ft6Q2UbRpZwP4y7YrWsLXPbbmtepKr22i8Z4O3V5QE9DbZK908dh5Xya4Un57SDIKwB9eow=="
},
"@webassemblyjs/helper-module-context": {
- "version": "1.7.11",
- "resolved": "https://registry.npmjs.org/@webassemblyjs/helper-module-context/-/helper-module-context-1.7.11.tgz",
- "integrity": "sha512-JxfD5DX8Ygq4PvXDucq0M+sbUFA7BJAv/GGl9ITovqE+idGX+J3QSzJYz+LwQmL7fC3Rs+utvWoJxDb6pmC0qg=="
+ "version": "1.8.5",
+ "resolved": "https://registry.npmjs.org/@webassemblyjs/helper-module-context/-/helper-module-context-1.8.5.tgz",
+ "integrity": "sha512-/O1B236mN7UNEU4t9X7Pj38i4VoU8CcMHyy3l2cV/kIF4U5KoHXDVqcDuOs1ltkac90IM4vZdHc52t1x8Yfs3g==",
+ "requires": {
+ "@webassemblyjs/ast": "1.8.5",
+ "mamacro": "^0.0.3"
+ }
},
"@webassemblyjs/helper-wasm-bytecode": {
- "version": "1.7.11",
- "resolved": "https://registry.npmjs.org/@webassemblyjs/helper-wasm-bytecode/-/helper-wasm-bytecode-1.7.11.tgz",
- "integrity": "sha512-cMXeVS9rhoXsI9LLL4tJxBgVD/KMOKXuFqYb5oCJ/opScWpkCMEz9EJtkonaNcnLv2R3K5jIeS4TRj/drde1JQ=="
+ "version": "1.8.5",
+ "resolved": "https://registry.npmjs.org/@webassemblyjs/helper-wasm-bytecode/-/helper-wasm-bytecode-1.8.5.tgz",
+ "integrity": "sha512-Cu4YMYG3Ddl72CbmpjU/wbP6SACcOPVbHN1dI4VJNJVgFwaKf1ppeFJrwydOG3NDHxVGuCfPlLZNyEdIYlQ6QQ=="
},
"@webassemblyjs/helper-wasm-section": {
- "version": "1.7.11",
- "resolved": "https://registry.npmjs.org/@webassemblyjs/helper-wasm-section/-/helper-wasm-section-1.7.11.tgz",
- "integrity": "sha512-8ZRY5iZbZdtNFE5UFunB8mmBEAbSI3guwbrsCl4fWdfRiAcvqQpeqd5KHhSWLL5wuxo53zcaGZDBU64qgn4I4Q==",
+ "version": "1.8.5",
+ "resolved": "https://registry.npmjs.org/@webassemblyjs/helper-wasm-section/-/helper-wasm-section-1.8.5.tgz",
+ "integrity": "sha512-VV083zwR+VTrIWWtgIUpqfvVdK4ff38loRmrdDBgBT8ADXYsEZ5mPQ4Nde90N3UYatHdYoDIFb7oHzMncI02tA==",
"requires": {
- "@webassemblyjs/ast": "1.7.11",
- "@webassemblyjs/helper-buffer": "1.7.11",
- "@webassemblyjs/helper-wasm-bytecode": "1.7.11",
- "@webassemblyjs/wasm-gen": "1.7.11"
+ "@webassemblyjs/ast": "1.8.5",
+ "@webassemblyjs/helper-buffer": "1.8.5",
+ "@webassemblyjs/helper-wasm-bytecode": "1.8.5",
+ "@webassemblyjs/wasm-gen": "1.8.5"
}
},
"@webassemblyjs/ieee754": {
- "version": "1.7.11",
- "resolved": "https://registry.npmjs.org/@webassemblyjs/ieee754/-/ieee754-1.7.11.tgz",
- "integrity": "sha512-Mmqx/cS68K1tSrvRLtaV/Lp3NZWzXtOHUW2IvDvl2sihAwJh4ACE0eL6A8FvMyDG9abes3saB6dMimLOs+HMoQ==",
+ "version": "1.8.5",
+ "resolved": "https://registry.npmjs.org/@webassemblyjs/ieee754/-/ieee754-1.8.5.tgz",
+ "integrity": "sha512-aaCvQYrvKbY/n6wKHb/ylAJr27GglahUO89CcGXMItrOBqRarUMxWLJgxm9PJNuKULwN5n1csT9bYoMeZOGF3g==",
"requires": {
"@xtuc/ieee754": "^1.2.0"
}
},
"@webassemblyjs/leb128": {
- "version": "1.7.11",
- "resolved": "https://registry.npmjs.org/@webassemblyjs/leb128/-/leb128-1.7.11.tgz",
- "integrity": "sha512-vuGmgZjjp3zjcerQg+JA+tGOncOnJLWVkt8Aze5eWQLwTQGNgVLcyOTqgSCxWTR4J42ijHbBxnuRaL1Rv7XMdw==",
+ "version": "1.8.5",
+ "resolved": "https://registry.npmjs.org/@webassemblyjs/leb128/-/leb128-1.8.5.tgz",
+ "integrity": "sha512-plYUuUwleLIziknvlP8VpTgO4kqNaH57Y3JnNa6DLpu/sGcP6hbVdfdX5aHAV716pQBKrfuU26BJK29qY37J7A==",
"requires": {
- "@xtuc/long": "4.2.1"
+ "@xtuc/long": "4.2.2"
}
},
"@webassemblyjs/utf8": {
- "version": "1.7.11",
- "resolved": "https://registry.npmjs.org/@webassemblyjs/utf8/-/utf8-1.7.11.tgz",
- "integrity": "sha512-C6GFkc7aErQIAH+BMrIdVSmW+6HSe20wg57HEC1uqJP8E/xpMjXqQUxkQw07MhNDSDcGpxI9G5JSNOQCqJk4sA=="
+ "version": "1.8.5",
+ "resolved": "https://registry.npmjs.org/@webassemblyjs/utf8/-/utf8-1.8.5.tgz",
+ "integrity": "sha512-U7zgftmQriw37tfD934UNInokz6yTmn29inT2cAetAsaU9YeVCveWEwhKL1Mg4yS7q//NGdzy79nlXh3bT8Kjw=="
},
"@webassemblyjs/wasm-edit": {
- "version": "1.7.11",
- "resolved": "https://registry.npmjs.org/@webassemblyjs/wasm-edit/-/wasm-edit-1.7.11.tgz",
- "integrity": "sha512-FUd97guNGsCZQgeTPKdgxJhBXkUbMTY6hFPf2Y4OedXd48H97J+sOY2Ltaq6WGVpIH8o/TGOVNiVz/SbpEMJGg==",
+ "version": "1.8.5",
+ "resolved": "https://registry.npmjs.org/@webassemblyjs/wasm-edit/-/wasm-edit-1.8.5.tgz",
+ "integrity": "sha512-A41EMy8MWw5yvqj7MQzkDjU29K7UJq1VrX2vWLzfpRHt3ISftOXqrtojn7nlPsZ9Ijhp5NwuODuycSvfAO/26Q==",
"requires": {
- "@webassemblyjs/ast": "1.7.11",
- "@webassemblyjs/helper-buffer": "1.7.11",
- "@webassemblyjs/helper-wasm-bytecode": "1.7.11",
- "@webassemblyjs/helper-wasm-section": "1.7.11",
- "@webassemblyjs/wasm-gen": "1.7.11",
- "@webassemblyjs/wasm-opt": "1.7.11",
- "@webassemblyjs/wasm-parser": "1.7.11",
- "@webassemblyjs/wast-printer": "1.7.11"
+ "@webassemblyjs/ast": "1.8.5",
+ "@webassemblyjs/helper-buffer": "1.8.5",
+ "@webassemblyjs/helper-wasm-bytecode": "1.8.5",
+ "@webassemblyjs/helper-wasm-section": "1.8.5",
+ "@webassemblyjs/wasm-gen": "1.8.5",
+ "@webassemblyjs/wasm-opt": "1.8.5",
+ "@webassemblyjs/wasm-parser": "1.8.5",
+ "@webassemblyjs/wast-printer": "1.8.5"
}
},
"@webassemblyjs/wasm-gen": {
- "version": "1.7.11",
- "resolved": "https://registry.npmjs.org/@webassemblyjs/wasm-gen/-/wasm-gen-1.7.11.tgz",
- "integrity": "sha512-U/KDYp7fgAZX5KPfq4NOupK/BmhDc5Kjy2GIqstMhvvdJRcER/kUsMThpWeRP8BMn4LXaKhSTggIJPOeYHwISA==",
+ "version": "1.8.5",
+ "resolved": "https://registry.npmjs.org/@webassemblyjs/wasm-gen/-/wasm-gen-1.8.5.tgz",
+ "integrity": "sha512-BCZBT0LURC0CXDzj5FXSc2FPTsxwp3nWcqXQdOZE4U7h7i8FqtFK5Egia6f9raQLpEKT1VL7zr4r3+QX6zArWg==",
"requires": {
- "@webassemblyjs/ast": "1.7.11",
- "@webassemblyjs/helper-wasm-bytecode": "1.7.11",
- "@webassemblyjs/ieee754": "1.7.11",
- "@webassemblyjs/leb128": "1.7.11",
- "@webassemblyjs/utf8": "1.7.11"
+ "@webassemblyjs/ast": "1.8.5",
+ "@webassemblyjs/helper-wasm-bytecode": "1.8.5",
+ "@webassemblyjs/ieee754": "1.8.5",
+ "@webassemblyjs/leb128": "1.8.5",
+ "@webassemblyjs/utf8": "1.8.5"
}
},
"@webassemblyjs/wasm-opt": {
- "version": "1.7.11",
- "resolved": "https://registry.npmjs.org/@webassemblyjs/wasm-opt/-/wasm-opt-1.7.11.tgz",
- "integrity": "sha512-XynkOwQyiRidh0GLua7SkeHvAPXQV/RxsUeERILmAInZegApOUAIJfRuPYe2F7RcjOC9tW3Cb9juPvAC/sCqvg==",
+ "version": "1.8.5",
+ "resolved": "https://registry.npmjs.org/@webassemblyjs/wasm-opt/-/wasm-opt-1.8.5.tgz",
+ "integrity": "sha512-HKo2mO/Uh9A6ojzu7cjslGaHaUU14LdLbGEKqTR7PBKwT6LdPtLLh9fPY33rmr5wcOMrsWDbbdCHq4hQUdd37Q==",
"requires": {
- "@webassemblyjs/ast": "1.7.11",
- "@webassemblyjs/helper-buffer": "1.7.11",
- "@webassemblyjs/wasm-gen": "1.7.11",
- "@webassemblyjs/wasm-parser": "1.7.11"
+ "@webassemblyjs/ast": "1.8.5",
+ "@webassemblyjs/helper-buffer": "1.8.5",
+ "@webassemblyjs/wasm-gen": "1.8.5",
+ "@webassemblyjs/wasm-parser": "1.8.5"
}
},
"@webassemblyjs/wasm-parser": {
- "version": "1.7.11",
- "resolved": "https://registry.npmjs.org/@webassemblyjs/wasm-parser/-/wasm-parser-1.7.11.tgz",
- "integrity": "sha512-6lmXRTrrZjYD8Ng8xRyvyXQJYUQKYSXhJqXOBLw24rdiXsHAOlvw5PhesjdcaMadU/pyPQOJ5dHreMjBxwnQKg==",
+ "version": "1.8.5",
+ "resolved": "https://registry.npmjs.org/@webassemblyjs/wasm-parser/-/wasm-parser-1.8.5.tgz",
+ "integrity": "sha512-pi0SYE9T6tfcMkthwcgCpL0cM9nRYr6/6fjgDtL6q/ZqKHdMWvxitRi5JcZ7RI4SNJJYnYNaWy5UUrHQy998lw==",
"requires": {
- "@webassemblyjs/ast": "1.7.11",
- "@webassemblyjs/helper-api-error": "1.7.11",
- "@webassemblyjs/helper-wasm-bytecode": "1.7.11",
- "@webassemblyjs/ieee754": "1.7.11",
- "@webassemblyjs/leb128": "1.7.11",
- "@webassemblyjs/utf8": "1.7.11"
+ "@webassemblyjs/ast": "1.8.5",
+ "@webassemblyjs/helper-api-error": "1.8.5",
+ "@webassemblyjs/helper-wasm-bytecode": "1.8.5",
+ "@webassemblyjs/ieee754": "1.8.5",
+ "@webassemblyjs/leb128": "1.8.5",
+ "@webassemblyjs/utf8": "1.8.5"
}
},
"@webassemblyjs/wast-parser": {
- "version": "1.7.11",
- "resolved": "https://registry.npmjs.org/@webassemblyjs/wast-parser/-/wast-parser-1.7.11.tgz",
- "integrity": "sha512-lEyVCg2np15tS+dm7+JJTNhNWq9yTZvi3qEhAIIOaofcYlUp0UR5/tVqOwa/gXYr3gjwSZqw+/lS9dscyLelbQ==",
+ "version": "1.8.5",
+ "resolved": "https://registry.npmjs.org/@webassemblyjs/wast-parser/-/wast-parser-1.8.5.tgz",
+ "integrity": "sha512-daXC1FyKWHF1i11obK086QRlsMsY4+tIOKgBqI1lxAnkp9xe9YMcgOxm9kLe+ttjs5aWV2KKE1TWJCN57/Btsg==",
"requires": {
- "@webassemblyjs/ast": "1.7.11",
- "@webassemblyjs/floating-point-hex-parser": "1.7.11",
- "@webassemblyjs/helper-api-error": "1.7.11",
- "@webassemblyjs/helper-code-frame": "1.7.11",
- "@webassemblyjs/helper-fsm": "1.7.11",
- "@xtuc/long": "4.2.1"
+ "@webassemblyjs/ast": "1.8.5",
+ "@webassemblyjs/floating-point-hex-parser": "1.8.5",
+ "@webassemblyjs/helper-api-error": "1.8.5",
+ "@webassemblyjs/helper-code-frame": "1.8.5",
+ "@webassemblyjs/helper-fsm": "1.8.5",
+ "@xtuc/long": "4.2.2"
}
},
"@webassemblyjs/wast-printer": {
- "version": "1.7.11",
- "resolved": "https://registry.npmjs.org/@webassemblyjs/wast-printer/-/wast-printer-1.7.11.tgz",
- "integrity": "sha512-m5vkAsuJ32QpkdkDOUPGSltrg8Cuk3KBx4YrmAGQwCZPRdUHXxG4phIOuuycLemHFr74sWL9Wthqss4fzdzSwg==",
+ "version": "1.8.5",
+ "resolved": "https://registry.npmjs.org/@webassemblyjs/wast-printer/-/wast-printer-1.8.5.tgz",
+ "integrity": "sha512-w0U0pD4EhlnvRyeJzBqaVSJAo9w/ce7/WPogeXLzGkO6hzhr4GnQIZ4W4uUt5b9ooAaXPtnXlj0gzsXEOUNYMg==",
"requires": {
- "@webassemblyjs/ast": "1.7.11",
- "@webassemblyjs/wast-parser": "1.7.11",
- "@xtuc/long": "4.2.1"
+ "@webassemblyjs/ast": "1.8.5",
+ "@webassemblyjs/wast-parser": "1.8.5",
+ "@xtuc/long": "4.2.2"
}
},
"@xtuc/ieee754": {
@@ -1666,9 +1670,9 @@
"integrity": "sha512-DX8nKgqcGwsc0eJSqYt5lwP4DH5FlHnmuWWBRy7X0NcaGR0ZtuyeESgMwTYVEtxmsNGY+qit4QYT/MIYTOTPeA=="
},
"@xtuc/long": {
- "version": "4.2.1",
- "resolved": "https://registry.npmjs.org/@xtuc/long/-/long-4.2.1.tgz",
- "integrity": "sha512-FZdkNBDqBRHKQ2MEbSC17xnPFOhZxeJ2YGSfr2BKf3sujG49Qe3bB+rGCwQfIaA7WHnGeGkSijX4FuBCdrzW/g=="
+ "version": "4.2.2",
+ "resolved": "https://registry.npmjs.org/@xtuc/long/-/long-4.2.2.tgz",
+ "integrity": "sha512-NuHqBY1PB/D8xU6s/thBgOAiAP7HOYDQ32+BFZILJ8ivkUkAHQnWfn6WhL79Owj1qmUnoN/YPhktdIoucipkAQ=="
},
"accepts": {
"version": "1.3.7",
@@ -1684,30 +1688,15 @@
"resolved": "https://registry.npmjs.org/acorn/-/acorn-6.3.0.tgz",
"integrity": "sha512-/czfa8BwS88b9gWQVhc8eknunSA2DoJpJyTQkhheIf5E48u1N0R4q/YxxsAeqRrmK9TQ/uYfgLDfZo91UlANIA=="
},
- "acorn-dynamic-import": {
- "version": "3.0.0",
- "resolved": "https://registry.npmjs.org/acorn-dynamic-import/-/acorn-dynamic-import-3.0.0.tgz",
- "integrity": "sha512-zVWV8Z8lislJoOKKqdNMOB+s6+XV5WERty8MnKBeFgwA+19XJjJHs2RP5dzM57FftIs+jQnRToLiWazKr6sSWg==",
- "requires": {
- "acorn": "^5.0.0"
- },
- "dependencies": {
- "acorn": {
- "version": "5.7.3",
- "resolved": "https://registry.npmjs.org/acorn/-/acorn-5.7.3.tgz",
- "integrity": "sha512-T/zvzYRfbVojPWahDsE5evJdHb3oJoQfFbsrKM7w5Zcs++Tr257tia3BmMP8XYVjp1S9RZXQMh7gao96BlqZOw=="
- }
- }
- },
"acorn-jsx": {
"version": "5.0.2",
"resolved": "https://registry.npmjs.org/acorn-jsx/-/acorn-jsx-5.0.2.tgz",
"integrity": "sha512-tiNTrP1MP0QrChmD2DdupCr6HWSFeKVw5d/dHTu4Y7rkAkRhU/Dt7dphAfIUyxtHpl/eBVip5uTNSpQJHylpAw=="
},
"address": {
- "version": "1.1.0",
- "resolved": "https://registry.npmjs.org/address/-/address-1.1.0.tgz",
- "integrity": "sha512-4diPfzWbLEIElVG4AnqP+00SULlPzNuyJFNnmMrLgyaxG6tZXJ1sn7mjBu4fHrJE+Yp/jgylOweJn2xsLMFggQ=="
+ "version": "1.1.1",
+ "resolved": "https://registry.npmjs.org/address/-/address-1.1.1.tgz",
+ "integrity": "sha512-srclZEseI6OB0MgWYWuYpr2F5fHMxh5lgWF72CeUFm5QgJyviPA64Q7PzJdBQkFCJibEycqsZ5b9L0l/J8SlyQ=="
},
"after": {
"version": "0.8.2",
@@ -2257,9 +2246,9 @@
}
},
"babel-plugin-remove-graphql-queries": {
- "version": "2.7.3",
- "resolved": "https://registry.npmjs.org/babel-plugin-remove-graphql-queries/-/babel-plugin-remove-graphql-queries-2.7.3.tgz",
- "integrity": "sha512-xuOzXil34XPhkIGE/1EmCyfPlMgX2sXBaNf3n+ico5pM3HNrKc8vHcng9CoK2jnSXEwoX5wASFfKZg1eNNdz1w=="
+ "version": "2.7.4",
+ "resolved": "https://registry.npmjs.org/babel-plugin-remove-graphql-queries/-/babel-plugin-remove-graphql-queries-2.7.4.tgz",
+ "integrity": "sha512-ZeyuATwk3jKo8IxApgSXSXfD2Pr4EbNvinsNSxs+/nefirUnHEi7KClW9lz2npczb85hIuJ5qzCSCU8RGBOttA=="
},
"babel-plugin-syntax-dynamic-import": {
"version": "6.18.0",
@@ -3033,15 +3022,16 @@
"integrity": "sha1-0ygVQE1olpn4Wk6k+odV3ROpYEg="
},
"cacache": {
- "version": "11.3.3",
- "resolved": "https://registry.npmjs.org/cacache/-/cacache-11.3.3.tgz",
- "integrity": "sha512-p8WcneCytvzPxhDvYp31PD039vi77I12W+/KfR9S8AZbaiARFBCpsPJS+9uhWfeBfeAtW7o/4vt3MUqLkbY6nA==",
+ "version": "12.0.3",
+ "resolved": "https://registry.npmjs.org/cacache/-/cacache-12.0.3.tgz",
+ "integrity": "sha512-kqdmfXEGFepesTuROHMs3MpFLWrPkSSpRqOw80RCflZXy/khxaArvFrQ7uJxSUduzAufc6G0g1VUCOZXxWavPw==",
"requires": {
"bluebird": "^3.5.5",
"chownr": "^1.1.1",
"figgy-pudding": "^3.5.1",
"glob": "^7.1.4",
"graceful-fs": "^4.1.15",
+ "infer-owner": "^1.0.3",
"lru-cache": "^5.1.1",
"mississippi": "^3.0.0",
"mkdirp": "^0.5.1",
@@ -6800,9 +6790,9 @@
"integrity": "sha1-GwqzvVU7Kg1jmdKcDj6gslIHgyc="
},
"gatsby": {
- "version": "2.13.74",
- "resolved": "https://registry.npmjs.org/gatsby/-/gatsby-2.13.74.tgz",
- "integrity": "sha512-BbbA3zNVbfHD1d4bmxmUHSMqjBsnEQCtdnvRhYBAxSp4gMyGQNysedmZ2SkhtLb2mfmM6f4WbFcsbXnCxmXwYw==",
+ "version": "2.13.77",
+ "resolved": "https://registry.npmjs.org/gatsby/-/gatsby-2.13.77.tgz",
+ "integrity": "sha512-VJyf9qtWMPFwGLpFDQdk3p9cvuWWxVmuY8Wq+h+n+WVhATva2pd9ZVEIlmdH/4SKqWSnP5KGNCISY5GGWMsVkQ==",
"requires": {
"@babel/code-frame": "^7.0.0",
"@babel/core": "^7.0.0",
@@ -6817,15 +6807,15 @@
"@reach/router": "^1.2.1",
"@typescript-eslint/eslint-plugin": "^1.13.0",
"@typescript-eslint/parser": "^1.13.0",
- "address": "1.1.0",
+ "address": "1.1.1",
"autoprefixer": "^9.6.1",
"axios": "^0.19.0",
"babel-core": "7.0.0-bridge.0",
"babel-eslint": "^10.0.2",
- "babel-loader": "^8.0.0",
+ "babel-loader": "^8.0.6",
"babel-plugin-add-module-exports": "^0.3.3",
"babel-plugin-dynamic-import-node": "^1.2.0",
- "babel-plugin-remove-graphql-queries": "^2.7.3",
+ "babel-plugin-remove-graphql-queries": "^2.7.4",
"babel-preset-gatsby": "^0.2.10",
"better-opn": "0.1.4",
"better-queue": "^3.8.10",
@@ -6834,7 +6824,7 @@
"cache-manager": "^2.10.0",
"cache-manager-fs-hash": "^0.0.7",
"chalk": "^2.4.2",
- "chokidar": "2.1.6",
+ "chokidar": "2.1.8",
"common-tags": "^1.8.0",
"compression": "^1.7.4",
"convert-hrtime": "^2.0.0",
@@ -6864,18 +6854,18 @@
"flat": "^4.1.0",
"fs-exists-cached": "1.0.0",
"fs-extra": "^5.0.0",
- "gatsby-cli": "^2.7.35",
+ "gatsby-cli": "^2.7.38",
"gatsby-core-utils": "^1.0.5",
- "gatsby-graphiql-explorer": "^0.2.5",
- "gatsby-link": "^2.2.6",
- "gatsby-plugin-page-creator": "^2.1.8",
- "gatsby-react-router-scroll": "^2.1.4",
- "gatsby-telemetry": "^1.1.16",
- "glob": "^7.1.1",
+ "gatsby-graphiql-explorer": "^0.2.7",
+ "gatsby-link": "^2.2.7",
+ "gatsby-plugin-page-creator": "^2.1.9",
+ "gatsby-react-router-scroll": "^2.1.5",
+ "gatsby-telemetry": "^1.1.17",
+ "glob": "^7.1.4",
"got": "8.3.2",
- "graphql": "^14.4.2",
+ "graphql": "^14.5.0",
"graphql-compose": "^6.3.5",
- "graphql-playground-middleware-express": "^1.7.10",
+ "graphql-playground-middleware-express": "^1.7.12",
"invariant": "^2.2.4",
"is-relative": "^1.0.0",
"is-relative-url": "^2.0.0",
@@ -6883,56 +6873,56 @@
"jest-worker": "^23.2.0",
"json-loader": "^0.5.7",
"json-stringify-safe": "^5.0.1",
- "lodash": "^4.17.14",
+ "lodash": "^4.17.15",
"lokijs": "^1.5.7",
"md5": "^2.2.1",
- "md5-file": "^3.1.1",
+ "md5-file": "^3.2.3",
"micromatch": "^3.1.10",
- "mime": "^2.2.0",
- "mini-css-extract-plugin": "^0.4.0",
- "mitt": "^1.1.2",
+ "mime": "^2.4.4",
+ "mini-css-extract-plugin": "^0.8.0",
+ "mitt": "^1.1.3",
"mkdirp": "^0.5.1",
- "moment": "^2.21.0",
+ "moment": "^2.24.0",
"name-all-modules-plugin": "^1.0.1",
"normalize-path": "^2.1.1",
"null-loader": "^0.1.1",
- "opentracing": "^0.14.3",
- "optimize-css-assets-webpack-plugin": "^5.0.1",
- "parseurl": "^1.3.2",
+ "opentracing": "^0.14.4",
+ "optimize-css-assets-webpack-plugin": "^5.0.3",
+ "parseurl": "^1.3.3",
"physical-cpu-count": "^2.0.0",
- "pnp-webpack-plugin": "^1.4.1",
- "postcss-flexbugs-fixes": "^3.0.0",
- "postcss-loader": "^2.1.3",
- "prop-types": "^15.6.1",
+ "pnp-webpack-plugin": "^1.5.0",
+ "postcss-flexbugs-fixes": "^3.3.1",
+ "postcss-loader": "^2.1.6",
+ "prop-types": "^15.7.2",
"raw-loader": "^0.5.1",
"react-dev-utils": "^4.2.3",
"react-error-overlay": "^3.0.0",
"react-hot-loader": "^4.12.11",
- "redux": "^4.0.0",
+ "redux": "^4.0.4",
"redux-thunk": "^2.3.0",
- "semver": "^5.6.0",
+ "semver": "^5.7.1",
"shallow-compare": "^1.2.2",
"sift": "^5.1.0",
"signal-exit": "^3.0.2",
"slash": "^1.0.0",
- "socket.io": "^2.0.3",
+ "socket.io": "^2.2.0",
"stack-trace": "^0.0.10",
- "string-similarity": "^1.2.0",
- "style-loader": "^0.21.0",
- "terser-webpack-plugin": "1.2.4",
+ "string-similarity": "^1.2.2",
+ "style-loader": "^0.23.1",
+ "terser-webpack-plugin": "1.4.1",
"true-case-path": "^2.2.1",
"type-of": "^2.0.1",
- "url-loader": "^1.0.1",
+ "url-loader": "^1.1.2",
"util.promisify": "^1.0.0",
- "uuid": "^3.1.0",
- "v8-compile-cache": "^1.1.0",
- "webpack": "~4.28.4",
- "webpack-dev-middleware": "^3.0.1",
- "webpack-dev-server": "^3.1.14",
- "webpack-hot-middleware": "^2.21.0",
- "webpack-merge": "^4.1.0",
- "webpack-stats-plugin": "^0.1.5",
- "xstate": "^4.3.2",
+ "uuid": "^3.3.3",
+ "v8-compile-cache": "^1.1.2",
+ "webpack": "~4.39.2",
+ "webpack-dev-middleware": "^3.7.0",
+ "webpack-dev-server": "^3.8.0",
+ "webpack-hot-middleware": "^2.25.0",
+ "webpack-merge": "^4.2.1",
+ "webpack-stats-plugin": "^0.3.0",
+ "xstate": "^4.6.7",
"yaml-loader": "^0.5.0"
},
"dependencies": {
@@ -6947,9 +6937,9 @@
"integrity": "sha512-L28STB170nwWS63UjtlEOE3dldQApaJXZkOI1uMFfzf3rRuPegHaHesyee+YxQ+W6SvRDQV6UrdOdRiR153wJg=="
},
"chokidar": {
- "version": "2.1.6",
- "resolved": "https://registry.npmjs.org/chokidar/-/chokidar-2.1.6.tgz",
- "integrity": "sha512-V2jUo67OKkc6ySiRpJrjlpJKl9kDuG+Xb8VgsGzb+aEouhgS1D0weyPU4lEzdAcsCAvrih2J2BqyXqHWvVLw5g==",
+ "version": "2.1.8",
+ "resolved": "https://registry.npmjs.org/chokidar/-/chokidar-2.1.8.tgz",
+ "integrity": "sha512-ZmZUazfOzf0Nve7duiCKD23PFSCs4JPoYyccjUFF3aQkQadqBhfzhjkwBH2mNOG9cTBwhamM37EIsIkZw3nRgg==",
"requires": {
"anymatch": "^2.0.0",
"async-each": "^1.0.1",
@@ -7045,9 +7035,9 @@
}
},
"gatsby-cli": {
- "version": "2.7.35",
- "resolved": "https://registry.npmjs.org/gatsby-cli/-/gatsby-cli-2.7.35.tgz",
- "integrity": "sha512-JgsVxeoaxDFZJugIg/N5KSc4XagsVRRCuHXNvmQMc9+pzKIjyWqGp2Nbtp2rrQB+F2sVyRjBNosx9PaZTVFDFw==",
+ "version": "2.7.38",
+ "resolved": "https://registry.npmjs.org/gatsby-cli/-/gatsby-cli-2.7.38.tgz",
+ "integrity": "sha512-l0rQFp0Y7bQzS0crb+fsZout48HpvvU4ub8IvQjWRDNYF7+LRmYiFzJVX2hDGYB83FdvanIzA7a3oZSw7A9enQ==",
"requires": {
"@babel/code-frame": "^7.0.0",
"@babel/runtime": "^7.0.0",
@@ -7065,27 +7055,27 @@
"execa": "^0.11.0",
"fs-exists-cached": "^1.0.0",
"fs-extra": "^4.0.3",
- "gatsby-telemetry": "^1.1.16",
- "hosted-git-info": "^2.6.0",
+ "gatsby-telemetry": "^1.1.17",
+ "hosted-git-info": "^2.8.4",
"ink": "^2.3.0",
"ink-spinner": "^3.0.1",
"is-valid-path": "^0.1.1",
- "lodash": "^4.17.14",
+ "lodash": "^4.17.15",
"meant": "^1.0.1",
"node-fetch": "^2.6.0",
"object.entries": "^1.1.0",
- "opentracing": "^0.14.3",
+ "opentracing": "^0.14.4",
"pretty-error": "^2.1.1",
"progress": "^2.0.3",
- "prompts": "^2.1.0",
- "react": "^16.8.4",
+ "prompts": "^2.2.1",
+ "react": "^16.9.0",
"resolve-cwd": "^2.0.0",
"semver": "^6.3.0",
- "source-map": "0.5.7",
+ "source-map": "0.7.3",
"stack-trace": "^0.0.10",
"strip-ansi": "^5.2.0",
- "update-notifier": "^2.3.0",
- "uuid": "3.3.2",
+ "update-notifier": "^2.5.0",
+ "uuid": "3.3.3",
"yargs": "^12.0.5",
"yurnalist": "^1.0.5"
},
@@ -7222,6 +7212,11 @@
"resolved": "https://registry.npmjs.org/pify/-/pify-3.0.0.tgz",
"integrity": "sha1-5aSs0sEB/fPZpNB/DbxNtJ3SgXY="
},
+ "source-map": {
+ "version": "0.7.3",
+ "resolved": "https://registry.npmjs.org/source-map/-/source-map-0.7.3.tgz",
+ "integrity": "sha512-CkCj6giN3S+n9qrYiBTX5gystlENnRW5jZeNLHpe6aue+SrHcG5VYwujhW9s4dY31mEGsxBDrHR6oI69fTXsaQ=="
+ },
"strip-ansi": {
"version": "5.2.0",
"resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-5.2.0.tgz",
@@ -7230,6 +7225,11 @@
"ansi-regex": "^4.1.0"
}
},
+ "uuid": {
+ "version": "3.3.3",
+ "resolved": "https://registry.npmjs.org/uuid/-/uuid-3.3.3.tgz",
+ "integrity": "sha512-pW0No1RGHgzlpHJO1nsVrHKpOEIxkGg1xB+v0ZmdNH5OAeAwzAVrCnI2/6Mtx+Uys6iaylxa+D3g4j63IKKjSQ=="
+ },
"yargs": {
"version": "12.0.5",
"resolved": "https://registry.npmjs.org/yargs/-/yargs-12.0.5.tgz",
@@ -7266,42 +7266,42 @@
"integrity": "sha512-r9HhRvnaPFliO9IzN6Yz2xTsZ8vtWKvzQHz0GwW3iFe6KkhXC+Y1p8eEaorRz6AnOE6sRbWaeqpe3AA6FbKr2g=="
},
"gatsby-graphiql-explorer": {
- "version": "0.2.5",
- "resolved": "https://registry.npmjs.org/gatsby-graphiql-explorer/-/gatsby-graphiql-explorer-0.2.5.tgz",
- "integrity": "sha512-TbXSYYhdKhElFWXU5u55Ey9kyFbt/nPNw8tRdf7SClXR6Dt4iaoZSiagtccNsZ3q6sWPhujyeS8XylAF9hvhQg==",
+ "version": "0.2.7",
+ "resolved": "https://registry.npmjs.org/gatsby-graphiql-explorer/-/gatsby-graphiql-explorer-0.2.7.tgz",
+ "integrity": "sha512-an2SlIliUINXiE/6cdCMSJUD3Y5JOHOmqX7EG6hfcxv3Rsa/nRR7xDoc4oB5WIJMphFoxMnleBXdWVeQ+kSEgw==",
"requires": {
"@babel/runtime": "^7.0.0"
}
},
"gatsby-link": {
- "version": "2.2.6",
- "resolved": "https://registry.npmjs.org/gatsby-link/-/gatsby-link-2.2.6.tgz",
- "integrity": "sha512-FnQ4Z+a5KDmAIoipfGqtELZ/WPB0W67I/jo4ekOPwEu14t6N/VWdTS0mOdJoNCeElNvnJ7cNqlNnEopdU4vbKw==",
+ "version": "2.2.7",
+ "resolved": "https://registry.npmjs.org/gatsby-link/-/gatsby-link-2.2.7.tgz",
+ "integrity": "sha512-roFLJJIKE35Y7Weofft9e6GkP75t/JImRdu1eE0U4xbyVBpmp5CxRcTrC267oMoT0Ev2kAJep0MK+3KheEDGcA==",
"requires": {
"@babel/runtime": "^7.0.0",
"@types/reach__router": "^1.2.4",
- "prop-types": "^15.6.1"
+ "prop-types": "^15.7.2"
}
},
"gatsby-page-utils": {
- "version": "0.0.8",
- "resolved": "https://registry.npmjs.org/gatsby-page-utils/-/gatsby-page-utils-0.0.8.tgz",
- "integrity": "sha512-vwSVOP8TD1sRpd2Q2YTsH2usy9+Swn7x4praaame+H/nbCO4/4cfCGqP55gQdNGvielFnqYosxpt63yU48SGow==",
+ "version": "0.0.9",
+ "resolved": "https://registry.npmjs.org/gatsby-page-utils/-/gatsby-page-utils-0.0.9.tgz",
+ "integrity": "sha512-hKdKh4Sc9vho+4eCH33ewrXr045++CWbBXMQESRhB+deMwooPltqAOuP4dthctyNrR/TxN0jSY6nBA2gXeEBKQ==",
"requires": {
"@babel/runtime": "^7.0.0",
"bluebird": "^3.5.5",
- "chokidar": "2.1.6",
+ "chokidar": "2.1.8",
"fs-exists-cached": "^1.0.0",
- "glob": "^7.1.1",
- "lodash": "^4.17.14",
+ "glob": "^7.1.4",
+ "lodash": "^4.17.15",
"micromatch": "^3.1.10",
"slash": "^1.0.0"
},
"dependencies": {
"chokidar": {
- "version": "2.1.6",
- "resolved": "https://registry.npmjs.org/chokidar/-/chokidar-2.1.6.tgz",
- "integrity": "sha512-V2jUo67OKkc6ySiRpJrjlpJKl9kDuG+Xb8VgsGzb+aEouhgS1D0weyPU4lEzdAcsCAvrih2J2BqyXqHWvVLw5g==",
+ "version": "2.1.8",
+ "resolved": "https://registry.npmjs.org/chokidar/-/chokidar-2.1.8.tgz",
+ "integrity": "sha512-ZmZUazfOzf0Nve7duiCKD23PFSCs4JPoYyccjUFF3aQkQadqBhfzhjkwBH2mNOG9cTBwhamM37EIsIkZw3nRgg==",
"requires": {
"anymatch": "^2.0.0",
"async-each": "^1.0.1",
@@ -7400,16 +7400,16 @@
}
},
"gatsby-plugin-page-creator": {
- "version": "2.1.8",
- "resolved": "https://registry.npmjs.org/gatsby-plugin-page-creator/-/gatsby-plugin-page-creator-2.1.8.tgz",
- "integrity": "sha512-InCp/L3e4Hb6uDMycPX0Pu+XO5ftkqBHHmSY0DhmYP1VnJI3YmY5z8jfRIC4CSLNGT5z4R4fHoVF2pmQnHFiWA==",
+ "version": "2.1.9",
+ "resolved": "https://registry.npmjs.org/gatsby-plugin-page-creator/-/gatsby-plugin-page-creator-2.1.9.tgz",
+ "integrity": "sha512-vd49f5iIDe80VENjMBkO4b/h+SOOUkiTIicAdYoW3dLa4pOCMfzoLz4aZJyszCUuM4bbXOHGbtG1V7lGtJyojQ==",
"requires": {
"@babel/runtime": "^7.0.0",
"bluebird": "^3.5.5",
"fs-exists-cached": "^1.0.0",
- "gatsby-page-utils": "^0.0.8",
- "glob": "^7.1.1",
- "lodash": "^4.17.14",
+ "gatsby-page-utils": "^0.0.9",
+ "glob": "^7.1.4",
+ "lodash": "^4.17.15",
"micromatch": "^3.1.10"
}
},
@@ -7514,12 +7514,12 @@
}
},
"gatsby-react-router-scroll": {
- "version": "2.1.4",
- "resolved": "https://registry.npmjs.org/gatsby-react-router-scroll/-/gatsby-react-router-scroll-2.1.4.tgz",
- "integrity": "sha512-p9HQ2GrIVmKL3UAk7jqKzOXaigj6tu1xQPAGguO+5+i5ZfD245TQq1UAj1bZr0dJ1DJqRLbTooxPiL7+K05pVg==",
+ "version": "2.1.5",
+ "resolved": "https://registry.npmjs.org/gatsby-react-router-scroll/-/gatsby-react-router-scroll-2.1.5.tgz",
+ "integrity": "sha512-OSjj7tBi2rgMB2h90StAi/4iP/xpNNX42hhYCv1v8+4MX3/b45v3Qp28CW+N6FpQTzDHNHTUburNrlY0nBByaA==",
"requires": {
"@babel/runtime": "^7.0.0",
- "scroll-behavior": "^0.9.9",
+ "scroll-behavior": "^0.9.10",
"warning": "^3.0.0"
}
},
@@ -7748,9 +7748,9 @@
}
},
"gatsby-telemetry": {
- "version": "1.1.16",
- "resolved": "https://registry.npmjs.org/gatsby-telemetry/-/gatsby-telemetry-1.1.16.tgz",
- "integrity": "sha512-tOMKRgi19odXJEl0FAnv5xA/P+ysU1oLFhb2uYb1T2nVnTsD+4L7Ffk3r+EmTz0fN8KZmcrVJq2Lh6XU1zCRGg==",
+ "version": "1.1.17",
+ "resolved": "https://registry.npmjs.org/gatsby-telemetry/-/gatsby-telemetry-1.1.17.tgz",
+ "integrity": "sha512-EkmkVVh9c9RDdiYOK0NlM/HbYuPTyqZv5Lsd4KdNMGcxzeQSmx8eglRuJxqOLWbAyeVG4vMkZVVZRz6oANwInA==",
"requires": {
"@babel/code-frame": "^7.0.0",
"@babel/runtime": "^7.0.0",
@@ -7762,13 +7762,13 @@
"fs-extra": "^7.0.1",
"git-up": "4.0.1",
"is-docker": "1.1.0",
- "lodash": "^4.17.14",
- "node-fetch": "2.3.0",
+ "lodash": "^4.17.15",
+ "node-fetch": "2.6.0",
"resolve-cwd": "^2.0.0",
- "source-map": "^0.5.7",
+ "source-map": "^0.7.3",
"stack-trace": "^0.0.10",
"stack-utils": "1.0.2",
- "uuid": "3.3.2"
+ "uuid": "3.3.3"
},
"dependencies": {
"configstore": {
@@ -7803,14 +7803,24 @@
}
},
"node-fetch": {
- "version": "2.3.0",
- "resolved": "https://registry.npmjs.org/node-fetch/-/node-fetch-2.3.0.tgz",
- "integrity": "sha512-MOd8pV3fxENbryESLgVIeaGKrdl+uaYhCSSVkjeOb/31/njTpcis5aWfdqgNlHIrKOLRbMnfPINPOML2CIFeXA=="
+ "version": "2.6.0",
+ "resolved": "https://registry.npmjs.org/node-fetch/-/node-fetch-2.6.0.tgz",
+ "integrity": "sha512-8dG4H5ujfvFiqDmVu9fQ5bOHUC15JMjMY/Zumv26oOvvVJjM67KF8koCWIabKQ1GJIa9r2mMZscBq/TbdOcmNA=="
},
"pify": {
"version": "3.0.0",
"resolved": "https://registry.npmjs.org/pify/-/pify-3.0.0.tgz",
"integrity": "sha1-5aSs0sEB/fPZpNB/DbxNtJ3SgXY="
+ },
+ "source-map": {
+ "version": "0.7.3",
+ "resolved": "https://registry.npmjs.org/source-map/-/source-map-0.7.3.tgz",
+ "integrity": "sha512-CkCj6giN3S+n9qrYiBTX5gystlENnRW5jZeNLHpe6aue+SrHcG5VYwujhW9s4dY31mEGsxBDrHR6oI69fTXsaQ=="
+ },
+ "uuid": {
+ "version": "3.3.3",
+ "resolved": "https://registry.npmjs.org/uuid/-/uuid-3.3.3.tgz",
+ "integrity": "sha512-pW0No1RGHgzlpHJO1nsVrHKpOEIxkGg1xB+v0ZmdNH5OAeAwzAVrCnI2/6Mtx+Uys6iaylxa+D3g4j63IKKjSQ=="
}
}
},
@@ -8115,9 +8125,9 @@
"integrity": "sha1-TK+tdrxi8C+gObL5Tpo906ORpyU="
},
"graphql": {
- "version": "14.4.2",
- "resolved": "https://registry.npmjs.org/graphql/-/graphql-14.4.2.tgz",
- "integrity": "sha512-6uQadiRgnpnSS56hdZUSvFrVcQ6OF9y6wkxJfKquFtHlnl7+KSuWwSJsdwiK1vybm1HgcdbpGkCpvhvsVQ0UZQ==",
+ "version": "14.5.0",
+ "resolved": "https://registry.npmjs.org/graphql/-/graphql-14.5.0.tgz",
+ "integrity": "sha512-wnGcTD181L2xPnIwHHjx/moV4ulxA2Kms9zcUY+B/SIrK+2N+iOC6WNgnR2zVTmg1Z8P+CZq5KXibTnatg3WUw==",
"requires": {
"iterall": "^1.2.2"
}
@@ -8864,6 +8874,11 @@
"resolved": "https://registry.npmjs.org/indexof/-/indexof-0.0.1.tgz",
"integrity": "sha1-gtwzbSMrkGIXnQWrMpOmYFn9Q10="
},
+ "infer-owner": {
+ "version": "1.0.4",
+ "resolved": "https://registry.npmjs.org/infer-owner/-/infer-owner-1.0.4.tgz",
+ "integrity": "sha512-IClj+Xz94+d7irH5qRyfJonOdfTzuDaifE6ZPWfx0N0+/ATZCbuTPq2prFl526urkQd90WyUKIh1DfBQ2hMz9A=="
+ },
"inflight": {
"version": "1.0.6",
"resolved": "https://registry.npmjs.org/inflight/-/inflight-1.0.6.tgz",
@@ -10256,6 +10271,11 @@
}
}
},
+ "mamacro": {
+ "version": "0.0.3",
+ "resolved": "https://registry.npmjs.org/mamacro/-/mamacro-0.0.3.tgz",
+ "integrity": "sha512-qMEwh+UujcQ+kbz3T6V+wAmO2U8veoq2w+3wY8MquqwVA3jChfwY+Tk52GZKDfACEPjuZ7r2oJLejwpt8jtwTA=="
+ },
"map-age-cleaner": {
"version": "0.1.3",
"resolved": "https://registry.npmjs.org/map-age-cleaner/-/map-age-cleaner-0.1.3.tgz",
@@ -10645,15 +10665,36 @@
}
},
"mini-css-extract-plugin": {
- "version": "0.4.5",
- "resolved": "https://registry.npmjs.org/mini-css-extract-plugin/-/mini-css-extract-plugin-0.4.5.tgz",
- "integrity": "sha512-dqBanNfktnp2hwL2YguV9Jh91PFX7gu7nRLs4TGsbAfAG6WOtlynFRYzwDwmmeSb5uIwHo9nx1ta0f7vAZVp2w==",
+ "version": "0.8.0",
+ "resolved": "https://registry.npmjs.org/mini-css-extract-plugin/-/mini-css-extract-plugin-0.8.0.tgz",
+ "integrity": "sha512-MNpRGbNA52q6U92i0qbVpQNsgk7LExy41MdAlG84FeytfDOtRIf/mCHdEgG8rpTKOaNKiqUnZdlptF469hxqOw==",
"requires": {
"loader-utils": "^1.1.0",
+ "normalize-url": "1.9.1",
"schema-utils": "^1.0.0",
"webpack-sources": "^1.1.0"
},
"dependencies": {
+ "normalize-url": {
+ "version": "1.9.1",
+ "resolved": "https://registry.npmjs.org/normalize-url/-/normalize-url-1.9.1.tgz",
+ "integrity": "sha1-LMDWazHqIwNkWENuNiDYWVTGbDw=",
+ "requires": {
+ "object-assign": "^4.0.1",
+ "prepend-http": "^1.0.0",
+ "query-string": "^4.1.0",
+ "sort-keys": "^1.0.0"
+ }
+ },
+ "query-string": {
+ "version": "4.3.4",
+ "resolved": "https://registry.npmjs.org/query-string/-/query-string-4.3.4.tgz",
+ "integrity": "sha1-u7aTucqRXCMlFbIosaArYJBD2+s=",
+ "requires": {
+ "object-assign": "^4.1.0",
+ "strict-uri-encode": "^1.0.0"
+ }
+ },
"schema-utils": {
"version": "1.0.0",
"resolved": "https://registry.npmjs.org/schema-utils/-/schema-utils-1.0.0.tgz",
@@ -10663,6 +10704,14 @@
"ajv-errors": "^1.0.0",
"ajv-keywords": "^3.1.0"
}
+ },
+ "sort-keys": {
+ "version": "1.1.2",
+ "resolved": "https://registry.npmjs.org/sort-keys/-/sort-keys-1.1.2.tgz",
+ "integrity": "sha1-RBttTTRnmPG05J6JIK37oOVD+a0=",
+ "requires": {
+ "is-plain-obj": "^1.0.0"
+ }
}
}
},
@@ -15153,12 +15202,24 @@
}
},
"style-loader": {
- "version": "0.21.0",
- "resolved": "https://registry.npmjs.org/style-loader/-/style-loader-0.21.0.tgz",
- "integrity": "sha512-T+UNsAcl3Yg+BsPKs1vd22Fr8sVT+CJMtzqc6LEw9bbJZb43lm9GoeIfUcDEefBSWC0BhYbcdupV1GtI4DGzxg==",
+ "version": "0.23.1",
+ "resolved": "https://registry.npmjs.org/style-loader/-/style-loader-0.23.1.tgz",
+ "integrity": "sha512-XK+uv9kWwhZMZ1y7mysB+zoihsEj4wneFWAS5qoiLwzW0WzSqMrrsIy+a3zkQJq0ipFtBpX5W3MqyRIBF/WFGg==",
"requires": {
"loader-utils": "^1.1.0",
- "schema-utils": "^0.4.5"
+ "schema-utils": "^1.0.0"
+ },
+ "dependencies": {
+ "schema-utils": {
+ "version": "1.0.0",
+ "resolved": "https://registry.npmjs.org/schema-utils/-/schema-utils-1.0.0.tgz",
+ "integrity": "sha512-i27Mic4KovM/lnGsy8whRCHhc7VicJajAjTrYg11K9zfZXnYIt4k5F+kZkwjnrhKzLic/HLU4j11mjsz2G/75g==",
+ "requires": {
+ "ajv": "^6.1.0",
+ "ajv-errors": "^1.0.0",
+ "ajv-keywords": "^3.1.0"
+ }
+ }
}
},
"style-to-object": {
@@ -15396,13 +15457,13 @@
}
},
"terser": {
- "version": "3.17.0",
- "resolved": "https://registry.npmjs.org/terser/-/terser-3.17.0.tgz",
- "integrity": "sha512-/FQzzPJmCpjAH9Xvk2paiWrFq+5M6aVOf+2KRbwhByISDX/EujxsK+BAvrhb6H+2rtrLCHK9N01wO014vrIwVQ==",
+ "version": "4.2.0",
+ "resolved": "https://registry.npmjs.org/terser/-/terser-4.2.0.tgz",
+ "integrity": "sha512-6lPt7lZdZ/13icQJp8XasFOwZjFJkxFFIb/N1fhYEQNoNI3Ilo3KABZ9OocZvZoB39r6SiIk/0+v/bt8nZoSeA==",
"requires": {
- "commander": "^2.19.0",
+ "commander": "^2.20.0",
"source-map": "~0.6.1",
- "source-map-support": "~0.5.10"
+ "source-map-support": "~0.5.12"
},
"dependencies": {
"source-map": {
@@ -15413,18 +15474,18 @@
}
},
"terser-webpack-plugin": {
- "version": "1.2.4",
- "resolved": "https://registry.npmjs.org/terser-webpack-plugin/-/terser-webpack-plugin-1.2.4.tgz",
- "integrity": "sha512-64IiILNQlACWZLzFlpzNaG0bpQ4ytaB7fwOsbpsdIV70AfLUmIGGeuKL0YV2WmtcrURjE2aOvHD4/lrFV3Rg+Q==",
+ "version": "1.4.1",
+ "resolved": "https://registry.npmjs.org/terser-webpack-plugin/-/terser-webpack-plugin-1.4.1.tgz",
+ "integrity": "sha512-ZXmmfiwtCLfz8WKZyYUuuHf3dMYEjg8NrjHMb0JqHVHVOSkzp3cW2/XG1fP3tRhqEqSzMwzzRQGtAPbs4Cncxg==",
"requires": {
- "cacache": "^11.3.2",
- "find-cache-dir": "^2.0.0",
+ "cacache": "^12.0.2",
+ "find-cache-dir": "^2.1.0",
"is-wsl": "^1.1.0",
"schema-utils": "^1.0.0",
"serialize-javascript": "^1.7.0",
"source-map": "^0.6.1",
- "terser": "^3.17.0",
- "webpack-sources": "^1.3.0",
+ "terser": "^4.1.2",
+ "webpack-sources": "^1.4.0",
"worker-farm": "^1.7.0"
},
"dependencies": {
@@ -16349,40 +16410,44 @@
"integrity": "sha512-r8sAtNmgR0WKOKOxzuSgk09JsHlpKlB+uHi937qypOu3PZ17UxPrierFKDye/uNHjNTTEshu5PId8rojIPj/tA=="
},
"webpack": {
- "version": "4.28.4",
- "resolved": "https://registry.npmjs.org/webpack/-/webpack-4.28.4.tgz",
- "integrity": "sha512-NxjD61WsK/a3JIdwWjtIpimmvE6UrRi3yG54/74Hk9rwNj5FPkA4DJCf1z4ByDWLkvZhTZE+P3C/eh6UD5lDcw==",
- "requires": {
- "@webassemblyjs/ast": "1.7.11",
- "@webassemblyjs/helper-module-context": "1.7.11",
- "@webassemblyjs/wasm-edit": "1.7.11",
- "@webassemblyjs/wasm-parser": "1.7.11",
- "acorn": "^5.6.2",
- "acorn-dynamic-import": "^3.0.0",
- "ajv": "^6.1.0",
- "ajv-keywords": "^3.1.0",
- "chrome-trace-event": "^1.0.0",
+ "version": "4.39.2",
+ "resolved": "https://registry.npmjs.org/webpack/-/webpack-4.39.2.tgz",
+ "integrity": "sha512-AKgTfz3xPSsEibH00JfZ9sHXGUwIQ6eZ9tLN8+VLzachk1Cw2LVmy+4R7ZiwTa9cZZ15tzySjeMui/UnSCAZhA==",
+ "requires": {
+ "@webassemblyjs/ast": "1.8.5",
+ "@webassemblyjs/helper-module-context": "1.8.5",
+ "@webassemblyjs/wasm-edit": "1.8.5",
+ "@webassemblyjs/wasm-parser": "1.8.5",
+ "acorn": "^6.2.1",
+ "ajv": "^6.10.2",
+ "ajv-keywords": "^3.4.1",
+ "chrome-trace-event": "^1.0.2",
"enhanced-resolve": "^4.1.0",
- "eslint-scope": "^4.0.0",
+ "eslint-scope": "^4.0.3",
"json-parse-better-errors": "^1.0.2",
- "loader-runner": "^2.3.0",
- "loader-utils": "^1.1.0",
- "memory-fs": "~0.4.1",
- "micromatch": "^3.1.8",
- "mkdirp": "~0.5.0",
- "neo-async": "^2.5.0",
- "node-libs-browser": "^2.0.0",
- "schema-utils": "^0.4.4",
- "tapable": "^1.1.0",
- "terser-webpack-plugin": "^1.1.0",
- "watchpack": "^1.5.0",
- "webpack-sources": "^1.3.0"
+ "loader-runner": "^2.4.0",
+ "loader-utils": "^1.2.3",
+ "memory-fs": "^0.4.1",
+ "micromatch": "^3.1.10",
+ "mkdirp": "^0.5.1",
+ "neo-async": "^2.6.1",
+ "node-libs-browser": "^2.2.1",
+ "schema-utils": "^1.0.0",
+ "tapable": "^1.1.3",
+ "terser-webpack-plugin": "^1.4.1",
+ "watchpack": "^1.6.0",
+ "webpack-sources": "^1.4.1"
},
"dependencies": {
- "acorn": {
- "version": "5.7.3",
- "resolved": "https://registry.npmjs.org/acorn/-/acorn-5.7.3.tgz",
- "integrity": "sha512-T/zvzYRfbVojPWahDsE5evJdHb3oJoQfFbsrKM7w5Zcs++Tr257tia3BmMP8XYVjp1S9RZXQMh7gao96BlqZOw=="
+ "schema-utils": {
+ "version": "1.0.0",
+ "resolved": "https://registry.npmjs.org/schema-utils/-/schema-utils-1.0.0.tgz",
+ "integrity": "sha512-i27Mic4KovM/lnGsy8whRCHhc7VicJajAjTrYg11K9zfZXnYIt4k5F+kZkwjnrhKzLic/HLU4j11mjsz2G/75g==",
+ "requires": {
+ "ajv": "^6.1.0",
+ "ajv-errors": "^1.0.0",
+ "ajv-keywords": "^3.1.0"
+ }
}
}
},
@@ -16813,9 +16878,9 @@
}
},
"webpack-stats-plugin": {
- "version": "0.1.5",
- "resolved": "https://registry.npmjs.org/webpack-stats-plugin/-/webpack-stats-plugin-0.1.5.tgz",
- "integrity": "sha1-KeXxLr/VMVjTHWVqETrB97hhedk="
+ "version": "0.3.0",
+ "resolved": "https://registry.npmjs.org/webpack-stats-plugin/-/webpack-stats-plugin-0.3.0.tgz",
+ "integrity": "sha512-4a6mEl9HLtMukVjEPY8QPCSmtX2EDFJNhDTX5ZE2CLch2adKAZf53nUrpG6m7NattwigS0AodNcwNxlu9kMSDQ=="
},
"websocket-driver": {
"version": "0.7.3",
diff --git a/themes/gatsby-starter-blog-theme-core/package.json b/themes/gatsby-starter-blog-theme-core/package.json
index 4bade1a85fd80..80d1d6daa121b 100644
--- a/themes/gatsby-starter-blog-theme-core/package.json
+++ b/themes/gatsby-starter-blog-theme-core/package.json
@@ -8,7 +8,7 @@
"build": "gatsby build"
},
"dependencies": {
- "gatsby": "^2.13.74",
+ "gatsby": "^2.13.77",
"gatsby-theme-blog-core": "^1.0.0",
"react": "^16.9.0",
"react-dom": "^16.9.0"
diff --git a/themes/gatsby-starter-blog-theme/package-lock.json b/themes/gatsby-starter-blog-theme/package-lock.json
index 105c3be5e31de..cf6391811ac03 100644
--- a/themes/gatsby-starter-blog-theme/package-lock.json
+++ b/themes/gatsby-starter-blog-theme/package-lock.json
@@ -1647,157 +1647,161 @@
}
},
"@webassemblyjs/ast": {
- "version": "1.7.11",
- "resolved": "https://registry.npmjs.org/@webassemblyjs/ast/-/ast-1.7.11.tgz",
- "integrity": "sha512-ZEzy4vjvTzScC+SH8RBssQUawpaInUdMTYwYYLh54/s8TuT0gBLuyUnppKsVyZEi876VmmStKsUs28UxPgdvrA==",
+ "version": "1.8.5",
+ "resolved": "https://registry.npmjs.org/@webassemblyjs/ast/-/ast-1.8.5.tgz",
+ "integrity": "sha512-aJMfngIZ65+t71C3y2nBBg5FFG0Okt9m0XEgWZ7Ywgn1oMAT8cNwx00Uv1cQyHtidq0Xn94R4TAywO+LCQ+ZAQ==",
"requires": {
- "@webassemblyjs/helper-module-context": "1.7.11",
- "@webassemblyjs/helper-wasm-bytecode": "1.7.11",
- "@webassemblyjs/wast-parser": "1.7.11"
+ "@webassemblyjs/helper-module-context": "1.8.5",
+ "@webassemblyjs/helper-wasm-bytecode": "1.8.5",
+ "@webassemblyjs/wast-parser": "1.8.5"
}
},
"@webassemblyjs/floating-point-hex-parser": {
- "version": "1.7.11",
- "resolved": "https://registry.npmjs.org/@webassemblyjs/floating-point-hex-parser/-/floating-point-hex-parser-1.7.11.tgz",
- "integrity": "sha512-zY8dSNyYcgzNRNT666/zOoAyImshm3ycKdoLsyDw/Bwo6+/uktb7p4xyApuef1dwEBo/U/SYQzbGBvV+nru2Xg=="
+ "version": "1.8.5",
+ "resolved": "https://registry.npmjs.org/@webassemblyjs/floating-point-hex-parser/-/floating-point-hex-parser-1.8.5.tgz",
+ "integrity": "sha512-9p+79WHru1oqBh9ewP9zW95E3XAo+90oth7S5Re3eQnECGq59ly1Ri5tsIipKGpiStHsUYmY3zMLqtk3gTcOtQ=="
},
"@webassemblyjs/helper-api-error": {
- "version": "1.7.11",
- "resolved": "https://registry.npmjs.org/@webassemblyjs/helper-api-error/-/helper-api-error-1.7.11.tgz",
- "integrity": "sha512-7r1qXLmiglC+wPNkGuXCvkmalyEstKVwcueZRP2GNC2PAvxbLYwLLPr14rcdJaE4UtHxQKfFkuDFuv91ipqvXg=="
+ "version": "1.8.5",
+ "resolved": "https://registry.npmjs.org/@webassemblyjs/helper-api-error/-/helper-api-error-1.8.5.tgz",
+ "integrity": "sha512-Za/tnzsvnqdaSPOUXHyKJ2XI7PDX64kWtURyGiJJZKVEdFOsdKUCPTNEVFZq3zJ2R0G5wc2PZ5gvdTRFgm81zA=="
},
"@webassemblyjs/helper-buffer": {
- "version": "1.7.11",
- "resolved": "https://registry.npmjs.org/@webassemblyjs/helper-buffer/-/helper-buffer-1.7.11.tgz",
- "integrity": "sha512-MynuervdylPPh3ix+mKZloTcL06P8tenNH3sx6s0qE8SLR6DdwnfgA7Hc9NSYeob2jrW5Vql6GVlsQzKQCa13w=="
+ "version": "1.8.5",
+ "resolved": "https://registry.npmjs.org/@webassemblyjs/helper-buffer/-/helper-buffer-1.8.5.tgz",
+ "integrity": "sha512-Ri2R8nOS0U6G49Q86goFIPNgjyl6+oE1abW1pS84BuhP1Qcr5JqMwRFT3Ah3ADDDYGEgGs1iyb1DGX+kAi/c/Q=="
},
"@webassemblyjs/helper-code-frame": {
- "version": "1.7.11",
- "resolved": "https://registry.npmjs.org/@webassemblyjs/helper-code-frame/-/helper-code-frame-1.7.11.tgz",
- "integrity": "sha512-T8ESC9KMXFTXA5urJcyor5cn6qWeZ4/zLPyWeEXZ03hj/x9weSokGNkVCdnhSabKGYWxElSdgJ+sFa9G/RdHNw==",
+ "version": "1.8.5",
+ "resolved": "https://registry.npmjs.org/@webassemblyjs/helper-code-frame/-/helper-code-frame-1.8.5.tgz",
+ "integrity": "sha512-VQAadSubZIhNpH46IR3yWO4kZZjMxN1opDrzePLdVKAZ+DFjkGD/rf4v1jap744uPVU6yjL/smZbRIIJTOUnKQ==",
"requires": {
- "@webassemblyjs/wast-printer": "1.7.11"
+ "@webassemblyjs/wast-printer": "1.8.5"
}
},
"@webassemblyjs/helper-fsm": {
- "version": "1.7.11",
- "resolved": "https://registry.npmjs.org/@webassemblyjs/helper-fsm/-/helper-fsm-1.7.11.tgz",
- "integrity": "sha512-nsAQWNP1+8Z6tkzdYlXT0kxfa2Z1tRTARd8wYnc/e3Zv3VydVVnaeePgqUzFrpkGUyhUUxOl5ML7f1NuT+gC0A=="
+ "version": "1.8.5",
+ "resolved": "https://registry.npmjs.org/@webassemblyjs/helper-fsm/-/helper-fsm-1.8.5.tgz",
+ "integrity": "sha512-kRuX/saORcg8se/ft6Q2UbRpZwP4y7YrWsLXPbbmtepKr22i8Z4O3V5QE9DbZK908dh5Xya4Un57SDIKwB9eow=="
},
"@webassemblyjs/helper-module-context": {
- "version": "1.7.11",
- "resolved": "https://registry.npmjs.org/@webassemblyjs/helper-module-context/-/helper-module-context-1.7.11.tgz",
- "integrity": "sha512-JxfD5DX8Ygq4PvXDucq0M+sbUFA7BJAv/GGl9ITovqE+idGX+J3QSzJYz+LwQmL7fC3Rs+utvWoJxDb6pmC0qg=="
+ "version": "1.8.5",
+ "resolved": "https://registry.npmjs.org/@webassemblyjs/helper-module-context/-/helper-module-context-1.8.5.tgz",
+ "integrity": "sha512-/O1B236mN7UNEU4t9X7Pj38i4VoU8CcMHyy3l2cV/kIF4U5KoHXDVqcDuOs1ltkac90IM4vZdHc52t1x8Yfs3g==",
+ "requires": {
+ "@webassemblyjs/ast": "1.8.5",
+ "mamacro": "^0.0.3"
+ }
},
"@webassemblyjs/helper-wasm-bytecode": {
- "version": "1.7.11",
- "resolved": "https://registry.npmjs.org/@webassemblyjs/helper-wasm-bytecode/-/helper-wasm-bytecode-1.7.11.tgz",
- "integrity": "sha512-cMXeVS9rhoXsI9LLL4tJxBgVD/KMOKXuFqYb5oCJ/opScWpkCMEz9EJtkonaNcnLv2R3K5jIeS4TRj/drde1JQ=="
+ "version": "1.8.5",
+ "resolved": "https://registry.npmjs.org/@webassemblyjs/helper-wasm-bytecode/-/helper-wasm-bytecode-1.8.5.tgz",
+ "integrity": "sha512-Cu4YMYG3Ddl72CbmpjU/wbP6SACcOPVbHN1dI4VJNJVgFwaKf1ppeFJrwydOG3NDHxVGuCfPlLZNyEdIYlQ6QQ=="
},
"@webassemblyjs/helper-wasm-section": {
- "version": "1.7.11",
- "resolved": "https://registry.npmjs.org/@webassemblyjs/helper-wasm-section/-/helper-wasm-section-1.7.11.tgz",
- "integrity": "sha512-8ZRY5iZbZdtNFE5UFunB8mmBEAbSI3guwbrsCl4fWdfRiAcvqQpeqd5KHhSWLL5wuxo53zcaGZDBU64qgn4I4Q==",
+ "version": "1.8.5",
+ "resolved": "https://registry.npmjs.org/@webassemblyjs/helper-wasm-section/-/helper-wasm-section-1.8.5.tgz",
+ "integrity": "sha512-VV083zwR+VTrIWWtgIUpqfvVdK4ff38loRmrdDBgBT8ADXYsEZ5mPQ4Nde90N3UYatHdYoDIFb7oHzMncI02tA==",
"requires": {
- "@webassemblyjs/ast": "1.7.11",
- "@webassemblyjs/helper-buffer": "1.7.11",
- "@webassemblyjs/helper-wasm-bytecode": "1.7.11",
- "@webassemblyjs/wasm-gen": "1.7.11"
+ "@webassemblyjs/ast": "1.8.5",
+ "@webassemblyjs/helper-buffer": "1.8.5",
+ "@webassemblyjs/helper-wasm-bytecode": "1.8.5",
+ "@webassemblyjs/wasm-gen": "1.8.5"
}
},
"@webassemblyjs/ieee754": {
- "version": "1.7.11",
- "resolved": "https://registry.npmjs.org/@webassemblyjs/ieee754/-/ieee754-1.7.11.tgz",
- "integrity": "sha512-Mmqx/cS68K1tSrvRLtaV/Lp3NZWzXtOHUW2IvDvl2sihAwJh4ACE0eL6A8FvMyDG9abes3saB6dMimLOs+HMoQ==",
+ "version": "1.8.5",
+ "resolved": "https://registry.npmjs.org/@webassemblyjs/ieee754/-/ieee754-1.8.5.tgz",
+ "integrity": "sha512-aaCvQYrvKbY/n6wKHb/ylAJr27GglahUO89CcGXMItrOBqRarUMxWLJgxm9PJNuKULwN5n1csT9bYoMeZOGF3g==",
"requires": {
"@xtuc/ieee754": "^1.2.0"
}
},
"@webassemblyjs/leb128": {
- "version": "1.7.11",
- "resolved": "https://registry.npmjs.org/@webassemblyjs/leb128/-/leb128-1.7.11.tgz",
- "integrity": "sha512-vuGmgZjjp3zjcerQg+JA+tGOncOnJLWVkt8Aze5eWQLwTQGNgVLcyOTqgSCxWTR4J42ijHbBxnuRaL1Rv7XMdw==",
+ "version": "1.8.5",
+ "resolved": "https://registry.npmjs.org/@webassemblyjs/leb128/-/leb128-1.8.5.tgz",
+ "integrity": "sha512-plYUuUwleLIziknvlP8VpTgO4kqNaH57Y3JnNa6DLpu/sGcP6hbVdfdX5aHAV716pQBKrfuU26BJK29qY37J7A==",
"requires": {
- "@xtuc/long": "4.2.1"
+ "@xtuc/long": "4.2.2"
}
},
"@webassemblyjs/utf8": {
- "version": "1.7.11",
- "resolved": "https://registry.npmjs.org/@webassemblyjs/utf8/-/utf8-1.7.11.tgz",
- "integrity": "sha512-C6GFkc7aErQIAH+BMrIdVSmW+6HSe20wg57HEC1uqJP8E/xpMjXqQUxkQw07MhNDSDcGpxI9G5JSNOQCqJk4sA=="
+ "version": "1.8.5",
+ "resolved": "https://registry.npmjs.org/@webassemblyjs/utf8/-/utf8-1.8.5.tgz",
+ "integrity": "sha512-U7zgftmQriw37tfD934UNInokz6yTmn29inT2cAetAsaU9YeVCveWEwhKL1Mg4yS7q//NGdzy79nlXh3bT8Kjw=="
},
"@webassemblyjs/wasm-edit": {
- "version": "1.7.11",
- "resolved": "https://registry.npmjs.org/@webassemblyjs/wasm-edit/-/wasm-edit-1.7.11.tgz",
- "integrity": "sha512-FUd97guNGsCZQgeTPKdgxJhBXkUbMTY6hFPf2Y4OedXd48H97J+sOY2Ltaq6WGVpIH8o/TGOVNiVz/SbpEMJGg==",
+ "version": "1.8.5",
+ "resolved": "https://registry.npmjs.org/@webassemblyjs/wasm-edit/-/wasm-edit-1.8.5.tgz",
+ "integrity": "sha512-A41EMy8MWw5yvqj7MQzkDjU29K7UJq1VrX2vWLzfpRHt3ISftOXqrtojn7nlPsZ9Ijhp5NwuODuycSvfAO/26Q==",
"requires": {
- "@webassemblyjs/ast": "1.7.11",
- "@webassemblyjs/helper-buffer": "1.7.11",
- "@webassemblyjs/helper-wasm-bytecode": "1.7.11",
- "@webassemblyjs/helper-wasm-section": "1.7.11",
- "@webassemblyjs/wasm-gen": "1.7.11",
- "@webassemblyjs/wasm-opt": "1.7.11",
- "@webassemblyjs/wasm-parser": "1.7.11",
- "@webassemblyjs/wast-printer": "1.7.11"
+ "@webassemblyjs/ast": "1.8.5",
+ "@webassemblyjs/helper-buffer": "1.8.5",
+ "@webassemblyjs/helper-wasm-bytecode": "1.8.5",
+ "@webassemblyjs/helper-wasm-section": "1.8.5",
+ "@webassemblyjs/wasm-gen": "1.8.5",
+ "@webassemblyjs/wasm-opt": "1.8.5",
+ "@webassemblyjs/wasm-parser": "1.8.5",
+ "@webassemblyjs/wast-printer": "1.8.5"
}
},
"@webassemblyjs/wasm-gen": {
- "version": "1.7.11",
- "resolved": "https://registry.npmjs.org/@webassemblyjs/wasm-gen/-/wasm-gen-1.7.11.tgz",
- "integrity": "sha512-U/KDYp7fgAZX5KPfq4NOupK/BmhDc5Kjy2GIqstMhvvdJRcER/kUsMThpWeRP8BMn4LXaKhSTggIJPOeYHwISA==",
+ "version": "1.8.5",
+ "resolved": "https://registry.npmjs.org/@webassemblyjs/wasm-gen/-/wasm-gen-1.8.5.tgz",
+ "integrity": "sha512-BCZBT0LURC0CXDzj5FXSc2FPTsxwp3nWcqXQdOZE4U7h7i8FqtFK5Egia6f9raQLpEKT1VL7zr4r3+QX6zArWg==",
"requires": {
- "@webassemblyjs/ast": "1.7.11",
- "@webassemblyjs/helper-wasm-bytecode": "1.7.11",
- "@webassemblyjs/ieee754": "1.7.11",
- "@webassemblyjs/leb128": "1.7.11",
- "@webassemblyjs/utf8": "1.7.11"
+ "@webassemblyjs/ast": "1.8.5",
+ "@webassemblyjs/helper-wasm-bytecode": "1.8.5",
+ "@webassemblyjs/ieee754": "1.8.5",
+ "@webassemblyjs/leb128": "1.8.5",
+ "@webassemblyjs/utf8": "1.8.5"
}
},
"@webassemblyjs/wasm-opt": {
- "version": "1.7.11",
- "resolved": "https://registry.npmjs.org/@webassemblyjs/wasm-opt/-/wasm-opt-1.7.11.tgz",
- "integrity": "sha512-XynkOwQyiRidh0GLua7SkeHvAPXQV/RxsUeERILmAInZegApOUAIJfRuPYe2F7RcjOC9tW3Cb9juPvAC/sCqvg==",
+ "version": "1.8.5",
+ "resolved": "https://registry.npmjs.org/@webassemblyjs/wasm-opt/-/wasm-opt-1.8.5.tgz",
+ "integrity": "sha512-HKo2mO/Uh9A6ojzu7cjslGaHaUU14LdLbGEKqTR7PBKwT6LdPtLLh9fPY33rmr5wcOMrsWDbbdCHq4hQUdd37Q==",
"requires": {
- "@webassemblyjs/ast": "1.7.11",
- "@webassemblyjs/helper-buffer": "1.7.11",
- "@webassemblyjs/wasm-gen": "1.7.11",
- "@webassemblyjs/wasm-parser": "1.7.11"
+ "@webassemblyjs/ast": "1.8.5",
+ "@webassemblyjs/helper-buffer": "1.8.5",
+ "@webassemblyjs/wasm-gen": "1.8.5",
+ "@webassemblyjs/wasm-parser": "1.8.5"
}
},
"@webassemblyjs/wasm-parser": {
- "version": "1.7.11",
- "resolved": "https://registry.npmjs.org/@webassemblyjs/wasm-parser/-/wasm-parser-1.7.11.tgz",
- "integrity": "sha512-6lmXRTrrZjYD8Ng8xRyvyXQJYUQKYSXhJqXOBLw24rdiXsHAOlvw5PhesjdcaMadU/pyPQOJ5dHreMjBxwnQKg==",
+ "version": "1.8.5",
+ "resolved": "https://registry.npmjs.org/@webassemblyjs/wasm-parser/-/wasm-parser-1.8.5.tgz",
+ "integrity": "sha512-pi0SYE9T6tfcMkthwcgCpL0cM9nRYr6/6fjgDtL6q/ZqKHdMWvxitRi5JcZ7RI4SNJJYnYNaWy5UUrHQy998lw==",
"requires": {
- "@webassemblyjs/ast": "1.7.11",
- "@webassemblyjs/helper-api-error": "1.7.11",
- "@webassemblyjs/helper-wasm-bytecode": "1.7.11",
- "@webassemblyjs/ieee754": "1.7.11",
- "@webassemblyjs/leb128": "1.7.11",
- "@webassemblyjs/utf8": "1.7.11"
+ "@webassemblyjs/ast": "1.8.5",
+ "@webassemblyjs/helper-api-error": "1.8.5",
+ "@webassemblyjs/helper-wasm-bytecode": "1.8.5",
+ "@webassemblyjs/ieee754": "1.8.5",
+ "@webassemblyjs/leb128": "1.8.5",
+ "@webassemblyjs/utf8": "1.8.5"
}
},
"@webassemblyjs/wast-parser": {
- "version": "1.7.11",
- "resolved": "https://registry.npmjs.org/@webassemblyjs/wast-parser/-/wast-parser-1.7.11.tgz",
- "integrity": "sha512-lEyVCg2np15tS+dm7+JJTNhNWq9yTZvi3qEhAIIOaofcYlUp0UR5/tVqOwa/gXYr3gjwSZqw+/lS9dscyLelbQ==",
+ "version": "1.8.5",
+ "resolved": "https://registry.npmjs.org/@webassemblyjs/wast-parser/-/wast-parser-1.8.5.tgz",
+ "integrity": "sha512-daXC1FyKWHF1i11obK086QRlsMsY4+tIOKgBqI1lxAnkp9xe9YMcgOxm9kLe+ttjs5aWV2KKE1TWJCN57/Btsg==",
"requires": {
- "@webassemblyjs/ast": "1.7.11",
- "@webassemblyjs/floating-point-hex-parser": "1.7.11",
- "@webassemblyjs/helper-api-error": "1.7.11",
- "@webassemblyjs/helper-code-frame": "1.7.11",
- "@webassemblyjs/helper-fsm": "1.7.11",
- "@xtuc/long": "4.2.1"
+ "@webassemblyjs/ast": "1.8.5",
+ "@webassemblyjs/floating-point-hex-parser": "1.8.5",
+ "@webassemblyjs/helper-api-error": "1.8.5",
+ "@webassemblyjs/helper-code-frame": "1.8.5",
+ "@webassemblyjs/helper-fsm": "1.8.5",
+ "@xtuc/long": "4.2.2"
}
},
"@webassemblyjs/wast-printer": {
- "version": "1.7.11",
- "resolved": "https://registry.npmjs.org/@webassemblyjs/wast-printer/-/wast-printer-1.7.11.tgz",
- "integrity": "sha512-m5vkAsuJ32QpkdkDOUPGSltrg8Cuk3KBx4YrmAGQwCZPRdUHXxG4phIOuuycLemHFr74sWL9Wthqss4fzdzSwg==",
+ "version": "1.8.5",
+ "resolved": "https://registry.npmjs.org/@webassemblyjs/wast-printer/-/wast-printer-1.8.5.tgz",
+ "integrity": "sha512-w0U0pD4EhlnvRyeJzBqaVSJAo9w/ce7/WPogeXLzGkO6hzhr4GnQIZ4W4uUt5b9ooAaXPtnXlj0gzsXEOUNYMg==",
"requires": {
- "@webassemblyjs/ast": "1.7.11",
- "@webassemblyjs/wast-parser": "1.7.11",
- "@xtuc/long": "4.2.1"
+ "@webassemblyjs/ast": "1.8.5",
+ "@webassemblyjs/wast-parser": "1.8.5",
+ "@xtuc/long": "4.2.2"
}
},
"@xtuc/ieee754": {
@@ -1806,9 +1810,9 @@
"integrity": "sha512-DX8nKgqcGwsc0eJSqYt5lwP4DH5FlHnmuWWBRy7X0NcaGR0ZtuyeESgMwTYVEtxmsNGY+qit4QYT/MIYTOTPeA=="
},
"@xtuc/long": {
- "version": "4.2.1",
- "resolved": "https://registry.npmjs.org/@xtuc/long/-/long-4.2.1.tgz",
- "integrity": "sha512-FZdkNBDqBRHKQ2MEbSC17xnPFOhZxeJ2YGSfr2BKf3sujG49Qe3bB+rGCwQfIaA7WHnGeGkSijX4FuBCdrzW/g=="
+ "version": "4.2.2",
+ "resolved": "https://registry.npmjs.org/@xtuc/long/-/long-4.2.2.tgz",
+ "integrity": "sha512-NuHqBY1PB/D8xU6s/thBgOAiAP7HOYDQ32+BFZILJ8ivkUkAHQnWfn6WhL79Owj1qmUnoN/YPhktdIoucipkAQ=="
},
"accepts": {
"version": "1.3.7",
@@ -1824,30 +1828,15 @@
"resolved": "https://registry.npmjs.org/acorn/-/acorn-6.3.0.tgz",
"integrity": "sha512-/czfa8BwS88b9gWQVhc8eknunSA2DoJpJyTQkhheIf5E48u1N0R4q/YxxsAeqRrmK9TQ/uYfgLDfZo91UlANIA=="
},
- "acorn-dynamic-import": {
- "version": "3.0.0",
- "resolved": "https://registry.npmjs.org/acorn-dynamic-import/-/acorn-dynamic-import-3.0.0.tgz",
- "integrity": "sha512-zVWV8Z8lislJoOKKqdNMOB+s6+XV5WERty8MnKBeFgwA+19XJjJHs2RP5dzM57FftIs+jQnRToLiWazKr6sSWg==",
- "requires": {
- "acorn": "^5.0.0"
- },
- "dependencies": {
- "acorn": {
- "version": "5.7.3",
- "resolved": "https://registry.npmjs.org/acorn/-/acorn-5.7.3.tgz",
- "integrity": "sha512-T/zvzYRfbVojPWahDsE5evJdHb3oJoQfFbsrKM7w5Zcs++Tr257tia3BmMP8XYVjp1S9RZXQMh7gao96BlqZOw=="
- }
- }
- },
"acorn-jsx": {
"version": "5.0.2",
"resolved": "https://registry.npmjs.org/acorn-jsx/-/acorn-jsx-5.0.2.tgz",
"integrity": "sha512-tiNTrP1MP0QrChmD2DdupCr6HWSFeKVw5d/dHTu4Y7rkAkRhU/Dt7dphAfIUyxtHpl/eBVip5uTNSpQJHylpAw=="
},
"address": {
- "version": "1.1.0",
- "resolved": "https://registry.npmjs.org/address/-/address-1.1.0.tgz",
- "integrity": "sha512-4diPfzWbLEIElVG4AnqP+00SULlPzNuyJFNnmMrLgyaxG6tZXJ1sn7mjBu4fHrJE+Yp/jgylOweJn2xsLMFggQ=="
+ "version": "1.1.1",
+ "resolved": "https://registry.npmjs.org/address/-/address-1.1.1.tgz",
+ "integrity": "sha512-srclZEseI6OB0MgWYWuYpr2F5fHMxh5lgWF72CeUFm5QgJyviPA64Q7PzJdBQkFCJibEycqsZ5b9L0l/J8SlyQ=="
},
"after": {
"version": "0.8.2",
@@ -2397,9 +2386,9 @@
}
},
"babel-plugin-remove-graphql-queries": {
- "version": "2.7.3",
- "resolved": "https://registry.npmjs.org/babel-plugin-remove-graphql-queries/-/babel-plugin-remove-graphql-queries-2.7.3.tgz",
- "integrity": "sha512-xuOzXil34XPhkIGE/1EmCyfPlMgX2sXBaNf3n+ico5pM3HNrKc8vHcng9CoK2jnSXEwoX5wASFfKZg1eNNdz1w=="
+ "version": "2.7.4",
+ "resolved": "https://registry.npmjs.org/babel-plugin-remove-graphql-queries/-/babel-plugin-remove-graphql-queries-2.7.4.tgz",
+ "integrity": "sha512-ZeyuATwk3jKo8IxApgSXSXfD2Pr4EbNvinsNSxs+/nefirUnHEi7KClW9lz2npczb85hIuJ5qzCSCU8RGBOttA=="
},
"babel-plugin-syntax-dynamic-import": {
"version": "6.18.0",
@@ -3178,15 +3167,16 @@
"integrity": "sha1-0ygVQE1olpn4Wk6k+odV3ROpYEg="
},
"cacache": {
- "version": "11.3.3",
- "resolved": "https://registry.npmjs.org/cacache/-/cacache-11.3.3.tgz",
- "integrity": "sha512-p8WcneCytvzPxhDvYp31PD039vi77I12W+/KfR9S8AZbaiARFBCpsPJS+9uhWfeBfeAtW7o/4vt3MUqLkbY6nA==",
+ "version": "12.0.3",
+ "resolved": "https://registry.npmjs.org/cacache/-/cacache-12.0.3.tgz",
+ "integrity": "sha512-kqdmfXEGFepesTuROHMs3MpFLWrPkSSpRqOw80RCflZXy/khxaArvFrQ7uJxSUduzAufc6G0g1VUCOZXxWavPw==",
"requires": {
"bluebird": "^3.5.5",
"chownr": "^1.1.1",
"figgy-pudding": "^3.5.1",
"glob": "^7.1.4",
"graceful-fs": "^4.1.15",
+ "infer-owner": "^1.0.3",
"lru-cache": "^5.1.1",
"mississippi": "^3.0.0",
"mkdirp": "^0.5.1",
@@ -6962,9 +6952,9 @@
"integrity": "sha1-GwqzvVU7Kg1jmdKcDj6gslIHgyc="
},
"gatsby": {
- "version": "2.13.74",
- "resolved": "https://registry.npmjs.org/gatsby/-/gatsby-2.13.74.tgz",
- "integrity": "sha512-BbbA3zNVbfHD1d4bmxmUHSMqjBsnEQCtdnvRhYBAxSp4gMyGQNysedmZ2SkhtLb2mfmM6f4WbFcsbXnCxmXwYw==",
+ "version": "2.13.77",
+ "resolved": "https://registry.npmjs.org/gatsby/-/gatsby-2.13.77.tgz",
+ "integrity": "sha512-VJyf9qtWMPFwGLpFDQdk3p9cvuWWxVmuY8Wq+h+n+WVhATva2pd9ZVEIlmdH/4SKqWSnP5KGNCISY5GGWMsVkQ==",
"requires": {
"@babel/code-frame": "^7.0.0",
"@babel/core": "^7.0.0",
@@ -6979,15 +6969,15 @@
"@reach/router": "^1.2.1",
"@typescript-eslint/eslint-plugin": "^1.13.0",
"@typescript-eslint/parser": "^1.13.0",
- "address": "1.1.0",
+ "address": "1.1.1",
"autoprefixer": "^9.6.1",
"axios": "^0.19.0",
"babel-core": "7.0.0-bridge.0",
"babel-eslint": "^10.0.2",
- "babel-loader": "^8.0.0",
+ "babel-loader": "^8.0.6",
"babel-plugin-add-module-exports": "^0.3.3",
"babel-plugin-dynamic-import-node": "^1.2.0",
- "babel-plugin-remove-graphql-queries": "^2.7.3",
+ "babel-plugin-remove-graphql-queries": "^2.7.4",
"babel-preset-gatsby": "^0.2.10",
"better-opn": "0.1.4",
"better-queue": "^3.8.10",
@@ -6996,7 +6986,7 @@
"cache-manager": "^2.10.0",
"cache-manager-fs-hash": "^0.0.7",
"chalk": "^2.4.2",
- "chokidar": "2.1.6",
+ "chokidar": "2.1.8",
"common-tags": "^1.8.0",
"compression": "^1.7.4",
"convert-hrtime": "^2.0.0",
@@ -7026,18 +7016,18 @@
"flat": "^4.1.0",
"fs-exists-cached": "1.0.0",
"fs-extra": "^5.0.0",
- "gatsby-cli": "^2.7.35",
+ "gatsby-cli": "^2.7.38",
"gatsby-core-utils": "^1.0.5",
- "gatsby-graphiql-explorer": "^0.2.5",
- "gatsby-link": "^2.2.6",
- "gatsby-plugin-page-creator": "^2.1.8",
- "gatsby-react-router-scroll": "^2.1.4",
- "gatsby-telemetry": "^1.1.16",
- "glob": "^7.1.1",
+ "gatsby-graphiql-explorer": "^0.2.7",
+ "gatsby-link": "^2.2.7",
+ "gatsby-plugin-page-creator": "^2.1.9",
+ "gatsby-react-router-scroll": "^2.1.5",
+ "gatsby-telemetry": "^1.1.17",
+ "glob": "^7.1.4",
"got": "8.3.2",
- "graphql": "^14.4.2",
+ "graphql": "^14.5.0",
"graphql-compose": "^6.3.5",
- "graphql-playground-middleware-express": "^1.7.10",
+ "graphql-playground-middleware-express": "^1.7.12",
"invariant": "^2.2.4",
"is-relative": "^1.0.0",
"is-relative-url": "^2.0.0",
@@ -7045,56 +7035,56 @@
"jest-worker": "^23.2.0",
"json-loader": "^0.5.7",
"json-stringify-safe": "^5.0.1",
- "lodash": "^4.17.14",
+ "lodash": "^4.17.15",
"lokijs": "^1.5.7",
"md5": "^2.2.1",
- "md5-file": "^3.1.1",
+ "md5-file": "^3.2.3",
"micromatch": "^3.1.10",
- "mime": "^2.2.0",
- "mini-css-extract-plugin": "^0.4.0",
- "mitt": "^1.1.2",
+ "mime": "^2.4.4",
+ "mini-css-extract-plugin": "^0.8.0",
+ "mitt": "^1.1.3",
"mkdirp": "^0.5.1",
- "moment": "^2.21.0",
+ "moment": "^2.24.0",
"name-all-modules-plugin": "^1.0.1",
"normalize-path": "^2.1.1",
"null-loader": "^0.1.1",
- "opentracing": "^0.14.3",
- "optimize-css-assets-webpack-plugin": "^5.0.1",
- "parseurl": "^1.3.2",
+ "opentracing": "^0.14.4",
+ "optimize-css-assets-webpack-plugin": "^5.0.3",
+ "parseurl": "^1.3.3",
"physical-cpu-count": "^2.0.0",
- "pnp-webpack-plugin": "^1.4.1",
- "postcss-flexbugs-fixes": "^3.0.0",
- "postcss-loader": "^2.1.3",
- "prop-types": "^15.6.1",
+ "pnp-webpack-plugin": "^1.5.0",
+ "postcss-flexbugs-fixes": "^3.3.1",
+ "postcss-loader": "^2.1.6",
+ "prop-types": "^15.7.2",
"raw-loader": "^0.5.1",
"react-dev-utils": "^4.2.3",
"react-error-overlay": "^3.0.0",
"react-hot-loader": "^4.12.11",
- "redux": "^4.0.0",
+ "redux": "^4.0.4",
"redux-thunk": "^2.3.0",
- "semver": "^5.6.0",
+ "semver": "^5.7.1",
"shallow-compare": "^1.2.2",
"sift": "^5.1.0",
"signal-exit": "^3.0.2",
"slash": "^1.0.0",
- "socket.io": "^2.0.3",
+ "socket.io": "^2.2.0",
"stack-trace": "^0.0.10",
- "string-similarity": "^1.2.0",
- "style-loader": "^0.21.0",
- "terser-webpack-plugin": "1.2.4",
+ "string-similarity": "^1.2.2",
+ "style-loader": "^0.23.1",
+ "terser-webpack-plugin": "1.4.1",
"true-case-path": "^2.2.1",
"type-of": "^2.0.1",
- "url-loader": "^1.0.1",
+ "url-loader": "^1.1.2",
"util.promisify": "^1.0.0",
- "uuid": "^3.1.0",
- "v8-compile-cache": "^1.1.0",
- "webpack": "~4.28.4",
- "webpack-dev-middleware": "^3.0.1",
- "webpack-dev-server": "^3.1.14",
- "webpack-hot-middleware": "^2.21.0",
- "webpack-merge": "^4.1.0",
- "webpack-stats-plugin": "^0.1.5",
- "xstate": "^4.3.2",
+ "uuid": "^3.3.3",
+ "v8-compile-cache": "^1.1.2",
+ "webpack": "~4.39.2",
+ "webpack-dev-middleware": "^3.7.0",
+ "webpack-dev-server": "^3.8.0",
+ "webpack-hot-middleware": "^2.25.0",
+ "webpack-merge": "^4.2.1",
+ "webpack-stats-plugin": "^0.3.0",
+ "xstate": "^4.6.7",
"yaml-loader": "^0.5.0"
},
"dependencies": {
@@ -7125,9 +7115,9 @@
"integrity": "sha512-L28STB170nwWS63UjtlEOE3dldQApaJXZkOI1uMFfzf3rRuPegHaHesyee+YxQ+W6SvRDQV6UrdOdRiR153wJg=="
},
"chokidar": {
- "version": "2.1.6",
- "resolved": "https://registry.npmjs.org/chokidar/-/chokidar-2.1.6.tgz",
- "integrity": "sha512-V2jUo67OKkc6ySiRpJrjlpJKl9kDuG+Xb8VgsGzb+aEouhgS1D0weyPU4lEzdAcsCAvrih2J2BqyXqHWvVLw5g==",
+ "version": "2.1.8",
+ "resolved": "https://registry.npmjs.org/chokidar/-/chokidar-2.1.8.tgz",
+ "integrity": "sha512-ZmZUazfOzf0Nve7duiCKD23PFSCs4JPoYyccjUFF3aQkQadqBhfzhjkwBH2mNOG9cTBwhamM37EIsIkZw3nRgg==",
"requires": {
"anymatch": "^2.0.0",
"async-each": "^1.0.1",
@@ -7223,9 +7213,9 @@
}
},
"gatsby-cli": {
- "version": "2.7.35",
- "resolved": "https://registry.npmjs.org/gatsby-cli/-/gatsby-cli-2.7.35.tgz",
- "integrity": "sha512-JgsVxeoaxDFZJugIg/N5KSc4XagsVRRCuHXNvmQMc9+pzKIjyWqGp2Nbtp2rrQB+F2sVyRjBNosx9PaZTVFDFw==",
+ "version": "2.7.38",
+ "resolved": "https://registry.npmjs.org/gatsby-cli/-/gatsby-cli-2.7.38.tgz",
+ "integrity": "sha512-l0rQFp0Y7bQzS0crb+fsZout48HpvvU4ub8IvQjWRDNYF7+LRmYiFzJVX2hDGYB83FdvanIzA7a3oZSw7A9enQ==",
"requires": {
"@babel/code-frame": "^7.0.0",
"@babel/runtime": "^7.0.0",
@@ -7243,27 +7233,27 @@
"execa": "^0.11.0",
"fs-exists-cached": "^1.0.0",
"fs-extra": "^4.0.3",
- "gatsby-telemetry": "^1.1.16",
- "hosted-git-info": "^2.6.0",
+ "gatsby-telemetry": "^1.1.17",
+ "hosted-git-info": "^2.8.4",
"ink": "^2.3.0",
"ink-spinner": "^3.0.1",
"is-valid-path": "^0.1.1",
- "lodash": "^4.17.14",
+ "lodash": "^4.17.15",
"meant": "^1.0.1",
"node-fetch": "^2.6.0",
"object.entries": "^1.1.0",
- "opentracing": "^0.14.3",
+ "opentracing": "^0.14.4",
"pretty-error": "^2.1.1",
"progress": "^2.0.3",
- "prompts": "^2.1.0",
- "react": "^16.8.4",
+ "prompts": "^2.2.1",
+ "react": "^16.9.0",
"resolve-cwd": "^2.0.0",
"semver": "^6.3.0",
- "source-map": "0.5.7",
+ "source-map": "0.7.3",
"stack-trace": "^0.0.10",
"strip-ansi": "^5.2.0",
- "update-notifier": "^2.3.0",
- "uuid": "3.3.2",
+ "update-notifier": "^2.5.0",
+ "uuid": "3.3.3",
"yargs": "^12.0.5",
"yurnalist": "^1.0.5"
},
@@ -7298,6 +7288,11 @@
"pump": "^3.0.0"
}
},
+ "hosted-git-info": {
+ "version": "2.8.4",
+ "resolved": "https://registry.npmjs.org/hosted-git-info/-/hosted-git-info-2.8.4.tgz",
+ "integrity": "sha512-pzXIvANXEFrc5oFFXRMkbLPQ2rXRoDERwDLyrcUxGhaZhgP54BBSl9Oheh7Vv0T090cszWBxPjkQQ5Sq1PbBRQ=="
+ },
"invert-kv": {
"version": "2.0.0",
"resolved": "https://registry.npmjs.org/invert-kv/-/invert-kv-2.0.0.tgz",
@@ -7400,6 +7395,16 @@
"resolved": "https://registry.npmjs.org/pify/-/pify-3.0.0.tgz",
"integrity": "sha1-5aSs0sEB/fPZpNB/DbxNtJ3SgXY="
},
+ "semver": {
+ "version": "5.7.1",
+ "resolved": "https://registry.npmjs.org/semver/-/semver-5.7.1.tgz",
+ "integrity": "sha512-sauaDf/PZdVgrLTNYHRtpXa1iRiKcaebiKQ1BJdpQlWH2lCvexQdX55snPFyK7QzpudqbCI0qXFfOasHdyNDGQ=="
+ },
+ "source-map": {
+ "version": "0.7.3",
+ "resolved": "https://registry.npmjs.org/source-map/-/source-map-0.7.3.tgz",
+ "integrity": "sha512-CkCj6giN3S+n9qrYiBTX5gystlENnRW5jZeNLHpe6aue+SrHcG5VYwujhW9s4dY31mEGsxBDrHR6oI69fTXsaQ=="
+ },
"strip-ansi": {
"version": "5.2.0",
"resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-5.2.0.tgz",
@@ -7408,6 +7413,11 @@
"ansi-regex": "^4.1.0"
}
},
+ "uuid": {
+ "version": "3.3.3",
+ "resolved": "https://registry.npmjs.org/uuid/-/uuid-3.3.3.tgz",
+ "integrity": "sha512-pW0No1RGHgzlpHJO1nsVrHKpOEIxkGg1xB+v0ZmdNH5OAeAwzAVrCnI2/6Mtx+Uys6iaylxa+D3g4j63IKKjSQ=="
+ },
"yargs": {
"version": "12.0.5",
"resolved": "https://registry.npmjs.org/yargs/-/yargs-12.0.5.tgz",
@@ -7444,9 +7454,9 @@
"integrity": "sha512-01B0wqVTftFcYwVR7HGJy+Nriy+xxC++VZhsWNCFWtby1NwfSDUwkoScGcZ/jXvg9waEmBC1n70FwVIDnoHzSA=="
},
"gatsby-graphiql-explorer": {
- "version": "0.2.5",
- "resolved": "https://registry.npmjs.org/gatsby-graphiql-explorer/-/gatsby-graphiql-explorer-0.2.5.tgz",
- "integrity": "sha512-TbXSYYhdKhElFWXU5u55Ey9kyFbt/nPNw8tRdf7SClXR6Dt4iaoZSiagtccNsZ3q6sWPhujyeS8XylAF9hvhQg==",
+ "version": "0.2.7",
+ "resolved": "https://registry.npmjs.org/gatsby-graphiql-explorer/-/gatsby-graphiql-explorer-0.2.7.tgz",
+ "integrity": "sha512-an2SlIliUINXiE/6cdCMSJUD3Y5JOHOmqX7EG6hfcxv3Rsa/nRR7xDoc4oB5WIJMphFoxMnleBXdWVeQ+kSEgw==",
"requires": {
"@babel/runtime": "^7.0.0"
}
@@ -7462,34 +7472,34 @@
}
},
"gatsby-link": {
- "version": "2.2.6",
- "resolved": "https://registry.npmjs.org/gatsby-link/-/gatsby-link-2.2.6.tgz",
- "integrity": "sha512-FnQ4Z+a5KDmAIoipfGqtELZ/WPB0W67I/jo4ekOPwEu14t6N/VWdTS0mOdJoNCeElNvnJ7cNqlNnEopdU4vbKw==",
+ "version": "2.2.7",
+ "resolved": "https://registry.npmjs.org/gatsby-link/-/gatsby-link-2.2.7.tgz",
+ "integrity": "sha512-roFLJJIKE35Y7Weofft9e6GkP75t/JImRdu1eE0U4xbyVBpmp5CxRcTrC267oMoT0Ev2kAJep0MK+3KheEDGcA==",
"requires": {
"@babel/runtime": "^7.0.0",
"@types/reach__router": "^1.2.4",
- "prop-types": "^15.6.1"
+ "prop-types": "^15.7.2"
}
},
"gatsby-page-utils": {
- "version": "0.0.8",
- "resolved": "https://registry.npmjs.org/gatsby-page-utils/-/gatsby-page-utils-0.0.8.tgz",
- "integrity": "sha512-vwSVOP8TD1sRpd2Q2YTsH2usy9+Swn7x4praaame+H/nbCO4/4cfCGqP55gQdNGvielFnqYosxpt63yU48SGow==",
+ "version": "0.0.9",
+ "resolved": "https://registry.npmjs.org/gatsby-page-utils/-/gatsby-page-utils-0.0.9.tgz",
+ "integrity": "sha512-hKdKh4Sc9vho+4eCH33ewrXr045++CWbBXMQESRhB+deMwooPltqAOuP4dthctyNrR/TxN0jSY6nBA2gXeEBKQ==",
"requires": {
"@babel/runtime": "^7.0.0",
"bluebird": "^3.5.5",
- "chokidar": "2.1.6",
+ "chokidar": "2.1.8",
"fs-exists-cached": "^1.0.0",
- "glob": "^7.1.1",
- "lodash": "^4.17.14",
+ "glob": "^7.1.4",
+ "lodash": "^4.17.15",
"micromatch": "^3.1.10",
"slash": "^1.0.0"
},
"dependencies": {
"chokidar": {
- "version": "2.1.6",
- "resolved": "https://registry.npmjs.org/chokidar/-/chokidar-2.1.6.tgz",
- "integrity": "sha512-V2jUo67OKkc6ySiRpJrjlpJKl9kDuG+Xb8VgsGzb+aEouhgS1D0weyPU4lEzdAcsCAvrih2J2BqyXqHWvVLw5g==",
+ "version": "2.1.8",
+ "resolved": "https://registry.npmjs.org/chokidar/-/chokidar-2.1.8.tgz",
+ "integrity": "sha512-ZmZUazfOzf0Nve7duiCKD23PFSCs4JPoYyccjUFF3aQkQadqBhfzhjkwBH2mNOG9cTBwhamM37EIsIkZw3nRgg==",
"requires": {
"anymatch": "^2.0.0",
"async-each": "^1.0.1",
@@ -7613,16 +7623,16 @@
}
},
"gatsby-plugin-page-creator": {
- "version": "2.1.8",
- "resolved": "https://registry.npmjs.org/gatsby-plugin-page-creator/-/gatsby-plugin-page-creator-2.1.8.tgz",
- "integrity": "sha512-InCp/L3e4Hb6uDMycPX0Pu+XO5ftkqBHHmSY0DhmYP1VnJI3YmY5z8jfRIC4CSLNGT5z4R4fHoVF2pmQnHFiWA==",
+ "version": "2.1.9",
+ "resolved": "https://registry.npmjs.org/gatsby-plugin-page-creator/-/gatsby-plugin-page-creator-2.1.9.tgz",
+ "integrity": "sha512-vd49f5iIDe80VENjMBkO4b/h+SOOUkiTIicAdYoW3dLa4pOCMfzoLz4aZJyszCUuM4bbXOHGbtG1V7lGtJyojQ==",
"requires": {
"@babel/runtime": "^7.0.0",
"bluebird": "^3.5.5",
"fs-exists-cached": "^1.0.0",
- "gatsby-page-utils": "^0.0.8",
- "glob": "^7.1.1",
- "lodash": "^4.17.14",
+ "gatsby-page-utils": "^0.0.9",
+ "glob": "^7.1.4",
+ "lodash": "^4.17.15",
"micromatch": "^3.1.10"
}
},
@@ -7748,12 +7758,12 @@
}
},
"gatsby-react-router-scroll": {
- "version": "2.1.4",
- "resolved": "https://registry.npmjs.org/gatsby-react-router-scroll/-/gatsby-react-router-scroll-2.1.4.tgz",
- "integrity": "sha512-p9HQ2GrIVmKL3UAk7jqKzOXaigj6tu1xQPAGguO+5+i5ZfD245TQq1UAj1bZr0dJ1DJqRLbTooxPiL7+K05pVg==",
+ "version": "2.1.5",
+ "resolved": "https://registry.npmjs.org/gatsby-react-router-scroll/-/gatsby-react-router-scroll-2.1.5.tgz",
+ "integrity": "sha512-OSjj7tBi2rgMB2h90StAi/4iP/xpNNX42hhYCv1v8+4MX3/b45v3Qp28CW+N6FpQTzDHNHTUburNrlY0nBByaA==",
"requires": {
"@babel/runtime": "^7.0.0",
- "scroll-behavior": "^0.9.9",
+ "scroll-behavior": "^0.9.10",
"warning": "^3.0.0"
}
},
@@ -7973,9 +7983,9 @@
}
},
"gatsby-telemetry": {
- "version": "1.1.16",
- "resolved": "https://registry.npmjs.org/gatsby-telemetry/-/gatsby-telemetry-1.1.16.tgz",
- "integrity": "sha512-tOMKRgi19odXJEl0FAnv5xA/P+ysU1oLFhb2uYb1T2nVnTsD+4L7Ffk3r+EmTz0fN8KZmcrVJq2Lh6XU1zCRGg==",
+ "version": "1.1.17",
+ "resolved": "https://registry.npmjs.org/gatsby-telemetry/-/gatsby-telemetry-1.1.17.tgz",
+ "integrity": "sha512-EkmkVVh9c9RDdiYOK0NlM/HbYuPTyqZv5Lsd4KdNMGcxzeQSmx8eglRuJxqOLWbAyeVG4vMkZVVZRz6oANwInA==",
"requires": {
"@babel/code-frame": "^7.0.0",
"@babel/runtime": "^7.0.0",
@@ -7987,13 +7997,13 @@
"fs-extra": "^7.0.1",
"git-up": "4.0.1",
"is-docker": "1.1.0",
- "lodash": "^4.17.14",
- "node-fetch": "2.3.0",
+ "lodash": "^4.17.15",
+ "node-fetch": "2.6.0",
"resolve-cwd": "^2.0.0",
- "source-map": "^0.5.7",
+ "source-map": "^0.7.3",
"stack-trace": "^0.0.10",
"stack-utils": "1.0.2",
- "uuid": "3.3.2"
+ "uuid": "3.3.3"
},
"dependencies": {
"configstore": {
@@ -8028,14 +8038,24 @@
}
},
"node-fetch": {
- "version": "2.3.0",
- "resolved": "https://registry.npmjs.org/node-fetch/-/node-fetch-2.3.0.tgz",
- "integrity": "sha512-MOd8pV3fxENbryESLgVIeaGKrdl+uaYhCSSVkjeOb/31/njTpcis5aWfdqgNlHIrKOLRbMnfPINPOML2CIFeXA=="
+ "version": "2.6.0",
+ "resolved": "https://registry.npmjs.org/node-fetch/-/node-fetch-2.6.0.tgz",
+ "integrity": "sha512-8dG4H5ujfvFiqDmVu9fQ5bOHUC15JMjMY/Zumv26oOvvVJjM67KF8koCWIabKQ1GJIa9r2mMZscBq/TbdOcmNA=="
},
"pify": {
"version": "3.0.0",
"resolved": "https://registry.npmjs.org/pify/-/pify-3.0.0.tgz",
"integrity": "sha1-5aSs0sEB/fPZpNB/DbxNtJ3SgXY="
+ },
+ "source-map": {
+ "version": "0.7.3",
+ "resolved": "https://registry.npmjs.org/source-map/-/source-map-0.7.3.tgz",
+ "integrity": "sha512-CkCj6giN3S+n9qrYiBTX5gystlENnRW5jZeNLHpe6aue+SrHcG5VYwujhW9s4dY31mEGsxBDrHR6oI69fTXsaQ=="
+ },
+ "uuid": {
+ "version": "3.3.3",
+ "resolved": "https://registry.npmjs.org/uuid/-/uuid-3.3.3.tgz",
+ "integrity": "sha512-pW0No1RGHgzlpHJO1nsVrHKpOEIxkGg1xB+v0ZmdNH5OAeAwzAVrCnI2/6Mtx+Uys6iaylxa+D3g4j63IKKjSQ=="
}
}
},
@@ -8359,9 +8379,9 @@
"integrity": "sha1-TK+tdrxi8C+gObL5Tpo906ORpyU="
},
"graphql": {
- "version": "14.4.2",
- "resolved": "https://registry.npmjs.org/graphql/-/graphql-14.4.2.tgz",
- "integrity": "sha512-6uQadiRgnpnSS56hdZUSvFrVcQ6OF9y6wkxJfKquFtHlnl7+KSuWwSJsdwiK1vybm1HgcdbpGkCpvhvsVQ0UZQ==",
+ "version": "14.5.0",
+ "resolved": "https://registry.npmjs.org/graphql/-/graphql-14.5.0.tgz",
+ "integrity": "sha512-wnGcTD181L2xPnIwHHjx/moV4ulxA2Kms9zcUY+B/SIrK+2N+iOC6WNgnR2zVTmg1Z8P+CZq5KXibTnatg3WUw==",
"requires": {
"iterall": "^1.2.2"
}
@@ -9108,6 +9128,11 @@
"resolved": "https://registry.npmjs.org/indexof/-/indexof-0.0.1.tgz",
"integrity": "sha1-gtwzbSMrkGIXnQWrMpOmYFn9Q10="
},
+ "infer-owner": {
+ "version": "1.0.4",
+ "resolved": "https://registry.npmjs.org/infer-owner/-/infer-owner-1.0.4.tgz",
+ "integrity": "sha512-IClj+Xz94+d7irH5qRyfJonOdfTzuDaifE6ZPWfx0N0+/ATZCbuTPq2prFl526urkQd90WyUKIh1DfBQ2hMz9A=="
+ },
"inflight": {
"version": "1.0.6",
"resolved": "https://registry.npmjs.org/inflight/-/inflight-1.0.6.tgz",
@@ -10505,6 +10530,11 @@
}
}
},
+ "mamacro": {
+ "version": "0.0.3",
+ "resolved": "https://registry.npmjs.org/mamacro/-/mamacro-0.0.3.tgz",
+ "integrity": "sha512-qMEwh+UujcQ+kbz3T6V+wAmO2U8veoq2w+3wY8MquqwVA3jChfwY+Tk52GZKDfACEPjuZ7r2oJLejwpt8jtwTA=="
+ },
"map-age-cleaner": {
"version": "0.1.3",
"resolved": "https://registry.npmjs.org/map-age-cleaner/-/map-age-cleaner-0.1.3.tgz",
@@ -10856,15 +10886,36 @@
}
},
"mini-css-extract-plugin": {
- "version": "0.4.5",
- "resolved": "https://registry.npmjs.org/mini-css-extract-plugin/-/mini-css-extract-plugin-0.4.5.tgz",
- "integrity": "sha512-dqBanNfktnp2hwL2YguV9Jh91PFX7gu7nRLs4TGsbAfAG6WOtlynFRYzwDwmmeSb5uIwHo9nx1ta0f7vAZVp2w==",
+ "version": "0.8.0",
+ "resolved": "https://registry.npmjs.org/mini-css-extract-plugin/-/mini-css-extract-plugin-0.8.0.tgz",
+ "integrity": "sha512-MNpRGbNA52q6U92i0qbVpQNsgk7LExy41MdAlG84FeytfDOtRIf/mCHdEgG8rpTKOaNKiqUnZdlptF469hxqOw==",
"requires": {
"loader-utils": "^1.1.0",
+ "normalize-url": "1.9.1",
"schema-utils": "^1.0.0",
"webpack-sources": "^1.1.0"
},
"dependencies": {
+ "normalize-url": {
+ "version": "1.9.1",
+ "resolved": "https://registry.npmjs.org/normalize-url/-/normalize-url-1.9.1.tgz",
+ "integrity": "sha1-LMDWazHqIwNkWENuNiDYWVTGbDw=",
+ "requires": {
+ "object-assign": "^4.0.1",
+ "prepend-http": "^1.0.0",
+ "query-string": "^4.1.0",
+ "sort-keys": "^1.0.0"
+ }
+ },
+ "query-string": {
+ "version": "4.3.4",
+ "resolved": "https://registry.npmjs.org/query-string/-/query-string-4.3.4.tgz",
+ "integrity": "sha1-u7aTucqRXCMlFbIosaArYJBD2+s=",
+ "requires": {
+ "object-assign": "^4.1.0",
+ "strict-uri-encode": "^1.0.0"
+ }
+ },
"schema-utils": {
"version": "1.0.0",
"resolved": "https://registry.npmjs.org/schema-utils/-/schema-utils-1.0.0.tgz",
@@ -10874,6 +10925,14 @@
"ajv-errors": "^1.0.0",
"ajv-keywords": "^3.1.0"
}
+ },
+ "sort-keys": {
+ "version": "1.1.2",
+ "resolved": "https://registry.npmjs.org/sort-keys/-/sort-keys-1.1.2.tgz",
+ "integrity": "sha1-RBttTTRnmPG05J6JIK37oOVD+a0=",
+ "requires": {
+ "is-plain-obj": "^1.0.0"
+ }
}
}
},
@@ -15413,12 +15472,24 @@
}
},
"style-loader": {
- "version": "0.21.0",
- "resolved": "https://registry.npmjs.org/style-loader/-/style-loader-0.21.0.tgz",
- "integrity": "sha512-T+UNsAcl3Yg+BsPKs1vd22Fr8sVT+CJMtzqc6LEw9bbJZb43lm9GoeIfUcDEefBSWC0BhYbcdupV1GtI4DGzxg==",
+ "version": "0.23.1",
+ "resolved": "https://registry.npmjs.org/style-loader/-/style-loader-0.23.1.tgz",
+ "integrity": "sha512-XK+uv9kWwhZMZ1y7mysB+zoihsEj4wneFWAS5qoiLwzW0WzSqMrrsIy+a3zkQJq0ipFtBpX5W3MqyRIBF/WFGg==",
"requires": {
"loader-utils": "^1.1.0",
- "schema-utils": "^0.4.5"
+ "schema-utils": "^1.0.0"
+ },
+ "dependencies": {
+ "schema-utils": {
+ "version": "1.0.0",
+ "resolved": "https://registry.npmjs.org/schema-utils/-/schema-utils-1.0.0.tgz",
+ "integrity": "sha512-i27Mic4KovM/lnGsy8whRCHhc7VicJajAjTrYg11K9zfZXnYIt4k5F+kZkwjnrhKzLic/HLU4j11mjsz2G/75g==",
+ "requires": {
+ "ajv": "^6.1.0",
+ "ajv-errors": "^1.0.0",
+ "ajv-keywords": "^3.1.0"
+ }
+ }
}
},
"style-to-object": {
@@ -15656,13 +15727,13 @@
}
},
"terser": {
- "version": "3.17.0",
- "resolved": "https://registry.npmjs.org/terser/-/terser-3.17.0.tgz",
- "integrity": "sha512-/FQzzPJmCpjAH9Xvk2paiWrFq+5M6aVOf+2KRbwhByISDX/EujxsK+BAvrhb6H+2rtrLCHK9N01wO014vrIwVQ==",
+ "version": "4.2.0",
+ "resolved": "https://registry.npmjs.org/terser/-/terser-4.2.0.tgz",
+ "integrity": "sha512-6lPt7lZdZ/13icQJp8XasFOwZjFJkxFFIb/N1fhYEQNoNI3Ilo3KABZ9OocZvZoB39r6SiIk/0+v/bt8nZoSeA==",
"requires": {
- "commander": "^2.19.0",
+ "commander": "^2.20.0",
"source-map": "~0.6.1",
- "source-map-support": "~0.5.10"
+ "source-map-support": "~0.5.12"
},
"dependencies": {
"source-map": {
@@ -15673,18 +15744,18 @@
}
},
"terser-webpack-plugin": {
- "version": "1.2.4",
- "resolved": "https://registry.npmjs.org/terser-webpack-plugin/-/terser-webpack-plugin-1.2.4.tgz",
- "integrity": "sha512-64IiILNQlACWZLzFlpzNaG0bpQ4ytaB7fwOsbpsdIV70AfLUmIGGeuKL0YV2WmtcrURjE2aOvHD4/lrFV3Rg+Q==",
+ "version": "1.4.1",
+ "resolved": "https://registry.npmjs.org/terser-webpack-plugin/-/terser-webpack-plugin-1.4.1.tgz",
+ "integrity": "sha512-ZXmmfiwtCLfz8WKZyYUuuHf3dMYEjg8NrjHMb0JqHVHVOSkzp3cW2/XG1fP3tRhqEqSzMwzzRQGtAPbs4Cncxg==",
"requires": {
- "cacache": "^11.3.2",
- "find-cache-dir": "^2.0.0",
+ "cacache": "^12.0.2",
+ "find-cache-dir": "^2.1.0",
"is-wsl": "^1.1.0",
"schema-utils": "^1.0.0",
"serialize-javascript": "^1.7.0",
"source-map": "^0.6.1",
- "terser": "^3.17.0",
- "webpack-sources": "^1.3.0",
+ "terser": "^4.1.2",
+ "webpack-sources": "^1.4.0",
"worker-farm": "^1.7.0"
},
"dependencies": {
@@ -16623,40 +16694,44 @@
"integrity": "sha512-r8sAtNmgR0WKOKOxzuSgk09JsHlpKlB+uHi937qypOu3PZ17UxPrierFKDye/uNHjNTTEshu5PId8rojIPj/tA=="
},
"webpack": {
- "version": "4.28.4",
- "resolved": "https://registry.npmjs.org/webpack/-/webpack-4.28.4.tgz",
- "integrity": "sha512-NxjD61WsK/a3JIdwWjtIpimmvE6UrRi3yG54/74Hk9rwNj5FPkA4DJCf1z4ByDWLkvZhTZE+P3C/eh6UD5lDcw==",
- "requires": {
- "@webassemblyjs/ast": "1.7.11",
- "@webassemblyjs/helper-module-context": "1.7.11",
- "@webassemblyjs/wasm-edit": "1.7.11",
- "@webassemblyjs/wasm-parser": "1.7.11",
- "acorn": "^5.6.2",
- "acorn-dynamic-import": "^3.0.0",
- "ajv": "^6.1.0",
- "ajv-keywords": "^3.1.0",
- "chrome-trace-event": "^1.0.0",
+ "version": "4.39.2",
+ "resolved": "https://registry.npmjs.org/webpack/-/webpack-4.39.2.tgz",
+ "integrity": "sha512-AKgTfz3xPSsEibH00JfZ9sHXGUwIQ6eZ9tLN8+VLzachk1Cw2LVmy+4R7ZiwTa9cZZ15tzySjeMui/UnSCAZhA==",
+ "requires": {
+ "@webassemblyjs/ast": "1.8.5",
+ "@webassemblyjs/helper-module-context": "1.8.5",
+ "@webassemblyjs/wasm-edit": "1.8.5",
+ "@webassemblyjs/wasm-parser": "1.8.5",
+ "acorn": "^6.2.1",
+ "ajv": "^6.10.2",
+ "ajv-keywords": "^3.4.1",
+ "chrome-trace-event": "^1.0.2",
"enhanced-resolve": "^4.1.0",
- "eslint-scope": "^4.0.0",
+ "eslint-scope": "^4.0.3",
"json-parse-better-errors": "^1.0.2",
- "loader-runner": "^2.3.0",
- "loader-utils": "^1.1.0",
- "memory-fs": "~0.4.1",
- "micromatch": "^3.1.8",
- "mkdirp": "~0.5.0",
- "neo-async": "^2.5.0",
- "node-libs-browser": "^2.0.0",
- "schema-utils": "^0.4.4",
- "tapable": "^1.1.0",
- "terser-webpack-plugin": "^1.1.0",
- "watchpack": "^1.5.0",
- "webpack-sources": "^1.3.0"
+ "loader-runner": "^2.4.0",
+ "loader-utils": "^1.2.3",
+ "memory-fs": "^0.4.1",
+ "micromatch": "^3.1.10",
+ "mkdirp": "^0.5.1",
+ "neo-async": "^2.6.1",
+ "node-libs-browser": "^2.2.1",
+ "schema-utils": "^1.0.0",
+ "tapable": "^1.1.3",
+ "terser-webpack-plugin": "^1.4.1",
+ "watchpack": "^1.6.0",
+ "webpack-sources": "^1.4.1"
},
"dependencies": {
- "acorn": {
- "version": "5.7.3",
- "resolved": "https://registry.npmjs.org/acorn/-/acorn-5.7.3.tgz",
- "integrity": "sha512-T/zvzYRfbVojPWahDsE5evJdHb3oJoQfFbsrKM7w5Zcs++Tr257tia3BmMP8XYVjp1S9RZXQMh7gao96BlqZOw=="
+ "schema-utils": {
+ "version": "1.0.0",
+ "resolved": "https://registry.npmjs.org/schema-utils/-/schema-utils-1.0.0.tgz",
+ "integrity": "sha512-i27Mic4KovM/lnGsy8whRCHhc7VicJajAjTrYg11K9zfZXnYIt4k5F+kZkwjnrhKzLic/HLU4j11mjsz2G/75g==",
+ "requires": {
+ "ajv": "^6.1.0",
+ "ajv-errors": "^1.0.0",
+ "ajv-keywords": "^3.1.0"
+ }
}
}
},
@@ -17087,9 +17162,9 @@
}
},
"webpack-stats-plugin": {
- "version": "0.1.5",
- "resolved": "https://registry.npmjs.org/webpack-stats-plugin/-/webpack-stats-plugin-0.1.5.tgz",
- "integrity": "sha1-KeXxLr/VMVjTHWVqETrB97hhedk="
+ "version": "0.3.0",
+ "resolved": "https://registry.npmjs.org/webpack-stats-plugin/-/webpack-stats-plugin-0.3.0.tgz",
+ "integrity": "sha512-4a6mEl9HLtMukVjEPY8QPCSmtX2EDFJNhDTX5ZE2CLch2adKAZf53nUrpG6m7NattwigS0AodNcwNxlu9kMSDQ=="
},
"websocket-driver": {
"version": "0.7.3",
diff --git a/themes/gatsby-starter-blog-theme/package.json b/themes/gatsby-starter-blog-theme/package.json
index 3859f27c0bd05..df00a2cbb4975 100644
--- a/themes/gatsby-starter-blog-theme/package.json
+++ b/themes/gatsby-starter-blog-theme/package.json
@@ -8,7 +8,7 @@
"build": "gatsby build"
},
"dependencies": {
- "gatsby": "^2.13.74",
+ "gatsby": "^2.13.77",
"gatsby-theme-blog": "^1.0.2",
"react": "^16.9.0",
"react-dom": "^16.9.0"
diff --git a/themes/gatsby-starter-notes-theme/package-lock.json b/themes/gatsby-starter-notes-theme/package-lock.json
index 83115dd1176e5..12e2c9638ec1c 100644
--- a/themes/gatsby-starter-notes-theme/package-lock.json
+++ b/themes/gatsby-starter-notes-theme/package-lock.json
@@ -1621,157 +1621,161 @@
}
},
"@webassemblyjs/ast": {
- "version": "1.7.11",
- "resolved": "https://registry.npmjs.org/@webassemblyjs/ast/-/ast-1.7.11.tgz",
- "integrity": "sha512-ZEzy4vjvTzScC+SH8RBssQUawpaInUdMTYwYYLh54/s8TuT0gBLuyUnppKsVyZEi876VmmStKsUs28UxPgdvrA==",
+ "version": "1.8.5",
+ "resolved": "https://registry.npmjs.org/@webassemblyjs/ast/-/ast-1.8.5.tgz",
+ "integrity": "sha512-aJMfngIZ65+t71C3y2nBBg5FFG0Okt9m0XEgWZ7Ywgn1oMAT8cNwx00Uv1cQyHtidq0Xn94R4TAywO+LCQ+ZAQ==",
"requires": {
- "@webassemblyjs/helper-module-context": "1.7.11",
- "@webassemblyjs/helper-wasm-bytecode": "1.7.11",
- "@webassemblyjs/wast-parser": "1.7.11"
+ "@webassemblyjs/helper-module-context": "1.8.5",
+ "@webassemblyjs/helper-wasm-bytecode": "1.8.5",
+ "@webassemblyjs/wast-parser": "1.8.5"
}
},
"@webassemblyjs/floating-point-hex-parser": {
- "version": "1.7.11",
- "resolved": "https://registry.npmjs.org/@webassemblyjs/floating-point-hex-parser/-/floating-point-hex-parser-1.7.11.tgz",
- "integrity": "sha512-zY8dSNyYcgzNRNT666/zOoAyImshm3ycKdoLsyDw/Bwo6+/uktb7p4xyApuef1dwEBo/U/SYQzbGBvV+nru2Xg=="
+ "version": "1.8.5",
+ "resolved": "https://registry.npmjs.org/@webassemblyjs/floating-point-hex-parser/-/floating-point-hex-parser-1.8.5.tgz",
+ "integrity": "sha512-9p+79WHru1oqBh9ewP9zW95E3XAo+90oth7S5Re3eQnECGq59ly1Ri5tsIipKGpiStHsUYmY3zMLqtk3gTcOtQ=="
},
"@webassemblyjs/helper-api-error": {
- "version": "1.7.11",
- "resolved": "https://registry.npmjs.org/@webassemblyjs/helper-api-error/-/helper-api-error-1.7.11.tgz",
- "integrity": "sha512-7r1qXLmiglC+wPNkGuXCvkmalyEstKVwcueZRP2GNC2PAvxbLYwLLPr14rcdJaE4UtHxQKfFkuDFuv91ipqvXg=="
+ "version": "1.8.5",
+ "resolved": "https://registry.npmjs.org/@webassemblyjs/helper-api-error/-/helper-api-error-1.8.5.tgz",
+ "integrity": "sha512-Za/tnzsvnqdaSPOUXHyKJ2XI7PDX64kWtURyGiJJZKVEdFOsdKUCPTNEVFZq3zJ2R0G5wc2PZ5gvdTRFgm81zA=="
},
"@webassemblyjs/helper-buffer": {
- "version": "1.7.11",
- "resolved": "https://registry.npmjs.org/@webassemblyjs/helper-buffer/-/helper-buffer-1.7.11.tgz",
- "integrity": "sha512-MynuervdylPPh3ix+mKZloTcL06P8tenNH3sx6s0qE8SLR6DdwnfgA7Hc9NSYeob2jrW5Vql6GVlsQzKQCa13w=="
+ "version": "1.8.5",
+ "resolved": "https://registry.npmjs.org/@webassemblyjs/helper-buffer/-/helper-buffer-1.8.5.tgz",
+ "integrity": "sha512-Ri2R8nOS0U6G49Q86goFIPNgjyl6+oE1abW1pS84BuhP1Qcr5JqMwRFT3Ah3ADDDYGEgGs1iyb1DGX+kAi/c/Q=="
},
"@webassemblyjs/helper-code-frame": {
- "version": "1.7.11",
- "resolved": "https://registry.npmjs.org/@webassemblyjs/helper-code-frame/-/helper-code-frame-1.7.11.tgz",
- "integrity": "sha512-T8ESC9KMXFTXA5urJcyor5cn6qWeZ4/zLPyWeEXZ03hj/x9weSokGNkVCdnhSabKGYWxElSdgJ+sFa9G/RdHNw==",
+ "version": "1.8.5",
+ "resolved": "https://registry.npmjs.org/@webassemblyjs/helper-code-frame/-/helper-code-frame-1.8.5.tgz",
+ "integrity": "sha512-VQAadSubZIhNpH46IR3yWO4kZZjMxN1opDrzePLdVKAZ+DFjkGD/rf4v1jap744uPVU6yjL/smZbRIIJTOUnKQ==",
"requires": {
- "@webassemblyjs/wast-printer": "1.7.11"
+ "@webassemblyjs/wast-printer": "1.8.5"
}
},
"@webassemblyjs/helper-fsm": {
- "version": "1.7.11",
- "resolved": "https://registry.npmjs.org/@webassemblyjs/helper-fsm/-/helper-fsm-1.7.11.tgz",
- "integrity": "sha512-nsAQWNP1+8Z6tkzdYlXT0kxfa2Z1tRTARd8wYnc/e3Zv3VydVVnaeePgqUzFrpkGUyhUUxOl5ML7f1NuT+gC0A=="
+ "version": "1.8.5",
+ "resolved": "https://registry.npmjs.org/@webassemblyjs/helper-fsm/-/helper-fsm-1.8.5.tgz",
+ "integrity": "sha512-kRuX/saORcg8se/ft6Q2UbRpZwP4y7YrWsLXPbbmtepKr22i8Z4O3V5QE9DbZK908dh5Xya4Un57SDIKwB9eow=="
},
"@webassemblyjs/helper-module-context": {
- "version": "1.7.11",
- "resolved": "https://registry.npmjs.org/@webassemblyjs/helper-module-context/-/helper-module-context-1.7.11.tgz",
- "integrity": "sha512-JxfD5DX8Ygq4PvXDucq0M+sbUFA7BJAv/GGl9ITovqE+idGX+J3QSzJYz+LwQmL7fC3Rs+utvWoJxDb6pmC0qg=="
+ "version": "1.8.5",
+ "resolved": "https://registry.npmjs.org/@webassemblyjs/helper-module-context/-/helper-module-context-1.8.5.tgz",
+ "integrity": "sha512-/O1B236mN7UNEU4t9X7Pj38i4VoU8CcMHyy3l2cV/kIF4U5KoHXDVqcDuOs1ltkac90IM4vZdHc52t1x8Yfs3g==",
+ "requires": {
+ "@webassemblyjs/ast": "1.8.5",
+ "mamacro": "^0.0.3"
+ }
},
"@webassemblyjs/helper-wasm-bytecode": {
- "version": "1.7.11",
- "resolved": "https://registry.npmjs.org/@webassemblyjs/helper-wasm-bytecode/-/helper-wasm-bytecode-1.7.11.tgz",
- "integrity": "sha512-cMXeVS9rhoXsI9LLL4tJxBgVD/KMOKXuFqYb5oCJ/opScWpkCMEz9EJtkonaNcnLv2R3K5jIeS4TRj/drde1JQ=="
+ "version": "1.8.5",
+ "resolved": "https://registry.npmjs.org/@webassemblyjs/helper-wasm-bytecode/-/helper-wasm-bytecode-1.8.5.tgz",
+ "integrity": "sha512-Cu4YMYG3Ddl72CbmpjU/wbP6SACcOPVbHN1dI4VJNJVgFwaKf1ppeFJrwydOG3NDHxVGuCfPlLZNyEdIYlQ6QQ=="
},
"@webassemblyjs/helper-wasm-section": {
- "version": "1.7.11",
- "resolved": "https://registry.npmjs.org/@webassemblyjs/helper-wasm-section/-/helper-wasm-section-1.7.11.tgz",
- "integrity": "sha512-8ZRY5iZbZdtNFE5UFunB8mmBEAbSI3guwbrsCl4fWdfRiAcvqQpeqd5KHhSWLL5wuxo53zcaGZDBU64qgn4I4Q==",
+ "version": "1.8.5",
+ "resolved": "https://registry.npmjs.org/@webassemblyjs/helper-wasm-section/-/helper-wasm-section-1.8.5.tgz",
+ "integrity": "sha512-VV083zwR+VTrIWWtgIUpqfvVdK4ff38loRmrdDBgBT8ADXYsEZ5mPQ4Nde90N3UYatHdYoDIFb7oHzMncI02tA==",
"requires": {
- "@webassemblyjs/ast": "1.7.11",
- "@webassemblyjs/helper-buffer": "1.7.11",
- "@webassemblyjs/helper-wasm-bytecode": "1.7.11",
- "@webassemblyjs/wasm-gen": "1.7.11"
+ "@webassemblyjs/ast": "1.8.5",
+ "@webassemblyjs/helper-buffer": "1.8.5",
+ "@webassemblyjs/helper-wasm-bytecode": "1.8.5",
+ "@webassemblyjs/wasm-gen": "1.8.5"
}
},
"@webassemblyjs/ieee754": {
- "version": "1.7.11",
- "resolved": "https://registry.npmjs.org/@webassemblyjs/ieee754/-/ieee754-1.7.11.tgz",
- "integrity": "sha512-Mmqx/cS68K1tSrvRLtaV/Lp3NZWzXtOHUW2IvDvl2sihAwJh4ACE0eL6A8FvMyDG9abes3saB6dMimLOs+HMoQ==",
+ "version": "1.8.5",
+ "resolved": "https://registry.npmjs.org/@webassemblyjs/ieee754/-/ieee754-1.8.5.tgz",
+ "integrity": "sha512-aaCvQYrvKbY/n6wKHb/ylAJr27GglahUO89CcGXMItrOBqRarUMxWLJgxm9PJNuKULwN5n1csT9bYoMeZOGF3g==",
"requires": {
"@xtuc/ieee754": "^1.2.0"
}
},
"@webassemblyjs/leb128": {
- "version": "1.7.11",
- "resolved": "https://registry.npmjs.org/@webassemblyjs/leb128/-/leb128-1.7.11.tgz",
- "integrity": "sha512-vuGmgZjjp3zjcerQg+JA+tGOncOnJLWVkt8Aze5eWQLwTQGNgVLcyOTqgSCxWTR4J42ijHbBxnuRaL1Rv7XMdw==",
+ "version": "1.8.5",
+ "resolved": "https://registry.npmjs.org/@webassemblyjs/leb128/-/leb128-1.8.5.tgz",
+ "integrity": "sha512-plYUuUwleLIziknvlP8VpTgO4kqNaH57Y3JnNa6DLpu/sGcP6hbVdfdX5aHAV716pQBKrfuU26BJK29qY37J7A==",
"requires": {
- "@xtuc/long": "4.2.1"
+ "@xtuc/long": "4.2.2"
}
},
"@webassemblyjs/utf8": {
- "version": "1.7.11",
- "resolved": "https://registry.npmjs.org/@webassemblyjs/utf8/-/utf8-1.7.11.tgz",
- "integrity": "sha512-C6GFkc7aErQIAH+BMrIdVSmW+6HSe20wg57HEC1uqJP8E/xpMjXqQUxkQw07MhNDSDcGpxI9G5JSNOQCqJk4sA=="
+ "version": "1.8.5",
+ "resolved": "https://registry.npmjs.org/@webassemblyjs/utf8/-/utf8-1.8.5.tgz",
+ "integrity": "sha512-U7zgftmQriw37tfD934UNInokz6yTmn29inT2cAetAsaU9YeVCveWEwhKL1Mg4yS7q//NGdzy79nlXh3bT8Kjw=="
},
"@webassemblyjs/wasm-edit": {
- "version": "1.7.11",
- "resolved": "https://registry.npmjs.org/@webassemblyjs/wasm-edit/-/wasm-edit-1.7.11.tgz",
- "integrity": "sha512-FUd97guNGsCZQgeTPKdgxJhBXkUbMTY6hFPf2Y4OedXd48H97J+sOY2Ltaq6WGVpIH8o/TGOVNiVz/SbpEMJGg==",
+ "version": "1.8.5",
+ "resolved": "https://registry.npmjs.org/@webassemblyjs/wasm-edit/-/wasm-edit-1.8.5.tgz",
+ "integrity": "sha512-A41EMy8MWw5yvqj7MQzkDjU29K7UJq1VrX2vWLzfpRHt3ISftOXqrtojn7nlPsZ9Ijhp5NwuODuycSvfAO/26Q==",
"requires": {
- "@webassemblyjs/ast": "1.7.11",
- "@webassemblyjs/helper-buffer": "1.7.11",
- "@webassemblyjs/helper-wasm-bytecode": "1.7.11",
- "@webassemblyjs/helper-wasm-section": "1.7.11",
- "@webassemblyjs/wasm-gen": "1.7.11",
- "@webassemblyjs/wasm-opt": "1.7.11",
- "@webassemblyjs/wasm-parser": "1.7.11",
- "@webassemblyjs/wast-printer": "1.7.11"
+ "@webassemblyjs/ast": "1.8.5",
+ "@webassemblyjs/helper-buffer": "1.8.5",
+ "@webassemblyjs/helper-wasm-bytecode": "1.8.5",
+ "@webassemblyjs/helper-wasm-section": "1.8.5",
+ "@webassemblyjs/wasm-gen": "1.8.5",
+ "@webassemblyjs/wasm-opt": "1.8.5",
+ "@webassemblyjs/wasm-parser": "1.8.5",
+ "@webassemblyjs/wast-printer": "1.8.5"
}
},
"@webassemblyjs/wasm-gen": {
- "version": "1.7.11",
- "resolved": "https://registry.npmjs.org/@webassemblyjs/wasm-gen/-/wasm-gen-1.7.11.tgz",
- "integrity": "sha512-U/KDYp7fgAZX5KPfq4NOupK/BmhDc5Kjy2GIqstMhvvdJRcER/kUsMThpWeRP8BMn4LXaKhSTggIJPOeYHwISA==",
+ "version": "1.8.5",
+ "resolved": "https://registry.npmjs.org/@webassemblyjs/wasm-gen/-/wasm-gen-1.8.5.tgz",
+ "integrity": "sha512-BCZBT0LURC0CXDzj5FXSc2FPTsxwp3nWcqXQdOZE4U7h7i8FqtFK5Egia6f9raQLpEKT1VL7zr4r3+QX6zArWg==",
"requires": {
- "@webassemblyjs/ast": "1.7.11",
- "@webassemblyjs/helper-wasm-bytecode": "1.7.11",
- "@webassemblyjs/ieee754": "1.7.11",
- "@webassemblyjs/leb128": "1.7.11",
- "@webassemblyjs/utf8": "1.7.11"
+ "@webassemblyjs/ast": "1.8.5",
+ "@webassemblyjs/helper-wasm-bytecode": "1.8.5",
+ "@webassemblyjs/ieee754": "1.8.5",
+ "@webassemblyjs/leb128": "1.8.5",
+ "@webassemblyjs/utf8": "1.8.5"
}
},
"@webassemblyjs/wasm-opt": {
- "version": "1.7.11",
- "resolved": "https://registry.npmjs.org/@webassemblyjs/wasm-opt/-/wasm-opt-1.7.11.tgz",
- "integrity": "sha512-XynkOwQyiRidh0GLua7SkeHvAPXQV/RxsUeERILmAInZegApOUAIJfRuPYe2F7RcjOC9tW3Cb9juPvAC/sCqvg==",
+ "version": "1.8.5",
+ "resolved": "https://registry.npmjs.org/@webassemblyjs/wasm-opt/-/wasm-opt-1.8.5.tgz",
+ "integrity": "sha512-HKo2mO/Uh9A6ojzu7cjslGaHaUU14LdLbGEKqTR7PBKwT6LdPtLLh9fPY33rmr5wcOMrsWDbbdCHq4hQUdd37Q==",
"requires": {
- "@webassemblyjs/ast": "1.7.11",
- "@webassemblyjs/helper-buffer": "1.7.11",
- "@webassemblyjs/wasm-gen": "1.7.11",
- "@webassemblyjs/wasm-parser": "1.7.11"
+ "@webassemblyjs/ast": "1.8.5",
+ "@webassemblyjs/helper-buffer": "1.8.5",
+ "@webassemblyjs/wasm-gen": "1.8.5",
+ "@webassemblyjs/wasm-parser": "1.8.5"
}
},
"@webassemblyjs/wasm-parser": {
- "version": "1.7.11",
- "resolved": "https://registry.npmjs.org/@webassemblyjs/wasm-parser/-/wasm-parser-1.7.11.tgz",
- "integrity": "sha512-6lmXRTrrZjYD8Ng8xRyvyXQJYUQKYSXhJqXOBLw24rdiXsHAOlvw5PhesjdcaMadU/pyPQOJ5dHreMjBxwnQKg==",
+ "version": "1.8.5",
+ "resolved": "https://registry.npmjs.org/@webassemblyjs/wasm-parser/-/wasm-parser-1.8.5.tgz",
+ "integrity": "sha512-pi0SYE9T6tfcMkthwcgCpL0cM9nRYr6/6fjgDtL6q/ZqKHdMWvxitRi5JcZ7RI4SNJJYnYNaWy5UUrHQy998lw==",
"requires": {
- "@webassemblyjs/ast": "1.7.11",
- "@webassemblyjs/helper-api-error": "1.7.11",
- "@webassemblyjs/helper-wasm-bytecode": "1.7.11",
- "@webassemblyjs/ieee754": "1.7.11",
- "@webassemblyjs/leb128": "1.7.11",
- "@webassemblyjs/utf8": "1.7.11"
+ "@webassemblyjs/ast": "1.8.5",
+ "@webassemblyjs/helper-api-error": "1.8.5",
+ "@webassemblyjs/helper-wasm-bytecode": "1.8.5",
+ "@webassemblyjs/ieee754": "1.8.5",
+ "@webassemblyjs/leb128": "1.8.5",
+ "@webassemblyjs/utf8": "1.8.5"
}
},
"@webassemblyjs/wast-parser": {
- "version": "1.7.11",
- "resolved": "https://registry.npmjs.org/@webassemblyjs/wast-parser/-/wast-parser-1.7.11.tgz",
- "integrity": "sha512-lEyVCg2np15tS+dm7+JJTNhNWq9yTZvi3qEhAIIOaofcYlUp0UR5/tVqOwa/gXYr3gjwSZqw+/lS9dscyLelbQ==",
+ "version": "1.8.5",
+ "resolved": "https://registry.npmjs.org/@webassemblyjs/wast-parser/-/wast-parser-1.8.5.tgz",
+ "integrity": "sha512-daXC1FyKWHF1i11obK086QRlsMsY4+tIOKgBqI1lxAnkp9xe9YMcgOxm9kLe+ttjs5aWV2KKE1TWJCN57/Btsg==",
"requires": {
- "@webassemblyjs/ast": "1.7.11",
- "@webassemblyjs/floating-point-hex-parser": "1.7.11",
- "@webassemblyjs/helper-api-error": "1.7.11",
- "@webassemblyjs/helper-code-frame": "1.7.11",
- "@webassemblyjs/helper-fsm": "1.7.11",
- "@xtuc/long": "4.2.1"
+ "@webassemblyjs/ast": "1.8.5",
+ "@webassemblyjs/floating-point-hex-parser": "1.8.5",
+ "@webassemblyjs/helper-api-error": "1.8.5",
+ "@webassemblyjs/helper-code-frame": "1.8.5",
+ "@webassemblyjs/helper-fsm": "1.8.5",
+ "@xtuc/long": "4.2.2"
}
},
"@webassemblyjs/wast-printer": {
- "version": "1.7.11",
- "resolved": "https://registry.npmjs.org/@webassemblyjs/wast-printer/-/wast-printer-1.7.11.tgz",
- "integrity": "sha512-m5vkAsuJ32QpkdkDOUPGSltrg8Cuk3KBx4YrmAGQwCZPRdUHXxG4phIOuuycLemHFr74sWL9Wthqss4fzdzSwg==",
+ "version": "1.8.5",
+ "resolved": "https://registry.npmjs.org/@webassemblyjs/wast-printer/-/wast-printer-1.8.5.tgz",
+ "integrity": "sha512-w0U0pD4EhlnvRyeJzBqaVSJAo9w/ce7/WPogeXLzGkO6hzhr4GnQIZ4W4uUt5b9ooAaXPtnXlj0gzsXEOUNYMg==",
"requires": {
- "@webassemblyjs/ast": "1.7.11",
- "@webassemblyjs/wast-parser": "1.7.11",
- "@xtuc/long": "4.2.1"
+ "@webassemblyjs/ast": "1.8.5",
+ "@webassemblyjs/wast-parser": "1.8.5",
+ "@xtuc/long": "4.2.2"
}
},
"@xtuc/ieee754": {
@@ -1780,9 +1784,9 @@
"integrity": "sha512-DX8nKgqcGwsc0eJSqYt5lwP4DH5FlHnmuWWBRy7X0NcaGR0ZtuyeESgMwTYVEtxmsNGY+qit4QYT/MIYTOTPeA=="
},
"@xtuc/long": {
- "version": "4.2.1",
- "resolved": "https://registry.npmjs.org/@xtuc/long/-/long-4.2.1.tgz",
- "integrity": "sha512-FZdkNBDqBRHKQ2MEbSC17xnPFOhZxeJ2YGSfr2BKf3sujG49Qe3bB+rGCwQfIaA7WHnGeGkSijX4FuBCdrzW/g=="
+ "version": "4.2.2",
+ "resolved": "https://registry.npmjs.org/@xtuc/long/-/long-4.2.2.tgz",
+ "integrity": "sha512-NuHqBY1PB/D8xU6s/thBgOAiAP7HOYDQ32+BFZILJ8ivkUkAHQnWfn6WhL79Owj1qmUnoN/YPhktdIoucipkAQ=="
},
"accepts": {
"version": "1.3.7",
@@ -1798,30 +1802,15 @@
"resolved": "https://registry.npmjs.org/acorn/-/acorn-6.3.0.tgz",
"integrity": "sha512-/czfa8BwS88b9gWQVhc8eknunSA2DoJpJyTQkhheIf5E48u1N0R4q/YxxsAeqRrmK9TQ/uYfgLDfZo91UlANIA=="
},
- "acorn-dynamic-import": {
- "version": "3.0.0",
- "resolved": "https://registry.npmjs.org/acorn-dynamic-import/-/acorn-dynamic-import-3.0.0.tgz",
- "integrity": "sha512-zVWV8Z8lislJoOKKqdNMOB+s6+XV5WERty8MnKBeFgwA+19XJjJHs2RP5dzM57FftIs+jQnRToLiWazKr6sSWg==",
- "requires": {
- "acorn": "^5.0.0"
- },
- "dependencies": {
- "acorn": {
- "version": "5.7.3",
- "resolved": "https://registry.npmjs.org/acorn/-/acorn-5.7.3.tgz",
- "integrity": "sha512-T/zvzYRfbVojPWahDsE5evJdHb3oJoQfFbsrKM7w5Zcs++Tr257tia3BmMP8XYVjp1S9RZXQMh7gao96BlqZOw=="
- }
- }
- },
"acorn-jsx": {
"version": "5.0.2",
"resolved": "https://registry.npmjs.org/acorn-jsx/-/acorn-jsx-5.0.2.tgz",
"integrity": "sha512-tiNTrP1MP0QrChmD2DdupCr6HWSFeKVw5d/dHTu4Y7rkAkRhU/Dt7dphAfIUyxtHpl/eBVip5uTNSpQJHylpAw=="
},
"address": {
- "version": "1.1.0",
- "resolved": "https://registry.npmjs.org/address/-/address-1.1.0.tgz",
- "integrity": "sha512-4diPfzWbLEIElVG4AnqP+00SULlPzNuyJFNnmMrLgyaxG6tZXJ1sn7mjBu4fHrJE+Yp/jgylOweJn2xsLMFggQ=="
+ "version": "1.1.1",
+ "resolved": "https://registry.npmjs.org/address/-/address-1.1.1.tgz",
+ "integrity": "sha512-srclZEseI6OB0MgWYWuYpr2F5fHMxh5lgWF72CeUFm5QgJyviPA64Q7PzJdBQkFCJibEycqsZ5b9L0l/J8SlyQ=="
},
"after": {
"version": "0.8.2",
@@ -2315,9 +2304,9 @@
}
},
"babel-plugin-remove-graphql-queries": {
- "version": "2.7.3",
- "resolved": "https://registry.npmjs.org/babel-plugin-remove-graphql-queries/-/babel-plugin-remove-graphql-queries-2.7.3.tgz",
- "integrity": "sha512-xuOzXil34XPhkIGE/1EmCyfPlMgX2sXBaNf3n+ico5pM3HNrKc8vHcng9CoK2jnSXEwoX5wASFfKZg1eNNdz1w=="
+ "version": "2.7.4",
+ "resolved": "https://registry.npmjs.org/babel-plugin-remove-graphql-queries/-/babel-plugin-remove-graphql-queries-2.7.4.tgz",
+ "integrity": "sha512-ZeyuATwk3jKo8IxApgSXSXfD2Pr4EbNvinsNSxs+/nefirUnHEi7KClW9lz2npczb85hIuJ5qzCSCU8RGBOttA=="
},
"babel-plugin-syntax-dynamic-import": {
"version": "6.18.0",
@@ -2862,15 +2851,16 @@
"integrity": "sha1-0ygVQE1olpn4Wk6k+odV3ROpYEg="
},
"cacache": {
- "version": "11.3.3",
- "resolved": "https://registry.npmjs.org/cacache/-/cacache-11.3.3.tgz",
- "integrity": "sha512-p8WcneCytvzPxhDvYp31PD039vi77I12W+/KfR9S8AZbaiARFBCpsPJS+9uhWfeBfeAtW7o/4vt3MUqLkbY6nA==",
+ "version": "12.0.3",
+ "resolved": "https://registry.npmjs.org/cacache/-/cacache-12.0.3.tgz",
+ "integrity": "sha512-kqdmfXEGFepesTuROHMs3MpFLWrPkSSpRqOw80RCflZXy/khxaArvFrQ7uJxSUduzAufc6G0g1VUCOZXxWavPw==",
"requires": {
"bluebird": "^3.5.5",
"chownr": "^1.1.1",
"figgy-pudding": "^3.5.1",
"glob": "^7.1.4",
"graceful-fs": "^4.1.15",
+ "infer-owner": "^1.0.3",
"lru-cache": "^5.1.1",
"mississippi": "^3.0.0",
"mkdirp": "^0.5.1",
@@ -6200,9 +6190,9 @@
"integrity": "sha1-GwqzvVU7Kg1jmdKcDj6gslIHgyc="
},
"gatsby": {
- "version": "2.13.74",
- "resolved": "https://registry.npmjs.org/gatsby/-/gatsby-2.13.74.tgz",
- "integrity": "sha512-BbbA3zNVbfHD1d4bmxmUHSMqjBsnEQCtdnvRhYBAxSp4gMyGQNysedmZ2SkhtLb2mfmM6f4WbFcsbXnCxmXwYw==",
+ "version": "2.13.77",
+ "resolved": "https://registry.npmjs.org/gatsby/-/gatsby-2.13.77.tgz",
+ "integrity": "sha512-VJyf9qtWMPFwGLpFDQdk3p9cvuWWxVmuY8Wq+h+n+WVhATva2pd9ZVEIlmdH/4SKqWSnP5KGNCISY5GGWMsVkQ==",
"requires": {
"@babel/code-frame": "^7.0.0",
"@babel/core": "^7.0.0",
@@ -6217,15 +6207,15 @@
"@reach/router": "^1.2.1",
"@typescript-eslint/eslint-plugin": "^1.13.0",
"@typescript-eslint/parser": "^1.13.0",
- "address": "1.1.0",
+ "address": "1.1.1",
"autoprefixer": "^9.6.1",
"axios": "^0.19.0",
"babel-core": "7.0.0-bridge.0",
"babel-eslint": "^10.0.2",
- "babel-loader": "^8.0.0",
+ "babel-loader": "^8.0.6",
"babel-plugin-add-module-exports": "^0.3.3",
"babel-plugin-dynamic-import-node": "^1.2.0",
- "babel-plugin-remove-graphql-queries": "^2.7.3",
+ "babel-plugin-remove-graphql-queries": "^2.7.4",
"babel-preset-gatsby": "^0.2.10",
"better-opn": "0.1.4",
"better-queue": "^3.8.10",
@@ -6234,7 +6224,7 @@
"cache-manager": "^2.10.0",
"cache-manager-fs-hash": "^0.0.7",
"chalk": "^2.4.2",
- "chokidar": "2.1.6",
+ "chokidar": "2.1.8",
"common-tags": "^1.8.0",
"compression": "^1.7.4",
"convert-hrtime": "^2.0.0",
@@ -6264,18 +6254,18 @@
"flat": "^4.1.0",
"fs-exists-cached": "1.0.0",
"fs-extra": "^5.0.0",
- "gatsby-cli": "^2.7.35",
+ "gatsby-cli": "^2.7.38",
"gatsby-core-utils": "^1.0.5",
- "gatsby-graphiql-explorer": "^0.2.5",
- "gatsby-link": "^2.2.6",
- "gatsby-plugin-page-creator": "^2.1.8",
- "gatsby-react-router-scroll": "^2.1.4",
- "gatsby-telemetry": "^1.1.16",
- "glob": "^7.1.1",
+ "gatsby-graphiql-explorer": "^0.2.7",
+ "gatsby-link": "^2.2.7",
+ "gatsby-plugin-page-creator": "^2.1.9",
+ "gatsby-react-router-scroll": "^2.1.5",
+ "gatsby-telemetry": "^1.1.17",
+ "glob": "^7.1.4",
"got": "8.3.2",
- "graphql": "^14.4.2",
+ "graphql": "^14.5.0",
"graphql-compose": "^6.3.5",
- "graphql-playground-middleware-express": "^1.7.10",
+ "graphql-playground-middleware-express": "^1.7.12",
"invariant": "^2.2.4",
"is-relative": "^1.0.0",
"is-relative-url": "^2.0.0",
@@ -6283,56 +6273,56 @@
"jest-worker": "^23.2.0",
"json-loader": "^0.5.7",
"json-stringify-safe": "^5.0.1",
- "lodash": "^4.17.14",
+ "lodash": "^4.17.15",
"lokijs": "^1.5.7",
"md5": "^2.2.1",
- "md5-file": "^3.1.1",
+ "md5-file": "^3.2.3",
"micromatch": "^3.1.10",
- "mime": "^2.2.0",
- "mini-css-extract-plugin": "^0.4.0",
- "mitt": "^1.1.2",
+ "mime": "^2.4.4",
+ "mini-css-extract-plugin": "^0.8.0",
+ "mitt": "^1.1.3",
"mkdirp": "^0.5.1",
- "moment": "^2.21.0",
+ "moment": "^2.24.0",
"name-all-modules-plugin": "^1.0.1",
"normalize-path": "^2.1.1",
"null-loader": "^0.1.1",
- "opentracing": "^0.14.3",
- "optimize-css-assets-webpack-plugin": "^5.0.1",
- "parseurl": "^1.3.2",
+ "opentracing": "^0.14.4",
+ "optimize-css-assets-webpack-plugin": "^5.0.3",
+ "parseurl": "^1.3.3",
"physical-cpu-count": "^2.0.0",
- "pnp-webpack-plugin": "^1.4.1",
- "postcss-flexbugs-fixes": "^3.0.0",
- "postcss-loader": "^2.1.3",
- "prop-types": "^15.6.1",
+ "pnp-webpack-plugin": "^1.5.0",
+ "postcss-flexbugs-fixes": "^3.3.1",
+ "postcss-loader": "^2.1.6",
+ "prop-types": "^15.7.2",
"raw-loader": "^0.5.1",
"react-dev-utils": "^4.2.3",
"react-error-overlay": "^3.0.0",
"react-hot-loader": "^4.12.11",
- "redux": "^4.0.0",
+ "redux": "^4.0.4",
"redux-thunk": "^2.3.0",
- "semver": "^5.6.0",
+ "semver": "^5.7.1",
"shallow-compare": "^1.2.2",
"sift": "^5.1.0",
"signal-exit": "^3.0.2",
"slash": "^1.0.0",
- "socket.io": "^2.0.3",
+ "socket.io": "^2.2.0",
"stack-trace": "^0.0.10",
- "string-similarity": "^1.2.0",
- "style-loader": "^0.21.0",
- "terser-webpack-plugin": "1.2.4",
+ "string-similarity": "^1.2.2",
+ "style-loader": "^0.23.1",
+ "terser-webpack-plugin": "1.4.1",
"true-case-path": "^2.2.1",
"type-of": "^2.0.1",
- "url-loader": "^1.0.1",
+ "url-loader": "^1.1.2",
"util.promisify": "^1.0.0",
- "uuid": "^3.1.0",
- "v8-compile-cache": "^1.1.0",
- "webpack": "~4.28.4",
- "webpack-dev-middleware": "^3.0.1",
- "webpack-dev-server": "^3.1.14",
- "webpack-hot-middleware": "^2.21.0",
- "webpack-merge": "^4.1.0",
- "webpack-stats-plugin": "^0.1.5",
- "xstate": "^4.3.2",
+ "uuid": "^3.3.3",
+ "v8-compile-cache": "^1.1.2",
+ "webpack": "~4.39.2",
+ "webpack-dev-middleware": "^3.7.0",
+ "webpack-dev-server": "^3.8.0",
+ "webpack-hot-middleware": "^2.25.0",
+ "webpack-merge": "^4.2.1",
+ "webpack-stats-plugin": "^0.3.0",
+ "xstate": "^4.6.7",
"yaml-loader": "^0.5.0"
},
"dependencies": {
@@ -6347,9 +6337,9 @@
"integrity": "sha512-L28STB170nwWS63UjtlEOE3dldQApaJXZkOI1uMFfzf3rRuPegHaHesyee+YxQ+W6SvRDQV6UrdOdRiR153wJg=="
},
"chokidar": {
- "version": "2.1.6",
- "resolved": "https://registry.npmjs.org/chokidar/-/chokidar-2.1.6.tgz",
- "integrity": "sha512-V2jUo67OKkc6ySiRpJrjlpJKl9kDuG+Xb8VgsGzb+aEouhgS1D0weyPU4lEzdAcsCAvrih2J2BqyXqHWvVLw5g==",
+ "version": "2.1.8",
+ "resolved": "https://registry.npmjs.org/chokidar/-/chokidar-2.1.8.tgz",
+ "integrity": "sha512-ZmZUazfOzf0Nve7duiCKD23PFSCs4JPoYyccjUFF3aQkQadqBhfzhjkwBH2mNOG9cTBwhamM37EIsIkZw3nRgg==",
"requires": {
"anymatch": "^2.0.0",
"async-each": "^1.0.1",
@@ -6445,9 +6435,9 @@
}
},
"gatsby-cli": {
- "version": "2.7.35",
- "resolved": "https://registry.npmjs.org/gatsby-cli/-/gatsby-cli-2.7.35.tgz",
- "integrity": "sha512-JgsVxeoaxDFZJugIg/N5KSc4XagsVRRCuHXNvmQMc9+pzKIjyWqGp2Nbtp2rrQB+F2sVyRjBNosx9PaZTVFDFw==",
+ "version": "2.7.38",
+ "resolved": "https://registry.npmjs.org/gatsby-cli/-/gatsby-cli-2.7.38.tgz",
+ "integrity": "sha512-l0rQFp0Y7bQzS0crb+fsZout48HpvvU4ub8IvQjWRDNYF7+LRmYiFzJVX2hDGYB83FdvanIzA7a3oZSw7A9enQ==",
"requires": {
"@babel/code-frame": "^7.0.0",
"@babel/runtime": "^7.0.0",
@@ -6465,27 +6455,27 @@
"execa": "^0.11.0",
"fs-exists-cached": "^1.0.0",
"fs-extra": "^4.0.3",
- "gatsby-telemetry": "^1.1.16",
- "hosted-git-info": "^2.6.0",
+ "gatsby-telemetry": "^1.1.17",
+ "hosted-git-info": "^2.8.4",
"ink": "^2.3.0",
"ink-spinner": "^3.0.1",
"is-valid-path": "^0.1.1",
- "lodash": "^4.17.14",
+ "lodash": "^4.17.15",
"meant": "^1.0.1",
"node-fetch": "^2.6.0",
"object.entries": "^1.1.0",
- "opentracing": "^0.14.3",
+ "opentracing": "^0.14.4",
"pretty-error": "^2.1.1",
"progress": "^2.0.3",
- "prompts": "^2.1.0",
- "react": "^16.8.4",
+ "prompts": "^2.2.1",
+ "react": "^16.9.0",
"resolve-cwd": "^2.0.0",
"semver": "^6.3.0",
- "source-map": "0.5.7",
+ "source-map": "0.7.3",
"stack-trace": "^0.0.10",
"strip-ansi": "^5.2.0",
- "update-notifier": "^2.3.0",
- "uuid": "3.3.2",
+ "update-notifier": "^2.5.0",
+ "uuid": "3.3.3",
"yargs": "^12.0.5",
"yurnalist": "^1.0.5"
},
@@ -6622,6 +6612,16 @@
"resolved": "https://registry.npmjs.org/pify/-/pify-3.0.0.tgz",
"integrity": "sha1-5aSs0sEB/fPZpNB/DbxNtJ3SgXY="
},
+ "semver": {
+ "version": "5.7.1",
+ "resolved": "https://registry.npmjs.org/semver/-/semver-5.7.1.tgz",
+ "integrity": "sha512-sauaDf/PZdVgrLTNYHRtpXa1iRiKcaebiKQ1BJdpQlWH2lCvexQdX55snPFyK7QzpudqbCI0qXFfOasHdyNDGQ=="
+ },
+ "source-map": {
+ "version": "0.7.3",
+ "resolved": "https://registry.npmjs.org/source-map/-/source-map-0.7.3.tgz",
+ "integrity": "sha512-CkCj6giN3S+n9qrYiBTX5gystlENnRW5jZeNLHpe6aue+SrHcG5VYwujhW9s4dY31mEGsxBDrHR6oI69fTXsaQ=="
+ },
"strip-ansi": {
"version": "5.2.0",
"resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-5.2.0.tgz",
@@ -6630,6 +6630,11 @@
"ansi-regex": "^4.1.0"
}
},
+ "uuid": {
+ "version": "3.3.3",
+ "resolved": "https://registry.npmjs.org/uuid/-/uuid-3.3.3.tgz",
+ "integrity": "sha512-pW0No1RGHgzlpHJO1nsVrHKpOEIxkGg1xB+v0ZmdNH5OAeAwzAVrCnI2/6Mtx+Uys6iaylxa+D3g4j63IKKjSQ=="
+ },
"yargs": {
"version": "12.0.5",
"resolved": "https://registry.npmjs.org/yargs/-/yargs-12.0.5.tgz",
@@ -6666,42 +6671,42 @@
"integrity": "sha512-01B0wqVTftFcYwVR7HGJy+Nriy+xxC++VZhsWNCFWtby1NwfSDUwkoScGcZ/jXvg9waEmBC1n70FwVIDnoHzSA=="
},
"gatsby-graphiql-explorer": {
- "version": "0.2.5",
- "resolved": "https://registry.npmjs.org/gatsby-graphiql-explorer/-/gatsby-graphiql-explorer-0.2.5.tgz",
- "integrity": "sha512-TbXSYYhdKhElFWXU5u55Ey9kyFbt/nPNw8tRdf7SClXR6Dt4iaoZSiagtccNsZ3q6sWPhujyeS8XylAF9hvhQg==",
+ "version": "0.2.7",
+ "resolved": "https://registry.npmjs.org/gatsby-graphiql-explorer/-/gatsby-graphiql-explorer-0.2.7.tgz",
+ "integrity": "sha512-an2SlIliUINXiE/6cdCMSJUD3Y5JOHOmqX7EG6hfcxv3Rsa/nRR7xDoc4oB5WIJMphFoxMnleBXdWVeQ+kSEgw==",
"requires": {
"@babel/runtime": "^7.0.0"
}
},
"gatsby-link": {
- "version": "2.2.6",
- "resolved": "https://registry.npmjs.org/gatsby-link/-/gatsby-link-2.2.6.tgz",
- "integrity": "sha512-FnQ4Z+a5KDmAIoipfGqtELZ/WPB0W67I/jo4ekOPwEu14t6N/VWdTS0mOdJoNCeElNvnJ7cNqlNnEopdU4vbKw==",
+ "version": "2.2.7",
+ "resolved": "https://registry.npmjs.org/gatsby-link/-/gatsby-link-2.2.7.tgz",
+ "integrity": "sha512-roFLJJIKE35Y7Weofft9e6GkP75t/JImRdu1eE0U4xbyVBpmp5CxRcTrC267oMoT0Ev2kAJep0MK+3KheEDGcA==",
"requires": {
"@babel/runtime": "^7.0.0",
"@types/reach__router": "^1.2.4",
- "prop-types": "^15.6.1"
+ "prop-types": "^15.7.2"
}
},
"gatsby-page-utils": {
- "version": "0.0.8",
- "resolved": "https://registry.npmjs.org/gatsby-page-utils/-/gatsby-page-utils-0.0.8.tgz",
- "integrity": "sha512-vwSVOP8TD1sRpd2Q2YTsH2usy9+Swn7x4praaame+H/nbCO4/4cfCGqP55gQdNGvielFnqYosxpt63yU48SGow==",
+ "version": "0.0.9",
+ "resolved": "https://registry.npmjs.org/gatsby-page-utils/-/gatsby-page-utils-0.0.9.tgz",
+ "integrity": "sha512-hKdKh4Sc9vho+4eCH33ewrXr045++CWbBXMQESRhB+deMwooPltqAOuP4dthctyNrR/TxN0jSY6nBA2gXeEBKQ==",
"requires": {
"@babel/runtime": "^7.0.0",
"bluebird": "^3.5.5",
- "chokidar": "2.1.6",
+ "chokidar": "2.1.8",
"fs-exists-cached": "^1.0.0",
- "glob": "^7.1.1",
- "lodash": "^4.17.14",
+ "glob": "^7.1.4",
+ "lodash": "^4.17.15",
"micromatch": "^3.1.10",
"slash": "^1.0.0"
},
"dependencies": {
"chokidar": {
- "version": "2.1.6",
- "resolved": "https://registry.npmjs.org/chokidar/-/chokidar-2.1.6.tgz",
- "integrity": "sha512-V2jUo67OKkc6ySiRpJrjlpJKl9kDuG+Xb8VgsGzb+aEouhgS1D0weyPU4lEzdAcsCAvrih2J2BqyXqHWvVLw5g==",
+ "version": "2.1.8",
+ "resolved": "https://registry.npmjs.org/chokidar/-/chokidar-2.1.8.tgz",
+ "integrity": "sha512-ZmZUazfOzf0Nve7duiCKD23PFSCs4JPoYyccjUFF3aQkQadqBhfzhjkwBH2mNOG9cTBwhamM37EIsIkZw3nRgg==",
"requires": {
"anymatch": "^2.0.0",
"async-each": "^1.0.1",
@@ -6841,16 +6846,16 @@
}
},
"gatsby-plugin-page-creator": {
- "version": "2.1.8",
- "resolved": "https://registry.npmjs.org/gatsby-plugin-page-creator/-/gatsby-plugin-page-creator-2.1.8.tgz",
- "integrity": "sha512-InCp/L3e4Hb6uDMycPX0Pu+XO5ftkqBHHmSY0DhmYP1VnJI3YmY5z8jfRIC4CSLNGT5z4R4fHoVF2pmQnHFiWA==",
+ "version": "2.1.9",
+ "resolved": "https://registry.npmjs.org/gatsby-plugin-page-creator/-/gatsby-plugin-page-creator-2.1.9.tgz",
+ "integrity": "sha512-vd49f5iIDe80VENjMBkO4b/h+SOOUkiTIicAdYoW3dLa4pOCMfzoLz4aZJyszCUuM4bbXOHGbtG1V7lGtJyojQ==",
"requires": {
"@babel/runtime": "^7.0.0",
"bluebird": "^3.5.5",
"fs-exists-cached": "^1.0.0",
- "gatsby-page-utils": "^0.0.8",
- "glob": "^7.1.1",
- "lodash": "^4.17.14",
+ "gatsby-page-utils": "^0.0.9",
+ "glob": "^7.1.4",
+ "lodash": "^4.17.15",
"micromatch": "^3.1.10"
}
},
@@ -6868,12 +6873,12 @@
"integrity": "sha512-yEmxgHdF3o/txiEXLJBcHByukF8ECq6hVYQNcx8AR9OWefw1WI5as136qc7L4Ue9BBgtP95igr/DpPcQp+1Gog=="
},
"gatsby-react-router-scroll": {
- "version": "2.1.4",
- "resolved": "https://registry.npmjs.org/gatsby-react-router-scroll/-/gatsby-react-router-scroll-2.1.4.tgz",
- "integrity": "sha512-p9HQ2GrIVmKL3UAk7jqKzOXaigj6tu1xQPAGguO+5+i5ZfD245TQq1UAj1bZr0dJ1DJqRLbTooxPiL7+K05pVg==",
+ "version": "2.1.5",
+ "resolved": "https://registry.npmjs.org/gatsby-react-router-scroll/-/gatsby-react-router-scroll-2.1.5.tgz",
+ "integrity": "sha512-OSjj7tBi2rgMB2h90StAi/4iP/xpNNX42hhYCv1v8+4MX3/b45v3Qp28CW+N6FpQTzDHNHTUburNrlY0nBByaA==",
"requires": {
"@babel/runtime": "^7.0.0",
- "scroll-behavior": "^0.9.9",
+ "scroll-behavior": "^0.9.10",
"warning": "^3.0.0"
}
},
@@ -6938,9 +6943,9 @@
}
},
"gatsby-telemetry": {
- "version": "1.1.16",
- "resolved": "https://registry.npmjs.org/gatsby-telemetry/-/gatsby-telemetry-1.1.16.tgz",
- "integrity": "sha512-tOMKRgi19odXJEl0FAnv5xA/P+ysU1oLFhb2uYb1T2nVnTsD+4L7Ffk3r+EmTz0fN8KZmcrVJq2Lh6XU1zCRGg==",
+ "version": "1.1.17",
+ "resolved": "https://registry.npmjs.org/gatsby-telemetry/-/gatsby-telemetry-1.1.17.tgz",
+ "integrity": "sha512-EkmkVVh9c9RDdiYOK0NlM/HbYuPTyqZv5Lsd4KdNMGcxzeQSmx8eglRuJxqOLWbAyeVG4vMkZVVZRz6oANwInA==",
"requires": {
"@babel/code-frame": "^7.0.0",
"@babel/runtime": "^7.0.0",
@@ -6952,13 +6957,13 @@
"fs-extra": "^7.0.1",
"git-up": "4.0.1",
"is-docker": "1.1.0",
- "lodash": "^4.17.14",
- "node-fetch": "2.3.0",
+ "lodash": "^4.17.15",
+ "node-fetch": "2.6.0",
"resolve-cwd": "^2.0.0",
- "source-map": "^0.5.7",
+ "source-map": "^0.7.3",
"stack-trace": "^0.0.10",
"stack-utils": "1.0.2",
- "uuid": "3.3.2"
+ "uuid": "3.3.3"
},
"dependencies": {
"configstore": {
@@ -6993,14 +6998,24 @@
}
},
"node-fetch": {
- "version": "2.3.0",
- "resolved": "https://registry.npmjs.org/node-fetch/-/node-fetch-2.3.0.tgz",
- "integrity": "sha512-MOd8pV3fxENbryESLgVIeaGKrdl+uaYhCSSVkjeOb/31/njTpcis5aWfdqgNlHIrKOLRbMnfPINPOML2CIFeXA=="
+ "version": "2.6.0",
+ "resolved": "https://registry.npmjs.org/node-fetch/-/node-fetch-2.6.0.tgz",
+ "integrity": "sha512-8dG4H5ujfvFiqDmVu9fQ5bOHUC15JMjMY/Zumv26oOvvVJjM67KF8koCWIabKQ1GJIa9r2mMZscBq/TbdOcmNA=="
},
"pify": {
"version": "3.0.0",
"resolved": "https://registry.npmjs.org/pify/-/pify-3.0.0.tgz",
"integrity": "sha1-5aSs0sEB/fPZpNB/DbxNtJ3SgXY="
+ },
+ "source-map": {
+ "version": "0.7.3",
+ "resolved": "https://registry.npmjs.org/source-map/-/source-map-0.7.3.tgz",
+ "integrity": "sha512-CkCj6giN3S+n9qrYiBTX5gystlENnRW5jZeNLHpe6aue+SrHcG5VYwujhW9s4dY31mEGsxBDrHR6oI69fTXsaQ=="
+ },
+ "uuid": {
+ "version": "3.3.3",
+ "resolved": "https://registry.npmjs.org/uuid/-/uuid-3.3.3.tgz",
+ "integrity": "sha512-pW0No1RGHgzlpHJO1nsVrHKpOEIxkGg1xB+v0ZmdNH5OAeAwzAVrCnI2/6Mtx+Uys6iaylxa+D3g4j63IKKjSQ=="
}
}
},
@@ -7226,9 +7241,9 @@
"integrity": "sha512-jpSvDPV4Cq/bgtpndIWbI5hmYxhQGHPC4d4cqBPb4DLniCfhJokdXhwhaDuLBGLQdvvRum/UiX6ECVIPvDXqdg=="
},
"graphql": {
- "version": "14.4.2",
- "resolved": "https://registry.npmjs.org/graphql/-/graphql-14.4.2.tgz",
- "integrity": "sha512-6uQadiRgnpnSS56hdZUSvFrVcQ6OF9y6wkxJfKquFtHlnl7+KSuWwSJsdwiK1vybm1HgcdbpGkCpvhvsVQ0UZQ==",
+ "version": "14.5.0",
+ "resolved": "https://registry.npmjs.org/graphql/-/graphql-14.5.0.tgz",
+ "integrity": "sha512-wnGcTD181L2xPnIwHHjx/moV4ulxA2Kms9zcUY+B/SIrK+2N+iOC6WNgnR2zVTmg1Z8P+CZq5KXibTnatg3WUw==",
"requires": {
"iterall": "^1.2.2"
}
@@ -7777,6 +7792,11 @@
"resolved": "https://registry.npmjs.org/indexof/-/indexof-0.0.1.tgz",
"integrity": "sha1-gtwzbSMrkGIXnQWrMpOmYFn9Q10="
},
+ "infer-owner": {
+ "version": "1.0.4",
+ "resolved": "https://registry.npmjs.org/infer-owner/-/infer-owner-1.0.4.tgz",
+ "integrity": "sha512-IClj+Xz94+d7irH5qRyfJonOdfTzuDaifE6ZPWfx0N0+/ATZCbuTPq2prFl526urkQd90WyUKIh1DfBQ2hMz9A=="
+ },
"inflight": {
"version": "1.0.6",
"resolved": "https://registry.npmjs.org/inflight/-/inflight-1.0.6.tgz",
@@ -9091,6 +9111,11 @@
}
}
},
+ "mamacro": {
+ "version": "0.0.3",
+ "resolved": "https://registry.npmjs.org/mamacro/-/mamacro-0.0.3.tgz",
+ "integrity": "sha512-qMEwh+UujcQ+kbz3T6V+wAmO2U8veoq2w+3wY8MquqwVA3jChfwY+Tk52GZKDfACEPjuZ7r2oJLejwpt8jtwTA=="
+ },
"map-age-cleaner": {
"version": "0.1.3",
"resolved": "https://registry.npmjs.org/map-age-cleaner/-/map-age-cleaner-0.1.3.tgz",
@@ -9352,15 +9377,36 @@
}
},
"mini-css-extract-plugin": {
- "version": "0.4.5",
- "resolved": "https://registry.npmjs.org/mini-css-extract-plugin/-/mini-css-extract-plugin-0.4.5.tgz",
- "integrity": "sha512-dqBanNfktnp2hwL2YguV9Jh91PFX7gu7nRLs4TGsbAfAG6WOtlynFRYzwDwmmeSb5uIwHo9nx1ta0f7vAZVp2w==",
+ "version": "0.8.0",
+ "resolved": "https://registry.npmjs.org/mini-css-extract-plugin/-/mini-css-extract-plugin-0.8.0.tgz",
+ "integrity": "sha512-MNpRGbNA52q6U92i0qbVpQNsgk7LExy41MdAlG84FeytfDOtRIf/mCHdEgG8rpTKOaNKiqUnZdlptF469hxqOw==",
"requires": {
"loader-utils": "^1.1.0",
+ "normalize-url": "1.9.1",
"schema-utils": "^1.0.0",
"webpack-sources": "^1.1.0"
},
"dependencies": {
+ "normalize-url": {
+ "version": "1.9.1",
+ "resolved": "https://registry.npmjs.org/normalize-url/-/normalize-url-1.9.1.tgz",
+ "integrity": "sha1-LMDWazHqIwNkWENuNiDYWVTGbDw=",
+ "requires": {
+ "object-assign": "^4.0.1",
+ "prepend-http": "^1.0.0",
+ "query-string": "^4.1.0",
+ "sort-keys": "^1.0.0"
+ }
+ },
+ "query-string": {
+ "version": "4.3.4",
+ "resolved": "https://registry.npmjs.org/query-string/-/query-string-4.3.4.tgz",
+ "integrity": "sha1-u7aTucqRXCMlFbIosaArYJBD2+s=",
+ "requires": {
+ "object-assign": "^4.1.0",
+ "strict-uri-encode": "^1.0.0"
+ }
+ },
"schema-utils": {
"version": "1.0.0",
"resolved": "https://registry.npmjs.org/schema-utils/-/schema-utils-1.0.0.tgz",
@@ -9370,6 +9416,14 @@
"ajv-errors": "^1.0.0",
"ajv-keywords": "^3.1.0"
}
+ },
+ "sort-keys": {
+ "version": "1.1.2",
+ "resolved": "https://registry.npmjs.org/sort-keys/-/sort-keys-1.1.2.tgz",
+ "integrity": "sha1-RBttTTRnmPG05J6JIK37oOVD+a0=",
+ "requires": {
+ "is-plain-obj": "^1.0.0"
+ }
}
}
},
@@ -13254,12 +13308,24 @@
"integrity": "sha1-PFMZQukIwml8DsNEhYwobHygpgo="
},
"style-loader": {
- "version": "0.21.0",
- "resolved": "https://registry.npmjs.org/style-loader/-/style-loader-0.21.0.tgz",
- "integrity": "sha512-T+UNsAcl3Yg+BsPKs1vd22Fr8sVT+CJMtzqc6LEw9bbJZb43lm9GoeIfUcDEefBSWC0BhYbcdupV1GtI4DGzxg==",
+ "version": "0.23.1",
+ "resolved": "https://registry.npmjs.org/style-loader/-/style-loader-0.23.1.tgz",
+ "integrity": "sha512-XK+uv9kWwhZMZ1y7mysB+zoihsEj4wneFWAS5qoiLwzW0WzSqMrrsIy+a3zkQJq0ipFtBpX5W3MqyRIBF/WFGg==",
"requires": {
"loader-utils": "^1.1.0",
- "schema-utils": "^0.4.5"
+ "schema-utils": "^1.0.0"
+ },
+ "dependencies": {
+ "schema-utils": {
+ "version": "1.0.0",
+ "resolved": "https://registry.npmjs.org/schema-utils/-/schema-utils-1.0.0.tgz",
+ "integrity": "sha512-i27Mic4KovM/lnGsy8whRCHhc7VicJajAjTrYg11K9zfZXnYIt4k5F+kZkwjnrhKzLic/HLU4j11mjsz2G/75g==",
+ "requires": {
+ "ajv": "^6.1.0",
+ "ajv-errors": "^1.0.0",
+ "ajv-keywords": "^3.1.0"
+ }
+ }
}
},
"style-to-object": {
@@ -13426,13 +13492,13 @@
}
},
"terser": {
- "version": "3.17.0",
- "resolved": "https://registry.npmjs.org/terser/-/terser-3.17.0.tgz",
- "integrity": "sha512-/FQzzPJmCpjAH9Xvk2paiWrFq+5M6aVOf+2KRbwhByISDX/EujxsK+BAvrhb6H+2rtrLCHK9N01wO014vrIwVQ==",
+ "version": "4.2.0",
+ "resolved": "https://registry.npmjs.org/terser/-/terser-4.2.0.tgz",
+ "integrity": "sha512-6lPt7lZdZ/13icQJp8XasFOwZjFJkxFFIb/N1fhYEQNoNI3Ilo3KABZ9OocZvZoB39r6SiIk/0+v/bt8nZoSeA==",
"requires": {
- "commander": "^2.19.0",
+ "commander": "^2.20.0",
"source-map": "~0.6.1",
- "source-map-support": "~0.5.10"
+ "source-map-support": "~0.5.12"
},
"dependencies": {
"source-map": {
@@ -13443,18 +13509,18 @@
}
},
"terser-webpack-plugin": {
- "version": "1.2.4",
- "resolved": "https://registry.npmjs.org/terser-webpack-plugin/-/terser-webpack-plugin-1.2.4.tgz",
- "integrity": "sha512-64IiILNQlACWZLzFlpzNaG0bpQ4ytaB7fwOsbpsdIV70AfLUmIGGeuKL0YV2WmtcrURjE2aOvHD4/lrFV3Rg+Q==",
+ "version": "1.4.1",
+ "resolved": "https://registry.npmjs.org/terser-webpack-plugin/-/terser-webpack-plugin-1.4.1.tgz",
+ "integrity": "sha512-ZXmmfiwtCLfz8WKZyYUuuHf3dMYEjg8NrjHMb0JqHVHVOSkzp3cW2/XG1fP3tRhqEqSzMwzzRQGtAPbs4Cncxg==",
"requires": {
- "cacache": "^11.3.2",
- "find-cache-dir": "^2.0.0",
+ "cacache": "^12.0.2",
+ "find-cache-dir": "^2.1.0",
"is-wsl": "^1.1.0",
"schema-utils": "^1.0.0",
"serialize-javascript": "^1.7.0",
"source-map": "^0.6.1",
- "terser": "^3.17.0",
- "webpack-sources": "^1.3.0",
+ "terser": "^4.1.2",
+ "webpack-sources": "^1.4.0",
"worker-farm": "^1.7.0"
},
"dependencies": {
@@ -14260,40 +14326,44 @@
"integrity": "sha512-r8sAtNmgR0WKOKOxzuSgk09JsHlpKlB+uHi937qypOu3PZ17UxPrierFKDye/uNHjNTTEshu5PId8rojIPj/tA=="
},
"webpack": {
- "version": "4.28.4",
- "resolved": "https://registry.npmjs.org/webpack/-/webpack-4.28.4.tgz",
- "integrity": "sha512-NxjD61WsK/a3JIdwWjtIpimmvE6UrRi3yG54/74Hk9rwNj5FPkA4DJCf1z4ByDWLkvZhTZE+P3C/eh6UD5lDcw==",
- "requires": {
- "@webassemblyjs/ast": "1.7.11",
- "@webassemblyjs/helper-module-context": "1.7.11",
- "@webassemblyjs/wasm-edit": "1.7.11",
- "@webassemblyjs/wasm-parser": "1.7.11",
- "acorn": "^5.6.2",
- "acorn-dynamic-import": "^3.0.0",
- "ajv": "^6.1.0",
- "ajv-keywords": "^3.1.0",
- "chrome-trace-event": "^1.0.0",
+ "version": "4.39.2",
+ "resolved": "https://registry.npmjs.org/webpack/-/webpack-4.39.2.tgz",
+ "integrity": "sha512-AKgTfz3xPSsEibH00JfZ9sHXGUwIQ6eZ9tLN8+VLzachk1Cw2LVmy+4R7ZiwTa9cZZ15tzySjeMui/UnSCAZhA==",
+ "requires": {
+ "@webassemblyjs/ast": "1.8.5",
+ "@webassemblyjs/helper-module-context": "1.8.5",
+ "@webassemblyjs/wasm-edit": "1.8.5",
+ "@webassemblyjs/wasm-parser": "1.8.5",
+ "acorn": "^6.2.1",
+ "ajv": "^6.10.2",
+ "ajv-keywords": "^3.4.1",
+ "chrome-trace-event": "^1.0.2",
"enhanced-resolve": "^4.1.0",
- "eslint-scope": "^4.0.0",
+ "eslint-scope": "^4.0.3",
"json-parse-better-errors": "^1.0.2",
- "loader-runner": "^2.3.0",
- "loader-utils": "^1.1.0",
- "memory-fs": "~0.4.1",
- "micromatch": "^3.1.8",
- "mkdirp": "~0.5.0",
- "neo-async": "^2.5.0",
- "node-libs-browser": "^2.0.0",
- "schema-utils": "^0.4.4",
- "tapable": "^1.1.0",
- "terser-webpack-plugin": "^1.1.0",
- "watchpack": "^1.5.0",
- "webpack-sources": "^1.3.0"
+ "loader-runner": "^2.4.0",
+ "loader-utils": "^1.2.3",
+ "memory-fs": "^0.4.1",
+ "micromatch": "^3.1.10",
+ "mkdirp": "^0.5.1",
+ "neo-async": "^2.6.1",
+ "node-libs-browser": "^2.2.1",
+ "schema-utils": "^1.0.0",
+ "tapable": "^1.1.3",
+ "terser-webpack-plugin": "^1.4.1",
+ "watchpack": "^1.6.0",
+ "webpack-sources": "^1.4.1"
},
"dependencies": {
- "acorn": {
- "version": "5.7.3",
- "resolved": "https://registry.npmjs.org/acorn/-/acorn-5.7.3.tgz",
- "integrity": "sha512-T/zvzYRfbVojPWahDsE5evJdHb3oJoQfFbsrKM7w5Zcs++Tr257tia3BmMP8XYVjp1S9RZXQMh7gao96BlqZOw=="
+ "schema-utils": {
+ "version": "1.0.0",
+ "resolved": "https://registry.npmjs.org/schema-utils/-/schema-utils-1.0.0.tgz",
+ "integrity": "sha512-i27Mic4KovM/lnGsy8whRCHhc7VicJajAjTrYg11K9zfZXnYIt4k5F+kZkwjnrhKzLic/HLU4j11mjsz2G/75g==",
+ "requires": {
+ "ajv": "^6.1.0",
+ "ajv-errors": "^1.0.0",
+ "ajv-keywords": "^3.1.0"
+ }
}
}
},
@@ -14724,9 +14794,9 @@
}
},
"webpack-stats-plugin": {
- "version": "0.1.5",
- "resolved": "https://registry.npmjs.org/webpack-stats-plugin/-/webpack-stats-plugin-0.1.5.tgz",
- "integrity": "sha1-KeXxLr/VMVjTHWVqETrB97hhedk="
+ "version": "0.3.0",
+ "resolved": "https://registry.npmjs.org/webpack-stats-plugin/-/webpack-stats-plugin-0.3.0.tgz",
+ "integrity": "sha512-4a6mEl9HLtMukVjEPY8QPCSmtX2EDFJNhDTX5ZE2CLch2adKAZf53nUrpG6m7NattwigS0AodNcwNxlu9kMSDQ=="
},
"websocket-driver": {
"version": "0.7.3",
diff --git a/themes/gatsby-starter-notes-theme/package.json b/themes/gatsby-starter-notes-theme/package.json
index bed130be4edea..fb2efe899caab 100644
--- a/themes/gatsby-starter-notes-theme/package.json
+++ b/themes/gatsby-starter-notes-theme/package.json
@@ -8,7 +8,7 @@
"build": "gatsby build"
},
"dependencies": {
- "gatsby": "^2.13.74",
+ "gatsby": "^2.13.77",
"gatsby-theme-notes": "^1.0.3",
"react": "^16.9.0",
"react-dom": "^16.9.0"
diff --git a/themes/gatsby-starter-theme-workspace/example/package.json b/themes/gatsby-starter-theme-workspace/example/package.json
index 41599db071ef7..56ddf407d981d 100644
--- a/themes/gatsby-starter-theme-workspace/example/package.json
+++ b/themes/gatsby-starter-theme-workspace/example/package.json
@@ -9,7 +9,7 @@
"build": "gatsby build"
},
"dependencies": {
- "gatsby": "^2.13.74",
+ "gatsby": "^2.13.77",
"gatsby-theme-minimal": "^1.0.0",
"react": "^16.9.0",
"react-dom": "^16.9.0"
diff --git a/themes/gatsby-starter-theme/package-lock.json b/themes/gatsby-starter-theme/package-lock.json
index e40723adbd05a..4756d5770c0b9 100644
--- a/themes/gatsby-starter-theme/package-lock.json
+++ b/themes/gatsby-starter-theme/package-lock.json
@@ -1656,157 +1656,161 @@
}
},
"@webassemblyjs/ast": {
- "version": "1.7.11",
- "resolved": "https://registry.npmjs.org/@webassemblyjs/ast/-/ast-1.7.11.tgz",
- "integrity": "sha512-ZEzy4vjvTzScC+SH8RBssQUawpaInUdMTYwYYLh54/s8TuT0gBLuyUnppKsVyZEi876VmmStKsUs28UxPgdvrA==",
+ "version": "1.8.5",
+ "resolved": "https://registry.npmjs.org/@webassemblyjs/ast/-/ast-1.8.5.tgz",
+ "integrity": "sha512-aJMfngIZ65+t71C3y2nBBg5FFG0Okt9m0XEgWZ7Ywgn1oMAT8cNwx00Uv1cQyHtidq0Xn94R4TAywO+LCQ+ZAQ==",
"requires": {
- "@webassemblyjs/helper-module-context": "1.7.11",
- "@webassemblyjs/helper-wasm-bytecode": "1.7.11",
- "@webassemblyjs/wast-parser": "1.7.11"
+ "@webassemblyjs/helper-module-context": "1.8.5",
+ "@webassemblyjs/helper-wasm-bytecode": "1.8.5",
+ "@webassemblyjs/wast-parser": "1.8.5"
}
},
"@webassemblyjs/floating-point-hex-parser": {
- "version": "1.7.11",
- "resolved": "https://registry.npmjs.org/@webassemblyjs/floating-point-hex-parser/-/floating-point-hex-parser-1.7.11.tgz",
- "integrity": "sha512-zY8dSNyYcgzNRNT666/zOoAyImshm3ycKdoLsyDw/Bwo6+/uktb7p4xyApuef1dwEBo/U/SYQzbGBvV+nru2Xg=="
+ "version": "1.8.5",
+ "resolved": "https://registry.npmjs.org/@webassemblyjs/floating-point-hex-parser/-/floating-point-hex-parser-1.8.5.tgz",
+ "integrity": "sha512-9p+79WHru1oqBh9ewP9zW95E3XAo+90oth7S5Re3eQnECGq59ly1Ri5tsIipKGpiStHsUYmY3zMLqtk3gTcOtQ=="
},
"@webassemblyjs/helper-api-error": {
- "version": "1.7.11",
- "resolved": "https://registry.npmjs.org/@webassemblyjs/helper-api-error/-/helper-api-error-1.7.11.tgz",
- "integrity": "sha512-7r1qXLmiglC+wPNkGuXCvkmalyEstKVwcueZRP2GNC2PAvxbLYwLLPr14rcdJaE4UtHxQKfFkuDFuv91ipqvXg=="
+ "version": "1.8.5",
+ "resolved": "https://registry.npmjs.org/@webassemblyjs/helper-api-error/-/helper-api-error-1.8.5.tgz",
+ "integrity": "sha512-Za/tnzsvnqdaSPOUXHyKJ2XI7PDX64kWtURyGiJJZKVEdFOsdKUCPTNEVFZq3zJ2R0G5wc2PZ5gvdTRFgm81zA=="
},
"@webassemblyjs/helper-buffer": {
- "version": "1.7.11",
- "resolved": "https://registry.npmjs.org/@webassemblyjs/helper-buffer/-/helper-buffer-1.7.11.tgz",
- "integrity": "sha512-MynuervdylPPh3ix+mKZloTcL06P8tenNH3sx6s0qE8SLR6DdwnfgA7Hc9NSYeob2jrW5Vql6GVlsQzKQCa13w=="
+ "version": "1.8.5",
+ "resolved": "https://registry.npmjs.org/@webassemblyjs/helper-buffer/-/helper-buffer-1.8.5.tgz",
+ "integrity": "sha512-Ri2R8nOS0U6G49Q86goFIPNgjyl6+oE1abW1pS84BuhP1Qcr5JqMwRFT3Ah3ADDDYGEgGs1iyb1DGX+kAi/c/Q=="
},
"@webassemblyjs/helper-code-frame": {
- "version": "1.7.11",
- "resolved": "https://registry.npmjs.org/@webassemblyjs/helper-code-frame/-/helper-code-frame-1.7.11.tgz",
- "integrity": "sha512-T8ESC9KMXFTXA5urJcyor5cn6qWeZ4/zLPyWeEXZ03hj/x9weSokGNkVCdnhSabKGYWxElSdgJ+sFa9G/RdHNw==",
+ "version": "1.8.5",
+ "resolved": "https://registry.npmjs.org/@webassemblyjs/helper-code-frame/-/helper-code-frame-1.8.5.tgz",
+ "integrity": "sha512-VQAadSubZIhNpH46IR3yWO4kZZjMxN1opDrzePLdVKAZ+DFjkGD/rf4v1jap744uPVU6yjL/smZbRIIJTOUnKQ==",
"requires": {
- "@webassemblyjs/wast-printer": "1.7.11"
+ "@webassemblyjs/wast-printer": "1.8.5"
}
},
"@webassemblyjs/helper-fsm": {
- "version": "1.7.11",
- "resolved": "https://registry.npmjs.org/@webassemblyjs/helper-fsm/-/helper-fsm-1.7.11.tgz",
- "integrity": "sha512-nsAQWNP1+8Z6tkzdYlXT0kxfa2Z1tRTARd8wYnc/e3Zv3VydVVnaeePgqUzFrpkGUyhUUxOl5ML7f1NuT+gC0A=="
+ "version": "1.8.5",
+ "resolved": "https://registry.npmjs.org/@webassemblyjs/helper-fsm/-/helper-fsm-1.8.5.tgz",
+ "integrity": "sha512-kRuX/saORcg8se/ft6Q2UbRpZwP4y7YrWsLXPbbmtepKr22i8Z4O3V5QE9DbZK908dh5Xya4Un57SDIKwB9eow=="
},
"@webassemblyjs/helper-module-context": {
- "version": "1.7.11",
- "resolved": "https://registry.npmjs.org/@webassemblyjs/helper-module-context/-/helper-module-context-1.7.11.tgz",
- "integrity": "sha512-JxfD5DX8Ygq4PvXDucq0M+sbUFA7BJAv/GGl9ITovqE+idGX+J3QSzJYz+LwQmL7fC3Rs+utvWoJxDb6pmC0qg=="
+ "version": "1.8.5",
+ "resolved": "https://registry.npmjs.org/@webassemblyjs/helper-module-context/-/helper-module-context-1.8.5.tgz",
+ "integrity": "sha512-/O1B236mN7UNEU4t9X7Pj38i4VoU8CcMHyy3l2cV/kIF4U5KoHXDVqcDuOs1ltkac90IM4vZdHc52t1x8Yfs3g==",
+ "requires": {
+ "@webassemblyjs/ast": "1.8.5",
+ "mamacro": "^0.0.3"
+ }
},
"@webassemblyjs/helper-wasm-bytecode": {
- "version": "1.7.11",
- "resolved": "https://registry.npmjs.org/@webassemblyjs/helper-wasm-bytecode/-/helper-wasm-bytecode-1.7.11.tgz",
- "integrity": "sha512-cMXeVS9rhoXsI9LLL4tJxBgVD/KMOKXuFqYb5oCJ/opScWpkCMEz9EJtkonaNcnLv2R3K5jIeS4TRj/drde1JQ=="
+ "version": "1.8.5",
+ "resolved": "https://registry.npmjs.org/@webassemblyjs/helper-wasm-bytecode/-/helper-wasm-bytecode-1.8.5.tgz",
+ "integrity": "sha512-Cu4YMYG3Ddl72CbmpjU/wbP6SACcOPVbHN1dI4VJNJVgFwaKf1ppeFJrwydOG3NDHxVGuCfPlLZNyEdIYlQ6QQ=="
},
"@webassemblyjs/helper-wasm-section": {
- "version": "1.7.11",
- "resolved": "https://registry.npmjs.org/@webassemblyjs/helper-wasm-section/-/helper-wasm-section-1.7.11.tgz",
- "integrity": "sha512-8ZRY5iZbZdtNFE5UFunB8mmBEAbSI3guwbrsCl4fWdfRiAcvqQpeqd5KHhSWLL5wuxo53zcaGZDBU64qgn4I4Q==",
+ "version": "1.8.5",
+ "resolved": "https://registry.npmjs.org/@webassemblyjs/helper-wasm-section/-/helper-wasm-section-1.8.5.tgz",
+ "integrity": "sha512-VV083zwR+VTrIWWtgIUpqfvVdK4ff38loRmrdDBgBT8ADXYsEZ5mPQ4Nde90N3UYatHdYoDIFb7oHzMncI02tA==",
"requires": {
- "@webassemblyjs/ast": "1.7.11",
- "@webassemblyjs/helper-buffer": "1.7.11",
- "@webassemblyjs/helper-wasm-bytecode": "1.7.11",
- "@webassemblyjs/wasm-gen": "1.7.11"
+ "@webassemblyjs/ast": "1.8.5",
+ "@webassemblyjs/helper-buffer": "1.8.5",
+ "@webassemblyjs/helper-wasm-bytecode": "1.8.5",
+ "@webassemblyjs/wasm-gen": "1.8.5"
}
},
"@webassemblyjs/ieee754": {
- "version": "1.7.11",
- "resolved": "https://registry.npmjs.org/@webassemblyjs/ieee754/-/ieee754-1.7.11.tgz",
- "integrity": "sha512-Mmqx/cS68K1tSrvRLtaV/Lp3NZWzXtOHUW2IvDvl2sihAwJh4ACE0eL6A8FvMyDG9abes3saB6dMimLOs+HMoQ==",
+ "version": "1.8.5",
+ "resolved": "https://registry.npmjs.org/@webassemblyjs/ieee754/-/ieee754-1.8.5.tgz",
+ "integrity": "sha512-aaCvQYrvKbY/n6wKHb/ylAJr27GglahUO89CcGXMItrOBqRarUMxWLJgxm9PJNuKULwN5n1csT9bYoMeZOGF3g==",
"requires": {
"@xtuc/ieee754": "^1.2.0"
}
},
"@webassemblyjs/leb128": {
- "version": "1.7.11",
- "resolved": "https://registry.npmjs.org/@webassemblyjs/leb128/-/leb128-1.7.11.tgz",
- "integrity": "sha512-vuGmgZjjp3zjcerQg+JA+tGOncOnJLWVkt8Aze5eWQLwTQGNgVLcyOTqgSCxWTR4J42ijHbBxnuRaL1Rv7XMdw==",
+ "version": "1.8.5",
+ "resolved": "https://registry.npmjs.org/@webassemblyjs/leb128/-/leb128-1.8.5.tgz",
+ "integrity": "sha512-plYUuUwleLIziknvlP8VpTgO4kqNaH57Y3JnNa6DLpu/sGcP6hbVdfdX5aHAV716pQBKrfuU26BJK29qY37J7A==",
"requires": {
- "@xtuc/long": "4.2.1"
+ "@xtuc/long": "4.2.2"
}
},
"@webassemblyjs/utf8": {
- "version": "1.7.11",
- "resolved": "https://registry.npmjs.org/@webassemblyjs/utf8/-/utf8-1.7.11.tgz",
- "integrity": "sha512-C6GFkc7aErQIAH+BMrIdVSmW+6HSe20wg57HEC1uqJP8E/xpMjXqQUxkQw07MhNDSDcGpxI9G5JSNOQCqJk4sA=="
+ "version": "1.8.5",
+ "resolved": "https://registry.npmjs.org/@webassemblyjs/utf8/-/utf8-1.8.5.tgz",
+ "integrity": "sha512-U7zgftmQriw37tfD934UNInokz6yTmn29inT2cAetAsaU9YeVCveWEwhKL1Mg4yS7q//NGdzy79nlXh3bT8Kjw=="
},
"@webassemblyjs/wasm-edit": {
- "version": "1.7.11",
- "resolved": "https://registry.npmjs.org/@webassemblyjs/wasm-edit/-/wasm-edit-1.7.11.tgz",
- "integrity": "sha512-FUd97guNGsCZQgeTPKdgxJhBXkUbMTY6hFPf2Y4OedXd48H97J+sOY2Ltaq6WGVpIH8o/TGOVNiVz/SbpEMJGg==",
+ "version": "1.8.5",
+ "resolved": "https://registry.npmjs.org/@webassemblyjs/wasm-edit/-/wasm-edit-1.8.5.tgz",
+ "integrity": "sha512-A41EMy8MWw5yvqj7MQzkDjU29K7UJq1VrX2vWLzfpRHt3ISftOXqrtojn7nlPsZ9Ijhp5NwuODuycSvfAO/26Q==",
"requires": {
- "@webassemblyjs/ast": "1.7.11",
- "@webassemblyjs/helper-buffer": "1.7.11",
- "@webassemblyjs/helper-wasm-bytecode": "1.7.11",
- "@webassemblyjs/helper-wasm-section": "1.7.11",
- "@webassemblyjs/wasm-gen": "1.7.11",
- "@webassemblyjs/wasm-opt": "1.7.11",
- "@webassemblyjs/wasm-parser": "1.7.11",
- "@webassemblyjs/wast-printer": "1.7.11"
+ "@webassemblyjs/ast": "1.8.5",
+ "@webassemblyjs/helper-buffer": "1.8.5",
+ "@webassemblyjs/helper-wasm-bytecode": "1.8.5",
+ "@webassemblyjs/helper-wasm-section": "1.8.5",
+ "@webassemblyjs/wasm-gen": "1.8.5",
+ "@webassemblyjs/wasm-opt": "1.8.5",
+ "@webassemblyjs/wasm-parser": "1.8.5",
+ "@webassemblyjs/wast-printer": "1.8.5"
}
},
"@webassemblyjs/wasm-gen": {
- "version": "1.7.11",
- "resolved": "https://registry.npmjs.org/@webassemblyjs/wasm-gen/-/wasm-gen-1.7.11.tgz",
- "integrity": "sha512-U/KDYp7fgAZX5KPfq4NOupK/BmhDc5Kjy2GIqstMhvvdJRcER/kUsMThpWeRP8BMn4LXaKhSTggIJPOeYHwISA==",
+ "version": "1.8.5",
+ "resolved": "https://registry.npmjs.org/@webassemblyjs/wasm-gen/-/wasm-gen-1.8.5.tgz",
+ "integrity": "sha512-BCZBT0LURC0CXDzj5FXSc2FPTsxwp3nWcqXQdOZE4U7h7i8FqtFK5Egia6f9raQLpEKT1VL7zr4r3+QX6zArWg==",
"requires": {
- "@webassemblyjs/ast": "1.7.11",
- "@webassemblyjs/helper-wasm-bytecode": "1.7.11",
- "@webassemblyjs/ieee754": "1.7.11",
- "@webassemblyjs/leb128": "1.7.11",
- "@webassemblyjs/utf8": "1.7.11"
+ "@webassemblyjs/ast": "1.8.5",
+ "@webassemblyjs/helper-wasm-bytecode": "1.8.5",
+ "@webassemblyjs/ieee754": "1.8.5",
+ "@webassemblyjs/leb128": "1.8.5",
+ "@webassemblyjs/utf8": "1.8.5"
}
},
"@webassemblyjs/wasm-opt": {
- "version": "1.7.11",
- "resolved": "https://registry.npmjs.org/@webassemblyjs/wasm-opt/-/wasm-opt-1.7.11.tgz",
- "integrity": "sha512-XynkOwQyiRidh0GLua7SkeHvAPXQV/RxsUeERILmAInZegApOUAIJfRuPYe2F7RcjOC9tW3Cb9juPvAC/sCqvg==",
+ "version": "1.8.5",
+ "resolved": "https://registry.npmjs.org/@webassemblyjs/wasm-opt/-/wasm-opt-1.8.5.tgz",
+ "integrity": "sha512-HKo2mO/Uh9A6ojzu7cjslGaHaUU14LdLbGEKqTR7PBKwT6LdPtLLh9fPY33rmr5wcOMrsWDbbdCHq4hQUdd37Q==",
"requires": {
- "@webassemblyjs/ast": "1.7.11",
- "@webassemblyjs/helper-buffer": "1.7.11",
- "@webassemblyjs/wasm-gen": "1.7.11",
- "@webassemblyjs/wasm-parser": "1.7.11"
+ "@webassemblyjs/ast": "1.8.5",
+ "@webassemblyjs/helper-buffer": "1.8.5",
+ "@webassemblyjs/wasm-gen": "1.8.5",
+ "@webassemblyjs/wasm-parser": "1.8.5"
}
},
"@webassemblyjs/wasm-parser": {
- "version": "1.7.11",
- "resolved": "https://registry.npmjs.org/@webassemblyjs/wasm-parser/-/wasm-parser-1.7.11.tgz",
- "integrity": "sha512-6lmXRTrrZjYD8Ng8xRyvyXQJYUQKYSXhJqXOBLw24rdiXsHAOlvw5PhesjdcaMadU/pyPQOJ5dHreMjBxwnQKg==",
+ "version": "1.8.5",
+ "resolved": "https://registry.npmjs.org/@webassemblyjs/wasm-parser/-/wasm-parser-1.8.5.tgz",
+ "integrity": "sha512-pi0SYE9T6tfcMkthwcgCpL0cM9nRYr6/6fjgDtL6q/ZqKHdMWvxitRi5JcZ7RI4SNJJYnYNaWy5UUrHQy998lw==",
"requires": {
- "@webassemblyjs/ast": "1.7.11",
- "@webassemblyjs/helper-api-error": "1.7.11",
- "@webassemblyjs/helper-wasm-bytecode": "1.7.11",
- "@webassemblyjs/ieee754": "1.7.11",
- "@webassemblyjs/leb128": "1.7.11",
- "@webassemblyjs/utf8": "1.7.11"
+ "@webassemblyjs/ast": "1.8.5",
+ "@webassemblyjs/helper-api-error": "1.8.5",
+ "@webassemblyjs/helper-wasm-bytecode": "1.8.5",
+ "@webassemblyjs/ieee754": "1.8.5",
+ "@webassemblyjs/leb128": "1.8.5",
+ "@webassemblyjs/utf8": "1.8.5"
}
},
"@webassemblyjs/wast-parser": {
- "version": "1.7.11",
- "resolved": "https://registry.npmjs.org/@webassemblyjs/wast-parser/-/wast-parser-1.7.11.tgz",
- "integrity": "sha512-lEyVCg2np15tS+dm7+JJTNhNWq9yTZvi3qEhAIIOaofcYlUp0UR5/tVqOwa/gXYr3gjwSZqw+/lS9dscyLelbQ==",
+ "version": "1.8.5",
+ "resolved": "https://registry.npmjs.org/@webassemblyjs/wast-parser/-/wast-parser-1.8.5.tgz",
+ "integrity": "sha512-daXC1FyKWHF1i11obK086QRlsMsY4+tIOKgBqI1lxAnkp9xe9YMcgOxm9kLe+ttjs5aWV2KKE1TWJCN57/Btsg==",
"requires": {
- "@webassemblyjs/ast": "1.7.11",
- "@webassemblyjs/floating-point-hex-parser": "1.7.11",
- "@webassemblyjs/helper-api-error": "1.7.11",
- "@webassemblyjs/helper-code-frame": "1.7.11",
- "@webassemblyjs/helper-fsm": "1.7.11",
- "@xtuc/long": "4.2.1"
+ "@webassemblyjs/ast": "1.8.5",
+ "@webassemblyjs/floating-point-hex-parser": "1.8.5",
+ "@webassemblyjs/helper-api-error": "1.8.5",
+ "@webassemblyjs/helper-code-frame": "1.8.5",
+ "@webassemblyjs/helper-fsm": "1.8.5",
+ "@xtuc/long": "4.2.2"
}
},
"@webassemblyjs/wast-printer": {
- "version": "1.7.11",
- "resolved": "https://registry.npmjs.org/@webassemblyjs/wast-printer/-/wast-printer-1.7.11.tgz",
- "integrity": "sha512-m5vkAsuJ32QpkdkDOUPGSltrg8Cuk3KBx4YrmAGQwCZPRdUHXxG4phIOuuycLemHFr74sWL9Wthqss4fzdzSwg==",
+ "version": "1.8.5",
+ "resolved": "https://registry.npmjs.org/@webassemblyjs/wast-printer/-/wast-printer-1.8.5.tgz",
+ "integrity": "sha512-w0U0pD4EhlnvRyeJzBqaVSJAo9w/ce7/WPogeXLzGkO6hzhr4GnQIZ4W4uUt5b9ooAaXPtnXlj0gzsXEOUNYMg==",
"requires": {
- "@webassemblyjs/ast": "1.7.11",
- "@webassemblyjs/wast-parser": "1.7.11",
- "@xtuc/long": "4.2.1"
+ "@webassemblyjs/ast": "1.8.5",
+ "@webassemblyjs/wast-parser": "1.8.5",
+ "@xtuc/long": "4.2.2"
}
},
"@xtuc/ieee754": {
@@ -1815,9 +1819,9 @@
"integrity": "sha512-DX8nKgqcGwsc0eJSqYt5lwP4DH5FlHnmuWWBRy7X0NcaGR0ZtuyeESgMwTYVEtxmsNGY+qit4QYT/MIYTOTPeA=="
},
"@xtuc/long": {
- "version": "4.2.1",
- "resolved": "https://registry.npmjs.org/@xtuc/long/-/long-4.2.1.tgz",
- "integrity": "sha512-FZdkNBDqBRHKQ2MEbSC17xnPFOhZxeJ2YGSfr2BKf3sujG49Qe3bB+rGCwQfIaA7WHnGeGkSijX4FuBCdrzW/g=="
+ "version": "4.2.2",
+ "resolved": "https://registry.npmjs.org/@xtuc/long/-/long-4.2.2.tgz",
+ "integrity": "sha512-NuHqBY1PB/D8xU6s/thBgOAiAP7HOYDQ32+BFZILJ8ivkUkAHQnWfn6WhL79Owj1qmUnoN/YPhktdIoucipkAQ=="
},
"accepts": {
"version": "1.3.7",
@@ -1833,30 +1837,15 @@
"resolved": "https://registry.npmjs.org/acorn/-/acorn-6.3.0.tgz",
"integrity": "sha512-/czfa8BwS88b9gWQVhc8eknunSA2DoJpJyTQkhheIf5E48u1N0R4q/YxxsAeqRrmK9TQ/uYfgLDfZo91UlANIA=="
},
- "acorn-dynamic-import": {
- "version": "3.0.0",
- "resolved": "https://registry.npmjs.org/acorn-dynamic-import/-/acorn-dynamic-import-3.0.0.tgz",
- "integrity": "sha512-zVWV8Z8lislJoOKKqdNMOB+s6+XV5WERty8MnKBeFgwA+19XJjJHs2RP5dzM57FftIs+jQnRToLiWazKr6sSWg==",
- "requires": {
- "acorn": "^5.0.0"
- },
- "dependencies": {
- "acorn": {
- "version": "5.7.3",
- "resolved": "https://registry.npmjs.org/acorn/-/acorn-5.7.3.tgz",
- "integrity": "sha512-T/zvzYRfbVojPWahDsE5evJdHb3oJoQfFbsrKM7w5Zcs++Tr257tia3BmMP8XYVjp1S9RZXQMh7gao96BlqZOw=="
- }
- }
- },
"acorn-jsx": {
"version": "5.0.2",
"resolved": "https://registry.npmjs.org/acorn-jsx/-/acorn-jsx-5.0.2.tgz",
"integrity": "sha512-tiNTrP1MP0QrChmD2DdupCr6HWSFeKVw5d/dHTu4Y7rkAkRhU/Dt7dphAfIUyxtHpl/eBVip5uTNSpQJHylpAw=="
},
"address": {
- "version": "1.1.0",
- "resolved": "https://registry.npmjs.org/address/-/address-1.1.0.tgz",
- "integrity": "sha512-4diPfzWbLEIElVG4AnqP+00SULlPzNuyJFNnmMrLgyaxG6tZXJ1sn7mjBu4fHrJE+Yp/jgylOweJn2xsLMFggQ=="
+ "version": "1.1.1",
+ "resolved": "https://registry.npmjs.org/address/-/address-1.1.1.tgz",
+ "integrity": "sha512-srclZEseI6OB0MgWYWuYpr2F5fHMxh5lgWF72CeUFm5QgJyviPA64Q7PzJdBQkFCJibEycqsZ5b9L0l/J8SlyQ=="
},
"after": {
"version": "0.8.2",
@@ -2406,9 +2395,9 @@
}
},
"babel-plugin-remove-graphql-queries": {
- "version": "2.7.3",
- "resolved": "https://registry.npmjs.org/babel-plugin-remove-graphql-queries/-/babel-plugin-remove-graphql-queries-2.7.3.tgz",
- "integrity": "sha512-xuOzXil34XPhkIGE/1EmCyfPlMgX2sXBaNf3n+ico5pM3HNrKc8vHcng9CoK2jnSXEwoX5wASFfKZg1eNNdz1w=="
+ "version": "2.7.4",
+ "resolved": "https://registry.npmjs.org/babel-plugin-remove-graphql-queries/-/babel-plugin-remove-graphql-queries-2.7.4.tgz",
+ "integrity": "sha512-ZeyuATwk3jKo8IxApgSXSXfD2Pr4EbNvinsNSxs+/nefirUnHEi7KClW9lz2npczb85hIuJ5qzCSCU8RGBOttA=="
},
"babel-plugin-syntax-dynamic-import": {
"version": "6.18.0",
@@ -3187,15 +3176,16 @@
"integrity": "sha1-0ygVQE1olpn4Wk6k+odV3ROpYEg="
},
"cacache": {
- "version": "11.3.3",
- "resolved": "https://registry.npmjs.org/cacache/-/cacache-11.3.3.tgz",
- "integrity": "sha512-p8WcneCytvzPxhDvYp31PD039vi77I12W+/KfR9S8AZbaiARFBCpsPJS+9uhWfeBfeAtW7o/4vt3MUqLkbY6nA==",
+ "version": "12.0.3",
+ "resolved": "https://registry.npmjs.org/cacache/-/cacache-12.0.3.tgz",
+ "integrity": "sha512-kqdmfXEGFepesTuROHMs3MpFLWrPkSSpRqOw80RCflZXy/khxaArvFrQ7uJxSUduzAufc6G0g1VUCOZXxWavPw==",
"requires": {
"bluebird": "^3.5.5",
"chownr": "^1.1.1",
"figgy-pudding": "^3.5.1",
"glob": "^7.1.4",
"graceful-fs": "^4.1.15",
+ "infer-owner": "^1.0.3",
"lru-cache": "^5.1.1",
"mississippi": "^3.0.0",
"mkdirp": "^0.5.1",
@@ -6971,9 +6961,9 @@
"integrity": "sha1-GwqzvVU7Kg1jmdKcDj6gslIHgyc="
},
"gatsby": {
- "version": "2.13.74",
- "resolved": "https://registry.npmjs.org/gatsby/-/gatsby-2.13.74.tgz",
- "integrity": "sha512-BbbA3zNVbfHD1d4bmxmUHSMqjBsnEQCtdnvRhYBAxSp4gMyGQNysedmZ2SkhtLb2mfmM6f4WbFcsbXnCxmXwYw==",
+ "version": "2.13.77",
+ "resolved": "https://registry.npmjs.org/gatsby/-/gatsby-2.13.77.tgz",
+ "integrity": "sha512-VJyf9qtWMPFwGLpFDQdk3p9cvuWWxVmuY8Wq+h+n+WVhATva2pd9ZVEIlmdH/4SKqWSnP5KGNCISY5GGWMsVkQ==",
"requires": {
"@babel/code-frame": "^7.0.0",
"@babel/core": "^7.0.0",
@@ -6988,15 +6978,15 @@
"@reach/router": "^1.2.1",
"@typescript-eslint/eslint-plugin": "^1.13.0",
"@typescript-eslint/parser": "^1.13.0",
- "address": "1.1.0",
+ "address": "1.1.1",
"autoprefixer": "^9.6.1",
"axios": "^0.19.0",
"babel-core": "7.0.0-bridge.0",
"babel-eslint": "^10.0.2",
- "babel-loader": "^8.0.0",
+ "babel-loader": "^8.0.6",
"babel-plugin-add-module-exports": "^0.3.3",
"babel-plugin-dynamic-import-node": "^1.2.0",
- "babel-plugin-remove-graphql-queries": "^2.7.3",
+ "babel-plugin-remove-graphql-queries": "^2.7.4",
"babel-preset-gatsby": "^0.2.10",
"better-opn": "0.1.4",
"better-queue": "^3.8.10",
@@ -7005,7 +6995,7 @@
"cache-manager": "^2.10.0",
"cache-manager-fs-hash": "^0.0.7",
"chalk": "^2.4.2",
- "chokidar": "2.1.6",
+ "chokidar": "2.1.8",
"common-tags": "^1.8.0",
"compression": "^1.7.4",
"convert-hrtime": "^2.0.0",
@@ -7035,18 +7025,18 @@
"flat": "^4.1.0",
"fs-exists-cached": "1.0.0",
"fs-extra": "^5.0.0",
- "gatsby-cli": "^2.7.35",
+ "gatsby-cli": "^2.7.38",
"gatsby-core-utils": "^1.0.5",
- "gatsby-graphiql-explorer": "^0.2.5",
- "gatsby-link": "^2.2.6",
- "gatsby-plugin-page-creator": "^2.1.8",
- "gatsby-react-router-scroll": "^2.1.4",
- "gatsby-telemetry": "^1.1.16",
- "glob": "^7.1.1",
+ "gatsby-graphiql-explorer": "^0.2.7",
+ "gatsby-link": "^2.2.7",
+ "gatsby-plugin-page-creator": "^2.1.9",
+ "gatsby-react-router-scroll": "^2.1.5",
+ "gatsby-telemetry": "^1.1.17",
+ "glob": "^7.1.4",
"got": "8.3.2",
- "graphql": "^14.4.2",
+ "graphql": "^14.5.0",
"graphql-compose": "^6.3.5",
- "graphql-playground-middleware-express": "^1.7.10",
+ "graphql-playground-middleware-express": "^1.7.12",
"invariant": "^2.2.4",
"is-relative": "^1.0.0",
"is-relative-url": "^2.0.0",
@@ -7054,56 +7044,56 @@
"jest-worker": "^23.2.0",
"json-loader": "^0.5.7",
"json-stringify-safe": "^5.0.1",
- "lodash": "^4.17.14",
+ "lodash": "^4.17.15",
"lokijs": "^1.5.7",
"md5": "^2.2.1",
- "md5-file": "^3.1.1",
+ "md5-file": "^3.2.3",
"micromatch": "^3.1.10",
- "mime": "^2.2.0",
- "mini-css-extract-plugin": "^0.4.0",
- "mitt": "^1.1.2",
+ "mime": "^2.4.4",
+ "mini-css-extract-plugin": "^0.8.0",
+ "mitt": "^1.1.3",
"mkdirp": "^0.5.1",
- "moment": "^2.21.0",
+ "moment": "^2.24.0",
"name-all-modules-plugin": "^1.0.1",
"normalize-path": "^2.1.1",
"null-loader": "^0.1.1",
- "opentracing": "^0.14.3",
- "optimize-css-assets-webpack-plugin": "^5.0.1",
- "parseurl": "^1.3.2",
+ "opentracing": "^0.14.4",
+ "optimize-css-assets-webpack-plugin": "^5.0.3",
+ "parseurl": "^1.3.3",
"physical-cpu-count": "^2.0.0",
- "pnp-webpack-plugin": "^1.4.1",
- "postcss-flexbugs-fixes": "^3.0.0",
- "postcss-loader": "^2.1.3",
- "prop-types": "^15.6.1",
+ "pnp-webpack-plugin": "^1.5.0",
+ "postcss-flexbugs-fixes": "^3.3.1",
+ "postcss-loader": "^2.1.6",
+ "prop-types": "^15.7.2",
"raw-loader": "^0.5.1",
"react-dev-utils": "^4.2.3",
"react-error-overlay": "^3.0.0",
"react-hot-loader": "^4.12.11",
- "redux": "^4.0.0",
+ "redux": "^4.0.4",
"redux-thunk": "^2.3.0",
- "semver": "^5.6.0",
+ "semver": "^5.7.1",
"shallow-compare": "^1.2.2",
"sift": "^5.1.0",
"signal-exit": "^3.0.2",
"slash": "^1.0.0",
- "socket.io": "^2.0.3",
+ "socket.io": "^2.2.0",
"stack-trace": "^0.0.10",
- "string-similarity": "^1.2.0",
- "style-loader": "^0.21.0",
- "terser-webpack-plugin": "1.2.4",
+ "string-similarity": "^1.2.2",
+ "style-loader": "^0.23.1",
+ "terser-webpack-plugin": "1.4.1",
"true-case-path": "^2.2.1",
"type-of": "^2.0.1",
- "url-loader": "^1.0.1",
+ "url-loader": "^1.1.2",
"util.promisify": "^1.0.0",
- "uuid": "^3.1.0",
- "v8-compile-cache": "^1.1.0",
- "webpack": "~4.28.4",
- "webpack-dev-middleware": "^3.0.1",
- "webpack-dev-server": "^3.1.14",
- "webpack-hot-middleware": "^2.21.0",
- "webpack-merge": "^4.1.0",
- "webpack-stats-plugin": "^0.1.5",
- "xstate": "^4.3.2",
+ "uuid": "^3.3.3",
+ "v8-compile-cache": "^1.1.2",
+ "webpack": "~4.39.2",
+ "webpack-dev-middleware": "^3.7.0",
+ "webpack-dev-server": "^3.8.0",
+ "webpack-hot-middleware": "^2.25.0",
+ "webpack-merge": "^4.2.1",
+ "webpack-stats-plugin": "^0.3.0",
+ "xstate": "^4.6.7",
"yaml-loader": "^0.5.0"
},
"dependencies": {
@@ -7134,9 +7124,9 @@
"integrity": "sha512-L28STB170nwWS63UjtlEOE3dldQApaJXZkOI1uMFfzf3rRuPegHaHesyee+YxQ+W6SvRDQV6UrdOdRiR153wJg=="
},
"chokidar": {
- "version": "2.1.6",
- "resolved": "https://registry.npmjs.org/chokidar/-/chokidar-2.1.6.tgz",
- "integrity": "sha512-V2jUo67OKkc6ySiRpJrjlpJKl9kDuG+Xb8VgsGzb+aEouhgS1D0weyPU4lEzdAcsCAvrih2J2BqyXqHWvVLw5g==",
+ "version": "2.1.8",
+ "resolved": "https://registry.npmjs.org/chokidar/-/chokidar-2.1.8.tgz",
+ "integrity": "sha512-ZmZUazfOzf0Nve7duiCKD23PFSCs4JPoYyccjUFF3aQkQadqBhfzhjkwBH2mNOG9cTBwhamM37EIsIkZw3nRgg==",
"requires": {
"anymatch": "^2.0.0",
"async-each": "^1.0.1",
@@ -7232,9 +7222,9 @@
}
},
"gatsby-cli": {
- "version": "2.7.35",
- "resolved": "https://registry.npmjs.org/gatsby-cli/-/gatsby-cli-2.7.35.tgz",
- "integrity": "sha512-JgsVxeoaxDFZJugIg/N5KSc4XagsVRRCuHXNvmQMc9+pzKIjyWqGp2Nbtp2rrQB+F2sVyRjBNosx9PaZTVFDFw==",
+ "version": "2.7.38",
+ "resolved": "https://registry.npmjs.org/gatsby-cli/-/gatsby-cli-2.7.38.tgz",
+ "integrity": "sha512-l0rQFp0Y7bQzS0crb+fsZout48HpvvU4ub8IvQjWRDNYF7+LRmYiFzJVX2hDGYB83FdvanIzA7a3oZSw7A9enQ==",
"requires": {
"@babel/code-frame": "^7.0.0",
"@babel/runtime": "^7.0.0",
@@ -7252,27 +7242,27 @@
"execa": "^0.11.0",
"fs-exists-cached": "^1.0.0",
"fs-extra": "^4.0.3",
- "gatsby-telemetry": "^1.1.16",
- "hosted-git-info": "^2.6.0",
+ "gatsby-telemetry": "^1.1.17",
+ "hosted-git-info": "^2.8.4",
"ink": "^2.3.0",
"ink-spinner": "^3.0.1",
"is-valid-path": "^0.1.1",
- "lodash": "^4.17.14",
+ "lodash": "^4.17.15",
"meant": "^1.0.1",
"node-fetch": "^2.6.0",
"object.entries": "^1.1.0",
- "opentracing": "^0.14.3",
+ "opentracing": "^0.14.4",
"pretty-error": "^2.1.1",
"progress": "^2.0.3",
- "prompts": "^2.1.0",
- "react": "^16.8.4",
+ "prompts": "^2.2.1",
+ "react": "^16.9.0",
"resolve-cwd": "^2.0.0",
"semver": "^6.3.0",
- "source-map": "0.5.7",
+ "source-map": "0.7.3",
"stack-trace": "^0.0.10",
"strip-ansi": "^5.2.0",
- "update-notifier": "^2.3.0",
- "uuid": "3.3.2",
+ "update-notifier": "^2.5.0",
+ "uuid": "3.3.3",
"yargs": "^12.0.5",
"yurnalist": "^1.0.5"
},
@@ -7307,6 +7297,11 @@
"pump": "^3.0.0"
}
},
+ "hosted-git-info": {
+ "version": "2.8.4",
+ "resolved": "https://registry.npmjs.org/hosted-git-info/-/hosted-git-info-2.8.4.tgz",
+ "integrity": "sha512-pzXIvANXEFrc5oFFXRMkbLPQ2rXRoDERwDLyrcUxGhaZhgP54BBSl9Oheh7Vv0T090cszWBxPjkQQ5Sq1PbBRQ=="
+ },
"invert-kv": {
"version": "2.0.0",
"resolved": "https://registry.npmjs.org/invert-kv/-/invert-kv-2.0.0.tgz",
@@ -7409,6 +7404,16 @@
"resolved": "https://registry.npmjs.org/pify/-/pify-3.0.0.tgz",
"integrity": "sha1-5aSs0sEB/fPZpNB/DbxNtJ3SgXY="
},
+ "semver": {
+ "version": "5.7.1",
+ "resolved": "https://registry.npmjs.org/semver/-/semver-5.7.1.tgz",
+ "integrity": "sha512-sauaDf/PZdVgrLTNYHRtpXa1iRiKcaebiKQ1BJdpQlWH2lCvexQdX55snPFyK7QzpudqbCI0qXFfOasHdyNDGQ=="
+ },
+ "source-map": {
+ "version": "0.7.3",
+ "resolved": "https://registry.npmjs.org/source-map/-/source-map-0.7.3.tgz",
+ "integrity": "sha512-CkCj6giN3S+n9qrYiBTX5gystlENnRW5jZeNLHpe6aue+SrHcG5VYwujhW9s4dY31mEGsxBDrHR6oI69fTXsaQ=="
+ },
"strip-ansi": {
"version": "5.2.0",
"resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-5.2.0.tgz",
@@ -7417,6 +7422,11 @@
"ansi-regex": "^4.1.0"
}
},
+ "uuid": {
+ "version": "3.3.3",
+ "resolved": "https://registry.npmjs.org/uuid/-/uuid-3.3.3.tgz",
+ "integrity": "sha512-pW0No1RGHgzlpHJO1nsVrHKpOEIxkGg1xB+v0ZmdNH5OAeAwzAVrCnI2/6Mtx+Uys6iaylxa+D3g4j63IKKjSQ=="
+ },
"yargs": {
"version": "12.0.5",
"resolved": "https://registry.npmjs.org/yargs/-/yargs-12.0.5.tgz",
@@ -7453,9 +7463,9 @@
"integrity": "sha512-01B0wqVTftFcYwVR7HGJy+Nriy+xxC++VZhsWNCFWtby1NwfSDUwkoScGcZ/jXvg9waEmBC1n70FwVIDnoHzSA=="
},
"gatsby-graphiql-explorer": {
- "version": "0.2.5",
- "resolved": "https://registry.npmjs.org/gatsby-graphiql-explorer/-/gatsby-graphiql-explorer-0.2.5.tgz",
- "integrity": "sha512-TbXSYYhdKhElFWXU5u55Ey9kyFbt/nPNw8tRdf7SClXR6Dt4iaoZSiagtccNsZ3q6sWPhujyeS8XylAF9hvhQg==",
+ "version": "0.2.7",
+ "resolved": "https://registry.npmjs.org/gatsby-graphiql-explorer/-/gatsby-graphiql-explorer-0.2.7.tgz",
+ "integrity": "sha512-an2SlIliUINXiE/6cdCMSJUD3Y5JOHOmqX7EG6hfcxv3Rsa/nRR7xDoc4oB5WIJMphFoxMnleBXdWVeQ+kSEgw==",
"requires": {
"@babel/runtime": "^7.0.0"
}
@@ -7471,34 +7481,34 @@
}
},
"gatsby-link": {
- "version": "2.2.6",
- "resolved": "https://registry.npmjs.org/gatsby-link/-/gatsby-link-2.2.6.tgz",
- "integrity": "sha512-FnQ4Z+a5KDmAIoipfGqtELZ/WPB0W67I/jo4ekOPwEu14t6N/VWdTS0mOdJoNCeElNvnJ7cNqlNnEopdU4vbKw==",
+ "version": "2.2.7",
+ "resolved": "https://registry.npmjs.org/gatsby-link/-/gatsby-link-2.2.7.tgz",
+ "integrity": "sha512-roFLJJIKE35Y7Weofft9e6GkP75t/JImRdu1eE0U4xbyVBpmp5CxRcTrC267oMoT0Ev2kAJep0MK+3KheEDGcA==",
"requires": {
"@babel/runtime": "^7.0.0",
"@types/reach__router": "^1.2.4",
- "prop-types": "^15.6.1"
+ "prop-types": "^15.7.2"
}
},
"gatsby-page-utils": {
- "version": "0.0.8",
- "resolved": "https://registry.npmjs.org/gatsby-page-utils/-/gatsby-page-utils-0.0.8.tgz",
- "integrity": "sha512-vwSVOP8TD1sRpd2Q2YTsH2usy9+Swn7x4praaame+H/nbCO4/4cfCGqP55gQdNGvielFnqYosxpt63yU48SGow==",
+ "version": "0.0.9",
+ "resolved": "https://registry.npmjs.org/gatsby-page-utils/-/gatsby-page-utils-0.0.9.tgz",
+ "integrity": "sha512-hKdKh4Sc9vho+4eCH33ewrXr045++CWbBXMQESRhB+deMwooPltqAOuP4dthctyNrR/TxN0jSY6nBA2gXeEBKQ==",
"requires": {
"@babel/runtime": "^7.0.0",
"bluebird": "^3.5.5",
- "chokidar": "2.1.6",
+ "chokidar": "2.1.8",
"fs-exists-cached": "^1.0.0",
- "glob": "^7.1.1",
- "lodash": "^4.17.14",
+ "glob": "^7.1.4",
+ "lodash": "^4.17.15",
"micromatch": "^3.1.10",
"slash": "^1.0.0"
},
"dependencies": {
"chokidar": {
- "version": "2.1.6",
- "resolved": "https://registry.npmjs.org/chokidar/-/chokidar-2.1.6.tgz",
- "integrity": "sha512-V2jUo67OKkc6ySiRpJrjlpJKl9kDuG+Xb8VgsGzb+aEouhgS1D0weyPU4lEzdAcsCAvrih2J2BqyXqHWvVLw5g==",
+ "version": "2.1.8",
+ "resolved": "https://registry.npmjs.org/chokidar/-/chokidar-2.1.8.tgz",
+ "integrity": "sha512-ZmZUazfOzf0Nve7duiCKD23PFSCs4JPoYyccjUFF3aQkQadqBhfzhjkwBH2mNOG9cTBwhamM37EIsIkZw3nRgg==",
"requires": {
"anymatch": "^2.0.0",
"async-each": "^1.0.1",
@@ -7662,16 +7672,16 @@
}
},
"gatsby-plugin-page-creator": {
- "version": "2.1.8",
- "resolved": "https://registry.npmjs.org/gatsby-plugin-page-creator/-/gatsby-plugin-page-creator-2.1.8.tgz",
- "integrity": "sha512-InCp/L3e4Hb6uDMycPX0Pu+XO5ftkqBHHmSY0DhmYP1VnJI3YmY5z8jfRIC4CSLNGT5z4R4fHoVF2pmQnHFiWA==",
+ "version": "2.1.9",
+ "resolved": "https://registry.npmjs.org/gatsby-plugin-page-creator/-/gatsby-plugin-page-creator-2.1.9.tgz",
+ "integrity": "sha512-vd49f5iIDe80VENjMBkO4b/h+SOOUkiTIicAdYoW3dLa4pOCMfzoLz4aZJyszCUuM4bbXOHGbtG1V7lGtJyojQ==",
"requires": {
"@babel/runtime": "^7.0.0",
"bluebird": "^3.5.5",
"fs-exists-cached": "^1.0.0",
- "gatsby-page-utils": "^0.0.8",
- "glob": "^7.1.1",
- "lodash": "^4.17.14",
+ "gatsby-page-utils": "^0.0.9",
+ "glob": "^7.1.4",
+ "lodash": "^4.17.15",
"micromatch": "^3.1.10"
}
},
@@ -7805,12 +7815,12 @@
}
},
"gatsby-react-router-scroll": {
- "version": "2.1.4",
- "resolved": "https://registry.npmjs.org/gatsby-react-router-scroll/-/gatsby-react-router-scroll-2.1.4.tgz",
- "integrity": "sha512-p9HQ2GrIVmKL3UAk7jqKzOXaigj6tu1xQPAGguO+5+i5ZfD245TQq1UAj1bZr0dJ1DJqRLbTooxPiL7+K05pVg==",
+ "version": "2.1.5",
+ "resolved": "https://registry.npmjs.org/gatsby-react-router-scroll/-/gatsby-react-router-scroll-2.1.5.tgz",
+ "integrity": "sha512-OSjj7tBi2rgMB2h90StAi/4iP/xpNNX42hhYCv1v8+4MX3/b45v3Qp28CW+N6FpQTzDHNHTUburNrlY0nBByaA==",
"requires": {
"@babel/runtime": "^7.0.0",
- "scroll-behavior": "^0.9.9",
+ "scroll-behavior": "^0.9.10",
"warning": "^3.0.0"
}
},
@@ -8030,9 +8040,9 @@
}
},
"gatsby-telemetry": {
- "version": "1.1.16",
- "resolved": "https://registry.npmjs.org/gatsby-telemetry/-/gatsby-telemetry-1.1.16.tgz",
- "integrity": "sha512-tOMKRgi19odXJEl0FAnv5xA/P+ysU1oLFhb2uYb1T2nVnTsD+4L7Ffk3r+EmTz0fN8KZmcrVJq2Lh6XU1zCRGg==",
+ "version": "1.1.17",
+ "resolved": "https://registry.npmjs.org/gatsby-telemetry/-/gatsby-telemetry-1.1.17.tgz",
+ "integrity": "sha512-EkmkVVh9c9RDdiYOK0NlM/HbYuPTyqZv5Lsd4KdNMGcxzeQSmx8eglRuJxqOLWbAyeVG4vMkZVVZRz6oANwInA==",
"requires": {
"@babel/code-frame": "^7.0.0",
"@babel/runtime": "^7.0.0",
@@ -8044,13 +8054,13 @@
"fs-extra": "^7.0.1",
"git-up": "4.0.1",
"is-docker": "1.1.0",
- "lodash": "^4.17.14",
- "node-fetch": "2.3.0",
+ "lodash": "^4.17.15",
+ "node-fetch": "2.6.0",
"resolve-cwd": "^2.0.0",
- "source-map": "^0.5.7",
+ "source-map": "^0.7.3",
"stack-trace": "^0.0.10",
"stack-utils": "1.0.2",
- "uuid": "3.3.2"
+ "uuid": "3.3.3"
},
"dependencies": {
"configstore": {
@@ -8085,14 +8095,24 @@
}
},
"node-fetch": {
- "version": "2.3.0",
- "resolved": "https://registry.npmjs.org/node-fetch/-/node-fetch-2.3.0.tgz",
- "integrity": "sha512-MOd8pV3fxENbryESLgVIeaGKrdl+uaYhCSSVkjeOb/31/njTpcis5aWfdqgNlHIrKOLRbMnfPINPOML2CIFeXA=="
+ "version": "2.6.0",
+ "resolved": "https://registry.npmjs.org/node-fetch/-/node-fetch-2.6.0.tgz",
+ "integrity": "sha512-8dG4H5ujfvFiqDmVu9fQ5bOHUC15JMjMY/Zumv26oOvvVJjM67KF8koCWIabKQ1GJIa9r2mMZscBq/TbdOcmNA=="
},
"pify": {
"version": "3.0.0",
"resolved": "https://registry.npmjs.org/pify/-/pify-3.0.0.tgz",
"integrity": "sha1-5aSs0sEB/fPZpNB/DbxNtJ3SgXY="
+ },
+ "source-map": {
+ "version": "0.7.3",
+ "resolved": "https://registry.npmjs.org/source-map/-/source-map-0.7.3.tgz",
+ "integrity": "sha512-CkCj6giN3S+n9qrYiBTX5gystlENnRW5jZeNLHpe6aue+SrHcG5VYwujhW9s4dY31mEGsxBDrHR6oI69fTXsaQ=="
+ },
+ "uuid": {
+ "version": "3.3.3",
+ "resolved": "https://registry.npmjs.org/uuid/-/uuid-3.3.3.tgz",
+ "integrity": "sha512-pW0No1RGHgzlpHJO1nsVrHKpOEIxkGg1xB+v0ZmdNH5OAeAwzAVrCnI2/6Mtx+Uys6iaylxa+D3g4j63IKKjSQ=="
}
}
},
@@ -8438,9 +8458,9 @@
"integrity": "sha1-TK+tdrxi8C+gObL5Tpo906ORpyU="
},
"graphql": {
- "version": "14.4.2",
- "resolved": "https://registry.npmjs.org/graphql/-/graphql-14.4.2.tgz",
- "integrity": "sha512-6uQadiRgnpnSS56hdZUSvFrVcQ6OF9y6wkxJfKquFtHlnl7+KSuWwSJsdwiK1vybm1HgcdbpGkCpvhvsVQ0UZQ==",
+ "version": "14.5.0",
+ "resolved": "https://registry.npmjs.org/graphql/-/graphql-14.5.0.tgz",
+ "integrity": "sha512-wnGcTD181L2xPnIwHHjx/moV4ulxA2Kms9zcUY+B/SIrK+2N+iOC6WNgnR2zVTmg1Z8P+CZq5KXibTnatg3WUw==",
"requires": {
"iterall": "^1.2.2"
}
@@ -9187,6 +9207,11 @@
"resolved": "https://registry.npmjs.org/indexof/-/indexof-0.0.1.tgz",
"integrity": "sha1-gtwzbSMrkGIXnQWrMpOmYFn9Q10="
},
+ "infer-owner": {
+ "version": "1.0.4",
+ "resolved": "https://registry.npmjs.org/infer-owner/-/infer-owner-1.0.4.tgz",
+ "integrity": "sha512-IClj+Xz94+d7irH5qRyfJonOdfTzuDaifE6ZPWfx0N0+/ATZCbuTPq2prFl526urkQd90WyUKIh1DfBQ2hMz9A=="
+ },
"inflight": {
"version": "1.0.6",
"resolved": "https://registry.npmjs.org/inflight/-/inflight-1.0.6.tgz",
@@ -10616,6 +10641,11 @@
}
}
},
+ "mamacro": {
+ "version": "0.0.3",
+ "resolved": "https://registry.npmjs.org/mamacro/-/mamacro-0.0.3.tgz",
+ "integrity": "sha512-qMEwh+UujcQ+kbz3T6V+wAmO2U8veoq2w+3wY8MquqwVA3jChfwY+Tk52GZKDfACEPjuZ7r2oJLejwpt8jtwTA=="
+ },
"map-age-cleaner": {
"version": "0.1.3",
"resolved": "https://registry.npmjs.org/map-age-cleaner/-/map-age-cleaner-0.1.3.tgz",
@@ -10967,15 +10997,36 @@
}
},
"mini-css-extract-plugin": {
- "version": "0.4.5",
- "resolved": "https://registry.npmjs.org/mini-css-extract-plugin/-/mini-css-extract-plugin-0.4.5.tgz",
- "integrity": "sha512-dqBanNfktnp2hwL2YguV9Jh91PFX7gu7nRLs4TGsbAfAG6WOtlynFRYzwDwmmeSb5uIwHo9nx1ta0f7vAZVp2w==",
+ "version": "0.8.0",
+ "resolved": "https://registry.npmjs.org/mini-css-extract-plugin/-/mini-css-extract-plugin-0.8.0.tgz",
+ "integrity": "sha512-MNpRGbNA52q6U92i0qbVpQNsgk7LExy41MdAlG84FeytfDOtRIf/mCHdEgG8rpTKOaNKiqUnZdlptF469hxqOw==",
"requires": {
"loader-utils": "^1.1.0",
+ "normalize-url": "1.9.1",
"schema-utils": "^1.0.0",
"webpack-sources": "^1.1.0"
},
"dependencies": {
+ "normalize-url": {
+ "version": "1.9.1",
+ "resolved": "https://registry.npmjs.org/normalize-url/-/normalize-url-1.9.1.tgz",
+ "integrity": "sha1-LMDWazHqIwNkWENuNiDYWVTGbDw=",
+ "requires": {
+ "object-assign": "^4.0.1",
+ "prepend-http": "^1.0.0",
+ "query-string": "^4.1.0",
+ "sort-keys": "^1.0.0"
+ }
+ },
+ "query-string": {
+ "version": "4.3.4",
+ "resolved": "https://registry.npmjs.org/query-string/-/query-string-4.3.4.tgz",
+ "integrity": "sha1-u7aTucqRXCMlFbIosaArYJBD2+s=",
+ "requires": {
+ "object-assign": "^4.1.0",
+ "strict-uri-encode": "^1.0.0"
+ }
+ },
"schema-utils": {
"version": "1.0.0",
"resolved": "https://registry.npmjs.org/schema-utils/-/schema-utils-1.0.0.tgz",
@@ -10985,6 +11036,14 @@
"ajv-errors": "^1.0.0",
"ajv-keywords": "^3.1.0"
}
+ },
+ "sort-keys": {
+ "version": "1.1.2",
+ "resolved": "https://registry.npmjs.org/sort-keys/-/sort-keys-1.1.2.tgz",
+ "integrity": "sha1-RBttTTRnmPG05J6JIK37oOVD+a0=",
+ "requires": {
+ "is-plain-obj": "^1.0.0"
+ }
}
}
},
@@ -15539,12 +15598,24 @@
}
},
"style-loader": {
- "version": "0.21.0",
- "resolved": "https://registry.npmjs.org/style-loader/-/style-loader-0.21.0.tgz",
- "integrity": "sha512-T+UNsAcl3Yg+BsPKs1vd22Fr8sVT+CJMtzqc6LEw9bbJZb43lm9GoeIfUcDEefBSWC0BhYbcdupV1GtI4DGzxg==",
+ "version": "0.23.1",
+ "resolved": "https://registry.npmjs.org/style-loader/-/style-loader-0.23.1.tgz",
+ "integrity": "sha512-XK+uv9kWwhZMZ1y7mysB+zoihsEj4wneFWAS5qoiLwzW0WzSqMrrsIy+a3zkQJq0ipFtBpX5W3MqyRIBF/WFGg==",
"requires": {
"loader-utils": "^1.1.0",
- "schema-utils": "^0.4.5"
+ "schema-utils": "^1.0.0"
+ },
+ "dependencies": {
+ "schema-utils": {
+ "version": "1.0.0",
+ "resolved": "https://registry.npmjs.org/schema-utils/-/schema-utils-1.0.0.tgz",
+ "integrity": "sha512-i27Mic4KovM/lnGsy8whRCHhc7VicJajAjTrYg11K9zfZXnYIt4k5F+kZkwjnrhKzLic/HLU4j11mjsz2G/75g==",
+ "requires": {
+ "ajv": "^6.1.0",
+ "ajv-errors": "^1.0.0",
+ "ajv-keywords": "^3.1.0"
+ }
+ }
}
},
"style-to-object": {
@@ -15782,13 +15853,13 @@
}
},
"terser": {
- "version": "3.17.0",
- "resolved": "https://registry.npmjs.org/terser/-/terser-3.17.0.tgz",
- "integrity": "sha512-/FQzzPJmCpjAH9Xvk2paiWrFq+5M6aVOf+2KRbwhByISDX/EujxsK+BAvrhb6H+2rtrLCHK9N01wO014vrIwVQ==",
+ "version": "4.2.0",
+ "resolved": "https://registry.npmjs.org/terser/-/terser-4.2.0.tgz",
+ "integrity": "sha512-6lPt7lZdZ/13icQJp8XasFOwZjFJkxFFIb/N1fhYEQNoNI3Ilo3KABZ9OocZvZoB39r6SiIk/0+v/bt8nZoSeA==",
"requires": {
- "commander": "^2.19.0",
+ "commander": "^2.20.0",
"source-map": "~0.6.1",
- "source-map-support": "~0.5.10"
+ "source-map-support": "~0.5.12"
},
"dependencies": {
"source-map": {
@@ -15799,18 +15870,18 @@
}
},
"terser-webpack-plugin": {
- "version": "1.2.4",
- "resolved": "https://registry.npmjs.org/terser-webpack-plugin/-/terser-webpack-plugin-1.2.4.tgz",
- "integrity": "sha512-64IiILNQlACWZLzFlpzNaG0bpQ4ytaB7fwOsbpsdIV70AfLUmIGGeuKL0YV2WmtcrURjE2aOvHD4/lrFV3Rg+Q==",
+ "version": "1.4.1",
+ "resolved": "https://registry.npmjs.org/terser-webpack-plugin/-/terser-webpack-plugin-1.4.1.tgz",
+ "integrity": "sha512-ZXmmfiwtCLfz8WKZyYUuuHf3dMYEjg8NrjHMb0JqHVHVOSkzp3cW2/XG1fP3tRhqEqSzMwzzRQGtAPbs4Cncxg==",
"requires": {
- "cacache": "^11.3.2",
- "find-cache-dir": "^2.0.0",
+ "cacache": "^12.0.2",
+ "find-cache-dir": "^2.1.0",
"is-wsl": "^1.1.0",
"schema-utils": "^1.0.0",
"serialize-javascript": "^1.7.0",
"source-map": "^0.6.1",
- "terser": "^3.17.0",
- "webpack-sources": "^1.3.0",
+ "terser": "^4.1.2",
+ "webpack-sources": "^1.4.0",
"worker-farm": "^1.7.0"
},
"dependencies": {
@@ -16749,40 +16820,44 @@
"integrity": "sha512-r8sAtNmgR0WKOKOxzuSgk09JsHlpKlB+uHi937qypOu3PZ17UxPrierFKDye/uNHjNTTEshu5PId8rojIPj/tA=="
},
"webpack": {
- "version": "4.28.4",
- "resolved": "https://registry.npmjs.org/webpack/-/webpack-4.28.4.tgz",
- "integrity": "sha512-NxjD61WsK/a3JIdwWjtIpimmvE6UrRi3yG54/74Hk9rwNj5FPkA4DJCf1z4ByDWLkvZhTZE+P3C/eh6UD5lDcw==",
- "requires": {
- "@webassemblyjs/ast": "1.7.11",
- "@webassemblyjs/helper-module-context": "1.7.11",
- "@webassemblyjs/wasm-edit": "1.7.11",
- "@webassemblyjs/wasm-parser": "1.7.11",
- "acorn": "^5.6.2",
- "acorn-dynamic-import": "^3.0.0",
- "ajv": "^6.1.0",
- "ajv-keywords": "^3.1.0",
- "chrome-trace-event": "^1.0.0",
+ "version": "4.39.2",
+ "resolved": "https://registry.npmjs.org/webpack/-/webpack-4.39.2.tgz",
+ "integrity": "sha512-AKgTfz3xPSsEibH00JfZ9sHXGUwIQ6eZ9tLN8+VLzachk1Cw2LVmy+4R7ZiwTa9cZZ15tzySjeMui/UnSCAZhA==",
+ "requires": {
+ "@webassemblyjs/ast": "1.8.5",
+ "@webassemblyjs/helper-module-context": "1.8.5",
+ "@webassemblyjs/wasm-edit": "1.8.5",
+ "@webassemblyjs/wasm-parser": "1.8.5",
+ "acorn": "^6.2.1",
+ "ajv": "^6.10.2",
+ "ajv-keywords": "^3.4.1",
+ "chrome-trace-event": "^1.0.2",
"enhanced-resolve": "^4.1.0",
- "eslint-scope": "^4.0.0",
+ "eslint-scope": "^4.0.3",
"json-parse-better-errors": "^1.0.2",
- "loader-runner": "^2.3.0",
- "loader-utils": "^1.1.0",
- "memory-fs": "~0.4.1",
- "micromatch": "^3.1.8",
- "mkdirp": "~0.5.0",
- "neo-async": "^2.5.0",
- "node-libs-browser": "^2.0.0",
- "schema-utils": "^0.4.4",
- "tapable": "^1.1.0",
- "terser-webpack-plugin": "^1.1.0",
- "watchpack": "^1.5.0",
- "webpack-sources": "^1.3.0"
+ "loader-runner": "^2.4.0",
+ "loader-utils": "^1.2.3",
+ "memory-fs": "^0.4.1",
+ "micromatch": "^3.1.10",
+ "mkdirp": "^0.5.1",
+ "neo-async": "^2.6.1",
+ "node-libs-browser": "^2.2.1",
+ "schema-utils": "^1.0.0",
+ "tapable": "^1.1.3",
+ "terser-webpack-plugin": "^1.4.1",
+ "watchpack": "^1.6.0",
+ "webpack-sources": "^1.4.1"
},
"dependencies": {
- "acorn": {
- "version": "5.7.3",
- "resolved": "https://registry.npmjs.org/acorn/-/acorn-5.7.3.tgz",
- "integrity": "sha512-T/zvzYRfbVojPWahDsE5evJdHb3oJoQfFbsrKM7w5Zcs++Tr257tia3BmMP8XYVjp1S9RZXQMh7gao96BlqZOw=="
+ "schema-utils": {
+ "version": "1.0.0",
+ "resolved": "https://registry.npmjs.org/schema-utils/-/schema-utils-1.0.0.tgz",
+ "integrity": "sha512-i27Mic4KovM/lnGsy8whRCHhc7VicJajAjTrYg11K9zfZXnYIt4k5F+kZkwjnrhKzLic/HLU4j11mjsz2G/75g==",
+ "requires": {
+ "ajv": "^6.1.0",
+ "ajv-errors": "^1.0.0",
+ "ajv-keywords": "^3.1.0"
+ }
}
}
},
@@ -17213,9 +17288,9 @@
}
},
"webpack-stats-plugin": {
- "version": "0.1.5",
- "resolved": "https://registry.npmjs.org/webpack-stats-plugin/-/webpack-stats-plugin-0.1.5.tgz",
- "integrity": "sha1-KeXxLr/VMVjTHWVqETrB97hhedk="
+ "version": "0.3.0",
+ "resolved": "https://registry.npmjs.org/webpack-stats-plugin/-/webpack-stats-plugin-0.3.0.tgz",
+ "integrity": "sha512-4a6mEl9HLtMukVjEPY8QPCSmtX2EDFJNhDTX5ZE2CLch2adKAZf53nUrpG6m7NattwigS0AodNcwNxlu9kMSDQ=="
},
"websocket-driver": {
"version": "0.7.3",
diff --git a/themes/gatsby-starter-theme/package.json b/themes/gatsby-starter-theme/package.json
index 73e1eb2e6daa2..e64eb2e647220 100644
--- a/themes/gatsby-starter-theme/package.json
+++ b/themes/gatsby-starter-theme/package.json
@@ -8,7 +8,7 @@
"build": "gatsby build"
},
"dependencies": {
- "gatsby": "^2.13.74",
+ "gatsby": "^2.13.77",
"gatsby-theme-blog": "^1.0.2",
"gatsby-theme-notes": "^1.0.3",
"react": "^16.9.0",
diff --git a/themes/gatsby-theme-blog-core/package.json b/themes/gatsby-theme-blog-core/package.json
index a27c98276146d..daa533926a2f6 100644
--- a/themes/gatsby-theme-blog-core/package.json
+++ b/themes/gatsby-theme-blog-core/package.json
@@ -12,18 +12,18 @@
},
"dependencies": {
"@mdx-js/mdx": "^1.3.1",
- "gatsby-plugin-mdx": "^1.0.26",
- "gatsby-plugin-sharp": "^2.2.14",
- "gatsby-remark-copy-linked-files": "^2.1.8",
- "gatsby-remark-images": "^3.1.14",
- "gatsby-remark-smartypants": "^2.1.3",
- "gatsby-source-filesystem": "^2.1.12",
- "gatsby-transformer-sharp": "^2.2.8",
+ "gatsby-plugin-mdx": "^1.0.29",
+ "gatsby-plugin-sharp": "^2.2.16",
+ "gatsby-remark-copy-linked-files": "^2.1.9",
+ "gatsby-remark-images": "^3.1.16",
+ "gatsby-remark-smartypants": "^2.1.4",
+ "gatsby-source-filesystem": "^2.1.14",
+ "gatsby-transformer-sharp": "^2.2.10",
"remark-slug": "^5.1.2"
},
"devDependencies": {
"@mdx-js/react": "^1.3.1",
- "gatsby": "^2.13.74",
+ "gatsby": "^2.13.77",
"prettier": "^1.18.2",
"react": "^16.9.0",
"react-dom": "^16.9.0"
diff --git a/themes/gatsby-theme-blog/package.json b/themes/gatsby-theme-blog/package.json
index 1e9347dae07c7..da9c19ea5e930 100644
--- a/themes/gatsby-theme-blog/package.json
+++ b/themes/gatsby-theme-blog/package.json
@@ -23,7 +23,7 @@
"@theme-ui/prism": "^0.2.29",
"@theme-ui/typography": "^0.2.34",
"deepmerge": "^4.0.0",
- "gatsby-image": "^2.2.10",
+ "gatsby-image": "^2.2.12",
"gatsby-plugin-emotion": "^4.1.3",
"gatsby-plugin-feed": "^2.3.7",
"gatsby-plugin-react-helmet": "^3.1.4",
@@ -33,13 +33,13 @@
"mdx-utils": "0.2.0",
"react-helmet": "^5.2.1",
"react-switch": "^5.0.1",
- "theme-ui": "^0.2.35",
+ "theme-ui": "^0.2.36",
"typeface-merriweather": "0.0.72",
"typeface-montserrat": "0.0.75",
"typography-theme-wordpress-2016": "^0.16.19"
},
"devDependencies": {
- "gatsby": "^2.13.74",
+ "gatsby": "^2.13.77",
"prettier": "^1.18.2",
"react": "^16.9.0",
"react-dom": "^16.9.0"
diff --git a/themes/gatsby-theme-notes/package.json b/themes/gatsby-theme-notes/package.json
index 35e3f6ed5c19f..5bee1ca3102d5 100644
--- a/themes/gatsby-theme-notes/package.json
+++ b/themes/gatsby-theme-notes/package.json
@@ -20,7 +20,7 @@
},
"homepage": "https://github.com/gatsbyjs/gatsby/tree/master/themes/gatsby-theme-notes#readme",
"devDependencies": {
- "gatsby": "^2.13.74",
+ "gatsby": "^2.13.77",
"react": "^16.9.0",
"react-dom": "^16.9.0"
},
@@ -36,14 +36,14 @@
"gatsby-core-utils": "^1.0.5",
"gatsby-plugin-compile-es6-packages": "^1.2.0",
"gatsby-plugin-emotion": "^4.1.3",
- "gatsby-plugin-mdx": "^1.0.26",
+ "gatsby-plugin-mdx": "^1.0.29",
"gatsby-plugin-meta-redirect": "^1.1.1",
"gatsby-plugin-og-image": "0.0.1",
"gatsby-plugin-redirects": "^1.0.0",
"gatsby-plugin-theme-ui": "^0.2.34",
- "gatsby-source-filesystem": "^2.1.12",
+ "gatsby-source-filesystem": "^2.1.14",
"is-present": "^1.0.0",
"react-feather": "^1.1.6",
- "theme-ui": "^0.2.35"
+ "theme-ui": "^0.2.36"
}
}
diff --git a/www/gatsby-node.js b/www/gatsby-node.js
index 71c87861e0c82..a8b8dfec1ba94 100644
--- a/www/gatsby-node.js
+++ b/www/gatsby-node.js
@@ -573,9 +573,7 @@ exports.createPages = ({ graphql, actions, reporter }) => {
return null
} else if (!_.get(edge, `node.fields.hasScreenshot`)) {
reporter.warn(
- `Starter showcase entry "${
- edge.node.repo
- }" seems offline. Skipping.`
+ `Starter showcase entry "${edge.node.repo}" seems offline. Skipping.`
)
return null
} else {
@@ -626,9 +624,7 @@ exports.createPages = ({ graphql, actions, reporter }) => {
if (!edge.node.fields.slug) return
if (!edge.node.fields.hasScreenshot) {
reporter.warn(
- `Site showcase entry "${
- edge.node.main_url
- }" seems offline. Skipping.`
+ `Site showcase entry "${edge.node.main_url}" seems offline. Skipping.`
)
return
}
@@ -1020,9 +1016,7 @@ exports.onCreateNode = ({ node, actions, getNode, reporter }) => {
if (!validTypes[node.type]) {
throw new Error(
- `Creators must have a type of “individual”, “agency”, or “company”, but invalid type “${
- node.type
- }” was provided for ${node.name}.`
+ `Creators must have a type of “individual”, “agency”, or “company”, but invalid type “${node.type}” was provided for ${node.name}.`
)
}
slug = `/creators/${validTypes[node.type]}/${slugify(node.name, {
diff --git a/www/src/assets/guidelines/manually-tracked.svg b/www/src/assets/guidelines/manually-tracked.svg
index d7ced649e1c9c..4dfecb56d0834 100644
--- a/www/src/assets/guidelines/manually-tracked.svg
+++ b/www/src/assets/guidelines/manually-tracked.svg
@@ -1,4 +1,4 @@
-
+
diff --git a/www/src/assets/guidelines/partnership-lockups.svg b/www/src/assets/guidelines/partnership-lockups.svg
index 0f8bb2928d696..9b8f6ebf08ec0 100644
--- a/www/src/assets/guidelines/partnership-lockups.svg
+++ b/www/src/assets/guidelines/partnership-lockups.svg
@@ -11,9 +11,9 @@
-
-
-
+
+
+
diff --git a/www/src/assets/icons/plugins-ecosystem.svg b/www/src/assets/icons/plugins-ecosystem.svg
index fbd688ed0e2ce..8b40bc5c60805 100644
--- a/www/src/assets/icons/plugins-ecosystem.svg
+++ b/www/src/assets/icons/plugins-ecosystem.svg
@@ -1,7 +1,7 @@
-
+
-
+
diff --git a/www/src/assets/icons/showcase-feather.svg b/www/src/assets/icons/showcase-feather.svg
index 4e77573ba1749..f33b81c6cd93f 100644
--- a/www/src/assets/icons/showcase-feather.svg
+++ b/www/src/assets/icons/showcase-feather.svg
@@ -1,6 +1,6 @@
-
+
diff --git a/www/src/assets/icons/starters.svg b/www/src/assets/icons/starters.svg
index 31e60aa754c31..b0ed927b54017 100644
--- a/www/src/assets/icons/starters.svg
+++ b/www/src/assets/icons/starters.svg
@@ -4,7 +4,7 @@
-
+
diff --git a/www/src/assets/icons/v2icon.svg b/www/src/assets/icons/v2icon.svg
index fa59495f0c97b..d9de1c4860604 100644
--- a/www/src/assets/icons/v2icon.svg
+++ b/www/src/assets/icons/v2icon.svg
@@ -1,5 +1,5 @@
-
-
+
+
diff --git a/www/src/assets/ornaments/newsletter-form-ornament.svg b/www/src/assets/ornaments/newsletter-form-ornament.svg
index 324b6a2ef6881..280e922dffbdc 100644
--- a/www/src/assets/ornaments/newsletter-form-ornament.svg
+++ b/www/src/assets/ornaments/newsletter-form-ornament.svg
@@ -1,5 +1,5 @@
-
+
-
+
diff --git a/www/src/assets/tech-logos/graphql.svg b/www/src/assets/tech-logos/graphql.svg
index bd95f77b5606b..3e9c2baa995e0 100644
--- a/www/src/assets/tech-logos/graphql.svg
+++ b/www/src/assets/tech-logos/graphql.svg
@@ -1,7 +1,7 @@
-
+
diff --git a/www/src/assets/tech-logos/jekyll.svg b/www/src/assets/tech-logos/jekyll.svg
index 3e74e2abc193e..05eea648e8880 100644
--- a/www/src/assets/tech-logos/jekyll.svg
+++ b/www/src/assets/tech-logos/jekyll.svg
@@ -18,7 +18,7 @@
-
+
@@ -26,6 +26,6 @@
-
-
+
+
diff --git a/www/src/assets/vendor-logos/algolia.svg b/www/src/assets/vendor-logos/algolia.svg
index 4afbe23868181..810a05b11b4b4 100644
--- a/www/src/assets/vendor-logos/algolia.svg
+++ b/www/src/assets/vendor-logos/algolia.svg
@@ -6,9 +6,9 @@
-
-
-
-
+
+
+
+
diff --git a/www/src/assets/vendor-logos/netlify.svg b/www/src/assets/vendor-logos/netlify.svg
index 37ed61a5f8a7b..7bb94eeb34fd6 100644
--- a/www/src/assets/vendor-logos/netlify.svg
+++ b/www/src/assets/vendor-logos/netlify.svg
@@ -1,3 +1,3 @@
-
+
diff --git a/www/src/components/api-reference/doc-block.js b/www/src/components/api-reference/doc-block.js
index a61fee27e974d..40928ae5aec19 100644
--- a/www/src/components/api-reference/doc-block.js
+++ b/www/src/components/api-reference/doc-block.js
@@ -54,9 +54,7 @@ const APILink = ({ definition, githubPath }) => {
...linkStyles,
display: `inline-flex !important`,
}}
- href={`${githubPath}#L${definition.codeLocation.start.line}-L${
- definition.codeLocation.end.line
- }`}
+ href={`${githubPath}#L${definition.codeLocation.start.line}-L${definition.codeLocation.end.line}`}
aria-label="View source on GitHub"
>
@@ -76,11 +74,7 @@ const APILink = ({ definition, githubPath }) => {
...linkStyles,
display: `inline-flex !important`,
}}
- href={`https://github.com/gatsbyjs/gatsby/blob/${
- process.env.COMMIT_SHA
- }/packages/${definition.codeLocation.file}#L${
- definition.codeLocation.start.line
- }-L${definition.codeLocation.end.line}`}
+ href={`https://github.com/gatsbyjs/gatsby/blob/${process.env.COMMIT_SHA}/packages/${definition.codeLocation.file}#L${definition.codeLocation.start.line}-L${definition.codeLocation.end.line}`}
aria-label="View source on GitHub"
>
@@ -111,9 +105,7 @@ const APILink = ({ definition, githubPath }) => {
{definition.codeLocation.map((loc, index) => (
{index + 1}
diff --git a/www/src/components/code-block/normalize.js b/www/src/components/code-block/normalize.js
index fd1aa6836cdf8..455abafcfe484 100644
--- a/www/src/components/code-block/normalize.js
+++ b/www/src/components/code-block/normalize.js
@@ -22,9 +22,7 @@ const stripComment = line =>
*/
line.replace(
new RegExp(
- `\\s*(${COMMENT_START.source})\\s*${DIRECTIVE.source}\\s*(${
- COMMENT_END.source
- })`
+ `\\s*(${COMMENT_START.source})\\s*${DIRECTIVE.source}\\s*(${COMMENT_END.source})`
),
``
)
diff --git a/www/src/components/docs-table-of-contents.js b/www/src/components/docs-table-of-contents.js
index 732106ada06af..372fdb5f11834 100644
--- a/www/src/components/docs-table-of-contents.js
+++ b/www/src/components/docs-table-of-contents.js
@@ -37,9 +37,7 @@ function createItems(items, location, depth, maxDepth) {
"&&": {
color: colors.grey[60],
border: 0,
- transition: `all ${transition.speed.fast} ${
- transition.curve.default
- }`,
+ transition: `all ${transition.speed.fast} ${transition.curve.default}`,
":hover": {
color: colors.link.color,
borderBottom: `1px solid ${colors.link.hoverBorder}`,
diff --git a/www/src/components/navigation-mobile.js b/www/src/components/navigation-mobile.js
index fc331f1680fc8..c0a8af7b728b8 100644
--- a/www/src/components/navigation-mobile.js
+++ b/www/src/components/navigation-mobile.js
@@ -126,9 +126,7 @@ const styles = {
height: 32,
margin: `0 auto`,
"& path, & line, & polygon": {
- transition: `all ${transition.speed.default} ${
- transition.curve.default
- }`,
+ transition: `all ${transition.speed.default} ${transition.curve.default}`,
},
},
},
diff --git a/www/src/components/plugin-searchbar-body.js b/www/src/components/plugin-searchbar-body.js
index 98fefa071aeaf..7e75a4dc52159 100644
--- a/www/src/components/plugin-searchbar-body.js
+++ b/www/src/components/plugin-searchbar-body.js
@@ -273,9 +273,7 @@ class Search extends Component {
{
fontWeight: `400`,
padding: `${space[5]} ${space[6]}`,
position: `relative`,
- transition: `all ${transition.speed.default} ${
- transition.curve.default
- }`,
+ transition: `all ${transition.speed.default} ${transition.curve.default}`,
zIndex: selected ? 1 : false,
"&:hover": {
background: selected ? colors.ui.hover : colors.white,
diff --git a/www/src/components/search-form.js b/www/src/components/search-form.js
index 487d69fdae417..ea82ff47643e5 100644
--- a/www/src/components/search-form.js
+++ b/www/src/components/search-form.js
@@ -401,11 +401,7 @@ class SearchForm extends Component {
paddingLeft: space[7],
overflow: `hidden`,
width: space[5],
- transition: `width ${transition.speed.default} ${
- transition.curve.default
- }, background-color ${transition.speed.default} ${
- transition.curve.default
- }`,
+ transition: `width ${transition.speed.default} ${transition.curve.default}, background-color ${transition.speed.default} ${transition.curve.default}`,
":focus": {
backgroundColor: colors.purple[10],
color: colors.gatsby,
@@ -439,9 +435,7 @@ class SearchForm extends Component {
width: space[4],
height: space[4],
pointerEvents: `none`,
- transition: `fill ${transition.speed.default} ${
- transition.curve.default
- }`,
+ transition: `fill ${transition.speed.default} ${transition.curve.default}`,
transform: `translateY(-55%)`,
[mediaQueries.sm]: {
fill: focussed ? colors.gatsby : false,
diff --git a/www/src/components/showcase-details.js b/www/src/components/showcase-details.js
index 487fa130a88d0..f7d04afc655e3 100644
--- a/www/src/components/showcase-details.js
+++ b/www/src/components/showcase-details.js
@@ -254,17 +254,11 @@ const ShowcaseDetails = ({ parent, data, isModal, categories }) => (
{data.sitesYaml.title}: Showcase | GatsbyJS
(
}}
url={data.sitesYaml.main_url}
title={data.sitesYaml.title}
- image={`https://www.gatsbyjs.org${
- data.sitesYaml.childScreenshot.screenshotFile
- .childImageSharp.resize.src
- }`}
+ image={`https://www.gatsbyjs.org${data.sitesYaml.childScreenshot.screenshotFile.childImageSharp.resize.src}`}
/>
diff --git a/www/src/components/sidebar/accordion.js b/www/src/components/sidebar/accordion.js
index dc7850d2aece5..edc84e152cab9 100644
--- a/www/src/components/sidebar/accordion.js
+++ b/www/src/components/sidebar/accordion.js
@@ -96,9 +96,7 @@ class Accordion extends React.Component {
? presets.activeSectionBackground
: false,
position: `relative`,
- transition: `all ${transition.speed.fast} ${
- transition.curve.default
- }`,
+ transition: `all ${transition.speed.fast} ${transition.curve.default}`,
marginTop:
item.level === 0 && disableAccordions && !isSingle
? `${space[4]} !important`
diff --git a/www/src/components/sidebar/section-title.js b/www/src/components/sidebar/section-title.js
index 46ec9859cace3..461447c5a81fe 100644
--- a/www/src/components/sidebar/section-title.js
+++ b/www/src/components/sidebar/section-title.js
@@ -34,9 +34,7 @@ const Chevron = ({ isExpanded }) => (
marginLeft: `auto`,
marginRight: `auto`,
transform: isExpanded ? `rotate(180deg)` : `rotate(270deg)`,
- transition: `transform ${transition.speed.fast} ${
- transition.curve.default
- }`,
+ transition: `transform ${transition.speed.fast} ${transition.curve.default}`,
}}
/>
diff --git a/www/src/components/sidebar/sticky-responsive-sidebar.js b/www/src/components/sidebar/sticky-responsive-sidebar.js
index 7e484538d7b11..3bf132b9afb72 100644
--- a/www/src/components/sidebar/sticky-responsive-sidebar.js
+++ b/www/src/components/sidebar/sticky-responsive-sidebar.js
@@ -87,9 +87,7 @@ class StickyResponsiveSidebar extends Component {
size={15}
cssProps={{
transform: `translate(${iconOffset}px, 5px) rotate(90deg)`,
- transition: `transform ${transition.speed.fast} ${
- transition.curve.default
- }`,
+ transition: `transform ${transition.speed.fast} ${transition.curve.default}`,
}}
/>
@@ -136,9 +132,7 @@ const styles = {
},
sidebar: {
height: `100%`,
- transition: `transform ${transition.speed.slow} ${
- transition.curve.default
- }`,
+ transition: `transform ${transition.speed.slow} ${transition.curve.default}`,
boxShadow: shadows.dialog,
[mediaQueries.md]: {
transform: `none !important`,
diff --git a/www/src/pages/plugins.js b/www/src/pages/plugins.js
index 51d2a4720fbff..8b756a1c99a79 100644
--- a/www/src/pages/plugins.js
+++ b/www/src/pages/plugins.js
@@ -25,9 +25,7 @@ class Plugins extends Component {
alignItems: `center`,
display: `flex`,
flexDirection: `column`,
- minHeight: `calc(100vh - (${sizes.headerHeight} + ${
- sizes.bannerHeight
- }))`,
+ minHeight: `calc(100vh - (${sizes.headerHeight} + ${sizes.bannerHeight}))`,
}}
>
{post.frontmatter.title}
)}
{post.frontmatter.image && (
)}
@@ -152,9 +146,7 @@ class BlogPostTemplate extends React.Component {
diff --git a/www/src/templates/template-contributor-page.js b/www/src/templates/template-contributor-page.js
index bb3d067034656..3d6224add3b36 100644
--- a/www/src/templates/template-contributor-page.js
+++ b/www/src/templates/template-contributor-page.js
@@ -30,17 +30,13 @@ class ContributorPageTemplate extends React.Component {
{contributor.avatar && (
)}
{contributor.avatar && (
)}
diff --git a/www/src/templates/template-creator-details.js b/www/src/templates/template-creator-details.js
index e59905e6f6fed..97def8689a23e 100644
--- a/www/src/templates/template-creator-details.js
+++ b/www/src/templates/template-creator-details.js
@@ -245,9 +245,7 @@ class CreatorTemplate extends Component {
marginBottom: space[6],
borderBottom: `none`,
lineHeight: 0,
- transition: `all ${transition.speed.default} ${
- transition.curve.default
- }`,
+ transition: `all ${transition.speed.default} ${transition.curve.default}`,
},
}}
to={site.node.fields.slug}
diff --git a/www/src/templates/template-starter-page.js b/www/src/templates/template-starter-page.js
index 144874dede332..575f18eff9a3f 100644
--- a/www/src/templates/template-starter-page.js
+++ b/www/src/templates/template-starter-page.js
@@ -9,6 +9,7 @@ import StarterHeader from "../views/starter/header"
import StarterMeta from "../views/starter/meta"
import StarterScreenshot from "../views/starter/screenshot"
import StarterSource from "../views/starter/source"
+import StarterInstallation from "../views/starter/installation"
import StarterDetails from "../views/starter/details"
import FooterLinks from "../components/shared/footer-links"
@@ -115,6 +116,7 @@ class StarterTemplate extends React.Component {
+
{
"&&": {
borderBottom: `none`,
color: colors.text.header,
- transition: `all ${transition.speed.default} ${
- transition.curve.default
- }`,
+ transition: `all ${transition.speed.default} ${transition.curve.default}`,
"&:hover": { ...styles.screenshotHover },
"&:hover ~ .meta > .featured-site": {
transform: `translateY(-${space[1]})`,
diff --git a/www/src/views/showcase/featured-sites.js b/www/src/views/showcase/featured-sites.js
index 3c81b23d1146c..60543344e195b 100644
--- a/www/src/views/showcase/featured-sites.js
+++ b/www/src/views/showcase/featured-sites.js
@@ -186,9 +186,7 @@ class FeaturedSites extends Component {
fontWeight: `bold`,
color: colors.text.header,
fontFamily: fonts.header,
- transition: `box-shadow ${transition.speed.slow} ${
- transition.curve.default
- }, transform .3s ${transition.curve.default}`,
+ transition: `box-shadow ${transition.speed.slow} ${transition.curve.default}, transform .3s ${transition.curve.default}`,
"&:hover": { ...styles.screenshotHover },
},
}}
@@ -249,9 +247,7 @@ class FeaturedSites extends Component {
textAlign: `center`,
"&&": {
border: 0,
- transition: `all ${transition.speed.default} ${
- transition.curve.default
- }`,
+ transition: `all ${transition.speed.default} ${transition.curve.default}`,
"&:hover": {
background: colors.white,
transform: `translateY(-${space[1]})`,
diff --git a/www/src/views/showcase/showcase-list.js b/www/src/views/showcase/showcase-list.js
index c4fc7e79bf8cb..42502ee3c62ba 100644
--- a/www/src/views/showcase/showcase-list.js
+++ b/www/src/views/showcase/showcase-list.js
@@ -90,11 +90,7 @@ const ShowcaseList = ({ items, count, filters, onCategoryClick }) => {
css={{
"&&": {
display: `none`,
- transition: `background ${transition.speed.slow} ${
- transition.curve.default
- }, transform ${transition.speed.slow} ${
- transition.curve.default
- }`,
+ transition: `background ${transition.speed.slow} ${transition.curve.default}, transform ${transition.speed.slow} ${transition.curve.default}`,
[mediaQueries.lg]: {
alignItems: `center`,
background: colors.accent,
diff --git a/www/src/views/starter/installation.js b/www/src/views/starter/installation.js
new file mode 100644
index 0000000000000..4cc5e9d6d5186
--- /dev/null
+++ b/www/src/views/starter/installation.js
@@ -0,0 +1,64 @@
+import React from "react"
+import Copy from "../../components/copy"
+import {
+ colors,
+ space,
+ radii,
+ mediaQueries,
+ fontSizes,
+} from "../../utils/presets"
+
+const StarterInstallation = ({ repoName, repoUrl }) => {
+ const content = `gatsby new ${repoName || `my-gatsby-project`} ${repoUrl}`
+ return (
+
+
+ Install this starter locally:
+
+
+
+ {content}
+
+
+
+
+ )
+}
+
+export default StarterInstallation
diff --git a/yarn.lock b/yarn.lock
index fbbc354621f73..07dea2665d1c3 100644
--- a/yarn.lock
+++ b/yarn.lock
@@ -17,21 +17,22 @@
asciidoctor-opal-runtime "0.3.0"
unxhr "1.0.1"
-"@babel/cli@^7.0.0":
- version "7.0.0"
- resolved "https://registry.yarnpkg.com/@babel/cli/-/cli-7.0.0.tgz#108b395fd43fff6681d36fb41274df4d8ffeb12e"
+"@babel/cli@^7.5.5":
+ version "7.5.5"
+ resolved "https://registry.yarnpkg.com/@babel/cli/-/cli-7.5.5.tgz#bdb6d9169e93e241a08f5f7b0265195bf38ef5ec"
+ integrity sha512-UHI+7pHv/tk9g6WXQKYz+kmXTI77YtuY3vqC59KIqcoWEjsJJSG6rAxKaLsgj3LDyadsPrCB929gVOKM6Hui0w==
dependencies:
commander "^2.8.1"
convert-source-map "^1.1.0"
fs-readdir-recursive "^1.1.0"
glob "^7.0.0"
- lodash "^4.17.10"
+ lodash "^4.17.13"
mkdirp "^0.5.1"
output-file-sync "^2.0.0"
slash "^2.0.0"
source-map "^0.5.0"
optionalDependencies:
- chokidar "^2.0.3"
+ chokidar "^2.0.4"
"@babel/code-frame@^7.0.0", "@babel/code-frame@^7.0.0-beta.35":
version "7.0.0"
@@ -46,7 +47,7 @@
dependencies:
"@babel/highlight" "^7.0.0"
-"@babel/core@7.5.5", "@babel/core@^7.1.6", "@babel/core@^7.4.4":
+"@babel/core@7.5.5", "@babel/core@^7.1.6", "@babel/core@^7.4.4", "@babel/core@^7.5.5":
version "7.5.5"
resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.5.5.tgz#17b2686ef0d6bc58f963dddd68ab669755582c30"
integrity sha512-i4qoSr2KTtce0DmkuuQBV4AuQgGPUcPXMr9L5MyYAtk06z068lQ10a4O009fe5OB/DfNV+h+qqT7ddNV8UnRjg==
@@ -66,25 +67,6 @@
semver "^5.4.1"
source-map "^0.5.0"
-"@babel/core@^7.0.0":
- version "7.0.1"
- resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.0.1.tgz#406658caed0e9686fa4feb5c2f3cefb6161c0f41"
- dependencies:
- "@babel/code-frame" "^7.0.0"
- "@babel/generator" "^7.0.0"
- "@babel/helpers" "^7.0.0"
- "@babel/parser" "^7.0.0"
- "@babel/template" "^7.0.0"
- "@babel/traverse" "^7.0.0"
- "@babel/types" "^7.0.0"
- convert-source-map "^1.1.0"
- debug "^3.1.0"
- json5 "^0.5.0"
- lodash "^4.17.10"
- resolve "^1.3.2"
- semver "^5.4.1"
- source-map "^0.5.0"
-
"@babel/core@^7.1.0":
version "7.2.2"
resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.2.2.tgz#07adba6dde27bb5ad8d8672f15fde3e08184a687"
@@ -123,26 +105,6 @@
semver "^5.4.1"
source-map "^0.5.0"
-"@babel/core@^7.4.3":
- version "7.4.5"
- resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.4.5.tgz#081f97e8ffca65a9b4b0fdc7e274e703f000c06a"
- integrity sha512-OvjIh6aqXtlsA8ujtGKfC7LYWksYSX8yQcM8Ay3LuvVeQ63lcOKgoZWVqcpFwkd29aYU9rVx7jxhfhiEDV9MZA==
- dependencies:
- "@babel/code-frame" "^7.0.0"
- "@babel/generator" "^7.4.4"
- "@babel/helpers" "^7.4.4"
- "@babel/parser" "^7.4.5"
- "@babel/template" "^7.4.4"
- "@babel/traverse" "^7.4.5"
- "@babel/types" "^7.4.4"
- convert-source-map "^1.1.0"
- debug "^4.1.0"
- json5 "^2.1.0"
- lodash "^4.17.11"
- resolve "^1.3.2"
- semver "^5.4.1"
- source-map "^0.5.0"
-
"@babel/generator@^7.0.0":
version "7.0.0"
resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.0.0.tgz#1efd58bffa951dc846449e58ce3a1d7f02d393aa"
@@ -173,16 +135,6 @@
source-map "^0.5.0"
trim-right "^1.0.1"
-"@babel/generator@^7.4.0":
- version "7.4.0"
- resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.4.0.tgz#c230e79589ae7a729fd4631b9ded4dc220418196"
- dependencies:
- "@babel/types" "^7.4.0"
- jsesc "^2.5.1"
- lodash "^4.17.11"
- source-map "^0.5.0"
- trim-right "^1.0.1"
-
"@babel/generator@^7.4.4":
version "7.4.4"
resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.4.4.tgz#174a215eb843fc392c7edcaabeaa873de6e8f041"
@@ -211,14 +163,6 @@
dependencies:
"@babel/types" "^7.0.0"
-"@babel/helper-builder-binary-assignment-operator-visitor@^7.0.0":
- version "7.0.0"
- resolved "https://registry.yarnpkg.com/@babel/helper-builder-binary-assignment-operator-visitor/-/helper-builder-binary-assignment-operator-visitor-7.0.0.tgz#ba26336beb2abb547d58b6eba5b84d77975a39eb"
- integrity sha512-9HdU8lrAc4FUZOy+y2w//kUhynSpkGIRYDzJW1oKJx7+v8m6UEAbAd2tSvxirsq2kJTXJZZS6Eo8FnUDUH0ZWw==
- dependencies:
- "@babel/helper-explode-assignable-expression" "^7.0.0"
- "@babel/types" "^7.0.0"
-
"@babel/helper-builder-binary-assignment-operator-visitor@^7.1.0":
version "7.1.0"
resolved "https://registry.yarnpkg.com/@babel/helper-builder-binary-assignment-operator-visitor/-/helper-builder-binary-assignment-operator-visitor-7.1.0.tgz#6b69628dfe4087798e0c4ed98e3d4a6b2fbd2f5f"
@@ -249,14 +193,6 @@
"@babel/traverse" "^7.1.0"
"@babel/types" "^7.0.0"
-"@babel/helper-call-delegate@^7.4.0":
- version "7.4.0"
- resolved "https://registry.yarnpkg.com/@babel/helper-call-delegate/-/helper-call-delegate-7.4.0.tgz#f308eabe0d44f451217853aedf4dea5f6fe3294f"
- dependencies:
- "@babel/helper-hoist-variables" "^7.4.0"
- "@babel/traverse" "^7.4.0"
- "@babel/types" "^7.4.0"
-
"@babel/helper-call-delegate@^7.4.4":
version "7.4.4"
resolved "https://registry.yarnpkg.com/@babel/helper-call-delegate/-/helper-call-delegate-7.4.4.tgz#87c1f8ca19ad552a736a7a27b1c1fcf8b1ff1f43"
@@ -304,23 +240,6 @@
"@babel/types" "^7.0.0"
lodash "^4.17.10"
-"@babel/helper-define-map@^7.4.0":
- version "7.4.0"
- resolved "https://registry.yarnpkg.com/@babel/helper-define-map/-/helper-define-map-7.4.0.tgz#cbfd8c1b2f12708e262c26f600cd16ed6a3bc6c9"
- dependencies:
- "@babel/helper-function-name" "^7.1.0"
- "@babel/types" "^7.4.0"
- lodash "^4.17.11"
-
-"@babel/helper-define-map@^7.4.4":
- version "7.4.4"
- resolved "https://registry.yarnpkg.com/@babel/helper-define-map/-/helper-define-map-7.4.4.tgz#6969d1f570b46bdc900d1eba8e5d59c48ba2c12a"
- integrity sha512-IX3Ln8gLhZpSuqHJSnTNBWGDE9kdkTEWl21A/K7PQ00tseBwbqCHTvNLHSBd9M0R5rER4h5Rsvj9vw0R5SieBg==
- dependencies:
- "@babel/helper-function-name" "^7.1.0"
- "@babel/types" "^7.4.4"
- lodash "^4.17.11"
-
"@babel/helper-define-map@^7.5.5":
version "7.5.5"
resolved "https://registry.yarnpkg.com/@babel/helper-define-map/-/helper-define-map-7.5.5.tgz#3dec32c2046f37e09b28c93eb0b103fd2a25d369"
@@ -330,14 +249,6 @@
"@babel/types" "^7.5.5"
lodash "^4.17.13"
-"@babel/helper-explode-assignable-expression@^7.0.0":
- version "7.0.0"
- resolved "https://registry.yarnpkg.com/@babel/helper-explode-assignable-expression/-/helper-explode-assignable-expression-7.0.0.tgz#fdfa4c88603ae3e954d0fc3244d5ca82fb468497"
- integrity sha512-5gLPwdDnYf8GfPsjS+UmZUtYE1jaXTFm1P+ymGobqvXbA0q3ANgpH60+C6zDrRAWXYbQXYvzzQC/r0gJVNNltQ==
- dependencies:
- "@babel/traverse" "^7.0.0"
- "@babel/types" "^7.0.0"
-
"@babel/helper-explode-assignable-expression@^7.1.0":
version "7.1.0"
resolved "https://registry.yarnpkg.com/@babel/helper-explode-assignable-expression/-/helper-explode-assignable-expression-7.1.0.tgz#537fa13f6f1674df745b0c00ec8fe4e99681c8f6"
@@ -373,12 +284,6 @@
dependencies:
"@babel/types" "^7.0.0"
-"@babel/helper-hoist-variables@^7.4.0":
- version "7.4.0"
- resolved "https://registry.yarnpkg.com/@babel/helper-hoist-variables/-/helper-hoist-variables-7.4.0.tgz#25b621399ae229869329730a62015bbeb0a6fbd6"
- dependencies:
- "@babel/types" "^7.4.0"
-
"@babel/helper-hoist-variables@^7.4.4":
version "7.4.4"
resolved "https://registry.yarnpkg.com/@babel/helper-hoist-variables/-/helper-hoist-variables-7.4.4.tgz#0298b5f25c8c09c53102d52ac4a98f773eb2850a"
@@ -462,17 +367,6 @@
dependencies:
lodash "^4.17.11"
-"@babel/helper-remap-async-to-generator@^7.0.0":
- version "7.0.0"
- resolved "https://registry.yarnpkg.com/@babel/helper-remap-async-to-generator/-/helper-remap-async-to-generator-7.0.0.tgz#6512273c2feb91587822335cf913fdf680c26901"
- integrity sha512-3o4sYLOsK6m0A7t1P0saTanBPmk5MAlxVnp9773Of4L8PMVLukU7loZix5KoJgflxSo2c2ETTzseptc0rQEp7A==
- dependencies:
- "@babel/helper-annotate-as-pure" "^7.0.0"
- "@babel/helper-wrap-function" "^7.0.0"
- "@babel/template" "^7.0.0"
- "@babel/traverse" "^7.0.0"
- "@babel/types" "^7.0.0"
-
"@babel/helper-remap-async-to-generator@^7.1.0":
version "7.1.0"
resolved "https://registry.yarnpkg.com/@babel/helper-remap-async-to-generator/-/helper-remap-async-to-generator-7.1.0.tgz#361d80821b6f38da75bd3f0785ece20a88c5fe7f"
@@ -501,25 +395,6 @@
"@babel/traverse" "^7.2.3"
"@babel/types" "^7.0.0"
-"@babel/helper-replace-supers@^7.4.0":
- version "7.4.0"
- resolved "https://registry.yarnpkg.com/@babel/helper-replace-supers/-/helper-replace-supers-7.4.0.tgz#4f56adb6aedcd449d2da9399c2dcf0545463b64c"
- dependencies:
- "@babel/helper-member-expression-to-functions" "^7.0.0"
- "@babel/helper-optimise-call-expression" "^7.0.0"
- "@babel/traverse" "^7.4.0"
- "@babel/types" "^7.4.0"
-
-"@babel/helper-replace-supers@^7.4.4":
- version "7.4.4"
- resolved "https://registry.yarnpkg.com/@babel/helper-replace-supers/-/helper-replace-supers-7.4.4.tgz#aee41783ebe4f2d3ab3ae775e1cc6f1a90cefa27"
- integrity sha512-04xGEnd+s01nY1l15EuMS1rfKktNF+1CkKmHoErDppjAAZL+IUBZpzT748x262HF7fibaQPhbvWUl5HeSt1EXg==
- dependencies:
- "@babel/helper-member-expression-to-functions" "^7.0.0"
- "@babel/helper-optimise-call-expression" "^7.0.0"
- "@babel/traverse" "^7.4.4"
- "@babel/types" "^7.4.4"
-
"@babel/helper-replace-supers@^7.5.5":
version "7.5.5"
resolved "https://registry.yarnpkg.com/@babel/helper-replace-supers/-/helper-replace-supers-7.5.5.tgz#f84ce43df031222d2bad068d2626cb5799c34bc2"
@@ -550,12 +425,6 @@
dependencies:
"@babel/types" "^7.0.0"
-"@babel/helper-split-export-declaration@^7.4.0":
- version "7.4.0"
- resolved "https://registry.yarnpkg.com/@babel/helper-split-export-declaration/-/helper-split-export-declaration-7.4.0.tgz#571bfd52701f492920d63b7f735030e9a3e10b55"
- dependencies:
- "@babel/types" "^7.4.0"
-
"@babel/helper-split-export-declaration@^7.4.4":
version "7.4.4"
resolved "https://registry.yarnpkg.com/@babel/helper-split-export-declaration/-/helper-split-export-declaration-7.4.4.tgz#ff94894a340be78f53f06af038b205c49d993677"
@@ -563,16 +432,6 @@
dependencies:
"@babel/types" "^7.4.4"
-"@babel/helper-wrap-function@^7.0.0":
- version "7.0.0"
- resolved "https://registry.yarnpkg.com/@babel/helper-wrap-function/-/helper-wrap-function-7.0.0.tgz#1c8e42a2cfb0808e3140189dfe9490782a6fa740"
- integrity sha512-kjprWPDNVPZ/9pyLRXcZBvfjnFwqokmXTPTaC4AV8Ns7WRl7ewSxrB19AWZzQsC/WSPQLOw1ciR8uPYkAM1znA==
- dependencies:
- "@babel/helper-function-name" "^7.0.0"
- "@babel/template" "^7.0.0"
- "@babel/traverse" "^7.0.0"
- "@babel/types" "^7.0.0"
-
"@babel/helper-wrap-function@^7.1.0", "@babel/helper-wrap-function@^7.2.0":
version "7.2.0"
resolved "https://registry.yarnpkg.com/@babel/helper-wrap-function/-/helper-wrap-function-7.2.0.tgz#c4e0012445769e2815b55296ead43a958549f6fa"
@@ -582,14 +441,6 @@
"@babel/traverse" "^7.1.0"
"@babel/types" "^7.2.0"
-"@babel/helpers@^7.0.0":
- version "7.0.0"
- resolved "https://registry.yarnpkg.com/@babel/helpers/-/helpers-7.0.0.tgz#7213388341eeb07417f44710fd7e1d00acfa6ac0"
- dependencies:
- "@babel/template" "^7.0.0"
- "@babel/traverse" "^7.0.0"
- "@babel/types" "^7.0.0"
-
"@babel/helpers@^7.2.0":
version "7.3.1"
resolved "https://registry.yarnpkg.com/@babel/helpers/-/helpers-7.3.1.tgz#949eec9ea4b45d3210feb7dc1c22db664c9e44b9"
@@ -598,15 +449,6 @@
"@babel/traverse" "^7.1.5"
"@babel/types" "^7.3.0"
-"@babel/helpers@^7.4.4":
- version "7.4.4"
- resolved "https://registry.yarnpkg.com/@babel/helpers/-/helpers-7.4.4.tgz#868b0ef59c1dd4e78744562d5ce1b59c89f2f2a5"
- integrity sha512-igczbR/0SeuPR8RFfC7tGrbdTbFL3QTvH6D+Z6zNxnTe//GyqmtHmDkzrqDmyZ3eSwPqB/LhyKoU5DXsp+Vp2A==
- dependencies:
- "@babel/template" "^7.4.4"
- "@babel/traverse" "^7.4.4"
- "@babel/types" "^7.4.4"
-
"@babel/helpers@^7.5.5":
version "7.5.5"
resolved "https://registry.yarnpkg.com/@babel/helpers/-/helpers-7.5.5.tgz#63908d2a73942229d1e6685bc2a0e730dde3b75e"
@@ -624,16 +466,16 @@
esutils "^2.0.2"
js-tokens "^4.0.0"
-"@babel/node@^7.0.0":
- version "7.0.0"
- resolved "https://registry.yarnpkg.com/@babel/node/-/node-7.0.0.tgz#20e55bb0e015700a0f6ff281c712de7619ad56f4"
+"@babel/node@^7.5.5":
+ version "7.5.5"
+ resolved "https://registry.yarnpkg.com/@babel/node/-/node-7.5.5.tgz#5db48a3bcee64d9eda6474f2a0a55b235d0438b5"
+ integrity sha512-xsW6il+yY+lzXMsQuvIJNA7tU8ix/f4G6bDt4DrnCkVpsR6clk9XgEbp7QF+xGNDdoD7M7QYokCH83pm+UjD0w==
dependencies:
"@babel/polyfill" "^7.0.0"
- "@babel/register" "^7.0.0"
+ "@babel/register" "^7.5.5"
commander "^2.8.1"
- fs-readdir-recursive "^1.0.0"
- lodash "^4.17.10"
- output-file-sync "^2.0.0"
+ lodash "^4.17.13"
+ node-environment-flags "^1.0.5"
v8flags "^3.1.1"
"@babel/parser@7.1.3":
@@ -657,24 +499,11 @@
version "7.3.3"
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.3.3.tgz#092d450db02bdb6ccb1ca8ffd47d8774a91aef87"
-"@babel/parser@^7.4.0":
- version "7.4.2"
- resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.4.2.tgz#b4521a400cb5a871eab3890787b4bc1326d38d91"
-
"@babel/parser@^7.4.4", "@babel/parser@^7.4.5":
version "7.4.5"
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.4.5.tgz#04af8d5d5a2b044a2a1bffacc1e5e6673544e872"
integrity sha512-9mUqkL1FF5T7f0WDFfAoDdiMVPWsdD1gZYzSnaXsxUCUqzuch/8of9G3VUSNiZmMBoRxT3neyVsqeiL/ZPcjew==
-"@babel/plugin-proposal-async-generator-functions@^7.0.0":
- version "7.0.0"
- resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-async-generator-functions/-/plugin-proposal-async-generator-functions-7.0.0.tgz#5d1eb6b44fd388b97f964350007ab9da090b1d70"
- integrity sha512-QsXmmjLrFADCcDQAfdQn7tfBRLjpTzRWaDpKpW4ZXW1fahPG4SvjcF1xfvVnXGC662RSExYXL+6DAqbtgqMXeA==
- dependencies:
- "@babel/helper-plugin-utils" "^7.0.0"
- "@babel/helper-remap-async-to-generator" "^7.0.0"
- "@babel/plugin-syntax-async-generators" "^7.0.0"
-
"@babel/plugin-proposal-async-generator-functions@^7.2.0":
version "7.2.0"
resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-async-generator-functions/-/plugin-proposal-async-generator-functions-7.2.0.tgz#b289b306669dce4ad20b0252889a15768c9d417e"
@@ -701,6 +530,14 @@
"@babel/helper-create-class-features-plugin" "^7.3.0"
"@babel/helper-plugin-utils" "^7.0.0"
+"@babel/plugin-proposal-class-properties@^7.5.5":
+ version "7.5.5"
+ resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-class-properties/-/plugin-proposal-class-properties-7.5.5.tgz#a974cfae1e37c3110e71f3c6a2e48b8e71958cd4"
+ integrity sha512-AF79FsnWFxjlaosgdi421vmYG6/jg79bVD0dpD44QdgobzHKuLZ6S3vl8la9qIeSwGi8i1fS0O1mfuDAAdo1/A==
+ dependencies:
+ "@babel/helper-create-class-features-plugin" "^7.5.5"
+ "@babel/helper-plugin-utils" "^7.0.0"
+
"@babel/plugin-proposal-decorators@^7.1.2":
version "7.3.0"
resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-decorators/-/plugin-proposal-decorators-7.3.0.tgz#637ba075fa780b1f75d08186e8fb4357d03a72a7"
@@ -810,29 +647,6 @@
"@babel/helper-plugin-utils" "^7.0.0"
"@babel/plugin-syntax-object-rest-spread" "^7.2.0"
-"@babel/plugin-proposal-object-rest-spread@^7.4.0":
- version "7.4.0"
- resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-object-rest-spread/-/plugin-proposal-object-rest-spread-7.4.0.tgz#e4960575205eadf2a1ab4e0c79f9504d5b82a97f"
- dependencies:
- "@babel/helper-plugin-utils" "^7.0.0"
- "@babel/plugin-syntax-object-rest-spread" "^7.2.0"
-
-"@babel/plugin-proposal-object-rest-spread@^7.4.3", "@babel/plugin-proposal-object-rest-spread@^7.4.4":
- version "7.4.4"
- resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-object-rest-spread/-/plugin-proposal-object-rest-spread-7.4.4.tgz#1ef173fcf24b3e2df92a678f027673b55e7e3005"
- integrity sha512-dMBG6cSPBbHeEBdFXeQ2QLc5gUpg4Vkaz8octD4aoW/ISO+jBOcsuxYL7bsb5WSu8RLP6boxrBIALEHgoHtO9g==
- dependencies:
- "@babel/helper-plugin-utils" "^7.0.0"
- "@babel/plugin-syntax-object-rest-spread" "^7.2.0"
-
-"@babel/plugin-proposal-optional-catch-binding@^7.0.0":
- version "7.0.0"
- resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-optional-catch-binding/-/plugin-proposal-optional-catch-binding-7.0.0.tgz#b610d928fe551ff7117d42c8bb410eec312a6425"
- integrity sha512-JPqAvLG1s13B/AuoBjdBYvn38RqW6n1TzrQO839/sIpqLpbnXKacsAgpZHzLD83Sm8SDXMkkrAvEnJ25+0yIpw==
- dependencies:
- "@babel/helper-plugin-utils" "^7.0.0"
- "@babel/plugin-syntax-optional-catch-binding" "^7.0.0"
-
"@babel/plugin-proposal-optional-catch-binding@^7.2.0":
version "7.2.0"
resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-optional-catch-binding/-/plugin-proposal-optional-catch-binding-7.2.0.tgz#135d81edb68a081e55e56ec48541ece8065c38f5"
@@ -847,6 +661,14 @@
"@babel/helper-plugin-utils" "^7.0.0"
"@babel/plugin-syntax-optional-chaining" "^7.0.0"
+"@babel/plugin-proposal-optional-chaining@^7.2.0":
+ version "7.2.0"
+ resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-optional-chaining/-/plugin-proposal-optional-chaining-7.2.0.tgz#ae454f4c21c6c2ce8cb2397dc332ae8b420c5441"
+ integrity sha512-ea3Q6edZC/55wEBVZAEz42v528VulyO0eir+7uky/sT4XRcdkWJcFi1aPtitTlwUzGnECWJNExWww1SStt+yWw==
+ dependencies:
+ "@babel/helper-plugin-utils" "^7.0.0"
+ "@babel/plugin-syntax-optional-chaining" "^7.2.0"
+
"@babel/plugin-proposal-pipeline-operator@^7.0.0":
version "7.3.2"
resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-pipeline-operator/-/plugin-proposal-pipeline-operator-7.3.2.tgz#cc6be43c8455422f2faca39b9355558f0bff5a3f"
@@ -861,15 +683,6 @@
"@babel/helper-plugin-utils" "^7.0.0"
"@babel/plugin-syntax-throw-expressions" "^7.2.0"
-"@babel/plugin-proposal-unicode-property-regex@^7.0.0":
- version "7.0.0"
- resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-unicode-property-regex/-/plugin-proposal-unicode-property-regex-7.0.0.tgz#498b39cd72536cd7c4b26177d030226eba08cd33"
- integrity sha512-tM3icA6GhC3ch2SkmSxv7J/hCWKISzwycub6eGsDrFDgukD4dZ/I+x81XgW0YslS6mzNuQ1Cbzh5osjIMgepPQ==
- dependencies:
- "@babel/helper-plugin-utils" "^7.0.0"
- "@babel/helper-regex" "^7.0.0"
- regexpu-core "^4.2.0"
-
"@babel/plugin-proposal-unicode-property-regex@^7.2.0":
version "7.2.0"
resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-unicode-property-regex/-/plugin-proposal-unicode-property-regex-7.2.0.tgz#abe7281fe46c95ddc143a65e5358647792039520"
@@ -878,14 +691,6 @@
"@babel/helper-regex" "^7.0.0"
regexpu-core "^4.2.0"
-"@babel/plugin-proposal-unicode-property-regex@^7.4.0":
- version "7.4.0"
- resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-unicode-property-regex/-/plugin-proposal-unicode-property-regex-7.4.0.tgz#202d91ee977d760ef83f4f416b280d568be84623"
- dependencies:
- "@babel/helper-plugin-utils" "^7.0.0"
- "@babel/helper-regex" "^7.0.0"
- regexpu-core "^4.5.4"
-
"@babel/plugin-proposal-unicode-property-regex@^7.4.4":
version "7.4.4"
resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-unicode-property-regex/-/plugin-proposal-unicode-property-regex-7.4.4.tgz#501ffd9826c0b91da22690720722ac7cb1ca9c78"
@@ -895,13 +700,6 @@
"@babel/helper-regex" "^7.4.4"
regexpu-core "^4.5.4"
-"@babel/plugin-syntax-async-generators@^7.0.0":
- version "7.0.0"
- resolved "https://registry.yarnpkg.com/@babel/plugin-syntax-async-generators/-/plugin-syntax-async-generators-7.0.0.tgz#bf0891dcdbf59558359d0c626fdc9490e20bc13c"
- integrity sha512-im7ged00ddGKAjcZgewXmp1vxSZQQywuQXe2B1A7kajjZmDeY/ekMPmWr9zJgveSaQH0k7BcGrojQhcK06l0zA==
- dependencies:
- "@babel/helper-plugin-utils" "^7.0.0"
-
"@babel/plugin-syntax-async-generators@^7.2.0":
version "7.2.0"
resolved "https://registry.yarnpkg.com/@babel/plugin-syntax-async-generators/-/plugin-syntax-async-generators-7.2.0.tgz#69e1f0db34c6f5a0cf7e2b3323bf159a76c8cb7f"
@@ -1030,13 +828,6 @@
dependencies:
"@babel/helper-plugin-utils" "^7.0.0"
-"@babel/plugin-syntax-optional-catch-binding@^7.0.0":
- version "7.0.0"
- resolved "https://registry.yarnpkg.com/@babel/plugin-syntax-optional-catch-binding/-/plugin-syntax-optional-catch-binding-7.0.0.tgz#886f72008b3a8b185977f7cb70713b45e51ee475"
- integrity sha512-Wc+HVvwjcq5qBg1w5RG9o9RVzmCaAg/Vp0erHCKpAYV8La6I94o4GQAmFYNmkzoMO6gzoOSulpKeSSz6mPEoZw==
- dependencies:
- "@babel/helper-plugin-utils" "^7.0.0"
-
"@babel/plugin-syntax-optional-catch-binding@^7.2.0":
version "7.2.0"
resolved "https://registry.yarnpkg.com/@babel/plugin-syntax-optional-catch-binding/-/plugin-syntax-optional-catch-binding-7.2.0.tgz#a94013d6eda8908dfe6a477e7f9eda85656ecf5c"
@@ -1049,6 +840,13 @@
dependencies:
"@babel/helper-plugin-utils" "^7.0.0"
+"@babel/plugin-syntax-optional-chaining@^7.2.0":
+ version "7.2.0"
+ resolved "https://registry.yarnpkg.com/@babel/plugin-syntax-optional-chaining/-/plugin-syntax-optional-chaining-7.2.0.tgz#a59d6ae8c167e7608eaa443fda9fa8fa6bf21dff"
+ integrity sha512-HtGCtvp5Uq/jH/WNUPkK6b7rufnCPLLlDAFN7cmACoIjaOOiXxUt3SswU5loHqrhtqTsa/WoLQ1OQ1AGuZqaWA==
+ dependencies:
+ "@babel/helper-plugin-utils" "^7.0.0"
+
"@babel/plugin-syntax-pipeline-operator@^7.3.0":
version "7.3.0"
resolved "https://registry.yarnpkg.com/@babel/plugin-syntax-pipeline-operator/-/plugin-syntax-pipeline-operator-7.3.0.tgz#06146d1cd0da3bb5f8354f9ec17f13e007182709"
@@ -1061,12 +859,6 @@
dependencies:
"@babel/helper-plugin-utils" "^7.0.0"
-"@babel/plugin-syntax-typescript@^7.0.0":
- version "7.0.0"
- resolved "https://registry.yarnpkg.com/@babel/plugin-syntax-typescript/-/plugin-syntax-typescript-7.0.0.tgz#90f4fe0a741ae9c0dcdc3017717c05a0cbbd5158"
- dependencies:
- "@babel/helper-plugin-utils" "^7.0.0"
-
"@babel/plugin-syntax-typescript@^7.2.0":
version "7.3.3"
resolved "https://registry.yarnpkg.com/@babel/plugin-syntax-typescript/-/plugin-syntax-typescript-7.3.3.tgz#a7cc3f66119a9f7ebe2de5383cce193473d65991"
@@ -1086,15 +878,6 @@
dependencies:
"@babel/helper-plugin-utils" "^7.0.0"
-"@babel/plugin-transform-async-to-generator@^7.0.0":
- version "7.0.0"
- resolved "https://registry.yarnpkg.com/@babel/plugin-transform-async-to-generator/-/plugin-transform-async-to-generator-7.0.0.tgz#feaf18f4bfeaf2236eea4b2d4879da83006cc8f5"
- integrity sha512-CiWNhSMZzj1n3uEKUUS/oL+a7Xi8hnPQB6GpC1WfL/ZYvxBLDBn14sHMo5EyOaeArccSonyk5jFIKMRRbrHOnQ==
- dependencies:
- "@babel/helper-module-imports" "^7.0.0"
- "@babel/helper-plugin-utils" "^7.0.0"
- "@babel/helper-remap-async-to-generator" "^7.0.0"
-
"@babel/plugin-transform-async-to-generator@^7.2.0":
version "7.2.0"
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-async-to-generator/-/plugin-transform-async-to-generator-7.2.0.tgz#68b8a438663e88519e65b776f8938f3445b1a2ff"
@@ -1103,23 +886,6 @@
"@babel/helper-plugin-utils" "^7.0.0"
"@babel/helper-remap-async-to-generator" "^7.1.0"
-"@babel/plugin-transform-async-to-generator@^7.4.0":
- version "7.4.0"
- resolved "https://registry.yarnpkg.com/@babel/plugin-transform-async-to-generator/-/plugin-transform-async-to-generator-7.4.0.tgz#234fe3e458dce95865c0d152d256119b237834b0"
- dependencies:
- "@babel/helper-module-imports" "^7.0.0"
- "@babel/helper-plugin-utils" "^7.0.0"
- "@babel/helper-remap-async-to-generator" "^7.1.0"
-
-"@babel/plugin-transform-async-to-generator@^7.4.4":
- version "7.4.4"
- resolved "https://registry.yarnpkg.com/@babel/plugin-transform-async-to-generator/-/plugin-transform-async-to-generator-7.4.4.tgz#a3f1d01f2f21cadab20b33a82133116f14fb5894"
- integrity sha512-YiqW2Li8TXmzgbXw+STsSqPBPFnGviiaSp6CYOq55X8GQ2SGVLrXB6pNid8HkqkZAzOH6knbai3snhP7v0fNwA==
- dependencies:
- "@babel/helper-module-imports" "^7.0.0"
- "@babel/helper-plugin-utils" "^7.0.0"
- "@babel/helper-remap-async-to-generator" "^7.1.0"
-
"@babel/plugin-transform-async-to-generator@^7.5.0":
version "7.5.0"
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-async-to-generator/-/plugin-transform-async-to-generator-7.5.0.tgz#89a3848a0166623b5bc481164b5936ab947e887e"
@@ -1155,21 +921,6 @@
"@babel/helper-plugin-utils" "^7.0.0"
lodash "^4.17.10"
-"@babel/plugin-transform-block-scoping@^7.4.0":
- version "7.4.0"
- resolved "https://registry.yarnpkg.com/@babel/plugin-transform-block-scoping/-/plugin-transform-block-scoping-7.4.0.tgz#164df3bb41e3deb954c4ca32ffa9fcaa56d30bcb"
- dependencies:
- "@babel/helper-plugin-utils" "^7.0.0"
- lodash "^4.17.11"
-
-"@babel/plugin-transform-block-scoping@^7.4.4":
- version "7.4.4"
- resolved "https://registry.yarnpkg.com/@babel/plugin-transform-block-scoping/-/plugin-transform-block-scoping-7.4.4.tgz#c13279fabf6b916661531841a23c4b7dae29646d"
- integrity sha512-jkTUyWZcTrwxu5DD4rWz6rDB5Cjdmgz6z7M7RLXOJyCUkFBawssDGcGh8M/0FTSB87avyJI1HsTwUXp9nKA1PA==
- dependencies:
- "@babel/helper-plugin-utils" "^7.0.0"
- lodash "^4.17.11"
-
"@babel/plugin-transform-block-scoping@^7.5.5":
version "7.5.5"
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-block-scoping/-/plugin-transform-block-scoping-7.5.5.tgz#a35f395e5402822f10d2119f6f8e045e3639a2ce"
@@ -1204,33 +955,6 @@
"@babel/helper-split-export-declaration" "^7.0.0"
globals "^11.1.0"
-"@babel/plugin-transform-classes@^7.4.0":
- version "7.4.0"
- resolved "https://registry.yarnpkg.com/@babel/plugin-transform-classes/-/plugin-transform-classes-7.4.0.tgz#e3428d3c8a3d01f33b10c529b998ba1707043d4d"
- dependencies:
- "@babel/helper-annotate-as-pure" "^7.0.0"
- "@babel/helper-define-map" "^7.4.0"
- "@babel/helper-function-name" "^7.1.0"
- "@babel/helper-optimise-call-expression" "^7.0.0"
- "@babel/helper-plugin-utils" "^7.0.0"
- "@babel/helper-replace-supers" "^7.4.0"
- "@babel/helper-split-export-declaration" "^7.4.0"
- globals "^11.1.0"
-
-"@babel/plugin-transform-classes@^7.4.4":
- version "7.4.4"
- resolved "https://registry.yarnpkg.com/@babel/plugin-transform-classes/-/plugin-transform-classes-7.4.4.tgz#0ce4094cdafd709721076d3b9c38ad31ca715eb6"
- integrity sha512-/e44eFLImEGIpL9qPxSRat13I5QNRgBLu2hOQJCF7VLy/otSM/sypV1+XaIw5+502RX/+6YaSAPmldk+nhHDPw==
- dependencies:
- "@babel/helper-annotate-as-pure" "^7.0.0"
- "@babel/helper-define-map" "^7.4.4"
- "@babel/helper-function-name" "^7.1.0"
- "@babel/helper-optimise-call-expression" "^7.0.0"
- "@babel/helper-plugin-utils" "^7.0.0"
- "@babel/helper-replace-supers" "^7.4.4"
- "@babel/helper-split-export-declaration" "^7.4.4"
- globals "^11.1.0"
-
"@babel/plugin-transform-classes@^7.5.5":
version "7.5.5"
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-classes/-/plugin-transform-classes-7.5.5.tgz#d094299d9bd680a14a2a0edae38305ad60fb4de9"
@@ -1269,19 +993,6 @@
dependencies:
"@babel/helper-plugin-utils" "^7.0.0"
-"@babel/plugin-transform-destructuring@^7.4.0":
- version "7.4.0"
- resolved "https://registry.yarnpkg.com/@babel/plugin-transform-destructuring/-/plugin-transform-destructuring-7.4.0.tgz#acbb9b2418d290107db333f4d6cd8aa6aea00343"
- dependencies:
- "@babel/helper-plugin-utils" "^7.0.0"
-
-"@babel/plugin-transform-destructuring@^7.4.4":
- version "7.4.4"
- resolved "https://registry.yarnpkg.com/@babel/plugin-transform-destructuring/-/plugin-transform-destructuring-7.4.4.tgz#9d964717829cc9e4b601fc82a26a71a4d8faf20f"
- integrity sha512-/aOx+nW0w8eHiEHm+BTERB2oJn5D127iye/SUQl7NjHy0lf+j7h4MKMMSOwdazGq9OxgiNADncE+SRJkCxjZpQ==
- dependencies:
- "@babel/helper-plugin-utils" "^7.0.0"
-
"@babel/plugin-transform-destructuring@^7.5.0":
version "7.5.0"
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-destructuring/-/plugin-transform-destructuring-7.5.0.tgz#f6c09fdfe3f94516ff074fe877db7bc9ef05855a"
@@ -1289,15 +1000,6 @@
dependencies:
"@babel/helper-plugin-utils" "^7.0.0"
-"@babel/plugin-transform-dotall-regex@^7.0.0":
- version "7.0.0"
- resolved "https://registry.yarnpkg.com/@babel/plugin-transform-dotall-regex/-/plugin-transform-dotall-regex-7.0.0.tgz#73a24da69bc3c370251f43a3d048198546115e58"
- integrity sha512-00THs8eJxOJUFVx1w8i1MBF4XH4PsAjKjQ1eqN/uCH3YKwP21GCKfrn6YZFZswbOk9+0cw1zGQPHVc1KBlSxig==
- dependencies:
- "@babel/helper-plugin-utils" "^7.0.0"
- "@babel/helper-regex" "^7.0.0"
- regexpu-core "^4.1.3"
-
"@babel/plugin-transform-dotall-regex@^7.2.0":
version "7.2.0"
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-dotall-regex/-/plugin-transform-dotall-regex-7.2.0.tgz#f0aabb93d120a8ac61e925ea0ba440812dbe0e49"
@@ -1315,13 +1017,6 @@
"@babel/helper-regex" "^7.4.4"
regexpu-core "^4.5.4"
-"@babel/plugin-transform-duplicate-keys@^7.0.0":
- version "7.0.0"
- resolved "https://registry.yarnpkg.com/@babel/plugin-transform-duplicate-keys/-/plugin-transform-duplicate-keys-7.0.0.tgz#a0601e580991e7cace080e4cf919cfd58da74e86"
- integrity sha512-w2vfPkMqRkdxx+C71ATLJG30PpwtTpW7DDdLqYt2acXU7YjztzeWW2Jk1T6hKqCLYCcEA5UQM/+xTAm+QCSnuQ==
- dependencies:
- "@babel/helper-plugin-utils" "^7.0.0"
-
"@babel/plugin-transform-duplicate-keys@^7.2.0":
version "7.2.0"
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-duplicate-keys/-/plugin-transform-duplicate-keys-7.2.0.tgz#d952c4930f312a4dbfff18f0b2914e60c35530b3"
@@ -1335,14 +1030,6 @@
dependencies:
"@babel/helper-plugin-utils" "^7.0.0"
-"@babel/plugin-transform-exponentiation-operator@^7.0.0":
- version "7.0.0"
- resolved "https://registry.yarnpkg.com/@babel/plugin-transform-exponentiation-operator/-/plugin-transform-exponentiation-operator-7.0.0.tgz#c51b45e090a01876f64d32b5b46c0799c85ea56c"
- integrity sha512-Ig74elCuFQ0mvHkWUq5qDCNI3qHWlop5w4TcDxdtJiOk8Egqe2uxDRY9XnXGSlmWClClmnixcoYumyvbAuj4dA==
- dependencies:
- "@babel/helper-builder-binary-assignment-operator-visitor" "^7.0.0"
- "@babel/helper-plugin-utils" "^7.0.0"
-
"@babel/plugin-transform-exponentiation-operator@^7.2.0":
version "7.2.0"
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-exponentiation-operator/-/plugin-transform-exponentiation-operator-7.2.0.tgz#a63868289e5b4007f7054d46491af51435766008"
@@ -1369,12 +1056,6 @@
dependencies:
"@babel/helper-plugin-utils" "^7.0.0"
-"@babel/plugin-transform-for-of@^7.4.0":
- version "7.4.0"
- resolved "https://registry.yarnpkg.com/@babel/plugin-transform-for-of/-/plugin-transform-for-of-7.4.0.tgz#56c8c36677f5d4a16b80b12f7b768de064aaeb5f"
- dependencies:
- "@babel/helper-plugin-utils" "^7.0.0"
-
"@babel/plugin-transform-for-of@^7.4.4":
version "7.4.4"
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-for-of/-/plugin-transform-for-of-7.4.4.tgz#0267fc735e24c808ba173866c6c4d1440fc3c556"
@@ -1422,14 +1103,6 @@
dependencies:
"@babel/helper-plugin-utils" "^7.0.0"
-"@babel/plugin-transform-modules-amd@^7.0.0":
- version "7.0.0"
- resolved "https://registry.yarnpkg.com/@babel/plugin-transform-modules-amd/-/plugin-transform-modules-amd-7.0.0.tgz#2430ab73db9960c4ca89966f425b803f5d0d0468"
- integrity sha512-CtSVpT/0tty/4405qczoIHm41YfFbPChplsmfBwsi3RTq/M9cHgVb3ixI5bqqgdKkqWwSX2sXqejvMKLuTVU+Q==
- dependencies:
- "@babel/helper-module-transforms" "^7.0.0"
- "@babel/helper-plugin-utils" "^7.0.0"
-
"@babel/plugin-transform-modules-amd@^7.2.0":
version "7.2.0"
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-modules-amd/-/plugin-transform-modules-amd-7.2.0.tgz#82a9bce45b95441f617a24011dc89d12da7f4ee6"
@@ -1462,23 +1135,6 @@
"@babel/helper-plugin-utils" "^7.0.0"
"@babel/helper-simple-access" "^7.1.0"
-"@babel/plugin-transform-modules-commonjs@^7.4.0":
- version "7.4.0"
- resolved "https://registry.yarnpkg.com/@babel/plugin-transform-modules-commonjs/-/plugin-transform-modules-commonjs-7.4.0.tgz#3b8ec61714d3b75d20c5ccfa157f2c2e087fd4ca"
- dependencies:
- "@babel/helper-module-transforms" "^7.1.0"
- "@babel/helper-plugin-utils" "^7.0.0"
- "@babel/helper-simple-access" "^7.1.0"
-
-"@babel/plugin-transform-modules-commonjs@^7.4.4":
- version "7.4.4"
- resolved "https://registry.yarnpkg.com/@babel/plugin-transform-modules-commonjs/-/plugin-transform-modules-commonjs-7.4.4.tgz#0bef4713d30f1d78c2e59b3d6db40e60192cac1e"
- integrity sha512-4sfBOJt58sEo9a2BQXnZq+Q3ZTSAUXyK3E30o36BOGnJ+tvJ6YSxF0PG6kERvbeISgProodWuI9UVG3/FMY6iw==
- dependencies:
- "@babel/helper-module-transforms" "^7.4.4"
- "@babel/helper-plugin-utils" "^7.0.0"
- "@babel/helper-simple-access" "^7.1.0"
-
"@babel/plugin-transform-modules-commonjs@^7.5.0":
version "7.5.0"
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-modules-commonjs/-/plugin-transform-modules-commonjs-7.5.0.tgz#425127e6045231360858eeaa47a71d75eded7a74"
@@ -1489,14 +1145,6 @@
"@babel/helper-simple-access" "^7.1.0"
babel-plugin-dynamic-import-node "^2.3.0"
-"@babel/plugin-transform-modules-systemjs@^7.0.0":
- version "7.0.0"
- resolved "https://registry.yarnpkg.com/@babel/plugin-transform-modules-systemjs/-/plugin-transform-modules-systemjs-7.0.0.tgz#8873d876d4fee23209decc4d1feab8f198cf2df4"
- integrity sha512-8EDKMAsitLkiF/D4Zhe9CHEE2XLh4bfLbb9/Zf3FgXYQOZyZYyg7EAel/aT2A7bHv62jwHf09q2KU/oEexr83g==
- dependencies:
- "@babel/helper-hoist-variables" "^7.0.0"
- "@babel/helper-plugin-utils" "^7.0.0"
-
"@babel/plugin-transform-modules-systemjs@^7.2.0":
version "7.2.0"
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-modules-systemjs/-/plugin-transform-modules-systemjs-7.2.0.tgz#912bfe9e5ff982924c81d0937c92d24994bb9068"
@@ -1504,21 +1152,6 @@
"@babel/helper-hoist-variables" "^7.0.0"
"@babel/helper-plugin-utils" "^7.0.0"
-"@babel/plugin-transform-modules-systemjs@^7.4.0":
- version "7.4.0"
- resolved "https://registry.yarnpkg.com/@babel/plugin-transform-modules-systemjs/-/plugin-transform-modules-systemjs-7.4.0.tgz#c2495e55528135797bc816f5d50f851698c586a1"
- dependencies:
- "@babel/helper-hoist-variables" "^7.4.0"
- "@babel/helper-plugin-utils" "^7.0.0"
-
-"@babel/plugin-transform-modules-systemjs@^7.4.4":
- version "7.4.4"
- resolved "https://registry.yarnpkg.com/@babel/plugin-transform-modules-systemjs/-/plugin-transform-modules-systemjs-7.4.4.tgz#dc83c5665b07d6c2a7b224c00ac63659ea36a405"
- integrity sha512-MSiModfILQc3/oqnG7NrP1jHaSPryO6tA2kOMmAQApz5dayPxWiHqmq4sWH2xF5LcQK56LlbKByCd8Aah/OIkQ==
- dependencies:
- "@babel/helper-hoist-variables" "^7.4.4"
- "@babel/helper-plugin-utils" "^7.0.0"
-
"@babel/plugin-transform-modules-systemjs@^7.5.0":
version "7.5.0"
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-modules-systemjs/-/plugin-transform-modules-systemjs-7.5.0.tgz#e75266a13ef94202db2a0620977756f51d52d249"
@@ -1528,14 +1161,6 @@
"@babel/helper-plugin-utils" "^7.0.0"
babel-plugin-dynamic-import-node "^2.3.0"
-"@babel/plugin-transform-modules-umd@^7.0.0":
- version "7.0.0"
- resolved "https://registry.yarnpkg.com/@babel/plugin-transform-modules-umd/-/plugin-transform-modules-umd-7.0.0.tgz#e7bb4f2a6cd199668964241951a25013450349be"
- integrity sha512-EMyKpzgugxef+R1diXDwqw/Hmt5ls8VxfI8Gq5Lo8Qp3oKIepkYG4L/mvE2dmZSRalgL9sguoPKbnQ1m96hVFw==
- dependencies:
- "@babel/helper-module-transforms" "^7.0.0"
- "@babel/helper-plugin-utils" "^7.0.0"
-
"@babel/plugin-transform-modules-umd@^7.2.0":
version "7.2.0"
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-modules-umd/-/plugin-transform-modules-umd-7.2.0.tgz#7678ce75169f0877b8eb2235538c074268dd01ae"
@@ -1549,12 +1174,6 @@
dependencies:
regexp-tree "^0.1.0"
-"@babel/plugin-transform-named-capturing-groups-regex@^7.4.2":
- version "7.4.2"
- resolved "https://registry.yarnpkg.com/@babel/plugin-transform-named-capturing-groups-regex/-/plugin-transform-named-capturing-groups-regex-7.4.2.tgz#800391136d6cbcc80728dbdba3c1c6e46f86c12e"
- dependencies:
- regexp-tree "^0.1.0"
-
"@babel/plugin-transform-named-capturing-groups-regex@^7.4.5":
version "7.4.5"
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-named-capturing-groups-regex/-/plugin-transform-named-capturing-groups-regex-7.4.5.tgz#9d269fd28a370258199b4294736813a60bbdd106"
@@ -1568,12 +1187,6 @@
dependencies:
"@babel/helper-plugin-utils" "^7.0.0"
-"@babel/plugin-transform-new-target@^7.4.0":
- version "7.4.0"
- resolved "https://registry.yarnpkg.com/@babel/plugin-transform-new-target/-/plugin-transform-new-target-7.4.0.tgz#67658a1d944edb53c8d4fa3004473a0dd7838150"
- dependencies:
- "@babel/helper-plugin-utils" "^7.0.0"
-
"@babel/plugin-transform-new-target@^7.4.4":
version "7.4.4"
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-new-target/-/plugin-transform-new-target-7.4.4.tgz#18d120438b0cc9ee95a47f2c72bc9768fbed60a5"
@@ -1619,14 +1232,6 @@
"@babel/helper-get-function-arity" "^7.0.0"
"@babel/helper-plugin-utils" "^7.0.0"
-"@babel/plugin-transform-parameters@^7.4.0":
- version "7.4.0"
- resolved "https://registry.yarnpkg.com/@babel/plugin-transform-parameters/-/plugin-transform-parameters-7.4.0.tgz#a1309426fac4eecd2a9439a4c8c35124a11a48a9"
- dependencies:
- "@babel/helper-call-delegate" "^7.4.0"
- "@babel/helper-get-function-arity" "^7.0.0"
- "@babel/helper-plugin-utils" "^7.0.0"
-
"@babel/plugin-transform-parameters@^7.4.4":
version "7.4.4"
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-parameters/-/plugin-transform-parameters-7.4.4.tgz#7556cf03f318bd2719fe4c922d2d808be5571e16"
@@ -1684,12 +1289,6 @@
dependencies:
regenerator-transform "^0.13.3"
-"@babel/plugin-transform-regenerator@^7.4.0":
- version "7.4.0"
- resolved "https://registry.yarnpkg.com/@babel/plugin-transform-regenerator/-/plugin-transform-regenerator-7.4.0.tgz#0780e27ee458cc3fdbad18294d703e972ae1f6d1"
- dependencies:
- regenerator-transform "^0.13.4"
-
"@babel/plugin-transform-regenerator@^7.4.5":
version "7.4.5"
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-regenerator/-/plugin-transform-regenerator-7.4.5.tgz#629dc82512c55cee01341fb27bdfcb210354680f"
@@ -1704,13 +1303,15 @@
dependencies:
"@babel/helper-plugin-utils" "^7.0.0"
-"@babel/plugin-transform-runtime@^7.0.0":
- version "7.0.0"
- resolved "https://registry.yarnpkg.com/@babel/plugin-transform-runtime/-/plugin-transform-runtime-7.0.0.tgz#0f1443c07bac16dba8efa939e0c61d6922740062"
+"@babel/plugin-transform-runtime@^7.5.5":
+ version "7.5.5"
+ resolved "https://registry.yarnpkg.com/@babel/plugin-transform-runtime/-/plugin-transform-runtime-7.5.5.tgz#a6331afbfc59189d2135b2e09474457a8e3d28bc"
+ integrity sha512-6Xmeidsun5rkwnGfMOp6/z9nSzWpHFNVr2Jx7kwoq4mVatQfQx5S56drBgEHF+XQbKOdIaOiMIINvp/kAwMN+w==
dependencies:
"@babel/helper-module-imports" "^7.0.0"
"@babel/helper-plugin-utils" "^7.0.0"
resolve "^1.8.1"
+ semver "^5.5.1"
"@babel/plugin-transform-shorthand-properties@^7.0.0":
version "7.0.0"
@@ -1736,14 +1337,6 @@
dependencies:
"@babel/helper-plugin-utils" "^7.0.0"
-"@babel/plugin-transform-sticky-regex@^7.0.0":
- version "7.0.0"
- resolved "https://registry.yarnpkg.com/@babel/plugin-transform-sticky-regex/-/plugin-transform-sticky-regex-7.0.0.tgz#30a9d64ac2ab46eec087b8530535becd90e73366"
- integrity sha512-LFUToxiyS/WD+XEWpkx/XJBrUXKewSZpzX68s+yEOtIbdnsRjpryDw9U06gYc6klYEij/+KQVRnD3nz3AoKmjw==
- dependencies:
- "@babel/helper-plugin-utils" "^7.0.0"
- "@babel/helper-regex" "^7.0.0"
-
"@babel/plugin-transform-sticky-regex@^7.2.0":
version "7.2.0"
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-sticky-regex/-/plugin-transform-sticky-regex-7.2.0.tgz#a1e454b5995560a9c1e0d537dfc15061fd2687e1"
@@ -1773,26 +1366,12 @@
"@babel/helper-annotate-as-pure" "^7.0.0"
"@babel/helper-plugin-utils" "^7.0.0"
-"@babel/plugin-transform-typeof-symbol@^7.0.0":
- version "7.0.0"
- resolved "https://registry.yarnpkg.com/@babel/plugin-transform-typeof-symbol/-/plugin-transform-typeof-symbol-7.0.0.tgz#4dcf1e52e943e5267b7313bff347fdbe0f81cec9"
- integrity sha512-1r1X5DO78WnaAIvs5uC48t41LLckxsYklJrZjNKcevyz83sF2l4RHbw29qrCPr/6ksFsdfRpT/ZgxNWHXRnffg==
- dependencies:
- "@babel/helper-plugin-utils" "^7.0.0"
-
"@babel/plugin-transform-typeof-symbol@^7.2.0":
version "7.2.0"
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-typeof-symbol/-/plugin-transform-typeof-symbol-7.2.0.tgz#117d2bcec2fbf64b4b59d1f9819894682d29f2b2"
dependencies:
"@babel/helper-plugin-utils" "^7.0.0"
-"@babel/plugin-transform-typescript@^7.0.0":
- version "7.0.0"
- resolved "https://registry.yarnpkg.com/@babel/plugin-transform-typescript/-/plugin-transform-typescript-7.0.0.tgz#71bf13cae08117ae5dc1caec5b90938d8091a01e"
- dependencies:
- "@babel/helper-plugin-utils" "^7.0.0"
- "@babel/plugin-syntax-typescript" "^7.0.0"
-
"@babel/plugin-transform-typescript@^7.3.2":
version "7.5.5"
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-typescript/-/plugin-transform-typescript-7.5.5.tgz#6d862766f09b2da1cb1f7d505fe2aedab6b7d4b8"
@@ -1802,15 +1381,6 @@
"@babel/helper-plugin-utils" "^7.0.0"
"@babel/plugin-syntax-typescript" "^7.2.0"
-"@babel/plugin-transform-unicode-regex@^7.0.0":
- version "7.0.0"
- resolved "https://registry.yarnpkg.com/@babel/plugin-transform-unicode-regex/-/plugin-transform-unicode-regex-7.0.0.tgz#c6780e5b1863a76fe792d90eded9fcd5b51d68fc"
- integrity sha512-uJBrJhBOEa3D033P95nPHu3nbFwFE9ZgXsfEitzoIXIwqAZWk7uXcg06yFKXz9FSxBH5ucgU/cYdX0IV8ldHKw==
- dependencies:
- "@babel/helper-plugin-utils" "^7.0.0"
- "@babel/helper-regex" "^7.0.0"
- regexpu-core "^4.1.3"
-
"@babel/plugin-transform-unicode-regex@^7.2.0":
version "7.2.0"
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-unicode-regex/-/plugin-transform-unicode-regex-7.2.0.tgz#4eb8db16f972f8abb5062c161b8b115546ade08b"
@@ -1835,7 +1405,7 @@
core-js "^2.5.7"
regenerator-runtime "^0.11.1"
-"@babel/polyfill@^7.2.5":
+"@babel/polyfill@^7.2.5", "@babel/polyfill@^7.4.4":
version "7.4.4"
resolved "https://registry.yarnpkg.com/@babel/polyfill/-/polyfill-7.4.4.tgz#78801cf3dbe657844eeabf31c1cae3828051e893"
integrity sha512-WlthFLfhQQhh+A2Gn5NSFl0Huxz36x86Jn+E9OW7ibK8edKPq+KLy4apM1yDpQ8kJOVi1OVjpP4vSDLdrI04dg==
@@ -1843,53 +1413,6 @@
core-js "^2.6.5"
regenerator-runtime "^0.13.2"
-"@babel/preset-env@^7.0.0":
- version "7.0.0"
- resolved "https://registry.yarnpkg.com/@babel/preset-env/-/preset-env-7.0.0.tgz#f450f200c14e713f98cb14d113bf0c2cfbb89ca9"
- integrity sha512-Fnx1wWaWv2w2rl+VHxA9si//Da40941IQ29fKiRejVR7oN1FxSEL8+SyAX/2oKIye2gPvY/GBbJVEKQ/oi43zQ==
- dependencies:
- "@babel/helper-module-imports" "^7.0.0"
- "@babel/helper-plugin-utils" "^7.0.0"
- "@babel/plugin-proposal-async-generator-functions" "^7.0.0"
- "@babel/plugin-proposal-json-strings" "^7.0.0"
- "@babel/plugin-proposal-object-rest-spread" "^7.0.0"
- "@babel/plugin-proposal-optional-catch-binding" "^7.0.0"
- "@babel/plugin-proposal-unicode-property-regex" "^7.0.0"
- "@babel/plugin-syntax-async-generators" "^7.0.0"
- "@babel/plugin-syntax-object-rest-spread" "^7.0.0"
- "@babel/plugin-syntax-optional-catch-binding" "^7.0.0"
- "@babel/plugin-transform-arrow-functions" "^7.0.0"
- "@babel/plugin-transform-async-to-generator" "^7.0.0"
- "@babel/plugin-transform-block-scoped-functions" "^7.0.0"
- "@babel/plugin-transform-block-scoping" "^7.0.0"
- "@babel/plugin-transform-classes" "^7.0.0"
- "@babel/plugin-transform-computed-properties" "^7.0.0"
- "@babel/plugin-transform-destructuring" "^7.0.0"
- "@babel/plugin-transform-dotall-regex" "^7.0.0"
- "@babel/plugin-transform-duplicate-keys" "^7.0.0"
- "@babel/plugin-transform-exponentiation-operator" "^7.0.0"
- "@babel/plugin-transform-for-of" "^7.0.0"
- "@babel/plugin-transform-function-name" "^7.0.0"
- "@babel/plugin-transform-literals" "^7.0.0"
- "@babel/plugin-transform-modules-amd" "^7.0.0"
- "@babel/plugin-transform-modules-commonjs" "^7.0.0"
- "@babel/plugin-transform-modules-systemjs" "^7.0.0"
- "@babel/plugin-transform-modules-umd" "^7.0.0"
- "@babel/plugin-transform-new-target" "^7.0.0"
- "@babel/plugin-transform-object-super" "^7.0.0"
- "@babel/plugin-transform-parameters" "^7.0.0"
- "@babel/plugin-transform-regenerator" "^7.0.0"
- "@babel/plugin-transform-shorthand-properties" "^7.0.0"
- "@babel/plugin-transform-spread" "^7.0.0"
- "@babel/plugin-transform-sticky-regex" "^7.0.0"
- "@babel/plugin-transform-template-literals" "^7.0.0"
- "@babel/plugin-transform-typeof-symbol" "^7.0.0"
- "@babel/plugin-transform-unicode-regex" "^7.0.0"
- browserslist "^4.1.0"
- invariant "^2.2.2"
- js-levenshtein "^1.1.3"
- semver "^5.3.0"
-
"@babel/preset-env@^7.1.0":
version "7.3.1"
resolved "https://registry.yarnpkg.com/@babel/preset-env/-/preset-env-7.3.1.tgz#389e8ca6b17ae67aaf9a2111665030be923515db"
@@ -1938,7 +1461,7 @@
js-levenshtein "^1.1.3"
semver "^5.3.0"
-"@babel/preset-env@^7.1.6":
+"@babel/preset-env@^7.1.6", "@babel/preset-env@^7.5.5":
version "7.5.5"
resolved "https://registry.yarnpkg.com/@babel/preset-env/-/preset-env-7.5.5.tgz#bc470b53acaa48df4b8db24a570d6da1fef53c9a"
integrity sha512-GMZQka/+INwsMz1A5UEql8tG015h5j/qjptpKY2gJ7giy8ohzU710YciJB5rcKsWGWHiW3RUnHib0E5/m3Tp3A==
@@ -1994,111 +1517,7 @@
js-levenshtein "^1.1.3"
semver "^5.5.0"
-"@babel/preset-env@^7.4.1":
- version "7.4.2"
- resolved "https://registry.yarnpkg.com/@babel/preset-env/-/preset-env-7.4.2.tgz#2f5ba1de2daefa9dcca653848f96c7ce2e406676"
- dependencies:
- "@babel/helper-module-imports" "^7.0.0"
- "@babel/helper-plugin-utils" "^7.0.0"
- "@babel/plugin-proposal-async-generator-functions" "^7.2.0"
- "@babel/plugin-proposal-json-strings" "^7.2.0"
- "@babel/plugin-proposal-object-rest-spread" "^7.4.0"
- "@babel/plugin-proposal-optional-catch-binding" "^7.2.0"
- "@babel/plugin-proposal-unicode-property-regex" "^7.4.0"
- "@babel/plugin-syntax-async-generators" "^7.2.0"
- "@babel/plugin-syntax-json-strings" "^7.2.0"
- "@babel/plugin-syntax-object-rest-spread" "^7.2.0"
- "@babel/plugin-syntax-optional-catch-binding" "^7.2.0"
- "@babel/plugin-transform-arrow-functions" "^7.2.0"
- "@babel/plugin-transform-async-to-generator" "^7.4.0"
- "@babel/plugin-transform-block-scoped-functions" "^7.2.0"
- "@babel/plugin-transform-block-scoping" "^7.4.0"
- "@babel/plugin-transform-classes" "^7.4.0"
- "@babel/plugin-transform-computed-properties" "^7.2.0"
- "@babel/plugin-transform-destructuring" "^7.4.0"
- "@babel/plugin-transform-dotall-regex" "^7.2.0"
- "@babel/plugin-transform-duplicate-keys" "^7.2.0"
- "@babel/plugin-transform-exponentiation-operator" "^7.2.0"
- "@babel/plugin-transform-for-of" "^7.4.0"
- "@babel/plugin-transform-function-name" "^7.2.0"
- "@babel/plugin-transform-literals" "^7.2.0"
- "@babel/plugin-transform-modules-amd" "^7.2.0"
- "@babel/plugin-transform-modules-commonjs" "^7.4.0"
- "@babel/plugin-transform-modules-systemjs" "^7.4.0"
- "@babel/plugin-transform-modules-umd" "^7.2.0"
- "@babel/plugin-transform-named-capturing-groups-regex" "^7.4.2"
- "@babel/plugin-transform-new-target" "^7.4.0"
- "@babel/plugin-transform-object-super" "^7.2.0"
- "@babel/plugin-transform-parameters" "^7.4.0"
- "@babel/plugin-transform-regenerator" "^7.4.0"
- "@babel/plugin-transform-shorthand-properties" "^7.2.0"
- "@babel/plugin-transform-spread" "^7.2.0"
- "@babel/plugin-transform-sticky-regex" "^7.2.0"
- "@babel/plugin-transform-template-literals" "^7.2.0"
- "@babel/plugin-transform-typeof-symbol" "^7.2.0"
- "@babel/plugin-transform-unicode-regex" "^7.2.0"
- "@babel/types" "^7.4.0"
- browserslist "^4.4.2"
- core-js-compat "^3.0.0"
- invariant "^2.2.2"
- js-levenshtein "^1.1.3"
- semver "^5.3.0"
-
-"@babel/preset-env@^7.4.3":
- version "7.4.5"
- resolved "https://registry.yarnpkg.com/@babel/preset-env/-/preset-env-7.4.5.tgz#2fad7f62983d5af563b5f3139242755884998a58"
- integrity sha512-f2yNVXM+FsR5V8UwcFeIHzHWgnhXg3NpRmy0ADvALpnhB0SLbCvrCRr4BLOUYbQNLS+Z0Yer46x9dJXpXewI7w==
- dependencies:
- "@babel/helper-module-imports" "^7.0.0"
- "@babel/helper-plugin-utils" "^7.0.0"
- "@babel/plugin-proposal-async-generator-functions" "^7.2.0"
- "@babel/plugin-proposal-json-strings" "^7.2.0"
- "@babel/plugin-proposal-object-rest-spread" "^7.4.4"
- "@babel/plugin-proposal-optional-catch-binding" "^7.2.0"
- "@babel/plugin-proposal-unicode-property-regex" "^7.4.4"
- "@babel/plugin-syntax-async-generators" "^7.2.0"
- "@babel/plugin-syntax-json-strings" "^7.2.0"
- "@babel/plugin-syntax-object-rest-spread" "^7.2.0"
- "@babel/plugin-syntax-optional-catch-binding" "^7.2.0"
- "@babel/plugin-transform-arrow-functions" "^7.2.0"
- "@babel/plugin-transform-async-to-generator" "^7.4.4"
- "@babel/plugin-transform-block-scoped-functions" "^7.2.0"
- "@babel/plugin-transform-block-scoping" "^7.4.4"
- "@babel/plugin-transform-classes" "^7.4.4"
- "@babel/plugin-transform-computed-properties" "^7.2.0"
- "@babel/plugin-transform-destructuring" "^7.4.4"
- "@babel/plugin-transform-dotall-regex" "^7.4.4"
- "@babel/plugin-transform-duplicate-keys" "^7.2.0"
- "@babel/plugin-transform-exponentiation-operator" "^7.2.0"
- "@babel/plugin-transform-for-of" "^7.4.4"
- "@babel/plugin-transform-function-name" "^7.4.4"
- "@babel/plugin-transform-literals" "^7.2.0"
- "@babel/plugin-transform-member-expression-literals" "^7.2.0"
- "@babel/plugin-transform-modules-amd" "^7.2.0"
- "@babel/plugin-transform-modules-commonjs" "^7.4.4"
- "@babel/plugin-transform-modules-systemjs" "^7.4.4"
- "@babel/plugin-transform-modules-umd" "^7.2.0"
- "@babel/plugin-transform-named-capturing-groups-regex" "^7.4.5"
- "@babel/plugin-transform-new-target" "^7.4.4"
- "@babel/plugin-transform-object-super" "^7.2.0"
- "@babel/plugin-transform-parameters" "^7.4.4"
- "@babel/plugin-transform-property-literals" "^7.2.0"
- "@babel/plugin-transform-regenerator" "^7.4.5"
- "@babel/plugin-transform-reserved-words" "^7.2.0"
- "@babel/plugin-transform-shorthand-properties" "^7.2.0"
- "@babel/plugin-transform-spread" "^7.2.0"
- "@babel/plugin-transform-sticky-regex" "^7.2.0"
- "@babel/plugin-transform-template-literals" "^7.4.4"
- "@babel/plugin-transform-typeof-symbol" "^7.2.0"
- "@babel/plugin-transform-unicode-regex" "^7.4.4"
- "@babel/types" "^7.4.4"
- browserslist "^4.6.0"
- core-js-compat "^3.1.1"
- invariant "^2.2.2"
- js-levenshtein "^1.1.3"
- semver "^5.5.0"
-
-"@babel/preset-flow@^7.0.0", "@babel/preset-flow@^7.0.0-rc.1":
+"@babel/preset-flow@^7.0.0":
version "7.0.0"
resolved "https://registry.yarnpkg.com/@babel/preset-flow/-/preset-flow-7.0.0.tgz#afd764835d9535ec63d8c7d4caf1c06457263da2"
dependencies:
@@ -2119,14 +1538,7 @@
version "7.0.0"
resolved "https://registry.yarnpkg.com/@babel/preset-stage-0/-/preset-stage-0-7.0.0.tgz#999aaec79ee8f0a763042c68c06539c97c6e0646"
-"@babel/preset-typescript@^7.0.0":
- version "7.0.0"
- resolved "https://registry.yarnpkg.com/@babel/preset-typescript/-/preset-typescript-7.0.0.tgz#1e65c8b863ff5b290f070d999c810bb48a8e3904"
- dependencies:
- "@babel/helper-plugin-utils" "^7.0.0"
- "@babel/plugin-transform-typescript" "^7.0.0"
-
-"@babel/preset-typescript@^7.1.0":
+"@babel/preset-typescript@^7.1.0", "@babel/preset-typescript@^7.3.3":
version "7.3.3"
resolved "https://registry.yarnpkg.com/@babel/preset-typescript/-/preset-typescript-7.3.3.tgz#88669911053fa16b2b276ea2ede2ca603b3f307a"
integrity sha512-mzMVuIP4lqtn4du2ynEfdO0+RYcslwrZiJHXu4MGaC1ctJiW2fyaeDrtjJGs7R/KebZ1sgowcIoWf4uRpEfKEg==
@@ -2146,6 +1558,18 @@
pirates "^4.0.0"
source-map-support "^0.5.9"
+"@babel/register@^7.5.5":
+ version "7.5.5"
+ resolved "https://registry.yarnpkg.com/@babel/register/-/register-7.5.5.tgz#40fe0d474c8c8587b28d6ae18a03eddad3dac3c1"
+ integrity sha512-pdd5nNR+g2qDkXZlW1yRCWFlNrAn2PPdnZUB72zjX4l1Vv4fMRRLwyf+n/idFCLI1UgVGboUU8oVziwTBiyNKQ==
+ dependencies:
+ core-js "^3.0.0"
+ find-cache-dir "^2.0.0"
+ lodash "^4.17.13"
+ mkdirp "^0.5.1"
+ pirates "^4.0.0"
+ source-map-support "^0.5.9"
+
"@babel/runtime@^7.0.0":
version "7.0.0"
resolved "https://registry.yarnpkg.com/@babel/runtime/-/runtime-7.0.0.tgz#adeb78fedfc855aa05bc041640f3f6f98e85424c"
@@ -2219,21 +1643,7 @@
globals "^11.1.0"
lodash "^4.17.10"
-"@babel/traverse@^7.4.0":
- version "7.4.0"
- resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.4.0.tgz#14006967dd1d2b3494cdd650c686db9daf0ddada"
- dependencies:
- "@babel/code-frame" "^7.0.0"
- "@babel/generator" "^7.4.0"
- "@babel/helper-function-name" "^7.1.0"
- "@babel/helper-split-export-declaration" "^7.4.0"
- "@babel/parser" "^7.4.0"
- "@babel/types" "^7.4.0"
- debug "^4.1.0"
- globals "^11.1.0"
- lodash "^4.17.11"
-
-"@babel/traverse@^7.4.4", "@babel/traverse@^7.4.5":
+"@babel/traverse@^7.4.4":
version "7.4.5"
resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.4.5.tgz#4e92d1728fd2f1897dafdd321efbff92156c3216"
integrity sha512-Vc+qjynwkjRmIFGxy0KYoPj4FdVDxLej89kMHFsWScq999uX+pwcX4v9mWRjW0KcAYTPAuVQl2LKP1wEVLsp+A==
@@ -2287,14 +1697,6 @@
lodash "^4.17.10"
to-fast-properties "^2.0.0"
-"@babel/types@^7.4.0":
- version "7.4.0"
- resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.4.0.tgz#670724f77d24cce6cc7d8cf64599d511d164894c"
- dependencies:
- esutils "^2.0.2"
- lodash "^4.17.11"
- to-fast-properties "^2.0.0"
-
"@babel/types@^7.4.4":
version "7.4.4"
resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.4.4.tgz#8db9e9a629bb7c29370009b4b779ed93fe57d5f0"
@@ -4535,10 +3937,10 @@ address@1.0.3, address@^1.0.1:
version "1.0.3"
resolved "https://registry.yarnpkg.com/address/-/address-1.0.3.tgz#b5f50631f8d6cec8bd20c963963afb55e06cbce9"
-address@1.1.0:
- version "1.1.0"
- resolved "https://registry.yarnpkg.com/address/-/address-1.1.0.tgz#ef8e047847fcd2c5b6f50c16965f924fd99fe709"
- integrity sha512-4diPfzWbLEIElVG4AnqP+00SULlPzNuyJFNnmMrLgyaxG6tZXJ1sn7mjBu4fHrJE+Yp/jgylOweJn2xsLMFggQ==
+address@1.1.1:
+ version "1.1.1"
+ resolved "https://registry.yarnpkg.com/address/-/address-1.1.1.tgz#9483d6464788dee73e9a0f9f5d57bedf429b2a70"
+ integrity sha512-srclZEseI6OB0MgWYWuYpr2F5fHMxh5lgWF72CeUFm5QgJyviPA64Q7PzJdBQkFCJibEycqsZ5b9L0l/J8SlyQ==
adler-32@~1.2.0:
version "1.2.0"
@@ -5245,17 +4647,6 @@ babel-core@^6.26.0, babel-core@^6.26.3:
slash "^1.0.0"
source-map "^0.5.7"
-babel-eslint@^10.0.1:
- version "10.0.1"
- resolved "https://registry.yarnpkg.com/babel-eslint/-/babel-eslint-10.0.1.tgz#919681dc099614cd7d31d45c8908695092a1faed"
- dependencies:
- "@babel/code-frame" "^7.0.0"
- "@babel/parser" "^7.0.0"
- "@babel/traverse" "^7.0.0"
- "@babel/types" "^7.0.0"
- eslint-scope "3.7.1"
- eslint-visitor-keys "^1.0.0"
-
babel-eslint@^10.0.2:
version "10.0.2"
resolved "https://registry.yarnpkg.com/babel-eslint/-/babel-eslint-10.0.2.tgz#182d5ac204579ff0881684b040560fdcc1558456"
@@ -6006,7 +5397,7 @@ browserslist@3.2.8:
caniuse-lite "^1.0.30000844"
electron-to-chromium "^1.3.47"
-browserslist@^4.0.0, browserslist@^4.1.0:
+browserslist@^4.0.0:
version "4.1.1"
resolved "https://registry.yarnpkg.com/browserslist/-/browserslist-4.1.1.tgz#328eb4ff1215b12df6589e9ab82f8adaa4fc8cd6"
dependencies:
@@ -6022,14 +5413,6 @@ browserslist@^4.3.4:
electron-to-chromium "^1.3.103"
node-releases "^1.1.3"
-browserslist@^4.4.2, browserslist@^4.5.1:
- version "4.5.2"
- resolved "https://registry.yarnpkg.com/browserslist/-/browserslist-4.5.2.tgz#36ad281f040af684555a23c780f5c2081c752df0"
- dependencies:
- caniuse-lite "^1.0.30000951"
- electron-to-chromium "^1.3.116"
- node-releases "^1.1.11"
-
browserslist@^4.6.0:
version "4.6.2"
resolved "https://registry.yarnpkg.com/browserslist/-/browserslist-4.6.2.tgz#574c665950915c2ac73a4594b8537a9eba26203f"
@@ -6375,10 +5758,6 @@ caniuse-lite@^1.0.30000929:
version "1.0.30000939"
resolved "https://registry.yarnpkg.com/caniuse-lite/-/caniuse-lite-1.0.30000939.tgz#b9ab7ac9e861bf78840b80c5dfbc471a5cd7e679"
-caniuse-lite@^1.0.30000951:
- version "1.0.30000951"
- resolved "https://registry.yarnpkg.com/caniuse-lite/-/caniuse-lite-1.0.30000951.tgz#c7c2fd4d71080284c8677dd410368df8d83688fe"
-
caniuse-lite@^1.0.30000974:
version "1.0.30000974"
resolved "https://registry.yarnpkg.com/caniuse-lite/-/caniuse-lite-1.0.30000974.tgz#b7afe14ee004e97ce6dc73e3f878290a12928ad8"
@@ -6426,7 +5805,7 @@ ccount@^1.0.0, ccount@^1.0.3:
version "1.0.3"
resolved "https://registry.yarnpkg.com/ccount/-/ccount-1.0.3.tgz#f1cec43f332e2ea5a569fd46f9f5bde4e6102aff"
-cfb@^1.1.2:
+cfb@^1.1.3:
version "1.1.3"
resolved "https://registry.yarnpkg.com/cfb/-/cfb-1.1.3.tgz#05de6816259c8e8bc32713aba905608ee385df66"
integrity sha512-joXBW0nMuwV9no7UTMiyVJnQL6XIU3ThXVjFUDHgl9MpILPOomyfaGqC290VELZ48bbQKZXnQ81UT5HouTxHsw==
@@ -6606,7 +5985,7 @@ chokidar@^1.6.0, chokidar@^1.7.0:
optionalDependencies:
fsevents "^1.0.0"
-chokidar@^2.0.2, chokidar@^2.0.3:
+chokidar@^2.0.2:
version "2.0.4"
resolved "https://registry.yarnpkg.com/chokidar/-/chokidar-2.0.4.tgz#356ff4e2b0e8e43e322d18a372460bbcf3accd26"
dependencies:
@@ -7410,15 +6789,6 @@ copyfiles@^1.2.0:
noms "0.0.0"
through2 "^2.0.1"
-core-js-compat@^3.0.0:
- version "3.0.0"
- resolved "https://registry.yarnpkg.com/core-js-compat/-/core-js-compat-3.0.0.tgz#cd9810b8000742535a4a43773866185e310bd4f7"
- dependencies:
- browserslist "^4.5.1"
- core-js "3.0.0"
- core-js-pure "3.0.0"
- semver "^5.6.0"
-
core-js-compat@^3.1.1:
version "3.1.3"
resolved "https://registry.yarnpkg.com/core-js-compat/-/core-js-compat-3.1.3.tgz#0cc3ba4c7f62928c2837e1cffbe8dc78b4f1ae14"
@@ -7428,10 +6798,6 @@ core-js-compat@^3.1.1:
core-js-pure "3.1.3"
semver "^6.1.0"
-core-js-pure@3.0.0:
- version "3.0.0"
- resolved "https://registry.yarnpkg.com/core-js-pure/-/core-js-pure-3.0.0.tgz#a5679adb4875427c8c0488afc93e6f5b7125859b"
-
core-js-pure@3.1.3:
version "3.1.3"
resolved "https://registry.yarnpkg.com/core-js-pure/-/core-js-pure-3.1.3.tgz#4c90752d5b9471f641514f3728f51c1e0783d0b5"
@@ -7442,10 +6808,6 @@ core-js@2, core-js@^2.6.5, core-js@^2.6.9:
resolved "https://registry.yarnpkg.com/core-js/-/core-js-2.6.9.tgz#6b4b214620c834152e179323727fc19741b084f2"
integrity sha512-HOpZf6eXmnl7la+cUdMnLvUxKNqLUzJvgIziQ0DiF3JwSImNphIqdGqzj6hIKyX04MmV0poclQ7+wjWvxQyR2A==
-core-js@3.0.0:
- version "3.0.0"
- resolved "https://registry.yarnpkg.com/core-js/-/core-js-3.0.0.tgz#a8dbfa978d29bfc263bfb66c556d0ca924c28957"
-
core-js@^1.0.0:
version "1.2.7"
resolved "https://registry.yarnpkg.com/core-js/-/core-js-1.2.7.tgz#652294c14651db28fa93bd2d5ff2983a4f08c636"
@@ -7454,6 +6816,11 @@ core-js@^2.4.0, core-js@^2.4.1, core-js@^2.5.0, core-js@^2.5.7:
version "2.5.7"
resolved "https://registry.yarnpkg.com/core-js/-/core-js-2.5.7.tgz#f972608ff0cead68b841a16a932d0b183791814e"
+core-js@^3.0.0:
+ version "3.2.1"
+ resolved "https://registry.yarnpkg.com/core-js/-/core-js-3.2.1.tgz#cd41f38534da6cc59f7db050fe67307de9868b09"
+ integrity sha512-Qa5XSVefSVPRxy2XfUC13WbvqkxhkwB3ve+pgCQveNgYzbM/UxZeu1dcOX/xr4UmfUd+muuvsaxilQzCyUurMw==
+
core-util-is@1.0.2, core-util-is@~1.0.0:
version "1.0.2"
resolved "https://registry.yarnpkg.com/core-util-is/-/core-util-is-1.0.2.tgz#b5fd54220aa2bc5ab57aab7140c940754503c1a7"
@@ -8789,10 +8156,6 @@ electron-to-chromium@^1.3.103:
version "1.3.113"
resolved "https://registry.yarnpkg.com/electron-to-chromium/-/electron-to-chromium-1.3.113.tgz#b1ccf619df7295aea17bc6951dc689632629e4a9"
-electron-to-chromium@^1.3.116:
- version "1.3.119"
- resolved "https://registry.yarnpkg.com/electron-to-chromium/-/electron-to-chromium-1.3.119.tgz#9a7770da667252aeb81f667853f67c2b26e00197"
-
electron-to-chromium@^1.3.150:
version "1.3.155"
resolved "https://registry.yarnpkg.com/electron-to-chromium/-/electron-to-chromium-1.3.155.tgz#ebf0cc8eeaffd6151d1efad60fd9e021fb45fd3a"
@@ -10141,10 +9504,10 @@ flatten@^1.0.2:
version "1.0.2"
resolved "https://registry.yarnpkg.com/flatten/-/flatten-1.0.2.tgz#dae46a9d78fbe25292258cc1e780a41d95c03782"
-flow-bin@^0.105.2:
- version "0.105.2"
- resolved "https://registry.yarnpkg.com/flow-bin/-/flow-bin-0.105.2.tgz#9d03d5ae3e1d011e311f309cb8786b3b3695fec2"
- integrity sha512-VCHt0SCjFPviv/Ze/W7AgkcE0uH4TocypSFA8wR3ZH1P7BSjny4l3uhHyOjzU3Qo1i0jO4NyaU6q3Y5IaQ6xng==
+flow-bin@^0.106.0:
+ version "0.106.0"
+ resolved "https://registry.yarnpkg.com/flow-bin/-/flow-bin-0.106.0.tgz#55aab8c154df2bd78abfe6acfe120cf5638a0352"
+ integrity sha512-sV8lNBLTTfieUBNvQZFc1K1wXjC8I+O7ltv6G/nd3hdGyq2Jymyy01zAPhJ7MRw8yZ0X2dBSHFZx5DPreBqhAg==
flow-parser@0.*:
version "0.105.2"
@@ -10394,7 +9757,7 @@ fs-mkdirp-stream@^1.0.0:
graceful-fs "^4.1.11"
through2 "^2.0.3"
-fs-readdir-recursive@^1.0.0, fs-readdir-recursive@^1.1.0:
+fs-readdir-recursive@^1.1.0:
version "1.1.0"
resolved "https://registry.yarnpkg.com/fs-readdir-recursive/-/fs-readdir-recursive-1.1.0.tgz#e32fc030a2ccee44a6b5371308da54be0b397d27"
@@ -11129,10 +10492,10 @@ graphql-type-json@^0.2.4:
version "0.2.4"
resolved "https://registry.yarnpkg.com/graphql-type-json/-/graphql-type-json-0.2.4.tgz#545af27903e40c061edd30840a272ea0a49992f9"
-graphql@^14.4.2:
- version "14.4.2"
- resolved "https://registry.yarnpkg.com/graphql/-/graphql-14.4.2.tgz#553a7d546d524663eda49ed6df77577be3203ae3"
- integrity sha512-6uQadiRgnpnSS56hdZUSvFrVcQ6OF9y6wkxJfKquFtHlnl7+KSuWwSJsdwiK1vybm1HgcdbpGkCpvhvsVQ0UZQ==
+graphql@^14.5.0:
+ version "14.5.0"
+ resolved "https://registry.yarnpkg.com/graphql/-/graphql-14.5.0.tgz#4801e6460942c9c591944617f6dd224a9e531520"
+ integrity sha512-wnGcTD181L2xPnIwHHjx/moV4ulxA2Kms9zcUY+B/SIrK+2N+iOC6WNgnR2zVTmg1Z8P+CZq5KXibTnatg3WUw==
dependencies:
iterall "^1.2.2"
@@ -11591,7 +10954,7 @@ hosted-git-info@^2.1.4, hosted-git-info@^2.6.0:
version "2.7.1"
resolved "https://registry.yarnpkg.com/hosted-git-info/-/hosted-git-info-2.7.1.tgz#97f236977bd6e125408930ff6de3eec6281ec047"
-hosted-git-info@^2.8.4:
+hosted-git-info@^2.7.1, hosted-git-info@^2.8.4:
version "2.8.4"
resolved "https://registry.yarnpkg.com/hosted-git-info/-/hosted-git-info-2.8.4.tgz#44119abaf4bc64692a16ace34700fed9c03e2546"
integrity sha512-pzXIvANXEFrc5oFFXRMkbLPQ2rXRoDERwDLyrcUxGhaZhgP54BBSl9Oheh7Vv0T090cszWBxPjkQQ5Sq1PbBRQ==
@@ -15309,15 +14672,6 @@ min-document@^2.19.0:
dependencies:
dom-walk "^0.1.0"
-mini-css-extract-plugin@^0.4.5:
- version "0.4.5"
- resolved "https://registry.yarnpkg.com/mini-css-extract-plugin/-/mini-css-extract-plugin-0.4.5.tgz#c99e9e78d54f3fa775633aee5933aeaa4e80719a"
- integrity sha512-dqBanNfktnp2hwL2YguV9Jh91PFX7gu7nRLs4TGsbAfAG6WOtlynFRYzwDwmmeSb5uIwHo9nx1ta0f7vAZVp2w==
- dependencies:
- loader-utils "^1.1.0"
- schema-utils "^1.0.0"
- webpack-sources "^1.1.0"
-
mini-css-extract-plugin@^0.8.0:
version "0.8.0"
resolved "https://registry.yarnpkg.com/mini-css-extract-plugin/-/mini-css-extract-plugin-0.8.0.tgz#81d41ec4fe58c713a96ad7c723cdb2d0bd4d70e1"
@@ -15681,6 +15035,14 @@ node-emoji@^1.6.1:
dependencies:
lodash.toarray "^4.4.0"
+node-environment-flags@^1.0.5:
+ version "1.0.6"
+ resolved "https://registry.yarnpkg.com/node-environment-flags/-/node-environment-flags-1.0.6.tgz#a30ac13621f6f7d674260a54dede048c3982c088"
+ integrity sha512-5Evy2epuL+6TM0lCQGpFIj6KwiEsGh1SrHUhTbNX+sLbBtjidPZFAnVK9y5yU1+h//RitLbRHTIMyxQPtxMdHw==
+ dependencies:
+ object.getownpropertydescriptors "^2.0.3"
+ semver "^5.7.0"
+
node-eta@^0.9.0:
version "0.9.0"
resolved "https://registry.yarnpkg.com/node-eta/-/node-eta-0.9.0.tgz#9fb0b099bcd2a021940e603c64254dc003d9a7a8"
@@ -15848,12 +15210,6 @@ node-releases@^1.0.0-alpha.11:
dependencies:
semver "^5.3.0"
-node-releases@^1.1.11:
- version "1.1.11"
- resolved "https://registry.yarnpkg.com/node-releases/-/node-releases-1.1.11.tgz#9a0841a4b0d92b7d5141ed179e764f42ad22724a"
- dependencies:
- semver "^5.3.0"
-
node-releases@^1.1.23:
version "1.1.23"
resolved "https://registry.yarnpkg.com/node-releases/-/node-releases-1.1.23.tgz#de7409f72de044a2fa59c097f436ba89c39997f0"
@@ -15996,6 +15352,16 @@ npm-lifecycle@^3.1.2:
semver "^5.5.0"
validate-npm-package-name "^3.0.0"
+npm-package-arg@^6.1.1:
+ version "6.1.1"
+ resolved "https://registry.yarnpkg.com/npm-package-arg/-/npm-package-arg-6.1.1.tgz#02168cb0a49a2b75bf988a28698de7b529df5cb7"
+ integrity sha512-qBpssaL3IOZWi5vEKUKW0cO7kzLeT+EQO9W8RsLOZf76KF9E/K9+wH0C7t06HXPpaH8WH5xF1MExLuCwbTqRUg==
+ dependencies:
+ hosted-git-info "^2.7.1"
+ osenv "^0.1.5"
+ semver "^5.6.0"
+ validate-npm-package-name "^3.0.0"
+
npm-packlist@^1.1.6:
version "1.1.11"
resolved "https://registry.yarnpkg.com/npm-packlist/-/npm-packlist-1.1.11.tgz#84e8c683cbe7867d34b1d357d893ce29e28a02de"
@@ -17577,9 +16943,10 @@ prettier-linter-helpers@^1.0.0:
dependencies:
fast-diff "^1.1.2"
-prettier@1.17.1:
- version "1.17.1"
- resolved "https://registry.yarnpkg.com/prettier/-/prettier-1.17.1.tgz#ed64b4e93e370cb8a25b9ef7fef3e4fd1c0995db"
+prettier@1.18.2:
+ version "1.18.2"
+ resolved "https://registry.yarnpkg.com/prettier/-/prettier-1.18.2.tgz#6823e7c5900017b4bd3acf46fe9ac4b4d7bda9ea"
+ integrity sha512-OeHeMc0JhFE9idD4ZdtNibzY0+TPHSpSSb9h8FqtP+YnoZZ1sl8Vc9b1sasjfymH3SonAF4QcA2+mzHPhMvIiw==
pretty-bytes@^4.0.2:
version "4.0.2"
@@ -18079,14 +17446,15 @@ react-docgen@^5.0.0-beta.1:
node-dir "^0.1.10"
strip-indent "^2.0.0"
-react-dom@^16.4.2, react-dom@^16.8.4, react-dom@^16.8.6:
- version "16.8.6"
- resolved "https://registry.yarnpkg.com/react-dom/-/react-dom-16.8.6.tgz#71d6303f631e8b0097f56165ef608f051ff6e10f"
+react-dom@^16.9.0:
+ version "16.9.0"
+ resolved "https://registry.yarnpkg.com/react-dom/-/react-dom-16.9.0.tgz#5e65527a5e26f22ae3701131bcccaee9fb0d3962"
+ integrity sha512-YFT2rxO9hM70ewk9jq0y6sQk8cL02xm4+IzYBz75CQGlClQQ1Bxq0nhHF6OtSbit+AIahujJgb/CPRibFkMNJQ==
dependencies:
loose-envify "^1.1.0"
object-assign "^4.1.1"
prop-types "^15.6.2"
- scheduler "^0.13.6"
+ scheduler "^0.15.0"
react-error-overlay@^3.0.0:
version "3.0.0"
@@ -18106,7 +17474,7 @@ react-hot-loader@^4.12.11:
shallowequal "^1.1.0"
source-map "^0.7.3"
-react-is@^16.7.0, react-is@^16.8.4, react-is@^16.8.6:
+react-is@^16.7.0, react-is@^16.8.4:
version "16.8.6"
resolved "https://registry.yarnpkg.com/react-is/-/react-is-16.8.6.tgz#5bbc1e2d29141c9fbdfed456343fe2bc430a6a16"
@@ -18114,6 +17482,11 @@ react-is@^16.8.1:
version "16.8.4"
resolved "https://registry.yarnpkg.com/react-is/-/react-is-16.8.4.tgz#90f336a68c3a29a096a3d648ab80e87ec61482a2"
+react-is@^16.9.0:
+ version "16.9.0"
+ resolved "https://registry.yarnpkg.com/react-is/-/react-is-16.9.0.tgz#21ca9561399aad0ff1a7701c01683e8ca981edcb"
+ integrity sha512-tJBzzzIgnnRfEm046qRcURvwQnZVXmuCbscxUO5RWrGTXpon2d4c8mI0D8WE6ydVIm29JiLB6+RslkIvym9Rjw==
+
react-lifecycles-compat@^3.0.4:
version "3.0.4"
resolved "https://registry.yarnpkg.com/react-lifecycles-compat/-/react-lifecycles-compat-3.0.4.tgz#4f1a273afdfc8f3488a8c516bfda78f872352362"
@@ -18127,29 +17500,29 @@ react-reconciler@^0.20.0:
prop-types "^15.6.2"
scheduler "^0.13.4"
-react-test-renderer@^16.8.0:
- version "16.8.6"
- resolved "https://registry.yarnpkg.com/react-test-renderer/-/react-test-renderer-16.8.6.tgz#188d8029b8c39c786f998aa3efd3ffe7642d5ba1"
- integrity sha512-H2srzU5IWYT6cZXof6AhUcx/wEyJddQ8l7cLM/F7gDXYyPr4oq+vCIxJYXVGhId1J706sqziAjuOEjyNkfgoEw==
+react-test-renderer@^16.9.0:
+ version "16.9.0"
+ resolved "https://registry.yarnpkg.com/react-test-renderer/-/react-test-renderer-16.9.0.tgz#7ed657a374af47af88f66f33a3ef99c9610c8ae9"
+ integrity sha512-R62stB73qZyhrJo7wmCW9jgl/07ai+YzvouvCXIJLBkRlRqLx4j9RqcLEAfNfU3OxTGucqR2Whmn3/Aad6L3hQ==
dependencies:
object-assign "^4.1.1"
prop-types "^15.6.2"
- react-is "^16.8.6"
- scheduler "^0.13.6"
+ react-is "^16.9.0"
+ scheduler "^0.15.0"
react-typography@^0.16.19:
version "0.16.19"
resolved "https://registry.yarnpkg.com/react-typography/-/react-typography-0.16.19.tgz#5736b47961dcf6b9605b6fa38d41980db2588e28"
integrity sha512-kV2qLEsdm0x9P4YXQEDVc88tDb4Vg0h/vdVZGgbqaRn8ERvNzV76JHUeOby3vvcUYU5MPd5Kz5DPH9Bhp4I/iw==
-react@^16.4.2, react@^16.8.4, react@^16.8.6:
- version "16.8.6"
- resolved "https://registry.yarnpkg.com/react/-/react-16.8.6.tgz#ad6c3a9614fd3a4e9ef51117f54d888da01f2bbe"
+react@^16.9.0:
+ version "16.9.0"
+ resolved "https://registry.yarnpkg.com/react/-/react-16.9.0.tgz#40ba2f9af13bc1a38d75dbf2f4359a5185c4f7aa"
+ integrity sha512-+7LQnFBwkiw+BobzOF6N//BdoNw0ouwmSJTEm9cglOOmsg/TMiFHZLe2sEoN5M7LgJTj9oHH0gxklfnQe66S1w==
dependencies:
loose-envify "^1.1.0"
object-assign "^4.1.1"
prop-types "^15.6.2"
- scheduler "^0.13.6"
read-chunk@^3.2.0:
version "3.2.0"
@@ -18458,12 +17831,6 @@ regenerator-transform@^0.13.3:
dependencies:
private "^0.1.6"
-regenerator-transform@^0.13.4:
- version "0.13.4"
- resolved "https://registry.yarnpkg.com/regenerator-transform/-/regenerator-transform-0.13.4.tgz#18f6763cf1382c69c36df76c6ce122cc694284fb"
- dependencies:
- private "^0.1.6"
-
regenerator-transform@^0.14.0:
version "0.14.0"
resolved "https://registry.yarnpkg.com/regenerator-transform/-/regenerator-transform-0.14.0.tgz#2ca9aaf7a2c239dd32e4761218425b8c7a86ecaf"
@@ -19333,13 +18700,21 @@ scheduler@^0.13.2:
loose-envify "^1.1.0"
object-assign "^4.1.1"
-scheduler@^0.13.4, scheduler@^0.13.6:
+scheduler@^0.13.4:
version "0.13.6"
resolved "https://registry.yarnpkg.com/scheduler/-/scheduler-0.13.6.tgz#466a4ec332467b31a91b9bf74e5347072e4cd889"
dependencies:
loose-envify "^1.1.0"
object-assign "^4.1.1"
+scheduler@^0.15.0:
+ version "0.15.0"
+ resolved "https://registry.yarnpkg.com/scheduler/-/scheduler-0.15.0.tgz#6bfcf80ff850b280fed4aeecc6513bc0b4f17f8e"
+ integrity sha512-xAefmSfN6jqAa7Kuq7LIJY0bwAPG3xlCj0HMEBQk1lxYiDKZscY2xJ5U/61ZTrYbmNQbXa+gc7czPkVo11tnCg==
+ dependencies:
+ loose-envify "^1.1.0"
+ object-assign "^4.1.1"
+
schema-utils@^0.4.0, schema-utils@^0.4.4, schema-utils@^0.4.5:
version "0.4.7"
resolved "https://registry.yarnpkg.com/schema-utils/-/schema-utils-0.4.7.tgz#ba74f597d2be2ea880131746ee17d0a093c68187"
@@ -22783,13 +22158,13 @@ xhr@^2.0.1:
parse-headers "^2.0.0"
xtend "^4.0.0"
-xlsx@^0.14.5:
- version "0.14.5"
- resolved "https://registry.yarnpkg.com/xlsx/-/xlsx-0.14.5.tgz#3637e914d791bdca7382816e173f7d725ed0e0d2"
- integrity sha512-s/5f4/mjeWREmIWZ+HtDfh/rnz51ar+dZ4LWKZU3u9VBx2zLdSIWTdXgoa52/pnZ9Oe/Vu1W1qzcKzLVe+lq4w==
+xlsx@^0.15.1:
+ version "0.15.1"
+ resolved "https://registry.yarnpkg.com/xlsx/-/xlsx-0.15.1.tgz#a767c4d412cbd0c95b30dbcd48bed7de428eb107"
+ integrity sha512-z+o4+QPMc32EPboLCzJAz94o0Zyy+8jrmWTsVpfzwknFln9qDO6/HN1KrGGVC4//sGA7dh4R3HA4fhbGIKCDOA==
dependencies:
adler-32 "~1.2.0"
- cfb "^1.1.2"
+ cfb "^1.1.3"
codepage "~1.14.0"
commander "~2.17.1"
crc-32 "~1.2.0"