Bump sonner from 1.4.0 to 1.4.1

Bumps [sonner](https://github.com/emilkowalski/sonner) from 1.4.0 to 1.4.1.
- [Release notes](https://github.com/emilkowalski/sonner/releases)
- [Commits](https://github.com/emilkowalski/sonner/compare/v1.4.0...v1.4.1)

---
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-23 17:57:44 +00:00 committed by GitHub
parent 240a3c6914
commit a13608456c
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", "next": "14.1.0",
"react": "^18", "react": "^18",
"react-dom": "^18", "react-dom": "^18",
"sonner": "^1.4.0", "sonner": "^1.4.1",
"stripe": "^14.16.0", "stripe": "^14.16.0",
"tailwind-merge": "^2.2.0", "tailwind-merge": "^2.2.0",
"tailwindcss-animate": "^1.0.7", "tailwindcss-animate": "^1.0.7",
@ -6063,9 +6063,9 @@
} }
}, },
"node_modules/sonner": { "node_modules/sonner": {
"version": "1.4.0", "version": "1.4.1",
"resolved": "https://registry.npmjs.org/sonner/-/sonner-1.4.0.tgz", "resolved": "https://registry.npmjs.org/sonner/-/sonner-1.4.1.tgz",
"integrity": "sha512-nvkTsIuOmi9e5Wz5If8ldasJjZNVfwiXYijBi2dbijvTQnQppvMcXTFNxL/NUFWlI2yJ1JX7TREDsg+gYm9WyA==", "integrity": "sha512-KJcFbMF+z2OMSJ9H+N6mrk/ffnEzuyLFlHoza/HQvNyiACoY958VtFdC7xD9D74ttzA+kcS1YIJOsNwbKWDsHw==",
"peerDependencies": { "peerDependencies": {
"react": "^18.0.0", "react": "^18.0.0",
"react-dom": "^18.0.0" "react-dom": "^18.0.0"

View file

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