Bump sonner from 1.4.2 to 1.4.3

Bumps [sonner](https://github.com/emilkowalski/sonner) from 1.4.2 to 1.4.3.
- [Release notes](https://github.com/emilkowalski/sonner/releases)
- [Commits](https://github.com/emilkowalski/sonner/commits/v1.4.3)

---
updated-dependencies:
- dependency-name: sonner
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot] 2024-03-04 17:20:56 +00:00 committed by GitHub
parent f8034a2686
commit 0ca1f165bc
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 5 additions and 5 deletions

8
package-lock.json generated
View file

@ -33,7 +33,7 @@
"next": "14.1.1", "next": "14.1.1",
"react": "^18", "react": "^18",
"react-dom": "^18", "react-dom": "^18",
"sonner": "^1.4.2", "sonner": "^1.4.3",
"stripe": "^14.19.0", "stripe": "^14.19.0",
"tailwind-merge": "^2.2.0", "tailwind-merge": "^2.2.0",
"tailwindcss-animate": "^1.0.7", "tailwindcss-animate": "^1.0.7",
@ -6011,9 +6011,9 @@
} }
}, },
"node_modules/sonner": { "node_modules/sonner": {
"version": "1.4.2", "version": "1.4.3",
"resolved": "https://registry.npmjs.org/sonner/-/sonner-1.4.2.tgz", "resolved": "https://registry.npmjs.org/sonner/-/sonner-1.4.3.tgz",
"integrity": "sha512-x3Kfzfhb56V/ErvUnH5dZcsu6QkZpyIlRAogO4vAbN+AkBsA/8CFqOV+5djqbE5pQCpejtO4JBWL1zRj2sO/Vg==", "integrity": "sha512-SArYlHbkjqRuLiR0iGY2ZSr09oOrxw081ZZkQPfXrs8aZQLIBOLOdzTYxGJB5yIZ7qL56UEPmrX1YqbODwG0Lw==",
"peerDependencies": { "peerDependencies": {
"react": "^18.0.0", "react": "^18.0.0",
"react-dom": "^18.0.0" "react-dom": "^18.0.0"

View file

@ -36,7 +36,7 @@
"next": "14.1.1", "next": "14.1.1",
"react": "^18", "react": "^18",
"react-dom": "^18", "react-dom": "^18",
"sonner": "^1.4.2", "sonner": "^1.4.3",
"stripe": "^14.19.0", "stripe": "^14.19.0",
"tailwind-merge": "^2.2.0", "tailwind-merge": "^2.2.0",
"tailwindcss-animate": "^1.0.7", "tailwindcss-animate": "^1.0.7",