From c47876e9ce402dec0c52d202c626f58f235db974 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 31 Mar 2023 10:45:14 +0530 Subject: [PATCH] Python dependency: Bump notistack from 1.0.10 to 3.0.1 in /web Bumps [notistack](https://github.com/iamhosseindhv/notistack) from 1.0.10 to 3.0.1. - [Release notes](https://github.com/iamhosseindhv/notistack/releases) - [Changelog](https://github.com/iamhosseindhv/notistack/blob/master/CHANGELOG.md) - [Commits](https://github.com/iamhosseindhv/notistack/compare/v1.0.10...v3.0.1) --- updated-dependencies: - dependency-name: notistack dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- web/package.json | 2 +- web/yarn.lock | 17 +++++++++++------ 2 files changed, 12 insertions(+), 7 deletions(-) diff --git a/web/package.json b/web/package.json index d02c55ed4..0e0e1281a 100644 --- a/web/package.json +++ b/web/package.json @@ -132,7 +132,7 @@ "moment-timezone": "^0.5.34", "mousetrap": "^1.6.3", "notificar": "^1.0.1", - "notistack": "^1.0.10", + "notistack": "^3.0.1", "path-fx": "^2.0.0", "pathfinding": "^0.4.18", "paths-js": "^0.4.9", diff --git a/web/yarn.lock b/web/yarn.lock index b5c74e7ee..4735172d7 100644 --- a/web/yarn.lock +++ b/web/yarn.lock @@ -5276,6 +5276,11 @@ globby@^12.0.2: merge2 "^1.4.1" slash "^4.0.0" +goober@^2.0.33: + version "2.1.12" + resolved "https://registry.yarnpkg.com/goober/-/goober-2.1.12.tgz#6c1645314ac9a68fe76408e1f502c63df8a39042" + integrity sha512-yXHAvO08FU1JgTXX6Zn6sYCUFfB/OJSX8HHjDSgerZHZmFKAb08cykp5LBw5QnmyMcZyPRMqkdyHUSSzge788Q== + gopd@^1.0.1: version "1.0.1" resolved "https://registry.yarnpkg.com/gopd/-/gopd-1.0.1.tgz#29ff76de69dac7489b7c0918a5788e56477c332c" @@ -5478,7 +5483,7 @@ hmac-drbg@^1.0.1: minimalistic-assert "^1.0.0" minimalistic-crypto-utils "^1.0.1" -hoist-non-react-statics@^3.0.0, hoist-non-react-statics@^3.3.0, hoist-non-react-statics@^3.3.1, hoist-non-react-statics@^3.3.2: +hoist-non-react-statics@^3.0.0, hoist-non-react-statics@^3.3.1, hoist-non-react-statics@^3.3.2: version "3.3.2" resolved "https://registry.yarnpkg.com/hoist-non-react-statics/-/hoist-non-react-statics-3.3.2.tgz#ece0acaf71d62c2969c2ec59feff42a4b1a85b45" integrity sha512-/gGivxi8JPKWNm/W0jSmzcMPpfpPLc3dY/6GxhX2hQ9iGj3aDfklV4ET7NjKpSinLpJ5vafa9iiGIEZg10SfBw== @@ -7526,13 +7531,13 @@ notificar@^1.0.1: resolved "https://registry.yarnpkg.com/notificar/-/notificar-1.0.1.tgz#11ba233c261eee02f5d688ee300ece5f72522887" integrity sha512-jiCay0IY0N+gloyDks+v4WV+OKU4lIXUhQgxw4Iu9bXpw80cNXTezVv46OCK5+E8G8fkt1Bj76DNepULqlQS3Q== -notistack@^1.0.10: - version "1.0.10" - resolved "https://registry.yarnpkg.com/notistack/-/notistack-1.0.10.tgz#8db90830034383467a04184f1fa8ff77f4fc58a5" - integrity sha512-z0y4jJaVtOoH3kc3GtNUlhNTY+5LE04QDeLVujX3VPhhzg67zw055mZjrBF+nzpv3V9aiPNph1EgRU4+t8kQTQ== +notistack@^3.0.1: + version "3.0.1" + resolved "https://registry.yarnpkg.com/notistack/-/notistack-3.0.1.tgz#daf59888ab7e2c30a1fa8f71f9cba2978773236e" + integrity sha512-ntVZXXgSQH5WYfyU+3HfcXuKaapzAJ8fBLQ/G618rn3yvSzEbnOB8ZSOwhX+dAORy/lw+GC2N061JA0+gYWTVA== dependencies: clsx "^1.1.0" - hoist-non-react-statics "^3.3.0" + goober "^2.0.33" npm-conf@^1.1.0: version "1.1.3"