Skip to content

Commit

Permalink
Bump the npm_and_yarn group across 1 directories with 5 updates
Browse files Browse the repository at this point in the history
Bumps the npm_and_yarn group with 5 updates in the /. directory:

| Package | From | To |
| --- | --- | --- |
| [axios](https://github.com/axios/axios) | `1.4.0` | `1.6.0` |
| [next](https://github.com/vercel/next.js) | `13.4.12` | `13.5.1` |
| [postcss](https://github.com/postcss/postcss) | `8.4.27` | `8.4.31` |
| [zod](https://github.com/colinhacks/zod) | `3.22.2` | `3.22.3` |
| [follow-redirects](https://github.com/follow-redirects/follow-redirects) | `1.15.2` | `1.15.5` |


Updates `axios` from 1.4.0 to 1.6.0
- [Release notes](https://github.com/axios/axios/releases)
- [Changelog](https://github.com/axios/axios/blob/v1.x/CHANGELOG.md)
- [Commits](axios/axios@v1.4.0...v1.6.0)

Updates `next` from 13.4.12 to 13.5.1
- [Release notes](https://github.com/vercel/next.js/releases)
- [Changelog](https://github.com/vercel/next.js/blob/canary/release.js)
- [Commits](vercel/next.js@v13.4.12...v13.5.1)

Updates `postcss` from 8.4.27 to 8.4.31
- [Release notes](https://github.com/postcss/postcss/releases)
- [Changelog](https://github.com/postcss/postcss/blob/main/CHANGELOG.md)
- [Commits](postcss/postcss@8.4.27...8.4.31)

Updates `zod` from 3.22.2 to 3.22.3
- [Release notes](https://github.com/colinhacks/zod/releases)
- [Changelog](https://github.com/colinhacks/zod/blob/master/CHANGELOG.md)
- [Commits](colinhacks/zod@v3.22.2...v3.22.3)

Updates `follow-redirects` from 1.15.2 to 1.15.5
- [Release notes](https://github.com/follow-redirects/follow-redirects/releases)
- [Commits](follow-redirects/follow-redirects@v1.15.2...v1.15.5)

---
updated-dependencies:
- dependency-name: axios
  dependency-type: direct:production
  dependency-group: npm_and_yarn-security-group
- dependency-name: next
  dependency-type: direct:production
  dependency-group: npm_and_yarn-security-group
- dependency-name: postcss
  dependency-type: direct:production
  dependency-group: npm_and_yarn-security-group
- dependency-name: zod
  dependency-type: direct:production
  dependency-group: npm_and_yarn-security-group
- dependency-name: follow-redirects
  dependency-type: indirect
  dependency-group: npm_and_yarn-security-group
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Feb 21, 2024
1 parent ed33acb commit 7bffbf2
Show file tree
Hide file tree
Showing 2 changed files with 68 additions and 109 deletions.
169 changes: 64 additions & 105 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,18 +31,18 @@
"@types/react": "18.2.18",
"@types/react-dom": "18.2.7",
"autoprefixer": "10.4.14",
"axios": "^1.4.0",
"axios": "^1.6.0",
"class-variance-authority": "^0.7.0",
"clsx": "^2.0.0",
"cmdk": "^0.2.0",
"date-fns": "^3.1.0",
"eslint": "8.46.0",
"eslint-config-next": "13.4.12",
"lucide-react": "^0.263.1",
"next": "13.4.12",
"next": "13.5.1",
"next-cloudinary": "^4.20.0",
"next-themes": "^0.2.1",
"postcss": "8.4.27",
"postcss": "8.4.31",
"react": "18.2.0",
"react-day-picker": "^8.10.0",
"react-dom": "18.2.0",
Expand All @@ -56,7 +56,7 @@
"tailwindcss": "3.3.3",
"tailwindcss-animate": "^1.0.6",
"typescript": "5.1.6",
"zod": "^3.22.2",
"zod": "^3.22.3",
"zustand": "^4.4.1"
},
"devDependencies": {
Expand Down

0 comments on commit 7bffbf2

Please sign in to comment.