From 20e67030a937d57cbfff294b715742590ea3ff06 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 18 Oct 2024 19:24:26 +0000 Subject: [PATCH] Bump @ngtools/webpack from 16.2.14 to 16.2.16 Bumps [@ngtools/webpack](https://github.com/angular/angular-cli) from 16.2.14 to 16.2.16. - [Release notes](https://github.com/angular/angular-cli/releases) - [Changelog](https://github.com/angular/angular-cli/blob/main/CHANGELOG.md) - [Commits](https://github.com/angular/angular-cli/compare/16.2.14...16.2.16) --- updated-dependencies: - dependency-name: "@ngtools/webpack" dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package-lock.json | 8 ++++---- package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index 734a544c62..ff84d5baa0 100644 --- a/package-lock.json +++ b/package-lock.json @@ -97,7 +97,7 @@ "@cypress/schematic": "^1.5.0", "@fortawesome/fontawesome-free": "^6.6.0", "@ngrx/store-devtools": "^17.1.1", - "@ngtools/webpack": "^16.2.12", + "@ngtools/webpack": "^16.2.16", "@types/deep-freeze": "0.1.2", "@types/ejs": "^3.1.2", "@types/express": "^4.17.17", @@ -5526,9 +5526,9 @@ } }, "node_modules/@ngtools/webpack": { - "version": "16.2.14", - "resolved": "https://registry.npmjs.org/@ngtools/webpack/-/webpack-16.2.14.tgz", - "integrity": "sha512-3+zPP3Wir46qrZ3FEiTz5/emSoVHYUCH+WgBmJ57mZCx1qBOYh2VgllnPr/Yusl1sc/jUZjdwq/es/9ZNw+zDQ==", + "version": "16.2.16", + "resolved": "https://registry.npmjs.org/@ngtools/webpack/-/webpack-16.2.16.tgz", + "integrity": "sha512-4gm2allK0Pjy/Lxb9IGRnhEZNEOJSOTWwy09VOdHouV2ODRK7Tto2LgteaFJUUSLkuvWRsI7pfuA6yrz8KDfHw==", "dev": true, "engines": { "node": "^16.14.0 || >=18.10.0", diff --git a/package.json b/package.json index dfc967ae56..0a9a244a54 100644 --- a/package.json +++ b/package.json @@ -184,7 +184,7 @@ "@cypress/schematic": "^1.5.0", "@fortawesome/fontawesome-free": "^6.6.0", "@ngrx/store-devtools": "^17.1.1", - "@ngtools/webpack": "^16.2.12", + "@ngtools/webpack": "^16.2.16", "@types/deep-freeze": "0.1.2", "@types/ejs": "^3.1.2", "@types/express": "^4.17.17",