From 4c4f7e383885b8c8ee585790cbdb65e7d35809e3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 26 Jul 2021 17:03:15 +0000 Subject: [PATCH] build(deps): bump notistack from 1.0.9 to 1.0.10 in /front Bumps [notistack](https://github.com/iamhosseindhv/notistack) from 1.0.9 to 1.0.10. - [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.9...v1.0.10) --- updated-dependencies: - dependency-name: notistack dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- front/package.json | 2 +- front/yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/front/package.json b/front/package.json index 1142ef38..e13834a2 100644 --- a/front/package.json +++ b/front/package.json @@ -23,7 +23,7 @@ "classnames": "^2.3.1", "create-react-class": "^15.7.0", "jquery": "^3.6.0", - "notistack": "^1.0.9", + "notistack": "^1.0.10", "prop-types": "^15.6.2", "react": "^16.14.0", "react-bootstrap-table": "^4.3.1", diff --git a/front/yarn.lock b/front/yarn.lock index 237b9707..5f82e5e2 100644 --- a/front/yarn.lock +++ b/front/yarn.lock @@ -4195,10 +4195,10 @@ normalize-path@^3.0.0, normalize-path@~3.0.0: resolved "https://registry.yarnpkg.com/normalize-path/-/normalize-path-3.0.0.tgz#0dcd69ff23a1c9b11fd0978316644a0388216a65" integrity sha512-6eZs5Ls3WtCisHWp9S2GUy8dqkpGi4BVSz3GaqiE6ezub0512ESztXUwUB6C6IKbQkY2Pnb/mD4WYojCRwcwLA== -notistack@^1.0.9: - version "1.0.9" - resolved "https://registry.yarnpkg.com/notistack/-/notistack-1.0.9.tgz#8b3d692bb0c70413efd7424d85d563d667206542" - integrity sha512-Dal2HtTpWrdYCZ3t0HhJt47NJZwVSPee36WzORRbqUkFR0k9pxFszxBuPSWshBLwF6Av8s86XPP+ED5zRz0CGw== +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== dependencies: clsx "^1.1.0" hoist-non-react-statics "^3.3.0"