Skip to content

Commit

Permalink
chore(deps): bump the npm-dependencies group with 2 updates
Browse files Browse the repository at this point in the history
Bumps the npm-dependencies group with 2 updates: [next-auth](https://github.com/nextauthjs/next-auth) and [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node).


Updates `next-auth` from 5.0.0-beta.24 to 5.0.0-beta.25
- [Release notes](https://github.com/nextauthjs/next-auth/releases)
- [Commits](https://github.com/nextauthjs/next-auth/commits)

Updates `@types/node` from 20.16.11 to 20.17.6
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node)

---
updated-dependencies:
- dependency-name: next-auth
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: npm-dependencies
- dependency-name: "@types/node"
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: npm-dependencies
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Nov 12, 2024
1 parent a62eb2a commit 36d7804
Show file tree
Hide file tree
Showing 4 changed files with 116 additions and 116 deletions.
4 changes: 2 additions & 2 deletions core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
"lru-cache": "^11.0.2",
"lucide-react": "^0.456.0",
"next": "15.0.3",
"next-auth": "5.0.0-beta.24",
"next-auth": "5.0.0-beta.25",
"next-intl": "^3.25.0",
"react": "19.0.0-rc-5c56b873-20241107",
"react-day-picker": "^8.10.0",
Expand All @@ -70,7 +70,7 @@
"@tailwindcss/container-queries": "^0.1.1",
"@types/gtag.js": "^0.0.20",
"@types/lodash.debounce": "^4.0.9",
"@types/node": "^20.16.11",
"@types/node": "^20.17.6",
"@types/react": "npm:[email protected]",
"@types/react-dom": "npm:[email protected]",
"@types/react-google-recaptcha": "^2.1.9",
Expand Down
2 changes: 1 addition & 1 deletion packages/client/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"devDependencies": {
"@bigcommerce/eslint-config": "^2.9.1",
"@bigcommerce/eslint-config-catalyst": "workspace:^",
"@types/node": "^20.16.11",
"@types/node": "^20.17.6",
"dotenv-cli": "^7.4.2",
"eslint": "^8.57.1",
"prettier": "^3.3.3",
Expand Down
2 changes: 1 addition & 1 deletion packages/create-catalyst/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
"@types/fs-extra": "^11.0.4",
"@types/jest": "^29.5.14",
"@types/lodash.kebabcase": "^4.1.9",
"@types/node": "^20.16.11",
"@types/node": "^20.17.6",
"@types/prompts": "^2.4.9",
"@types/semver": "^7.5.8",
"eslint": "^8.57.1",
Expand Down
Loading

0 comments on commit 36d7804

Please sign in to comment.