From d6704a2ed799f656e7057d56c5689590e45b38ee Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 20 Jan 2025 19:19:17 +0000 Subject: [PATCH] chore(deps): bump notistack from 3.0.1 to 3.0.2 Bumps [notistack](https://github.com/iamhosseindhv/notistack) from 3.0.1 to 3.0.2. - [Changelog](https://github.com/iamhosseindhv/notistack/blob/master/CHANGELOG.md) - [Commits](https://github.com/iamhosseindhv/notistack/compare/v3.0.1...v3.0.2) --- updated-dependencies: - dependency-name: notistack dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package-lock.json | 19 ++++++++++--------- package.json | 2 +- 2 files changed, 11 insertions(+), 10 deletions(-) diff --git a/package-lock.json b/package-lock.json index 9fc37841..2b2cfab2 100644 --- a/package-lock.json +++ b/package-lock.json @@ -37,7 +37,7 @@ "next": "15.1.3", "next-i18next": "^13.3.0", "nextjs-google-analytics": "^2.3.7", - "notistack": "^3.0.1", + "notistack": "^3.0.2", "react": "^18.3.1", "react-blockies": "^1.4.1", "react-chartjs-2": "^5.2.0", @@ -13166,9 +13166,10 @@ } }, "node_modules/notistack": { - "version": "3.0.1", - "resolved": "https://registry.npmjs.org/notistack/-/notistack-3.0.1.tgz", - "integrity": "sha512-ntVZXXgSQH5WYfyU+3HfcXuKaapzAJ8fBLQ/G618rn3yvSzEbnOB8ZSOwhX+dAORy/lw+GC2N061JA0+gYWTVA==", + "version": "3.0.2", + "resolved": "https://registry.npmjs.org/notistack/-/notistack-3.0.2.tgz", + "integrity": "sha512-0R+/arLYbK5Hh7mEfR2adt0tyXJcCC9KkA2hc56FeWik2QN6Bm/S4uW+BjzDARsJth5u06nTjelSw/VSnB1YEA==", + "license": "MIT", "dependencies": { "clsx": "^1.1.0", "goober": "^2.0.33" @@ -13182,8 +13183,8 @@ "url": "https://opencollective.com/notistack" }, "peerDependencies": { - "react": "^16.8.0 || ^17.0.0 || ^18.0.0", - "react-dom": "^16.8.0 || ^17.0.0 || ^18.0.0" + "react": "^17.0.0 || ^18.0.0 || ^19.0.0", + "react-dom": "^17.0.0 || ^18.0.0 || ^19.0.0" } }, "node_modules/npm-run-path": { @@ -26354,9 +26355,9 @@ "integrity": "sha512-6eZs5Ls3WtCisHWp9S2GUy8dqkpGi4BVSz3GaqiE6ezub0512ESztXUwUB6C6IKbQkY2Pnb/mD4WYojCRwcwLA==" }, "notistack": { - "version": "3.0.1", - "resolved": "https://registry.npmjs.org/notistack/-/notistack-3.0.1.tgz", - "integrity": "sha512-ntVZXXgSQH5WYfyU+3HfcXuKaapzAJ8fBLQ/G618rn3yvSzEbnOB8ZSOwhX+dAORy/lw+GC2N061JA0+gYWTVA==", + "version": "3.0.2", + "resolved": "https://registry.npmjs.org/notistack/-/notistack-3.0.2.tgz", + "integrity": "sha512-0R+/arLYbK5Hh7mEfR2adt0tyXJcCC9KkA2hc56FeWik2QN6Bm/S4uW+BjzDARsJth5u06nTjelSw/VSnB1YEA==", "requires": { "clsx": "^1.1.0", "goober": "^2.0.33" diff --git a/package.json b/package.json index a31d6cfc..99543f14 100644 --- a/package.json +++ b/package.json @@ -45,7 +45,7 @@ "next": "15.1.3", "next-i18next": "^13.3.0", "nextjs-google-analytics": "^2.3.7", - "notistack": "^3.0.1", + "notistack": "^3.0.2", "react": "^18.3.1", "react-blockies": "^1.4.1", "react-chartjs-2": "^5.2.0",