From 11a394f193dfadd82f7db6a7bebe69681969af6d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 30 Oct 2022 01:51:52 +0000 Subject: [PATCH] chore(deps-dev): bump @types/mocha from 8.2.3 to 10.0.0 Bumps [@types/mocha](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/mocha) from 8.2.3 to 10.0.0. - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases) - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/mocha) --- updated-dependencies: - dependency-name: "@types/mocha" dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- package-lock.json | 14 +++++++------- package.json | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/package-lock.json b/package-lock.json index b967781af..87709ea0c 100644 --- a/package-lock.json +++ b/package-lock.json @@ -97,7 +97,7 @@ "@groupher/eslint-config-web": "2.0.9", "@next/eslint-plugin-next": "^12.2.5", "@types/jest": "^26.0.20", - "@types/mocha": "^8.2.1", + "@types/mocha": "^10.0.0", "@types/ramda": "^0.27.38", "@types/react": "^17.0.3", "@types/styled-components": "^5.1.8", @@ -4826,9 +4826,9 @@ "dev": true }, "node_modules/@types/mocha": { - "version": "8.2.3", - "resolved": "https://registry.npmjs.org/@types/mocha/-/mocha-8.2.3.tgz", - "integrity": "sha512-ekGvFhFgrc2zYQoX4JeZPmVzZxw6Dtllga7iGHzfbYIYkAMUx/sAFP2GdFpLff+vdHXu5fl7WX9AT+TtqYcsyw==", + "version": "10.0.0", + "resolved": "https://registry.npmjs.org/@types/mocha/-/mocha-10.0.0.tgz", + "integrity": "sha512-rADY+HtTOA52l9VZWtgQfn4p+UDVM2eDVkMZT1I6syp0YKxW2F9v+0pbRZLsvskhQv/vMb6ZfCay81GHbz5SHg==", "dev": true }, "node_modules/@types/node": { @@ -30257,9 +30257,9 @@ "dev": true }, "@types/mocha": { - "version": "8.2.3", - "resolved": "https://registry.npmjs.org/@types/mocha/-/mocha-8.2.3.tgz", - "integrity": "sha512-ekGvFhFgrc2zYQoX4JeZPmVzZxw6Dtllga7iGHzfbYIYkAMUx/sAFP2GdFpLff+vdHXu5fl7WX9AT+TtqYcsyw==", + "version": "10.0.0", + "resolved": "https://registry.npmjs.org/@types/mocha/-/mocha-10.0.0.tgz", + "integrity": "sha512-rADY+HtTOA52l9VZWtgQfn4p+UDVM2eDVkMZT1I6syp0YKxW2F9v+0pbRZLsvskhQv/vMb6ZfCay81GHbz5SHg==", "dev": true }, "@types/node": { diff --git a/package.json b/package.json index 4fcf8c668..a27e2a8c4 100644 --- a/package.json +++ b/package.json @@ -127,7 +127,7 @@ "@groupher/eslint-config-web": "2.0.9", "@next/eslint-plugin-next": "^12.2.5", "@types/jest": "^26.0.20", - "@types/mocha": "^8.2.1", + "@types/mocha": "^10.0.0", "@types/ramda": "^0.27.38", "@types/react": "^17.0.3", "@types/styled-components": "^5.1.8",