From bf5a25b9b96d6a321663f97900f6492d8fa8efa4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 5 Aug 2026 10:02:08 +0000 Subject: [PATCH] build(deps-dev): bump fast-uri Bumps [fast-uri](https://github.com/fastify/fast-uri) from 3.1.4 to 3.1.5. - [Release notes](https://github.com/fastify/fast-uri/releases) - [Commits](https://github.com/fastify/fast-uri/compare/v3.1.4...v3.1.5) --- updated-dependencies: - dependency-name: fast-uri dependency-version: 3.1.5 dependency-type: indirect ... Signed-off-by: dependabot[bot] --- .../builds/default/package-lock.json | 16 ++++++++++++---- 1 file changed, 12 insertions(+), 4 deletions(-) diff --git a/samples/client/petstore/typescript-angular-v22/builds/default/package-lock.json b/samples/client/petstore/typescript-angular-v22/builds/default/package-lock.json index de89bccd8c49..d688dcadba31 100644 --- a/samples/client/petstore/typescript-angular-v22/builds/default/package-lock.json +++ b/samples/client/petstore/typescript-angular-v22/builds/default/package-lock.json @@ -17,7 +17,8 @@ "ng-packagr": "^22.0.0", "reflect-metadata": "^0.1.3", "rxjs": "^7.4.0", - "typescript": ">=6.0.0 <6.1.0" + "typescript": ">=6.0.0 <6.1.0", + "zone.js": "^0.15.0" }, "peerDependencies": { "@angular/core": "^22.0.0", @@ -2402,9 +2403,9 @@ "license": "MIT" }, "node_modules/fast-uri": { - "version": "3.1.4", - "resolved": "https://registry.npmjs.org/fast-uri/-/fast-uri-3.1.4.tgz", - "integrity": "sha512-8JnbkQ4juDyvYs4mgFGQqg4yCYtFDtUtmp2QIQq11ZZe5CFQ5wcqm1rqDgAh/QdMySuBnPzMUiJUNZG5N/AiQw==", + "version": "3.1.5", + "resolved": "https://registry.npmjs.org/fast-uri/-/fast-uri-3.1.5.tgz", + "integrity": "sha512-gHwA1O9LDIcKunMKhObS/HimwtehO1nPUECKAu5TpKgaO19fcWEl4bliWe1jWxVFvIXztJjjQ4L8XQ1EU9f7Jw==", "dev": true, "funding": [ { @@ -3568,6 +3569,13 @@ "funding": { "url": "https://github.com/sponsors/sindresorhus" } + }, + "node_modules/zone.js": { + "version": "0.15.1", + "resolved": "https://registry.npmjs.org/zone.js/-/zone.js-0.15.1.tgz", + "integrity": "sha512-XE96n56IQpJM7NAoXswY3XRLcWFW83xe0BiAOeMD7K5k5xecOeul3Qcpx6GqEeeHNkW5DWL5zOyTbEfB4eti8w==", + "dev": true, + "license": "MIT" } } }