Skip to content

Commit

Permalink
fix(gatsby): Address npm audit that blocked CI (gatsbyjs#20157)
Browse files Browse the repository at this point in the history
  • Loading branch information
blainekasten authored and GatsbyJS Bot committed Dec 16, 2019
1 parent a9704e9 commit a77a523
Show file tree
Hide file tree
Showing 14 changed files with 2,655 additions and 1,317 deletions.
628 changes: 442 additions & 186 deletions starters/blog/package-lock.json

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion starters/blog/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"url": "https://github.com/gatsbyjs/gatsby/issues"
},
"dependencies": {
"gatsby": "^2.18.8",
"gatsby": "^2.18.12",
"gatsby-image": "^2.2.34",
"gatsby-plugin-feed": "^2.3.23",
"gatsby-plugin-google-analytics": "^2.1.29",
Expand Down
638 changes: 449 additions & 189 deletions starters/default/package-lock.json

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion starters/default/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"version": "0.1.0",
"author": "Kyle Mathews <[email protected]>",
"dependencies": {
"gatsby": "^2.18.8",
"gatsby": "^2.18.12",
"gatsby-image": "^2.2.34",
"gatsby-plugin-manifest": "^2.2.31",
"gatsby-plugin-offline": "^3.0.27",
Expand Down
546 changes: 366 additions & 180 deletions starters/gatsby-starter-blog-theme-core/package-lock.json

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion starters/gatsby-starter-blog-theme-core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"clean": "gatsby clean"
},
"dependencies": {
"gatsby": "^2.18.8",
"gatsby": "^2.18.12",
"gatsby-theme-blog-core": "^1.0.35",
"@mdx-js/react": "^1.5.1",
"react": "^16.12.0",
Expand Down
540 changes: 363 additions & 177 deletions starters/gatsby-starter-blog-theme/package-lock.json

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion starters/gatsby-starter-blog-theme/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"clean": "gatsby clean"
},
"dependencies": {
"gatsby": "^2.18.8",
"gatsby": "^2.18.12",
"gatsby-theme-blog": "^1.2.7",
"react": "^16.12.0",
"react-dom": "^16.12.0"
Expand Down
574 changes: 390 additions & 184 deletions starters/gatsby-starter-notes-theme/package-lock.json

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion starters/gatsby-starter-notes-theme/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"clean": "gatsby clean"
},
"dependencies": {
"gatsby": "^2.18.8",
"gatsby": "^2.18.12",
"gatsby-theme-notes": "^1.0.31",
"react": "^16.12.0",
"react-dom": "^16.12.0"
Expand Down
Loading

0 comments on commit a77a523

Please sign in to comment.