Skip to content

Commit 4b26211

Browse files
angular-robotdgp1130
authored andcommitted
build: update all non-major dependencies
1 parent 799adbe commit 4b26211

File tree

4 files changed

+10
-3
lines changed

4 files changed

+10
-3
lines changed

.github/workflows/ci.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ jobs:
4444
- name: Initialize environment
4545
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@cef5d14b65c8f8afe7ee57858512c57d953813a4
4646
- name: Setup ESLint Caching
47-
uses: actions/cache@704facf57e6136b1bc63b828d79edcd491f0ee84 # v3.3.2
47+
uses: actions/cache@e12d46a63a90f2fae62d114769bbf2a179198b5c # v3.3.3
4848
with:
4949
path: .eslintcache
5050
key: ${{ runner.os }}-${{ hashFiles('.eslintrc.json') }}

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -169,7 +169,7 @@
169169
"license-webpack-plugin": "4.0.2",
170170
"loader-utils": "3.2.1",
171171
"magic-string": "0.30.5",
172-
"mini-css-extract-plugin": "2.7.6",
172+
"mini-css-extract-plugin": "2.7.7",
173173
"mrmime": "2.0.0",
174174
"ng-packagr": "17.1.0-next.5",
175175
"npm": "^8.11.0",

packages/angular_devkit/build_angular/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@
4242
"license-webpack-plugin": "4.0.2",
4343
"loader-utils": "3.2.1",
4444
"magic-string": "0.30.5",
45-
"mini-css-extract-plugin": "2.7.6",
45+
"mini-css-extract-plugin": "2.7.7",
4646
"mrmime": "2.0.0",
4747
"open": "8.4.2",
4848
"ora": "5.4.1",

yarn.lock

+7
Original file line numberDiff line numberDiff line change
@@ -9284,6 +9284,13 @@ [email protected]:
92849284
dependencies:
92859285
schema-utils "^4.0.0"
92869286

9287+
9288+
version "2.7.7"
9289+
resolved "https://registry.yarnpkg.com/mini-css-extract-plugin/-/mini-css-extract-plugin-2.7.7.tgz#4acf02f362c641c38fb913bfcb7ca2fc4a7cf339"
9290+
integrity sha512-+0n11YGyRavUR3IlaOzJ0/4Il1avMvJ1VJfhWfCn24ITQXhRr1gghbhhrda6tgtNcpZaWKdSuwKq20Jb7fnlyw==
9291+
dependencies:
9292+
schema-utils "^4.0.0"
9293+
92879294
minimalistic-assert@^1.0.0:
92889295
version "1.0.1"
92899296
resolved "https://registry.yarnpkg.com/minimalistic-assert/-/minimalistic-assert-1.0.1.tgz#2e194de044626d4a10e7f7fbc00ce73e83e4d5c7"

0 commit comments

Comments
 (0)