Bump sonner from 1.4.1 to 1.4.2

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

---
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-02-27 17:58:57 +00:00 committed by GitHub
parent cf73dba0a4
commit aaa908b879
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

@ -32,7 +32,7 @@
"next": "14.1.0",
"react": "^18",
"react-dom": "^18",
"sonner": "^1.4.1",
"sonner": "^1.4.2",
"stripe": "^14.18.0",
"tailwind-merge": "^2.2.0",
"tailwindcss-animate": "^1.0.7",
@ -6063,9 +6063,9 @@
}
},
"node_modules/sonner": {
"version": "1.4.1",
"resolved": "https://registry.npmjs.org/sonner/-/sonner-1.4.1.tgz",
"integrity": "sha512-KJcFbMF+z2OMSJ9H+N6mrk/ffnEzuyLFlHoza/HQvNyiACoY958VtFdC7xD9D74ttzA+kcS1YIJOsNwbKWDsHw==",
"version": "1.4.2",
"resolved": "https://registry.npmjs.org/sonner/-/sonner-1.4.2.tgz",
"integrity": "sha512-x3Kfzfhb56V/ErvUnH5dZcsu6QkZpyIlRAogO4vAbN+AkBsA/8CFqOV+5djqbE5pQCpejtO4JBWL1zRj2sO/Vg==",
"peerDependencies": {
"react": "^18.0.0",
"react-dom": "^18.0.0"

View file

@ -35,7 +35,7 @@
"next": "14.1.0",
"react": "^18",
"react-dom": "^18",
"sonner": "^1.4.1",
"sonner": "^1.4.2",
"stripe": "^14.18.0",
"tailwind-merge": "^2.2.0",
"tailwindcss-animate": "^1.0.7",