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",