From d9031de6b5281aca4cdd9d97a035a4fe70b7d4df Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 17 Nov 2021 09:06:14 +0000 Subject: [PATCH] Chore(deps): Bump re-resizable from 6.9.0 to 6.9.1 Bumps [re-resizable](https://github.com/bokuweb/react-resizable-box) from 6.9.0 to 6.9.1. - [Release notes](https://github.com/bokuweb/react-resizable-box/releases) - [Changelog](https://github.com/bokuweb/re-resizable/blob/master/CHANGELOG.md) - [Commits](https://github.com/bokuweb/react-resizable-box/commits) --- updated-dependencies: - dependency-name: re-resizable dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package-lock.json | 6 +++--- package.json | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/package-lock.json b/package-lock.json index 45f817da8..7d43a2e8f 100644 --- a/package-lock.json +++ b/package-lock.json @@ -18376,9 +18376,9 @@ } }, "re-resizable": { - "version": "6.9.0", - "resolved": "https://registry.npmjs.org/re-resizable/-/re-resizable-6.9.0.tgz", - "integrity": "sha512-3cUDG81ylyqI0Pdgle/RHwwRYq0ORZzsUaySOCO8IbEtNyaRtrIHYm/jMQ5pjcNiKCxR3vsSymIQZHwJq4gg2Q==", + "version": "6.9.1", + "resolved": "https://registry.npmjs.org/re-resizable/-/re-resizable-6.9.1.tgz", + "integrity": "sha512-KRYAgr9/j1PJ3K+t+MBhlQ+qkkoLDJ1rs0z1heIWvYbCW/9Vq4djDU+QumJ3hQbwwtzXF6OInla6rOx6hhgRhQ==", "requires": { "fast-memoize": "^2.5.1" } diff --git a/package.json b/package.json index f04d1881e..74dc16b8e 100644 --- a/package.json +++ b/package.json @@ -58,7 +58,7 @@ "postcss-loader": "3.0.0", "postcss-preset-env": "6.5.0", "postcss-safe-parser": "4.0.1", - "re-resizable": "6.9.0", + "re-resizable": "6.9.1", "react": "16.8.2", "react-app-polyfill": "0.2.1", "react-dom": "16.8.2",