Skip to content

Commit

Permalink
fix(packages): update non-major dependency versions
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Mar 15, 2024
1 parent 47d4db8 commit c6b5b8c
Show file tree
Hide file tree
Showing 8 changed files with 1,899 additions and 1,008 deletions.
6 changes: 3 additions & 3 deletions packages/gatsby-plugin-fastify/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,8 +37,8 @@
"@fastify/static": "^6.12.0",
"fastify-plugin": "^4.5.1",
"fs-extra": "^11.2.0",
"gatsby-core-utils": "^4.13.0",
"gatsby-plugin-utils": "^4.13.0",
"gatsby-core-utils": "^4.13.1",
"gatsby-plugin-utils": "^4.13.1",
"http-status-codes": "^2.3.0",
"mime": "^3.0.0",
"open": "^8.4.2",
Expand All @@ -52,7 +52,7 @@
"@types/fs-extra": "^11.0.4",
"@types/jest": "^29.5.11",
"@types/mime": "^3.0.4",
"@types/node": "^20.10.6",
"@types/node": "^20.11.28",
"@types/picomatch": "^2.3.3",
"@types/yargs": "^17.0.32",
"babel-jest": "^29.7.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/gatsby-plugin-github-ribbon/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
"babel-jest": "^29.7.0",
"babel-preset-gatsby-package": "^3.13.0",
"cross-env": "^7.0.3",
"gatsby": "^5.13.1",
"gatsby": "^5.13.3",
"jest": "^29.7.0"
},
"dependencies": {
Expand Down
2 changes: 1 addition & 1 deletion packages/gatsby-plugin-pinterest/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
"@babel/core": "^7.23.7",
"babel-jest": "^29.7.0",
"babel-preset-gatsby-package": "^3.13.0",
"gatsby-plugin-utils": "^4.13.0",
"gatsby-plugin-utils": "^4.13.1",
"jest": "^29.7.0"
},
"peerDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion packages/gatsby-plugin-relative-ci/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"author": "Alex Moon <alex.jared.moon@gmail.com>",
"license": "MIT",
"dependencies": {
"@relative-ci/agent": "^4.2.3"
"@relative-ci/agent": "^4.2.5"
},
"scripts": {
"build": "babel src --out-dir ./dist --ignore \"**/__tests__\"",
Expand Down
2 changes: 1 addition & 1 deletion packages/gatsby-source-packagist/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
"@babel/core": "^7.23.7",
"babel-preset-gatsby-package": "^3.13.0",
"cross-env": "^7.0.3",
"gatsby-source-filesystem": "^5.13.0"
"gatsby-source-filesystem": "^5.13.1"
},
"peerDependencies": {
"gatsby": "^4.0.0 || ^5.0.0",
Expand Down
8 changes: 4 additions & 4 deletions packages/gatsby-source-s3/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
"devDependencies": {
"@babel/cli": "^7.23.4",
"@babel/core": "^7.23.7",
"@types/node": "^20.10.6",
"@types/node": "^20.11.28",
"babel-preset-gatsby-package": "^3.13.0",
"cypress": "^12.17.4",
"start-server-and-test": "^2.0.3"
Expand All @@ -35,10 +35,10 @@
"test": "start-server-and-test 'yarn start' http://localhost:9000 'yarn test:e2e'"
},
"dependencies": {
"@aws-sdk/client-s3": "^3.484.0",
"@aws-sdk/s3-request-presigner": "^3.484.0",
"@aws-sdk/client-s3": "^3.534.0",
"@aws-sdk/s3-request-presigner": "^3.534.0",
"@babel/runtime": "^7.23.7",
"gatsby-source-filesystem": "^5.13.0"
"gatsby-source-filesystem": "^5.13.1"
},
"peerDependencies": {
"gatsby": "^4.5.2 || ^5.0.0"
Expand Down
8 changes: 4 additions & 4 deletions packages/gatsby-source-strapi/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,11 +30,11 @@
],
"license": "MIT",
"dependencies": {
"axios": "1.6.3",
"commonmark": "^0.30.0",
"gatsby-source-filesystem": "^5.13.0",
"axios": "1.6.7",
"commonmark": "^0.31.0",
"gatsby-source-filesystem": "^5.13.1",
"lodash": "^4.17.21",
"qs": "^6.11.2"
"qs": "^6.12.0"
},
"scripts": {
"build": "babel src --out-dir dist"
Expand Down
Loading

0 comments on commit c6b5b8c

Please sign in to comment.