Skip to content

Commit c5b61e3

Browse files
fix: update dependency gatsby to ^4.25.9 [security]
1 parent a9dd4d1 commit c5b61e3

5 files changed

Lines changed: 5 additions & 5 deletions

File tree

starters/example-i18n/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
"dependencies": {
1515
"@mdx-js/mdx": "^1.6.22",
1616
"@mdx-js/react": "^1.6.22",
17-
"gatsby": "^4.3.0",
17+
"gatsby": "^4.25.9",
1818
"gatsby-plugin-create-client-paths": "^4.3.0",
1919
"gatsby-plugin-mdx": "^3.3.0",
2020
"gatsby-plugin-react-helmet": "^5.3.0",

starters/example-lingui/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
"@lingui/react": "^3.13.0",
1919
"@mdx-js/mdx": "^1.6.22",
2020
"@mdx-js/react": "^1.6.22",
21-
"gatsby": "^4.3.0",
21+
"gatsby": "^4.25.9",
2222
"gatsby-plugin-mdx": "^3.3.0",
2323
"gatsby-plugin-react-helmet": "^5.3.0",
2424
"gatsby-source-filesystem": "^4.3.0",

starters/example-react-i18next/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
"dependencies": {
1515
"@mdx-js/mdx": "^1.6.22",
1616
"@mdx-js/react": "^1.6.22",
17-
"gatsby": "^4.3.0",
17+
"gatsby": "^4.25.9",
1818
"gatsby-plugin-mdx": "^3.3.0",
1919
"gatsby-plugin-react-helmet": "^5.3.0",
2020
"gatsby-source-filesystem": "^4.3.0",

starters/example-react-intl/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
"dependencies": {
1515
"@mdx-js/mdx": "^1.6.22",
1616
"@mdx-js/react": "^1.6.22",
17-
"gatsby": "^4.3.0",
17+
"gatsby": "^4.25.9",
1818
"gatsby-plugin-mdx": "^3.3.0",
1919
"gatsby-source-filesystem": "^4.3.0",
2020
"gatsby-theme-i18n": "^3.0.0",

starters/theme/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
"build:cypress": "cross-env CYPRESS_SUPPORT=y yarn build"
1313
},
1414
"dependencies": {
15-
"gatsby": "^4.3.0",
15+
"gatsby": "^4.25.9",
1616
"gatsby-theme-blog": "^4.0.0",
1717
"gatsby-theme-blog-darkmode": "^4.0.0",
1818
"gatsby-theme-notes": "^4.0.0",

0 commit comments

Comments
 (0)