Skip to content

Commit 3765718

Browse files
fix(packages): update non-major dependency versions
1 parent 123e306 commit 3765718

File tree

2 files changed

+1356
-1031
lines changed

2 files changed

+1356
-1031
lines changed

packages/gatsby-source-strapi/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
],
3131
"license": "MIT",
3232
"dependencies": {
33-
"axios": "1.10.0",
33+
"axios": "1.12.1",
3434
"commonmark": "^0.31.2",
3535
"gatsby-source-filesystem": "^5.14.0",
3636
"lodash": "^4.17.21",
@@ -40,8 +40,8 @@
4040
"build": "babel src --out-dir dist"
4141
},
4242
"devDependencies": {
43-
"@babel/cli": "7.27.2",
44-
"@babel/core": "7.27.7"
43+
"@babel/cli": "7.28.3",
44+
"@babel/core": "7.28.4"
4545
},
4646
"peerDependencies": {
4747
"gatsby": "^4.0.0 || ^5.0.0",

0 commit comments

Comments
 (0)