Skip to content

Commit d59dd56

Browse files
committed
build: update all non-major dependencies
1 parent 1316930 commit d59dd56

File tree

7 files changed

+222
-100
lines changed

7 files changed

+222
-100
lines changed

WORKSPACE

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -131,9 +131,9 @@ yarn_install(
131131

132132
http_archive(
133133
name = "aspect_bazel_lib",
134-
sha256 = "a272d79bb0ac6b6965aa199b1f84333413452e87f043b53eca7f347a23a478e8",
135-
strip_prefix = "bazel-lib-2.9.3",
136-
url = "https://github.com/aspect-build/bazel-lib/releases/download/v2.9.3/bazel-lib-v2.9.3.tar.gz",
134+
sha256 = "349aabd3c2b96caeda6181eb0ae1f14f2a1d9f3cd3c8b05d57f709ceb12e9fb3",
135+
strip_prefix = "bazel-lib-2.9.4",
136+
url = "https://github.com/aspect-build/bazel-lib/releases/download/v2.9.4/bazel-lib-v2.9.4.tar.gz",
137137
)
138138

139139
load("@aspect_bazel_lib//lib:repositories.bzl", "aspect_bazel_lib_dependencies", "aspect_bazel_lib_register_toolchains")

package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -86,8 +86,8 @@
8686
"@bazel/rollup": "^5.8.1",
8787
"@bazel/runfiles": "^5.8.1",
8888
"@discoveryjs/json-ext": "0.6.3",
89-
"@inquirer/confirm": "5.0.1",
90-
"@inquirer/prompts": "7.0.1",
89+
"@inquirer/confirm": "5.0.2",
90+
"@inquirer/prompts": "7.1.0",
9191
"@listr2/prompt-adapter-inquirer": "2.0.17",
9292
"@rollup/plugin-alias": "^5.1.1",
9393
"@rollup/plugin-commonjs": "^28.0.0",
@@ -162,7 +162,7 @@
162162
"less-loader": "12.2.0",
163163
"license-webpack-plugin": "4.0.2",
164164
"listr2": "8.2.5",
165-
"lmdb": "3.1.4",
165+
"lmdb": "3.1.5",
166166
"loader-utils": "3.3.1",
167167
"lodash": "^4.17.21",
168168
"magic-string": "0.30.12",
@@ -178,7 +178,7 @@
178178
"parse5-html-rewriting-stream": "7.0.0",
179179
"picomatch": "4.0.2",
180180
"piscina": "4.7.0",
181-
"postcss": "8.4.48",
181+
"postcss": "8.4.49",
182182
"postcss-loader": "8.1.1",
183183
"prettier": "^3.0.0",
184184
"protractor": "~7.0.0",

packages/angular/build/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
"@babel/helper-annotate-as-pure": "7.25.9",
2525
"@babel/helper-split-export-declaration": "7.24.7",
2626
"@babel/plugin-syntax-import-attributes": "7.26.0",
27-
"@inquirer/confirm": "5.0.1",
27+
"@inquirer/confirm": "5.0.2",
2828
"@vitejs/plugin-basic-ssl": "1.1.0",
2929
"beasties": "0.1.0",
3030
"browserslist": "^4.23.0",
@@ -45,7 +45,7 @@
4545
"watchpack": "2.4.2"
4646
},
4747
"optionalDependencies": {
48-
"lmdb": "3.1.4"
48+
"lmdb": "3.1.5"
4949
},
5050
"peerDependencies": {
5151
"@angular/compiler": "^19.0.0-next.9",

packages/angular/cli/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
"@angular-devkit/architect": "0.0.0-EXPERIMENTAL-PLACEHOLDER",
2626
"@angular-devkit/core": "0.0.0-PLACEHOLDER",
2727
"@angular-devkit/schematics": "0.0.0-PLACEHOLDER",
28-
"@inquirer/prompts": "7.0.1",
28+
"@inquirer/prompts": "7.1.0",
2929
"@listr2/prompt-adapter-inquirer": "2.0.17",
3030
"@schematics/angular": "0.0.0-PLACEHOLDER",
3131
"@yarnpkg/lockfile": "1.1.0",

packages/angular_devkit/build_angular/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@
4444
"ora": "5.4.1",
4545
"picomatch": "4.0.2",
4646
"piscina": "4.7.0",
47-
"postcss": "8.4.48",
47+
"postcss": "8.4.49",
4848
"postcss-loader": "8.1.1",
4949
"resolve-url-loader": "5.0.0",
5050
"rxjs": "7.8.1",

packages/angular_devkit/schematics_cli/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
"dependencies": {
1919
"@angular-devkit/core": "0.0.0-PLACEHOLDER",
2020
"@angular-devkit/schematics": "0.0.0-PLACEHOLDER",
21-
"@inquirer/prompts": "7.0.1",
21+
"@inquirer/prompts": "7.1.0",
2222
"ansi-colors": "4.1.3",
2323
"symbol-observable": "4.0.0",
2424
"yargs-parser": "21.1.1"

0 commit comments

Comments
 (0)