From fca044a1a7f49ec66e9e0dbc3146092711629386 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 10 Nov 2025 00:10:20 +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 24.3.0 to 24.6.2 - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases) - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node) Updates `typescript` from 5.9.2 to 5.9.3 - [Release notes](https://github.com/microsoft/TypeScript/releases) - [Changelog](https://github.com/microsoft/TypeScript/blob/main/azure-pipelines.release-publish.yml) - [Commits](https://github.com/microsoft/TypeScript/compare/v5.9.2...v5.9.3) --- updated-dependencies: - dependency-name: "@types/node" dependency-version: 24.6.2 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: minor-or-patch - dependency-name: typescript dependency-version: 5.9.3 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 | 26 ++++++++++++------------- examples/autocomplete/package.json | 4 ++-- 2 files changed, 15 insertions(+), 15 deletions(-) diff --git a/examples/autocomplete/package-lock.json b/examples/autocomplete/package-lock.json index 4e83769..257a5ba 100644 --- a/examples/autocomplete/package-lock.json +++ b/examples/autocomplete/package-lock.json @@ -9,14 +9,14 @@ "version": "0.0.0", "dependencies": { "@nginx/reference-lib": "file:../../reference-lib", - "@types/node": "^24.3.0", + "@types/node": "^24.10.0", "ts-node": "^10.9.2", - "typescript": "^5.9.2" + "typescript": "^5.9.3" } }, "../../reference-lib": { "name": "@nginx/reference-lib", - "version": "1.1.15", + "version": "1.1.20", "license": "Apache-2.0", "devDependencies": { "@rollup/plugin-json": "^6.1.0", @@ -85,12 +85,12 @@ "integrity": "sha512-vxhUy4J8lyeyinH7Azl1pdd43GJhZH/tP2weN8TntQblOY+A0XbT8DJk1/oCPuOOyg/Ja757rG0CgHcWC8OfMA==" }, "node_modules/@types/node": { - "version": "24.3.0", - "resolved": "https://registry.npmjs.org/@types/node/-/node-24.3.0.tgz", - "integrity": "sha512-aPTXCrfwnDLj4VvXrm+UUCQjNEvJgNA8s5F1cvwQU+3KNltTOkBm1j30uNLyqqPNe7gE3KFzImYoZEfLhp4Yow==", + "version": "24.10.0", + "resolved": "https://registry.npmjs.org/@types/node/-/node-24.10.0.tgz", + "integrity": "sha512-qzQZRBqkFsYyaSWXuEHc2WR9c0a0CXwiE5FWUvn7ZM+vdy1uZLfCunD38UzhuB7YN/J11ndbDBcTmOdxJo9Q7A==", "license": "MIT", "dependencies": { - "undici-types": "~7.10.0" + "undici-types": "~7.16.0" } }, "node_modules/acorn": { @@ -178,9 +178,9 @@ } }, "node_modules/typescript": { - "version": "5.9.2", - "resolved": "https://registry.npmjs.org/typescript/-/typescript-5.9.2.tgz", - "integrity": "sha512-CWBzXQrc/qOkhidw1OzBTQuYRbfyxDXJMVJ1XNwUHGROVmuaeiEm3OslpZ1RV96d7SKKjZKrSJu3+t/xlw3R9A==", + "version": "5.9.3", + "resolved": "https://registry.npmjs.org/typescript/-/typescript-5.9.3.tgz", + "integrity": "sha512-jl1vZzPDinLr9eUt3J/t7V6FgNEw9QjvBPdysz9KfQDD41fQrC2Y4vKQdiaUpFT4bXlb1RHhLpp8wtm6M5TgSw==", "license": "Apache-2.0", "bin": { "tsc": "bin/tsc", @@ -191,9 +191,9 @@ } }, "node_modules/undici-types": { - "version": "7.10.0", - "resolved": "https://registry.npmjs.org/undici-types/-/undici-types-7.10.0.tgz", - "integrity": "sha512-t5Fy/nfn+14LuOc2KNYg75vZqClpAiqscVvMygNnlsHBFpSXdJaYtXMcdNLpl/Qvc3P2cB3s6lOV51nqsFq4ag==", + "version": "7.16.0", + "resolved": "https://registry.npmjs.org/undici-types/-/undici-types-7.16.0.tgz", + "integrity": "sha512-Zz+aZWSj8LE6zoxD+xrjh4VfkIG8Ya6LvYkZqtUQGJPZjYl53ypCaUwWqo7eI0x66KBGeRo+mlBEkMSeSZ38Nw==", "license": "MIT" }, "node_modules/v8-compile-cache-lib": { diff --git a/examples/autocomplete/package.json b/examples/autocomplete/package.json index 379c547..b5c9b2c 100644 --- a/examples/autocomplete/package.json +++ b/examples/autocomplete/package.json @@ -10,8 +10,8 @@ }, "dependencies": { "@nginx/reference-lib": "file:../../reference-lib", - "@types/node": "^24.3.0", + "@types/node": "^24.10.0", "ts-node": "^10.9.2", - "typescript": "^5.9.2" + "typescript": "^5.9.3" } }