From 26a18ae9bb4ef91a05c010c3eabd707f8bd354b8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 11 Apr 2024 08:13:08 +0000 Subject: [PATCH] Bump notistack from 0.9.17 to 3.0.1 in /frontend Bumps [notistack](https://github.com/iamhosseindhv/notistack) from 0.9.17 to 3.0.1. - [Changelog](https://github.com/iamhosseindhv/notistack/blob/master/CHANGELOG.md) - [Commits](https://github.com/iamhosseindhv/notistack/compare/v0.9.17...v3.0.1) --- updated-dependencies: - dependency-name: notistack dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- frontend/package-lock.json | 13 +++++++++---- frontend/package.json | 2 +- 2 files changed, 10 insertions(+), 5 deletions(-) diff --git a/frontend/package-lock.json b/frontend/package-lock.json index 01ab68dc..7296c721 100644 --- a/frontend/package-lock.json +++ b/frontend/package-lock.json @@ -12863,6 +12863,11 @@ "slash": "^3.0.0" } }, + "goober": { + "version": "2.1.14", + "resolved": "https://registry.npmjs.org/goober/-/goober-2.1.14.tgz", + "integrity": "sha512-4UpC0NdGyAFqLNPnhCT2iHpza2q+RAY3GV85a/mRPdzyPQMsj0KmMMuetdIkzWRbJ+Hgau1EZztq8ImmiMGhsg==" + }, "gopd": { "version": "1.0.1", "resolved": "https://registry.npmjs.org/gopd/-/gopd-1.0.1.tgz", @@ -16179,12 +16184,12 @@ "integrity": "sha512-qizSNPO93t1YUuUhP22btGOo3chcvDFqFaj2TRybP0DMxkHOCTYwp3n34fel4a31ORXy4m1Xq0Gyqpb5m33qIg==" }, "notistack": { - "version": "0.9.17", - "resolved": "https://registry.npmjs.org/notistack/-/notistack-0.9.17.tgz", - "integrity": "sha512-nypTN6sEe+q98wMaxF/UwatA1yAq948+bZOo9JKYR+tU65DW0ipWyx8DseJ3UJYvb6VDD+Fqo83qwayQ46bEEA==", + "version": "3.0.1", + "resolved": "https://registry.npmjs.org/notistack/-/notistack-3.0.1.tgz", + "integrity": "sha512-ntVZXXgSQH5WYfyU+3HfcXuKaapzAJ8fBLQ/G618rn3yvSzEbnOB8ZSOwhX+dAORy/lw+GC2N061JA0+gYWTVA==", "requires": { "clsx": "^1.1.0", - "hoist-non-react-statics": "^3.3.0" + "goober": "^2.0.33" } }, "npm-run-path": { diff --git a/frontend/package.json b/frontend/package.json index cb107263..cdddd830 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -34,7 +34,7 @@ "logrocket": "^1.0.7", "moment": "^2.26.0", "moment-timezone": "^0.5.31", - "notistack": "^0.9.16", + "notistack": "^3.0.1", "object-path": "^0.11.8", "pdf-lib": "^1.17.1", "qrcode.react": "^1.0.0",