From b0f4c36bd6ddeaf837b21ade6d07eb79cf32c693 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 29 Jun 2023 02:23:23 +0000 Subject: [PATCH] build(deps): bump @angular-devkit/architect from 0.1601.1 to 0.1601.2 Bumps [@angular-devkit/architect](https://github.com/angular/angular-cli) from 0.1601.1 to 0.1601.2. - [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/commits) --- updated-dependencies: - dependency-name: "@angular-devkit/architect" dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package-lock.json | 30 +++++++++++++++--------------- package.json | 2 +- 2 files changed, 16 insertions(+), 16 deletions(-) diff --git a/package-lock.json b/package-lock.json index a6585e6c6..9a743f68a 100644 --- a/package-lock.json +++ b/package-lock.json @@ -11,7 +11,7 @@ "license": "MIT", "dependencies": { "@anglify/components": "^0.46.3", - "@angular-devkit/architect": "^0.1601.1", + "@angular-devkit/architect": "^0.1601.2", "@angular/animations": "^15.2.3", "@angular/common": "^15.2.3", "@angular/compiler": "^15.2.3", @@ -130,11 +130,11 @@ } }, "node_modules/@angular-devkit/architect": { - "version": "0.1601.1", - "resolved": "https://registry.npmjs.org/@angular-devkit/architect/-/architect-0.1601.1.tgz", - "integrity": "sha512-LUHaxdAZrvh++7/R+/hzVY5moEVVTjd30b25SNNYcNJsWox1Yh9idu1AvtEuZR/A8Jj+sbHnuw0176GsJ78stg==", + "version": "0.1601.2", + "resolved": "https://registry.npmjs.org/@angular-devkit/architect/-/architect-0.1601.2.tgz", + "integrity": "sha512-VQg+VxJsTKcxVs7hgLWYJZZmREr3uVEC7qpuQl9r9L6AoALLgefaVMi44w8hsZfuJQsTcGnvpWVhsBS/KwcRGA==", "dependencies": { - "@angular-devkit/core": "16.1.1", + "@angular-devkit/core": "16.1.2", "rxjs": "7.8.1" }, "engines": { @@ -144,9 +144,9 @@ } }, "node_modules/@angular-devkit/architect/node_modules/@angular-devkit/core": { - "version": "16.1.1", - "resolved": "https://registry.npmjs.org/@angular-devkit/core/-/core-16.1.1.tgz", - "integrity": "sha512-rhyY/N4iKbpfKmErmNmAfBLMrc1H8u8NlfcU6lwN6kbBbM8BfvLk9b7g4JXOfiOQfp4BnQ8CFf7xcIUy4++Tog==", + "version": "16.1.2", + "resolved": "https://registry.npmjs.org/@angular-devkit/core/-/core-16.1.2.tgz", + "integrity": "sha512-RGSkcu03Zybg7drenKxBHvQ/xF8LLZR7o09S4vtLVDwMTGW/ZHnZ+YSC0OuRddbtBlBRhjmsQN6HPvXXfwGLkQ==", "dependencies": { "ajv": "8.12.0", "ajv-formats": "2.1.1", @@ -17317,18 +17317,18 @@ } }, "@angular-devkit/architect": { - "version": "0.1601.1", - "resolved": "https://registry.npmjs.org/@angular-devkit/architect/-/architect-0.1601.1.tgz", - "integrity": "sha512-LUHaxdAZrvh++7/R+/hzVY5moEVVTjd30b25SNNYcNJsWox1Yh9idu1AvtEuZR/A8Jj+sbHnuw0176GsJ78stg==", + "version": "0.1601.2", + "resolved": "https://registry.npmjs.org/@angular-devkit/architect/-/architect-0.1601.2.tgz", + "integrity": "sha512-VQg+VxJsTKcxVs7hgLWYJZZmREr3uVEC7qpuQl9r9L6AoALLgefaVMi44w8hsZfuJQsTcGnvpWVhsBS/KwcRGA==", "requires": { - "@angular-devkit/core": "16.1.1", + "@angular-devkit/core": "16.1.2", "rxjs": "7.8.1" }, "dependencies": { "@angular-devkit/core": { - "version": "16.1.1", - "resolved": "https://registry.npmjs.org/@angular-devkit/core/-/core-16.1.1.tgz", - "integrity": "sha512-rhyY/N4iKbpfKmErmNmAfBLMrc1H8u8NlfcU6lwN6kbBbM8BfvLk9b7g4JXOfiOQfp4BnQ8CFf7xcIUy4++Tog==", + "version": "16.1.2", + "resolved": "https://registry.npmjs.org/@angular-devkit/core/-/core-16.1.2.tgz", + "integrity": "sha512-RGSkcu03Zybg7drenKxBHvQ/xF8LLZR7o09S4vtLVDwMTGW/ZHnZ+YSC0OuRddbtBlBRhjmsQN6HPvXXfwGLkQ==", "requires": { "ajv": "8.12.0", "ajv-formats": "2.1.1", diff --git a/package.json b/package.json index ff465888c..17d357ee8 100644 --- a/package.json +++ b/package.json @@ -15,7 +15,7 @@ "private": true, "dependencies": { "@anglify/components": "^0.46.3", - "@angular-devkit/architect": "^0.1601.1", + "@angular-devkit/architect": "^0.1601.2", "@angular/animations": "^15.2.3", "@angular/common": "^15.2.3", "@angular/compiler": "^15.2.3",