From e468b492a92dc0f6fa878fb7f54df782e1242eb3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 20 Jan 2025 13:55:05 +0000 Subject: [PATCH] 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 | 18 +++++++++--------- package.json | 2 +- 2 files changed, 10 insertions(+), 10 deletions(-) diff --git a/package-lock.json b/package-lock.json index d3da6ee..68b1216 100644 --- a/package-lock.json +++ b/package-lock.json @@ -20,7 +20,7 @@ "@uiw/codemirror-theme-vscode": "^4.23.7", "@uiw/react-codemirror": "^4.23.7", "js-yaml": "^4.1.0", - "notistack": "^3.0.0", + "notistack": "^3.0.2", "react": "^18.3.1", "react-beautiful-dnd": "^13.1.1", "react-dom": "^18.3.1", @@ -13229,9 +13229,9 @@ } }, "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==", "dependencies": { "clsx": "^1.1.0", "goober": "^2.0.33" @@ -13245,8 +13245,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": { @@ -28924,9 +28924,9 @@ "integrity": "sha512-DlL+XwOy3NxAQ8xuC0okPgK46iuVNAK01YN7RueYBqqFeGsBjV9XmCAzAdgt+667bCl5kPh9EqKKDwnaPG1I7A==" }, "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 de00622..513ed45 100644 --- a/package.json +++ b/package.json @@ -16,7 +16,7 @@ "@uiw/codemirror-theme-vscode": "^4.23.7", "@uiw/react-codemirror": "^4.23.7", "js-yaml": "^4.1.0", - "notistack": "^3.0.0", + "notistack": "^3.0.2", "react": "^18.3.1", "react-beautiful-dnd": "^13.1.1", "react-dom": "^18.3.1",