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

Skip to content

Commit a77a523

Browse files
blainekastenGatsbyJS Bot
authored and
GatsbyJS Bot
committed
fix(gatsby): Address npm audit that blocked CI (gatsbyjs#20157)
1 parent a9704e9 commit a77a523

File tree

14 files changed

+2655
-1317
lines changed

14 files changed

+2655
-1317
lines changed

starters/blog/package-lock.json

Lines changed: 442 additions & 186 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

starters/blog/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
"url": "https://github.com/gatsbyjs/gatsby/issues"
99
},
1010
"dependencies": {
11-
"gatsby": "^2.18.8",
11+
"gatsby": "^2.18.12",
1212
"gatsby-image": "^2.2.34",
1313
"gatsby-plugin-feed": "^2.3.23",
1414
"gatsby-plugin-google-analytics": "^2.1.29",

starters/default/package-lock.json

Lines changed: 449 additions & 189 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

starters/default/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"version": "0.1.0",
66
"author": "Kyle Mathews <[email protected]>",
77
"dependencies": {
8-
"gatsby": "^2.18.8",
8+
"gatsby": "^2.18.12",
99
"gatsby-image": "^2.2.34",
1010
"gatsby-plugin-manifest": "^2.2.31",
1111
"gatsby-plugin-offline": "^3.0.27",

starters/gatsby-starter-blog-theme-core/package-lock.json

Lines changed: 366 additions & 180 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

starters/gatsby-starter-blog-theme-core/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
"clean": "gatsby clean"
1010
},
1111
"dependencies": {
12-
"gatsby": "^2.18.8",
12+
"gatsby": "^2.18.12",
1313
"gatsby-theme-blog-core": "^1.0.35",
1414
"@mdx-js/react": "^1.5.1",
1515
"react": "^16.12.0",

starters/gatsby-starter-blog-theme/package-lock.json

Lines changed: 363 additions & 177 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

starters/gatsby-starter-blog-theme/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
"clean": "gatsby clean"
1010
},
1111
"dependencies": {
12-
"gatsby": "^2.18.8",
12+
"gatsby": "^2.18.12",
1313
"gatsby-theme-blog": "^1.2.7",
1414
"react": "^16.12.0",
1515
"react-dom": "^16.12.0"

starters/gatsby-starter-notes-theme/package-lock.json

Lines changed: 390 additions & 184 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

starters/gatsby-starter-notes-theme/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
"clean": "gatsby clean"
1010
},
1111
"dependencies": {
12-
"gatsby": "^2.18.8",
12+
"gatsby": "^2.18.12",
1313
"gatsby-theme-notes": "^1.0.31",
1414
"react": "^16.12.0",
1515
"react-dom": "^16.12.0"

0 commit comments

Comments
 (0)