Skip to content

Commit 4bef0fc

Browse files
committed
build: update all non-major dependencies
See associated pull request for more information.
1 parent 7ca250a commit 4bef0fc

File tree

4 files changed

+39
-18
lines changed

4 files changed

+39
-18
lines changed

.github/workflows/codeql.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,12 +23,12 @@ jobs:
2323
with:
2424
persist-credentials: false
2525
- name: Initialize CodeQL
26-
uses: github/codeql-action/init@ff0a06e83cb2de871e5a09832bc6a81e7276941f # v3.28.18
26+
uses: github/codeql-action/init@fca7ace96b7d713c7035871441bd52efbe39e27e # v3.28.19
2727
with:
2828
languages: javascript-typescript
2929
build-mode: none
3030
config-file: .github/codeql/config.yml
3131
- name: Perform CodeQL Analysis
32-
uses: github/codeql-action/analyze@ff0a06e83cb2de871e5a09832bc6a81e7276941f # v3.28.18
32+
uses: github/codeql-action/analyze@fca7ace96b7d713c7035871441bd52efbe39e27e # v3.28.19
3333
with:
3434
category: '/language:javascript-typescript'

packages/angular_devkit/build_angular/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
"@angular-devkit/core": "workspace:0.0.0-PLACEHOLDER",
1313
"@angular/build": "workspace:0.0.0-PLACEHOLDER",
1414
"@babel/core": "7.27.4",
15-
"@babel/generator": "7.27.3",
15+
"@babel/generator": "7.27.5",
1616
"@babel/helper-annotate-as-pure": "7.27.3",
1717
"@babel/helper-split-export-declaration": "7.24.7",
1818
"@babel/plugin-transform-async-generator-functions": "7.27.1",
@@ -58,7 +58,7 @@
5858
"tslib": "2.8.1",
5959
"webpack": "5.99.9",
6060
"webpack-dev-middleware": "7.4.2",
61-
"webpack-dev-server": "5.2.1",
61+
"webpack-dev-server": "5.2.2",
6262
"webpack-merge": "6.0.1",
6363
"webpack-subresource-integrity": "5.1.0"
6464
},

packages/angular_devkit/build_webpack/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
"@angular-devkit/core": "workspace:0.0.0-PLACEHOLDER",
2424
"@ngtools/webpack": "workspace:0.0.0-PLACEHOLDER",
2525
"webpack": "5.99.9",
26-
"webpack-dev-server": "5.2.1"
26+
"webpack-dev-server": "5.2.2"
2727
},
2828
"peerDependencies": {
2929
"webpack": "^5.30.0",

pnpm-lock.yaml

Lines changed: 34 additions & 13 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)