Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Snyk] Security upgrade jest from 24.9.0 to 25.0.0 #5

Open
wants to merge 8 commits into
base: master
Choose a base branch
from
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
Fast in every way that matters
</h3>
<p align="center">
Gatsby is a free and open source framework based on React that helps developers build blazing fast websites and apps
Gatsby is a free and open source framework based on React that helps developers build blazing fast websites and app
</p>
<p align="center">
<a href="https://github.com/gatsbyjs/gatsby/blob/master/LICENSE">
Expand Down
8 changes: 4 additions & 4 deletions benchmarks/md/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,15 +20,15 @@
"del-cli": "^3.0.0",
"dotenv": "^8.2.0",
"faker": "^4.1.0",
"front-matter": "^3.1.0",
"gatsby": "^2.20.23",
"front-matter": "^4.0.1",
"gatsby": "^4.6.0",
"gatsby-image": "^2.3.3",
"gatsby-plugin-benchmark-reporting": "*",
"gatsby-plugin-page-creator": "^2.2.2",
"gatsby-plugin-sharp": "^2.4.12",
"gatsby-remark-images": "^3.2.3",
"gatsby-remark-images": "^5.0.0",
"gatsby-source-filesystem": "^2.2.3",
"gatsby-transformer-remark": "^2.8.7",
"gatsby-transformer-remark": "^4.0.0",
"gatsby-transformer-sharp": "^2.4.5",
"glob": "^7.1.6",
"node-fetch": "^2.6.0",
Expand Down
6 changes: 3 additions & 3 deletions examples/using-javascript-transforms/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,14 +23,14 @@
"dependencies": {
"bulma": "0.9.0",
"d3": "4.13.0",
"gatsby": "^2.24.63",
"gatsby": "^4.6.0",
"gatsby-plugin-sass": "^2.3.13",
"gatsby-remark-prismjs": "^3.5.13",
"gatsby-source-filesystem": "^2.3.30",
"gatsby-transformer-javascript-frontmatter": "^2.3.12",
"gatsby-transformer-remark": "^2.8.35",
"gatsby-transformer-remark": "^4.0.0",
"moment": "^2.28.0",
"node-sass": "^4.14.1",
"node-sass": "^7.0.1",
"normalize.css": "^7.0.0",
"prismjs": "^1.21.0",
"prop-types": "^15.7.2",
Expand Down
2 changes: 1 addition & 1 deletion peril/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"dependencies": {
"jest": "^24.9.0"
"jest": "^25.0.0"
},
"scripts": {
"test": "jest"
Expand Down
Loading