From 50a69dc0873d2b6d5f32bdfc5263d9240edcc714 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 1 Dec 2024 17:13:24 +0000 Subject: [PATCH] Bump the all group in /client with 4 updates Bumps the all group in /client with 4 updates: [@types/mocha](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/mocha), [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node), [typescript](https://github.com/microsoft/TypeScript) and [vs-verification-toolbox](https://github.com/viperproject/vs-verification-toolbox). Updates `@types/mocha` from 10.0.9 to 10.0.10 - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases) - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/mocha) Updates `@types/node` from 22.8.6 to 22.10.1 - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases) - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node) Updates `typescript` from 5.6.3 to 5.7.2 - [Release notes](https://github.com/microsoft/TypeScript/releases) - [Changelog](https://github.com/microsoft/TypeScript/blob/main/azure-pipelines.release.yml) - [Commits](https://github.com/microsoft/TypeScript/compare/v5.6.3...v5.7.2) Updates `vs-verification-toolbox` from `cb59d87` to `e6b993c` - [Commits](https://github.com/viperproject/vs-verification-toolbox/compare/cb59d879ec558725bda444621d3550b56a98f00c...e6b993cf2ef2e2db10e8027ccc8a9bc561d6adbc) --- updated-dependencies: - dependency-name: "@types/mocha" dependency-type: direct:development update-type: version-update:semver-patch dependency-group: all - dependency-name: "@types/node" dependency-type: direct:development update-type: version-update:semver-minor dependency-group: all - dependency-name: typescript dependency-type: direct:development update-type: version-update:semver-minor dependency-group: all - dependency-name: vs-verification-toolbox dependency-type: direct:development dependency-group: all ... Signed-off-by: dependabot[bot] --- client/package-lock.json | 36 +++++++++++++++++++----------------- client/package.json | 6 +++--- 2 files changed, 22 insertions(+), 20 deletions(-) diff --git a/client/package-lock.json b/client/package-lock.json index 5d0a266..dee0c75 100644 --- a/client/package-lock.json +++ b/client/package-lock.json @@ -9,8 +9,8 @@ "version": "2.0.0", "license": "MPL-2.0", "devDependencies": { - "@types/mocha": "^10.0.8", - "@types/node": "^22.7.4", + "@types/mocha": "^10.0.10", + "@types/node": "^22.10.1", "@types/tmp": "^0.2.6", "@types/vscode": "^1.63.0", "@types/yargs": "^17.0.33", @@ -25,7 +25,7 @@ "rimraf": "^6.0.1", "tmp": "^0.2.3", "ts-loader": "^9.5.1", - "typescript": "^5.6.2", + "typescript": "^5.7.2", "vs-verification-toolbox": "git+https://github.com/viperproject/vs-verification-toolbox.git", "vscode-languageclient": "^6.1.3", "vscode-uri": "^3.0.8", @@ -887,18 +887,18 @@ } }, "node_modules/@types/mocha": { - "version": "10.0.9", - "resolved": "https://registry.npmjs.org/@types/mocha/-/mocha-10.0.9.tgz", - "integrity": "sha512-sicdRoWtYevwxjOHNMPTl3vSfJM6oyW8o1wXeI7uww6b6xHg8eBznQDNSGBCDJmsE8UMxP05JgZRtsKbTqt//Q==", + "version": "10.0.10", + "resolved": "https://registry.npmjs.org/@types/mocha/-/mocha-10.0.10.tgz", + "integrity": "sha512-xPyYSz1cMPnJQhl0CLMH68j3gprKZaTjG3s5Vi+fDgx+uhG9NOXwbVt52eFS8ECyXhyKcjDLCBEqBExKuiZb7Q==", "dev": true }, "node_modules/@types/node": { - "version": "22.8.6", - "resolved": "https://registry.npmjs.org/@types/node/-/node-22.8.6.tgz", - "integrity": "sha512-tosuJYKrIqjQIlVCM4PEGxOmyg3FCPa/fViuJChnGeEIhjA46oy8FMVoF9su1/v8PNs2a8Q0iFNyOx0uOF91nw==", + "version": "22.10.1", + "resolved": "https://registry.npmjs.org/@types/node/-/node-22.10.1.tgz", + "integrity": "sha512-qKgsUwfHZV2WCWLAnVP1JqnpE6Im6h3Y0+fYgMTasNQ7V++CBX5OT1as0g0f+OyubbFqhf6XVNIsmN4IIhEgGQ==", "dev": true, "dependencies": { - "undici-types": "~6.19.8" + "undici-types": "~6.20.0" } }, "node_modules/@types/responselike": { @@ -7451,9 +7451,9 @@ } }, "node_modules/typescript": { - "version": "5.6.3", - "resolved": "https://registry.npmjs.org/typescript/-/typescript-5.6.3.tgz", - "integrity": "sha512-hjcS1mhfuyi4WW8IWtjP7brDrG2cuDZukyrYrSauoXGNgx0S7zceP07adYkJycEr56BOUTNPzbInooiN3fn1qw==", + "version": "5.7.2", + "resolved": "https://registry.npmjs.org/typescript/-/typescript-5.7.2.tgz", + "integrity": "sha512-i5t66RHxDvVN40HfDd1PsEThGNnlMCMT3jMUuoh9/0TaqWevNontacunWyN02LA9/fIbEWlcHZcgTKb9QoaLfg==", "dev": true, "bin": { "tsc": "bin/tsc", @@ -7500,9 +7500,9 @@ } }, "node_modules/undici-types": { - "version": "6.19.8", - "resolved": "https://registry.npmjs.org/undici-types/-/undici-types-6.19.8.tgz", - "integrity": "sha512-ve2KP6f/JnbPBFyobGHuerC9g1FYGn/F8n1LWTwNxCEzd6IfqTwUQcNXgEtmmQ6DlRrC1hrSrBnCZPokRrDHjw==", + "version": "6.20.0", + "resolved": "https://registry.npmjs.org/undici-types/-/undici-types-6.20.0.tgz", + "integrity": "sha512-Ny6QZ2Nju20vw1SRHe3d9jVu6gJ+4e3+MMpqu7pqE5HT6WsTSlce++GQmK5UXS8mzV8DSYHrQH+Xrf2jVcuKNg==", "dev": true }, "node_modules/universal-user-agent": { @@ -7592,8 +7592,10 @@ }, "node_modules/vs-verification-toolbox": { "version": "1.0.0", - "resolved": "git+ssh://git@github.com/viperproject/vs-verification-toolbox.git#cb59d879ec558725bda444621d3550b56a98f00c", + "resolved": "git+ssh://git@github.com/viperproject/vs-verification-toolbox.git#e6b993cf2ef2e2db10e8027ccc8a9bc561d6adbc", + "integrity": "sha512-cseCgDMo5efNkeIYJEpSu74VtMSexvHCv8A63M5XK3RRXFnDBEu9+trt7fo1FxxFU4/HNPDVU+uhPAzMe3vbyw==", "dev": true, + "license": "MPL-2.0", "dependencies": { "@octokit/rest": "^20.0.2", "extract-zip": "^2.0.0", diff --git a/client/package.json b/client/package.json index 7a994fa..f8a2bbc 100644 --- a/client/package.json +++ b/client/package.json @@ -33,8 +33,8 @@ ], "main": "./dist/extension", "devDependencies": { - "@types/mocha": "^10.0.8", - "@types/node": "^22.7.4", + "@types/mocha": "^10.0.10", + "@types/node": "^22.10.1", "@types/tmp": "^0.2.6", "@types/vscode": "^1.63.0", "@types/yargs": "^17.0.33", @@ -49,7 +49,7 @@ "rimraf": "^6.0.1", "tmp": "^0.2.3", "ts-loader": "^9.5.1", - "typescript": "^5.6.2", + "typescript": "^5.7.2", "vs-verification-toolbox": "git+https://github.com/viperproject/vs-verification-toolbox.git", "vscode-languageclient": "^6.1.3", "vscode-uri": "^3.0.8",