Skip to content

Commit 1b334e6

Browse files
committed
build: update all non-major dependencies
See associated pull request for more information.
1 parent f7bfb59 commit 1b334e6

File tree

4 files changed

+221
-221
lines changed

4 files changed

+221
-221
lines changed

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -100,8 +100,8 @@
100100
"ansi-colors": "4.1.3",
101101
"beasties": "0.3.4",
102102
"buffer": "6.0.3",
103-
"esbuild": "0.25.4",
104-
"esbuild-wasm": "0.25.4",
103+
"esbuild": "0.25.5",
104+
"esbuild-wasm": "0.25.5",
105105
"eslint": "9.27.0",
106106
"eslint-config-prettier": "10.1.5",
107107
"eslint-plugin-header": "3.1.1",
@@ -131,7 +131,7 @@
131131
"prettier": "^3.0.0",
132132
"protractor": "~7.0.0",
133133
"puppeteer": "18.2.1",
134-
"quicktype-core": "23.2.5",
134+
"quicktype-core": "23.2.6",
135135
"rollup": "4.41.1",
136136
"rollup-license-plugin": "~3.0.1",
137137
"semver": "7.7.2",

packages/angular/build/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
"@vitejs/plugin-basic-ssl": "2.0.0",
2828
"beasties": "0.3.4",
2929
"browserslist": "^4.23.0",
30-
"esbuild": "0.25.4",
30+
"esbuild": "0.25.5",
3131
"https-proxy-agent": "7.0.6",
3232
"istanbul-lib-instrument": "6.0.3",
3333
"jsonc-parser": "3.3.1",
@@ -46,7 +46,7 @@
4646
"watchpack": "2.4.4"
4747
},
4848
"optionalDependencies": {
49-
"lmdb": "3.3.0"
49+
"lmdb": "3.4.0"
5050
},
5151
"devDependencies": {
5252
"@angular/ssr": "workspace:*",

packages/angular_devkit/build_angular/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -17,9 +17,9 @@
1717
"@babel/helper-split-export-declaration": "7.24.7",
1818
"@babel/plugin-transform-async-generator-functions": "7.27.1",
1919
"@babel/plugin-transform-async-to-generator": "7.27.1",
20-
"@babel/plugin-transform-runtime": "7.27.1",
20+
"@babel/plugin-transform-runtime": "7.27.3",
2121
"@babel/preset-env": "7.27.2",
22-
"@babel/runtime": "7.27.1",
22+
"@babel/runtime": "7.27.3",
2323
"@discoveryjs/json-ext": "0.6.3",
2424
"@ngtools/webpack": "workspace:0.0.0-PLACEHOLDER",
2525
"@vitejs/plugin-basic-ssl": "2.0.0",
@@ -29,7 +29,7 @@
2929
"browserslist": "^4.21.5",
3030
"copy-webpack-plugin": "13.0.0",
3131
"css-loader": "7.1.2",
32-
"esbuild-wasm": "0.25.4",
32+
"esbuild-wasm": "0.25.5",
3333
"fast-glob": "3.3.3",
3434
"http-proxy-middleware": "3.0.5",
3535
"istanbul-lib-instrument": "6.0.3",
@@ -63,7 +63,7 @@
6363
"webpack-subresource-integrity": "5.1.0"
6464
},
6565
"optionalDependencies": {
66-
"esbuild": "0.25.4"
66+
"esbuild": "0.25.5"
6767
},
6868
"devDependencies": {
6969
"@angular/ssr": "workspace:*",

0 commit comments

Comments
 (0)