Skip to content

Commit bb03bd1

Browse files
build(deps): bump the production-dependencies group across 1 directory with 5 updates
Bumps the production-dependencies group with 5 updates in the / directory: | Package | From | To | | --- | --- | --- | | [@supabase/supabase-js](https://github.com/supabase/supabase-js/tree/HEAD/packages/core/supabase-js) | `2.102.1` | `2.110.0` | | [@tanstack/react-query](https://github.com/TanStack/query/tree/HEAD/packages/react-query) | `5.101.0` | `5.101.2` | | [dotenv](https://github.com/motdotla/dotenv) | `17.4.1` | `17.4.2` | | [node-addon-api](https://github.com/nodejs/node-addon-api) | `8.8.0` | `8.9.0` | | [sharp](https://github.com/lovell/sharp) | `0.34.5` | `0.35.3` | Updates `@supabase/supabase-js` from 2.102.1 to 2.110.0 - [Release notes](https://github.com/supabase/supabase-js/releases) - [Changelog](https://github.com/supabase/supabase-js/blob/master/packages/core/supabase-js/CHANGELOG.md) - [Commits](https://github.com/supabase/supabase-js/commits/v2.110.0/packages/core/supabase-js) Updates `@tanstack/react-query` from 5.101.0 to 5.101.2 - [Release notes](https://github.com/TanStack/query/releases) - [Changelog](https://github.com/TanStack/query/blob/main/packages/react-query/CHANGELOG.md) - [Commits](https://github.com/TanStack/query/commits/@tanstack/react-query@5.101.2/packages/react-query) Updates `dotenv` from 17.4.1 to 17.4.2 - [Changelog](https://github.com/motdotla/dotenv/blob/master/CHANGELOG.md) - [Commits](motdotla/dotenv@v17.4.1...v17.4.2) Updates `node-addon-api` from 8.8.0 to 8.9.0 - [Release notes](https://github.com/nodejs/node-addon-api/releases) - [Changelog](https://github.com/nodejs/node-addon-api/blob/main/CHANGELOG.md) - [Commits](nodejs/node-addon-api@v8.8.0...v8.9.0) Updates `sharp` from 0.34.5 to 0.35.3 - [Release notes](https://github.com/lovell/sharp/releases) - [Commits](lovell/sharp@v0.34.5...v0.35.3) --- updated-dependencies: - dependency-name: "@supabase/supabase-js" dependency-version: 2.110.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: production-dependencies - dependency-name: "@tanstack/react-query" dependency-version: 5.101.2 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: production-dependencies - dependency-name: dotenv dependency-version: 17.4.2 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: production-dependencies - dependency-name: node-addon-api dependency-version: 8.9.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: production-dependencies - dependency-name: sharp dependency-version: 0.35.2 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: production-dependencies ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent ccccbb9 commit bb03bd1

2 files changed

Lines changed: 410 additions & 75 deletions

File tree

package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -24,13 +24,13 @@
2424
"@react-native-async-storage/async-storage": "2.2.0",
2525
"@react-native-google-signin/google-signin": "^16.1.2",
2626
"@react-native-masked-view/masked-view": "^0.3.2",
27-
"@supabase/supabase-js": "^2.101.1",
28-
"@tanstack/react-query": "^5.101.0",
27+
"@supabase/supabase-js": "^2.110.0",
28+
"@tanstack/react-query": "^5.101.2",
2929
"@vercel/analytics": "^2.0.1",
3030
"@vercel/speed-insights": "^2.0.0",
3131
"base64-arraybuffer": "^1.0.2",
3232
"d3-hierarchy": "^3.1.2",
33-
"dotenv": "^17.4.1",
33+
"dotenv": "^17.4.2",
3434
"expo": "~56.0.12",
3535
"expo-apple-authentication": "~56.0.4",
3636
"expo-blur": "~56.0.3",
@@ -50,7 +50,7 @@
5050
"expo-system-ui": "~56.0.5",
5151
"expo-updates": "~56.0.19",
5252
"expo-web-browser": "~56.0.5",
53-
"node-addon-api": "^8.8.0",
53+
"node-addon-api": "^8.9.0",
5454
"react": "19.2.3",
5555
"react-dom": "19.2.3",
5656
"react-native": "0.85.3",
@@ -71,7 +71,7 @@
7171
"react-native-web": "~0.21.0",
7272
"react-native-webview": "13.16.1",
7373
"react-native-worklets": "0.8.3",
74-
"sharp": "^0.34.5"
74+
"sharp": "^0.35.3"
7575
},
7676
"devDependencies": {
7777
"@expo/ngrok": "^4.1.0",

0 commit comments

Comments
 (0)