From 1e1699237be7a93c594f8fce9da9e48ddbc8ba24 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 11 Jan 2022 00:06:51 +0000 Subject: [PATCH] build(deps): bump @types/history from 4.7.7 to 4.7.10 in /client Bumps [@types/history](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/history) from 4.7.7 to 4.7.10. - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases) - [Changelog](https://github.com/DefinitelyTyped/DefinitelyTyped/blob/master/types/history/history-tests.ts) - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/history) --- updated-dependencies: - dependency-name: "@types/history" dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- client/package-lock.json | 6 +++--- client/package.json | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/client/package-lock.json b/client/package-lock.json index 8c8de3c..f8f868f 100644 --- a/client/package-lock.json +++ b/client/package-lock.json @@ -1917,9 +1917,9 @@ } }, "@types/history": { - "version": "4.7.7", - "resolved": "https://registry.npmjs.org/@types/history/-/history-4.7.7.tgz", - "integrity": "sha512-2xtoL22/3Mv6a70i4+4RB7VgbDDORoWwjcqeNysojZA0R7NK17RbY5Gof/2QiFfJgX+KkWghbwJ+d/2SB8Ndzg==" + "version": "4.7.10", + "resolved": "https://registry.npmjs.org/@types/history/-/history-4.7.10.tgz", + "integrity": "sha512-kq1vceWANyZLEt/+hbTWSAjLNhhXYgUw6Ywi0KQ9C7pZJP4Qrr0xjSKb3t59e5GwWtk1L6zt5KTxjH4oPk2l/w==" }, "@types/invariant": { "version": "2.2.33", diff --git a/client/package.json b/client/package.json index 4e8f085..540b070 100644 --- a/client/package.json +++ b/client/package.json @@ -17,7 +17,7 @@ "@material-ui/core": "^4.10.1", "@material-ui/icons": "^4.9.1", "@types/brainhubeu__react-carousel": "^1.15.0", - "@types/history": "^4.7.7", + "@types/history": "^4.7.10", "bootstrap": "^4.5.0", "node-sass": "^4.14.1", "notistack": "^1.0.0",