From b0d0380d4828473d6032bca5e0abaf54e08809e7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 20 Jan 2025 00:55:27 +0000 Subject: [PATCH] chore(deps): bump the minor-or-patch group across 1 directory with 2 updates Bumps the minor-or-patch group with 2 updates in the /examples/autocomplete directory: [@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.7 - [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: minor-or-patch - dependency-name: typescript dependency-type: direct:production update-type: version-update:semver-patch dependency-group: minor-or-patch ... Signed-off-by: dependabot[bot] --- examples/autocomplete/package-lock.json | 17 ++++++++--------- examples/autocomplete/package.json | 4 ++-- 2 files changed, 10 insertions(+), 11 deletions(-) diff --git a/examples/autocomplete/package-lock.json b/examples/autocomplete/package-lock.json index 1dc9a01..80c8598 100644 --- a/examples/autocomplete/package-lock.json +++ b/examples/autocomplete/package-lock.json @@ -9,9 +9,9 @@ "version": "0.0.0", "dependencies": { "@nginx/reference-lib": "file:../../reference-lib", - "@types/node": "^22.10.5", + "@types/node": "^22.10.7", "ts-node": "^10.9.2", - "typescript": "^5.7.2" + "typescript": "^5.7.3" } }, "../../reference-lib": { @@ -85,9 +85,9 @@ "integrity": "sha512-vxhUy4J8lyeyinH7Azl1pdd43GJhZH/tP2weN8TntQblOY+A0XbT8DJk1/oCPuOOyg/Ja757rG0CgHcWC8OfMA==" }, "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.7", + "resolved": "https://registry.npmjs.org/@types/node/-/node-22.10.7.tgz", + "integrity": "sha512-V09KvXxFiutGp6B7XkpaDXlNadZxrzajcY50EuoLIpQ6WWYCSvf19lVIazzfIzQvhUN2HjX12spLojTnhuKlGg==", "dependencies": { "undici-types": "~6.20.0" } @@ -177,10 +177,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/examples/autocomplete/package.json b/examples/autocomplete/package.json index ef4b45c..ed87628 100644 --- a/examples/autocomplete/package.json +++ b/examples/autocomplete/package.json @@ -10,8 +10,8 @@ }, "dependencies": { "@nginx/reference-lib": "file:../../reference-lib", - "@types/node": "^22.10.5", + "@types/node": "^22.10.7", "ts-node": "^10.9.2", - "typescript": "^5.7.2" + "typescript": "^5.7.3" } }