Skip to content

Commit c90e7c7

Browse files
angular-robotangular-robot[bot]
authored andcommitted
build: update all non-major dependencies
1 parent 979c5b4 commit c90e7c7

File tree

9 files changed

+20
-15
lines changed

9 files changed

+20
-15
lines changed

.github/workflows/assistant-to-the-branch-manager.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
assistant_to_the_branch_manager:
1414
runs-on: ubuntu-latest
1515
steps:
16-
- uses: actions/checkout@ac593985615ec2ede58e132d2e21d2b1cbd6127c # tag=v3.3.0
16+
- uses: actions/checkout@24cb9080177205b6e8c946b17badbe402adc938f # v3.4.0
1717
with:
1818
persist-credentials: false
1919
- uses: angular/dev-infra/github-actions/branch-manager@8367e5d95e6f16c0671bc2401373adc9b448eb54

.github/workflows/dev-infra.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,14 +12,14 @@ jobs:
1212
labels:
1313
runs-on: ubuntu-latest
1414
steps:
15-
- uses: actions/checkout@ac593985615ec2ede58e132d2e21d2b1cbd6127c # tag=v3.3.0
15+
- uses: actions/checkout@24cb9080177205b6e8c946b17badbe402adc938f # v3.4.0
1616
- uses: angular/dev-infra/github-actions/commit-message-based-labels@8367e5d95e6f16c0671bc2401373adc9b448eb54
1717
with:
1818
angular-robot-key: ${{ secrets.ANGULAR_ROBOT_PRIVATE_KEY }}
1919
post_approval_changes:
2020
runs-on: ubuntu-latest
2121
steps:
22-
- uses: actions/checkout@ac593985615ec2ede58e132d2e21d2b1cbd6127c # tag=v3.3.0
22+
- uses: actions/checkout@24cb9080177205b6e8c946b17badbe402adc938f # v3.4.0
2323
- uses: angular/dev-infra/github-actions/post-approval-changes@8367e5d95e6f16c0671bc2401373adc9b448eb54
2424
with:
2525
angular-robot-key: ${{ secrets.ANGULAR_ROBOT_PRIVATE_KEY }}

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -155,7 +155,7 @@
155155
"ini": "3.0.1",
156156
"inquirer": "8.2.4",
157157
"jasmine": "^4.0.0",
158-
"jasmine-core": "~4.5.0",
158+
"jasmine-core": "~4.6.0",
159159
"jasmine-spec-reporter": "~7.0.0",
160160
"jquery": "^3.3.1",
161161
"jsonc-parser": "3.2.0",
@@ -212,7 +212,7 @@
212212
"typescript": "5.0.0-beta",
213213
"verdaccio": "5.22.1",
214214
"verdaccio-auth-memory": "^10.0.0",
215-
"webpack": "5.76.1",
215+
"webpack": "5.76.2",
216216
"webpack-dev-middleware": "6.0.1",
217217
"webpack-dev-server": "4.12.0",
218218
"webpack-merge": "5.8.0",

packages/angular_devkit/build_angular/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@
6161
"text-table": "0.2.0",
6262
"tree-kill": "1.2.2",
6363
"tslib": "2.5.0",
64-
"webpack": "5.76.1",
64+
"webpack": "5.76.2",
6565
"webpack-dev-middleware": "6.0.1",
6666
"webpack-dev-server": "4.12.0",
6767
"webpack-merge": "5.8.0",

packages/angular_devkit/build_webpack/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
"devDependencies": {
1414
"@angular-devkit/core": "0.0.0-PLACEHOLDER",
1515
"node-fetch": "2.6.7",
16-
"webpack": "5.76.1"
16+
"webpack": "5.76.2"
1717
},
1818
"peerDependencies": {
1919
"webpack": "^5.30.0",

packages/angular_devkit/schematics_cli/schematic/files/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,6 @@
2020
"devDependencies": {
2121
"@types/node": "^14.15.0",
2222
"@types/jasmine": "~4.3.0",
23-
"jasmine": "~4.5.0"
23+
"jasmine": "~4.6.0"
2424
}
2525
}

