From 0ff31201de7e38e41007ed263e3e4cf3a657d4eb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 1 Jul 2024 14:42:05 +0000 Subject: [PATCH] build(deps-dev): bump @angular-devkit/schematics-cli Bumps [@angular-devkit/schematics-cli](https://github.com/angular/angular-cli) from 18.0.4 to 18.0.6. - [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/18.0.4...18.0.6) --- updated-dependencies: - dependency-name: "@angular-devkit/schematics-cli" dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package-lock.json | 27 ++++++++++++--------------- 1 file changed, 12 insertions(+), 15 deletions(-) diff --git a/package-lock.json b/package-lock.json index 791642b..5ad557a 100644 --- a/package-lock.json +++ b/package-lock.json @@ -28,10 +28,9 @@ } }, "node_modules/@angular-devkit/core": { - "version": "18.0.4", - "resolved": "https://registry.npmjs.org/@angular-devkit/core/-/core-18.0.4.tgz", - "integrity": "sha512-8vYvJ5FF2NjFUia00hv8KWakOjOZ+09PbnNqd+lntJBekIg1lHDOF/vNMlVHtU5LiE1aNi9P/69/VXTckPfU9g==", - "license": "MIT", + "version": "18.0.6", + "resolved": "https://registry.npmjs.org/@angular-devkit/core/-/core-18.0.6.tgz", + "integrity": "sha512-07U0S2fpUBjkg4k6uAEQQHSFfearyHGrONlgkxAlk7HWM5jfHp/8D2+ui1OFZgXpSAHF2C5gULbze/2o9ZNgag==", "dependencies": { "ajv": "8.13.0", "ajv-formats": "3.0.1", @@ -55,12 +54,11 @@ } }, "node_modules/@angular-devkit/schematics": { - "version": "18.0.4", - "resolved": "https://registry.npmjs.org/@angular-devkit/schematics/-/schematics-18.0.4.tgz", - "integrity": "sha512-hCHmuu/Z1teOQPx1AMJa/gcK6depk+XgU5dIpEvflC+ApW3hglNe2QKaqajDZ+34s+PKAVWa86M8IOV7o/mHuA==", - "license": "MIT", + "version": "18.0.6", + "resolved": "https://registry.npmjs.org/@angular-devkit/schematics/-/schematics-18.0.6.tgz", + "integrity": "sha512-lzjPp8qWV4p3reyKZ2QRF7rQYc17WMCR61vKldQJBuJrS30yx87x22ASn4BCAo7kKKRv8gXJmoXjCPDFlcfRsw==", "dependencies": { - "@angular-devkit/core": "18.0.4", + "@angular-devkit/core": "18.0.6", "jsonc-parser": "3.2.1", "magic-string": "0.30.10", "ora": "5.4.1", @@ -73,14 +71,13 @@ } }, "node_modules/@angular-devkit/schematics-cli": { - "version": "18.0.4", - "resolved": "https://registry.npmjs.org/@angular-devkit/schematics-cli/-/schematics-cli-18.0.4.tgz", - "integrity": "sha512-6+I0CLP6CV77UV+EJYlsi3s/+M/D42GElqJJDburvanfM/zWpdQnoNG/aZjvVIxYbYQW35jzGagiMljq5dlTIg==", + "version": "18.0.6", + "resolved": "https://registry.npmjs.org/@angular-devkit/schematics-cli/-/schematics-cli-18.0.6.tgz", + "integrity": "sha512-yl8yHRAuyIx0p2b+mCCEZBvQ5X4A5L6O6QnwAtqIzE9NFFGoiZqUiuTuDRoBTer0bbL0ZihMOtTXXNLSLm1t8A==", "dev": true, - "license": "MIT", "dependencies": { - "@angular-devkit/core": "18.0.4", - "@angular-devkit/schematics": "18.0.4", + "@angular-devkit/core": "18.0.6", + "@angular-devkit/schematics": "18.0.6", "ansi-colors": "4.1.3", "inquirer": "9.2.22", "symbol-observable": "4.0.0",