Skip to content

Commit b5c392c

Browse files
fix(deps): update minor and patch updates (#5421)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 8640765 commit b5c392c

File tree

6 files changed

+797
-1061
lines changed

6 files changed

+797
-1061
lines changed
Lines changed: 273 additions & 279 deletions
Large diffs are not rendered by default.

.yarnrc.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@ defaultSemverRangePrefix: ''
22

33
nodeLinker: node-modules
44

5-
yarnPath: .yarn/releases/yarn-4.9.1.cjs
5+
yarnPath: .yarn/releases/yarn-4.9.2.cjs

package.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@
5959
"clsx": "2.1.1",
6060
"date-fns": "4.1.0",
6161
"dotenv": "16.5.0",
62-
"gatsby": "5.14.3",
62+
"gatsby": "5.14.4",
6363
"gatsby-plugin-catch-links": "5.14.0",
6464
"gatsby-plugin-feed": "5.14.0",
6565
"gatsby-plugin-google-tagmanager": "5.14.0",
@@ -74,7 +74,7 @@
7474
"gatsby-transformer-remark-frontmatter": "1.1.0",
7575
"gatsby-transformer-sharp": "5.14.0",
7676
"isomorphic-fetch": "3.0.0",
77-
"lucide-react": "0.511.0",
77+
"lucide-react": "0.514.0",
7878
"mkdirp": "3.0.1",
7979
"moment": "2.30.1",
8080
"nanoid": "5.1.5",
@@ -92,7 +92,7 @@
9292
"react-use": "17.6.0",
9393
"repo-link-check": "0.14.2",
9494
"slick-carousel": "1.8.1",
95-
"tailwind-merge": "3.3.0",
95+
"tailwind-merge": "3.3.1",
9696
"tailwindcss-animate": "1.0.7",
9797
"tsconfig-paths-webpack-plugin": "4.2.0",
9898
"typed.js": "2.1.0",
@@ -117,8 +117,8 @@
117117
"class-variance-authority": "0.7.1",
118118
"eslint": "9.28.0",
119119
"eslint-config-prettier": "10.1.5",
120-
"eslint-import-resolver-typescript": "4.4.2",
121-
"eslint-plugin-import-x": "4.15.0",
120+
"eslint-import-resolver-typescript": "4.4.3",
121+
"eslint-plugin-import-x": "4.15.1",
122122
"eslint-plugin-jsx-a11y": "6.10.2",
123123
"eslint-plugin-prettier": "5.4.1",
124124
"eslint-plugin-react": "7.37.5",
@@ -136,10 +136,10 @@
136136
"stylelint-config-standard": "38.0.0",
137137
"ts-jest": "29.3.4",
138138
"typescript": "5.8.3",
139-
"typescript-eslint": "8.33.0"
139+
"typescript-eslint": "8.34.0"
140140
},
141141
"cacheDirectories": [
142142
"node_modules"
143143
],
144-
"packageManager": "[email protected].1"
144+
"packageManager": "[email protected].2"
145145
}

packages/gatsby-theme/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
"@babel/plugin-transform-react-jsx": "7.27.1",
1414
"@reach/portal": "0.18.0",
1515
"@reach/skip-nav": "0.18.0",
16-
"@sentry/gatsby": "9.24.0",
16+
"@sentry/gatsby": "9.28.1",
1717
"@svgr/webpack": "8.1.0",
1818
"@types/gatsbyjs__reach-router": "2.0.5",
1919
"@types/isomorphic-fetch": "0.0.39",

packages/websites-server/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -25,11 +25,11 @@
2525
},
2626
"dependencies": {
2727
"@aws-sdk/client-cloudfront": "3.830.0",
28-
"@aws-sdk/client-s3": "3.821.0",
28+
"@aws-sdk/client-s3": "3.826.0",
2929
"@dvcorg/gatsby-theme": "workspace:^",
3030
"@hapi/wreck": "18.1.0",
3131
"@octokit/request": "9.2.3",
32-
"@sentry/node": "9.24.0",
32+
"@sentry/node": "9.28.1",
3333
"compression": "1.8.0",
3434
"dotenv": "16.5.0",
3535
"express": "5.1.0",
@@ -51,7 +51,7 @@
5151
"eslint": "9.28.0",
5252
"eslint-config-prettier": "10.1.5",
5353
"eslint-plugin-import": "2.31.0",
54-
"eslint-plugin-n": "17.18.0",
54+
"eslint-plugin-n": "17.19.0",
5555
"eslint-plugin-prettier": "5.4.1",
5656
"globals": "16.2.0",
5757
"husky": "9.1.7",
@@ -62,5 +62,5 @@
6262
"engines": {
6363
"node": ">=22.0.0"
6464
},
65-
"packageManager": "[email protected].1"
65+
"packageManager": "[email protected].2"
6666
}

0 commit comments

Comments
 (0)