packages/ngtools/webpack/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,6 @@
3131
"@angular/compiler": "15.2.2",
3232
"@angular/compiler-cli": "15.2.2",
3333
"typescript": "5.0.0-beta",
34-
"webpack": "5.76.1"
34+
"webpack": "5.76.2"
3535
}
3636
}

packages/schematics/angular/utility/latest-versions/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"dependencies": {
66
"@types/jasmine": "~4.3.0",
77
"@types/node": "^14.15.0",
8-
"jasmine-core": "~4.5.0",
8+
"jasmine-core": "~4.6.0",
99
"jasmine-spec-reporter": "~7.0.0",
1010
"karma-chrome-launcher": "~3.1.0",
1111
"karma-coverage": "~2.2.0",

yarn.lock

Lines changed: 10 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -7201,7 +7201,7 @@ istanbul-reports@^3.0.2, istanbul-reports@^3.0.5:
72017201
html-escaper "^2.0.0"
72027202
istanbul-lib-report "^3.0.0"
72037203

7204-
jasmine-core@^4.1.0, jasmine-core@^4.5.0, jasmine-core@~4.5.0:
7204+
jasmine-core@^4.1.0, jasmine-core@^4.5.0:
72057205
version "4.5.0"
72067206
resolved "https://registry.yarnpkg.com/jasmine-core/-/jasmine-core-4.5.0.tgz#1a6bd0bde3f60996164311c88a0995d67ceda7c3"
72077207
integrity sha512-9PMzyvhtocxb3aXJVOPqBDswdgyAeSB81QnLop4npOpbqnheaTEwPc9ZloQeVswugPManznQBjD8kWDTjlnHuw==
@@ -7211,6 +7211,11 @@ jasmine-core@~2.8.0:
72117211
resolved "https://registry.yarnpkg.com/jasmine-core/-/jasmine-core-2.8.0.tgz#bcc979ae1f9fd05701e45e52e65d3a5d63f1a24e"
72127212
integrity sha512-SNkOkS+/jMZvLhuSx1fjhcNWUC/KG6oVyFUGkSBEr9n1axSNduWU8GlI7suaHXr4yxjet6KjrUZxUTE5WzzWwQ==
72137213

7214+
jasmine-core@~4.6.0:
7215+
version "4.6.0"
7216+
resolved "https://registry.yarnpkg.com/jasmine-core/-/jasmine-core-4.6.0.tgz#6884fc3d5b66bf293e422751eed6d6da217c38f5"
7217+
integrity sha512-O236+gd0ZXS8YAjFx8xKaJ94/erqUliEkJTDedyE7iHvv4ZVqi+q+8acJxu05/WJDKm512EUNn809In37nWlAQ==
7218+
72147219
jasmine-reporters@~2.5.0:
72157220
version "2.5.2"
72167221
resolved "https://registry.yarnpkg.com/jasmine-reporters/-/jasmine-reporters-2.5.2.tgz#b5dfa1d9c40b8020c5225e0e1e2b9953d66a4d69"
@@ -11505,10 +11510,10 @@ [email protected]:
1150511510
watchpack "^2.4.0"
1150611511
webpack-sources "^3.2.3"
1150711512

11508-
11509-
version "5.76.1"
11510-
resolved "https://registry.yarnpkg.com/webpack/-/webpack-5.76.1.tgz#7773de017e988bccb0f13c7d75ec245f377d295c"
11511-
integrity sha512-4+YIK4Abzv8172/SGqObnUjaIHjLEuUasz9EwQj/9xmPPkYJy2Mh03Q/lJfSD3YLzbxy5FeTq5Uw0323Oh6SJQ==
11513+
11514+
version "5.76.2"
11515+
resolved "https://registry.yarnpkg.com/webpack/-/webpack-5.76.2.tgz#6f80d1c1d1e3bf704db571b2504a0461fac80230"
11516+
integrity sha512-Th05ggRm23rVzEOlX8y67NkYCHa9nTNcwHPBhdg+lKG+mtiW7XgggjAeeLnADAe7mLjJ6LUNfgHAuRRh+Z6J7w==
1151211517
dependencies:
1151311518
"@types/eslint-scope" "^3.7.3"
1151411519
"@types/estree" "^0.0.51"

0 commit comments

Comments
 (0)