From f85f79b17f9dffd8d27e44c2008ee8b35b1674f1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 14 Jan 2025 08:24:55 +0100 Subject: [PATCH] chore(lapis-e2e): bump the minorandpatch group (#1049) Bumps the minorandpatch group in /lapis-e2e with 2 updates: [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) and [typescript](https://github.com/microsoft/TypeScript). Updates `@types/node` from 22.10.5 to 22.10.6 - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases) - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node) Updates `typescript` from 5.7.2 to 5.7.3 - [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.7.2...v5.7.3) --- updated-dependencies: - dependency-name: "@types/node" dependency-type: direct:production update-type: version-update:semver-patch dependency-group: minorandpatch - dependency-name: typescript dependency-type: direct:production update-type: version-update:semver-patch dependency-group: minorandpatch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- lapis-e2e/package-lock.json | 17 ++++++++--------- lapis-e2e/package.json | 4 ++-- 2 files changed, 10 insertions(+), 11 deletions(-) diff --git a/lapis-e2e/package-lock.json b/lapis-e2e/package-lock.json index 22ebdb8a..a6ef8f47 100644 --- a/lapis-e2e/package-lock.json +++ b/lapis-e2e/package-lock.json @@ -11,12 +11,12 @@ "@openapitools/openapi-generator-cli": "^2.15.3", "@types/chai": "^5.0.1", "@types/mocha": "^10.0.10", - "@types/node": "^22.10.5", + "@types/node": "^22.10.6", "chai": "^5.1.2", "mocha": "^11.0.1", "prettier": "^3.4.2", "tsx": "^4.19.2", - "typescript": "^5.7.2" + "typescript": "^5.7.3" } }, "node_modules/@esbuild/aix-ppc64": { @@ -682,9 +682,9 @@ "license": "MIT" }, "node_modules/@types/node": { - "version": "22.10.5", - "resolved": "https://registry.npmjs.org/@types/node/-/node-22.10.5.tgz", - "integrity": "sha512-F8Q+SeGimwOo86fiovQh8qiXfFEh2/ocYv7tU5pJ3EXMSSxk1Joj5wefpFK2fHTf/N6HKGSxIDBT9f3gCxXPkQ==", + "version": "22.10.6", + "resolved": "https://registry.npmjs.org/@types/node/-/node-22.10.6.tgz", + "integrity": "sha512-qNiuwC4ZDAUNcY47xgaSuS92cjf8JbSUoaKS77bmLG1rU7MlATVSiw/IlrjtIyyskXBZ8KkNfjK/P5na7rgXbQ==", "dependencies": { "undici-types": "~6.20.0" } @@ -2639,10 +2639,9 @@ } }, "node_modules/typescript": { - "version": "5.7.2", - "resolved": "https://registry.npmjs.org/typescript/-/typescript-5.7.2.tgz", - "integrity": "sha512-i5t66RHxDvVN40HfDd1PsEThGNnlMCMT3jMUuoh9/0TaqWevNontacunWyN02LA9/fIbEWlcHZcgTKb9QoaLfg==", - "license": "Apache-2.0", + "version": "5.7.3", + "resolved": "https://registry.npmjs.org/typescript/-/typescript-5.7.3.tgz", + "integrity": "sha512-84MVSjMEHP+FQRPy3pX9sTVV/INIex71s9TL2Gm5FG/WG1SqXeKyZ0k7/blY/4FdOzI12CBy1vGc4og/eus0fw==", "bin": { "tsc": "bin/tsc", "tsserver": "bin/tsserver" diff --git a/lapis-e2e/package.json b/lapis-e2e/package.json index fc43ed85..f8e9ce77 100644 --- a/lapis-e2e/package.json +++ b/lapis-e2e/package.json @@ -23,11 +23,11 @@ "@openapitools/openapi-generator-cli": "^2.15.3", "@types/chai": "^5.0.1", "@types/mocha": "^10.0.10", - "@types/node": "^22.10.5", + "@types/node": "^22.10.6", "chai": "^5.1.2", "mocha": "^11.0.1", "prettier": "^3.4.2", "tsx": "^4.19.2", - "typescript": "^5.7.2" + "typescript": "^5.7.3" } }