Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 0e78301

Browse files
committed
Bump versions to fix security issue
1 parent 2ae46f8 commit 0e78301

File tree

8 files changed

+5411
-2762
lines changed

8 files changed

+5411
-2762
lines changed

package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"dependencies": {
77
"@reach/router": "^1.1.1",
88
"gatsby": "^2.18.17",
9-
"gatsby-cli": "^2.7.34",
9+
"gatsby-cli": "^2.12.15",
1010
"gatsby-link": "^2.2.6",
1111
"gatsby-plugin-algolia-docsearch": "^1.0.5",
1212
"gatsby-plugin-csp": "^1.1.3",
@@ -22,9 +22,9 @@
2222
"gatsby-source-filesystem": "^2.1.11",
2323
"gatsby-transformer-remark": "^2.6.15",
2424
"gatsby-transformer-sharp": "^2.2.7",
25-
"node-sass": "4.12.0",
25+
"node-sass": "^4.14.1",
2626
"react": "^16.4.2",
27-
"react-helmet": "^5.2.1",
27+
"react-helmet": "^6.0.0",
2828
"webpack": "^4.0.0"
2929
},
3030
"keywords": [
@@ -44,12 +44,12 @@
4444
"devDependencies": {
4545
"babel-eslint": "^10.0.3",
4646
"classnames": "^2.2.6",
47-
"eslint": "^6.2.1",
47+
"eslint": "^7.0.0",
4848
"eslint-plugin-import": "^2.18.2",
4949
"eslint-plugin-react": "^7.15.1",
5050
"gh-pages": "^2.1.1",
5151
"is_js": "^0.9.0",
52-
"prettier": "^1.18.2",
52+
"prettier": "^2.0.5",
5353
"react-dom": "^16.4.2",
5454
"slugify": "^1.3.4"
5555
}

src/components/article/article.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
import React from "react";
2-
import Helmet from "react-helmet";
2+
import { Helmet } from "react-helmet";
33
import { withPrefix } from "gatsby-link";
44
import GatsbyConfig from "../../../gatsby-config";
55

src/layouts/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
import React from "react";
22
import PropTypes from "prop-types";
3-
import Helmet from "react-helmet";
3+
import { Helmet } from "react-helmet";
44
import GatsbyConfig from "../../gatsby-config";
55

66
import Header from "../components/header/header";

src/pages/changelog/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
import React from "react";
2-
import Helmet from "react-helmet";
2+
import { Helmet } from "react-helmet";
33
import slugify from "slugify";
44
import GatsbyConfig from "../../../gatsby-config";
55
import { graphql } from "gatsby";

src/pages/glossary/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
import React from "react";
2-
import Helmet from "react-helmet";
2+
import { Helmet } from "react-helmet";
33
import Link from "gatsby-link";
44
import GatsbyConfig from "../../../gatsby-config";
55
import { graphql } from "gatsby";

src/templates/changelog.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
import React from "react";
2-
import Helmet from "react-helmet";
2+
import { Helmet } from "react-helmet";
33
import Link from "gatsby-link";
44
import { graphql } from "gatsby";
55
import GatsbyConfig from "../../gatsby-config";

src/templates/glossary.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
import React from "react";
2-
import Helmet from "react-helmet";
2+
import { Helmet } from "react-helmet";
33
import Link from "gatsby-link";
44
import { graphql } from "gatsby";
55
import GatsbyConfig from "../../gatsby-config";

yarn.lock

Lines changed: 5400 additions & 2751 deletions
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)