We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 123e306 commit 3361af2Copy full SHA for 3361af2
packages/gatsby-source-strapi/package.json
@@ -30,7 +30,7 @@
30
],
31
"license": "MIT",
32
"dependencies": {
33
- "axios": "1.10.0",
+ "axios": "1.11.0",
34
"commonmark": "^0.31.2",
35
"gatsby-source-filesystem": "^5.14.0",
36
"lodash": "^4.17.21",
@@ -40,8 +40,8 @@
40
"build": "babel src --out-dir dist"
41
},
42
"devDependencies": {
43
- "@babel/cli": "7.27.2",
44
- "@babel/core": "7.27.7"
+ "@babel/cli": "7.28.0",
+ "@babel/core": "7.28.0"
45
46
"peerDependencies": {
47
"gatsby": "^4.0.0 || ^5.0.0",
0 commit comments