Skip to content

Commit 1a00757

Browse files
committed
build: update all non-major dependencies
1 parent 4243830 commit 1a00757

File tree

8 files changed

+114
-82
lines changed

8 files changed

+114
-82
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -172,7 +172,7 @@ jobs:
172172
./scripts/saucelabs/wait-for-tunnel.sh
173173
yarn bazel test --config=saucelabs //tests/legacy-cli:e2e.saucelabs
174174
./scripts/saucelabs/stop-tunnel.sh
175-
- uses: actions/upload-artifact@89ef406dd8d7e03cfd12d9e0a4a378f454709029 # v4.3.5
175+
- uses: actions/upload-artifact@834a144ee995460fba8ed112a2fc961b36a5ec5a # v4.3.6
176176
if: ${{ failure() }}
177177
with:
178178
name: sauce-connect-log

.github/workflows/pr.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ jobs:
8080
- name: Build release targets
8181
run: yarn ng-dev release build
8282
- name: Store PR release packages
83-
uses: actions/upload-artifact@89ef406dd8d7e03cfd12d9e0a4a378f454709029 # v4.3.5
83+
uses: actions/upload-artifact@834a144ee995460fba8ed112a2fc961b36a5ec5a # v4.3.6
8484
with:
8585
name: packages
8686
path: dist/releases/*.tgz

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -84,8 +84,8 @@
8484
"@bazel/concatjs": "patch:@bazel/concatjs@npm%3A5.8.1#~/.yarn/patches/@bazel-concatjs-npm-5.8.1-1bf81df846.patch",
8585
"@bazel/jasmine": "patch:@bazel/jasmine@npm%3A5.8.1#~/.yarn/patches/@bazel-jasmine-npm-5.8.1-3370fee155.patch",
8686
"@discoveryjs/json-ext": "0.6.0",
87-
"@inquirer/confirm": "3.1.21",
88-
"@inquirer/prompts": "5.3.7",
87+
"@inquirer/confirm": "3.1.22",
88+
"@inquirer/prompts": "5.3.8",
8989
"@listr2/prompt-adapter-inquirer": "2.0.15",
9090
"@rollup/plugin-commonjs": "^26.0.0",
9191
"@rollup/plugin-node-resolve": "^13.0.5",
@@ -173,7 +173,7 @@
173173
"parse5-html-rewriting-stream": "7.0.0",
174174
"picomatch": "4.0.2",
175175
"piscina": "4.6.1",
176-
"postcss": "8.4.40",
176+
"postcss": "8.4.41",
177177
"postcss-loader": "8.1.1",
178178
"prettier": "^3.0.0",
179179
"protractor": "~7.0.0",

packages/angular/build/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
"@babel/helper-annotate-as-pure": "7.24.7",
2525
"@babel/helper-split-export-declaration": "7.24.7",
2626
"@babel/plugin-syntax-import-attributes": "7.24.7",
27-
"@inquirer/confirm": "3.1.21",
27+
"@inquirer/confirm": "3.1.22",
2828
"@vitejs/plugin-basic-ssl": "1.1.0",
2929
"browserslist": "^4.23.0",
3030
"critters": "0.0.24",

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": "5.3.7",
28+
"@inquirer/prompts": "5.3.8",
2929
"@listr2/prompt-adapter-inquirer": "2.0.15",
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
@@ -49,7 +49,7 @@
4949
"parse5-html-rewriting-stream": "7.0.0",
5050
"picomatch": "4.0.2",
5151
"piscina": "4.6.1",
52-
"postcss": "8.4.40",
52+
"postcss": "8.4.41",
5353
"postcss-loader": "8.1.1",
5454
"resolve-url-loader": "5.0.0",
5555
"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": "5.3.7",
21+
"@inquirer/prompts": "5.3.8",
2222
"ansi-colors": "4.1.3",
2323
"symbol-observable": "4.0.0",
2424
"yargs-parser": "21.1.1"

yarn.lock

Lines changed: 105 additions & 73 deletions
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ __metadata:
103103
parse5-html-rewriting-stream: "npm:7.0.0"
104104
picomatch: "npm:4.0.2"
105105
piscina: "npm:4.6.1"
106-
postcss: "npm:8.4.40"
106+
postcss: "npm:8.4.41"
107107
postcss-loader: "npm:8.1.1"
108108
resolve-url-loader: "npm:5.0.0"
109109
rxjs: "npm:7.8.1"
@@ -228,7 +228,7 @@ __metadata:
228228
dependencies:
229229
"@angular-devkit/core": "npm:0.0.0-PLACEHOLDER"
230230
"@angular-devkit/schematics": "npm:0.0.0-PLACEHOLDER"
231-
"@inquirer/prompts": "npm:5.3.7"
231+
"@inquirer/prompts": "npm:5.3.8"
232232
ansi-colors: "npm:4.1.3"
233233
symbol-observable: "npm:4.0.0"
234234
yargs-parser: "npm:21.1.1"
@@ -390,7 +390,7 @@ __metadata:
390390
"@babel/helper-annotate-as-pure": "npm:7.24.7"
391391
"@babel/helper-split-export-declaration": "npm:7.24.7"
392392
"@babel/plugin-syntax-import-attributes": "npm:7.24.7"
393-
"@inquirer/confirm": "npm:3.1.21"
393+
"@inquirer/confirm": "npm:3.1.22"
394394
"@vitejs/plugin-basic-ssl": "npm:1.1.0"
395395
browserslist: "npm:^4.23.0"
396396
critters: "npm:0.0.24"
@@ -518,7 +518,7 @@ __metadata:
518518
"@angular-devkit/architect": "npm:0.0.0-EXPERIMENTAL-PLACEHOLDER"
519519
"@angular-devkit/core": "npm:0.0.0-PLACEHOLDER"
520520
"@angular-devkit/schematics": "npm:0.0.0-PLACEHOLDER"
521-
"@inquirer/prompts": "npm:5.3.7"
521+
"@inquirer/prompts": "npm:5.3.8"
522522
"@listr2/prompt-adapter-inquirer": "npm:2.0.15"
523523
"@schematics/angular": "npm:0.0.0-PLACEHOLDER"
524524
"@yarnpkg/lockfile": "npm:1.1.0"
@@ -657,8 +657,8 @@ __metadata:
657657
"@bazel/concatjs": "patch:@bazel/concatjs@npm%3A5.8.1#~/.yarn/patches/@bazel-concatjs-npm-5.8.1-1bf81df846.patch"
658658
"@bazel/jasmine": "patch:@bazel/jasmine@npm%3A5.8.1#~/.yarn/patches/@bazel-jasmine-npm-5.8.1-3370fee155.patch"
659659
"@discoveryjs/json-ext": "npm:0.6.0"
660-
"@inquirer/confirm": "npm:3.1.21"
661-
"@inquirer/prompts": "npm:5.3.7"
660+
"@inquirer/confirm": "npm:3.1.22"
661+
"@inquirer/prompts": "npm:5.3.8"
662662
"@listr2/prompt-adapter-inquirer": "npm:2.0.15"
663663
"@rollup/plugin-commonjs": "npm:^26.0.0"
664664
"@rollup/plugin-node-resolve": "npm:^13.0.5"
@@ -746,7 +746,7 @@ __metadata:
746746
parse5-html-rewriting-stream: "npm:7.0.0"
747747
picomatch: "npm:4.0.2"
748748
piscina: "npm:4.6.1"
749-
postcss: "npm:8.4.40"
749+
postcss: "npm:8.4.41"
750750
postcss-loader: "npm:8.1.1"
751751
prettier: "npm:^3.0.0"
752752
protractor: "npm:~7.0.0"
@@ -2963,16 +2963,16 @@ __metadata:
29632963
languageName: node
29642964
linkType: hard
29652965

2966-
"@inquirer/checkbox@npm:^2.4.6":
2967-
version: 2.4.6
2968-
resolution: "@inquirer/checkbox@npm:2.4.6"
2966+
"@inquirer/checkbox@npm:^2.4.7":
2967+
version: 2.4.7
2968+
resolution: "@inquirer/checkbox@npm:2.4.7"
29692969
dependencies:
2970-
"@inquirer/core": "npm:^9.0.9"
2970+
"@inquirer/core": "npm:^9.0.10"
29712971
"@inquirer/figures": "npm:^1.0.5"
29722972
"@inquirer/type": "npm:^1.5.2"
29732973
ansi-escapes: "npm:^4.3.2"
29742974
yoctocolors-cjs: "npm:^2.1.2"
2975-
checksum: 10c0/0f22ef95adf4a075ca468495a8d7054d158d8245bf9be41f7a5436931828e0aba509c862eaf7a45d17774a80de4b22f12beda4799f2ffaa31c24c30725bdf32a
2975+
checksum: 10c0/92bd2727f316e2304b150ef32eb3023200512de154b49b6e121f468c2ad6fa58cb3b37d9dc91d1a2dc039e932dd934df5ce481acb2555cacac2b0308acb05576
29762976
languageName: node
29772977
linkType: hard
29782978

@@ -2986,17 +2986,38 @@ __metadata:
29862986
languageName: node
29872987
linkType: hard
29882988

2989-
"@inquirer/confirm@npm:3.1.21, @inquirer/confirm@npm:^3.1.21":
2990-
version: 3.1.21
2991-
resolution: "@inquirer/confirm@npm:3.1.21"
2989+
"@inquirer/confirm@npm:3.1.22, @inquirer/confirm@npm:^3.1.22":
2990+
version: 3.1.22
2991+
resolution: "@inquirer/confirm@npm:3.1.22"
29922992
dependencies:
2993-
"@inquirer/core": "npm:^9.0.9"
2993+
"@inquirer/core": "npm:^9.0.10"
29942994
"@inquirer/type": "npm:^1.5.2"
2995-
checksum: 10c0/30c534d5b12a835bbc75a9032a482382ec6aaf211cd54fe154b4034da854dc335b7cc249cadb8276f6b094c9201e653a7b62e517f5d2e7c17745a3ce8a334cc8
2995+
checksum: 10c0/99e1a17e62a674d8e440a11bf4e9d5a62666247823b091314e52ee40929a6a6e8ce60086ec653bbeb59117bfc940d807c6f4b604cf5cf51f24009b9d09d5bf98
29962996
languageName: node
29972997
linkType: hard
29982998

2999-
"@inquirer/core@npm:^9.0.7, @inquirer/core@npm:^9.0.9":
2999+
"@inquirer/core@npm:^9.0.10":
3000+
version: 9.0.10
3001+
resolution: "@inquirer/core@npm:9.0.10"
3002+
dependencies:
3003+
"@inquirer/figures": "npm:^1.0.5"
3004+
"@inquirer/type": "npm:^1.5.2"
3005+
"@types/mute-stream": "npm:^0.0.4"
3006+
"@types/node": "npm:^22.1.0"
3007+
"@types/wrap-ansi": "npm:^3.0.0"
3008+
ansi-escapes: "npm:^4.3.2"
3009+
cli-spinners: "npm:^2.9.2"
3010+
cli-width: "npm:^4.1.0"
3011+
mute-stream: "npm:^1.0.0"
3012+
signal-exit: "npm:^4.1.0"
3013+
strip-ansi: "npm:^6.0.1"
3014+
wrap-ansi: "npm:^6.2.0"
3015+
yoctocolors-cjs: "npm:^2.1.2"
3016+
checksum: 10c0/117f50a55b5ebee8bfc62ea6adec87035f28ee7ace1efea67895c3d32ab50bf569ecd3ca33c457d0c7ae4240b9fe4d7b698ab70946ac561ab579d0920ddc98bb
3017+
languageName: node
3018+
linkType: hard
3019+
3020+
"@inquirer/core@npm:^9.0.7":
30003021
version: 9.0.9
30013022
resolution: "@inquirer/core@npm:9.0.9"
30023023
dependencies:
@@ -3017,25 +3038,25 @@ __metadata:
30173038
languageName: node
30183039
linkType: hard
30193040

3020-
"@inquirer/editor@npm:^2.1.21":
3021-
version: 2.1.21
3022-
resolution: "@inquirer/editor@npm:2.1.21"
3041+
"@inquirer/editor@npm:^2.1.22":
3042+
version: 2.1.22
3043+
resolution: "@inquirer/editor@npm:2.1.22"
30233044
dependencies:
3024-
"@inquirer/core": "npm:^9.0.9"
3045+
"@inquirer/core": "npm:^9.0.10"
30253046
"@inquirer/type": "npm:^1.5.2"
30263047
external-editor: "npm:^3.1.0"
3027-
checksum: 10c0/8017d6cb93b8984c883cb532b4ff41d6beb42557284381f5a9bbe85413fc1cd493379bce5f4bfa24e8643845a9e1db45b4676e15170c749f23ba80eb8e027464
3048+
checksum: 10c0/a2e65362ed187695450b092c8f5698661002e4e24e1e800dfbbfeaa8e71f60b5d5e1dfa98b9402457c02cab1762ac2b20d3364c11db0b5572aa61caf55f5beba
30283049
languageName: node
30293050
linkType: hard
30303051

3031-
"@inquirer/expand@npm:^2.1.21":
3032-
version: 2.1.21
3033-
resolution: "@inquirer/expand@npm:2.1.21"
3052+
"@inquirer/expand@npm:^2.1.22":
3053+
version: 2.1.22
3054+
resolution: "@inquirer/expand@npm:2.1.22"
30343055
dependencies:
3035-
"@inquirer/core": "npm:^9.0.9"
3056+
"@inquirer/core": "npm:^9.0.10"
30363057
"@inquirer/type": "npm:^1.5.2"
30373058
yoctocolors-cjs: "npm:^2.1.2"
3038-
checksum: 10c0/cfff1daf5acf63cdd1b76b2c2bb4e20037becb7251164acb4d22eb68718ac79572dd605d732833eccaef4dda06195b91386cfb3761e9c546437c47f81c610ae3
3059+
checksum: 10c0/0f9d3447ca6b9e24e0179b4ec53f463647a8323d8a041bc3321f19a2914176117a264bcc6deb723e3f9ec718d3faf672f3f840f0898bbff4371fa899b239b411
30393060
languageName: node
30403061
linkType: hard
30413062

@@ -3046,88 +3067,88 @@ __metadata:
30463067
languageName: node
30473068
linkType: hard
30483069

3049-
"@inquirer/input@npm:^2.2.8":
3050-
version: 2.2.8
3051-
resolution: "@inquirer/input@npm:2.2.8"
3070+
"@inquirer/input@npm:^2.2.9":
3071+
version: 2.2.9
3072+
resolution: "@inquirer/input@npm:2.2.9"
30523073
dependencies:
3053-
"@inquirer/core": "npm:^9.0.9"
3074+
"@inquirer/core": "npm:^9.0.10"
30543075
"@inquirer/type": "npm:^1.5.2"
3055-
checksum: 10c0/e3ad0a01893f06712585c689e8457468d1e10b27bbdca70f916afd2db1cd5e6afb9083bae22371b421982460ca07d94e3af3d15e42851a2f28c37c3e099aab5f
3076+
checksum: 10c0/0fcdc5d9c17712f9a2c79f39d1e03ed4a58cfe1dd1095209b4c83621dba2cb94db03b7df0df34e22584bce9e53403a284c76721def66a452e4751666d945d99f
30563077
languageName: node
30573078
linkType: hard
30583079

3059-
"@inquirer/number@npm:^1.0.9":
3060-
version: 1.0.9
3061-
resolution: "@inquirer/number@npm:1.0.9"
3080+
"@inquirer/number@npm:^1.0.10":
3081+
version: 1.0.10
3082+
resolution: "@inquirer/number@npm:1.0.10"
30623083
dependencies:
3063-
"@inquirer/core": "npm:^9.0.9"
3084+
"@inquirer/core": "npm:^9.0.10"
30643085
"@inquirer/type": "npm:^1.5.2"
3065-
checksum: 10c0/fb1c0133fa63bf0cff2579494e9dc640a20d0323c3291b326b269105f0e6fb1721f4e3cf166500418a47063172618e28875ae159254d6fbd0e930d5e98af986c
3086+
checksum: 10c0/efa7c49322d8f36eeb8afb704bba673c10fcf7992babc8ad5f25d4c8db0fbafc0007439abdef05a462171b37a68b981981859587ff5b71e79002ffac65be859a
30663087
languageName: node
30673088
linkType: hard
30683089

3069-
"@inquirer/password@npm:^2.1.21":
3070-
version: 2.1.21
3071-
resolution: "@inquirer/password@npm:2.1.21"
3090+
"@inquirer/password@npm:^2.1.22":
3091+
version: 2.1.22
3092+
resolution: "@inquirer/password@npm:2.1.22"
30723093
dependencies:
3073-
"@inquirer/core": "npm:^9.0.9"
3094+
"@inquirer/core": "npm:^9.0.10"
30743095
"@inquirer/type": "npm:^1.5.2"
30753096
ansi-escapes: "npm:^4.3.2"
3076-
checksum: 10c0/3009297721cadd33cea85560bfaec17abc5abf3929bc27694beddf8c1d2b1fbc365e9cdbf4c5ba21f033c245f6d442ad65f7eb90467153f90b380fa2ab44ddb5
3097+
checksum: 10c0/5cd5bab0026d673539710f424e6f7dda8abea4863a0cddf982278b15a250f5a2be0a0f17fdf970a900d33187a64ad987d24d038cfbed2599b5a2a97c169bbddc
30773098
languageName: node
30783099
linkType: hard
30793100

3080-
"@inquirer/prompts@npm:5.3.7":
3081-
version: 5.3.7
3082-
resolution: "@inquirer/prompts@npm:5.3.7"
3101+
"@inquirer/prompts@npm:5.3.8":
3102+
version: 5.3.8
3103+
resolution: "@inquirer/prompts@npm:5.3.8"
30833104
dependencies:
3084-
"@inquirer/checkbox": "npm:^2.4.6"
3085-
"@inquirer/confirm": "npm:^3.1.21"
3086-
"@inquirer/editor": "npm:^2.1.21"
3087-
"@inquirer/expand": "npm:^2.1.21"
3088-
"@inquirer/input": "npm:^2.2.8"
3089-
"@inquirer/number": "npm:^1.0.9"
3090-
"@inquirer/password": "npm:^2.1.21"
3091-
"@inquirer/rawlist": "npm:^2.2.3"
3092-
"@inquirer/search": "npm:^1.0.6"
3093-
"@inquirer/select": "npm:^2.4.6"
3094-
checksum: 10c0/36a0ec4025b56291d193550a033efedd75ecf4a5323851106acb0470ff8cf53b7852fada81246d2835ad45c844bce0045f6c036e046f7193b6ee7df3c88db843
3105+
"@inquirer/checkbox": "npm:^2.4.7"
3106+
"@inquirer/confirm": "npm:^3.1.22"
3107+
"@inquirer/editor": "npm:^2.1.22"
3108+
"@inquirer/expand": "npm:^2.1.22"
3109+
"@inquirer/input": "npm:^2.2.9"
3110+
"@inquirer/number": "npm:^1.0.10"
3111+
"@inquirer/password": "npm:^2.1.22"
3112+
"@inquirer/rawlist": "npm:^2.2.4"
3113+
"@inquirer/search": "npm:^1.0.7"
3114+
"@inquirer/select": "npm:^2.4.7"
3115+
checksum: 10c0/2c49afb5e9f7d825c1489d8c587f985418e890508802e1483d1cb8da46644e9803b2f0a8b71f53f0ff5d9273ca39e28faeadf7d6691467eb5c0dbbde900e5233
30953116
languageName: node
30963117
linkType: hard
30973118

3098-
"@inquirer/rawlist@npm:^2.2.3":
3099-
version: 2.2.3
3100-
resolution: "@inquirer/rawlist@npm:2.2.3"
3119+
"@inquirer/rawlist@npm:^2.2.4":
3120+
version: 2.2.4
3121+
resolution: "@inquirer/rawlist@npm:2.2.4"
31013122
dependencies:
3102-
"@inquirer/core": "npm:^9.0.9"
3123+
"@inquirer/core": "npm:^9.0.10"
31033124
"@inquirer/type": "npm:^1.5.2"
31043125
yoctocolors-cjs: "npm:^2.1.2"
3105-
checksum: 10c0/6081e768c54503a9a096c8ad7a5959902c015280be121984cff96b4f0791c3382723b88babd509b2366ee3c237f30f7b8c405a207b610f555156741a980d02d3
3126+
checksum: 10c0/d7c5e0784bb357f6465b7ca08a22310f124fb61db6cce7a1860305d8d25dcdfa66db216d4cc52873d68ae379376984cf8d9cd14880fbca41b7b03802be49caf8
31063127
languageName: node
31073128
linkType: hard
31083129

3109-
"@inquirer/search@npm:^1.0.6":
3110-
version: 1.0.6
3111-
resolution: "@inquirer/search@npm:1.0.6"
3130+
"@inquirer/search@npm:^1.0.7":
3131+
version: 1.0.7
3132+
resolution: "@inquirer/search@npm:1.0.7"
31123133
dependencies:
3113-
"@inquirer/core": "npm:^9.0.9"
3134+
"@inquirer/core": "npm:^9.0.10"
31143135
"@inquirer/figures": "npm:^1.0.5"
31153136
"@inquirer/type": "npm:^1.5.2"
31163137
yoctocolors-cjs: "npm:^2.1.2"
3117-
checksum: 10c0/178f1fe0c417fac8c6169c0aa104d24c5924371955b20998277e4d454ecfc51c893a682c66e73723e52be5e28906c2e170332027c4fba4f541bad478617a36b9
3138+
checksum: 10c0/29179cc32236689b956cccdc092b537c67e841c5cd0a6473b92f9e71f56c0fb737baa4856bf76572f07c0c3999b6b5ea1ce3b74ef56504e179098f700a85a5cf
31183139
languageName: node
31193140
linkType: hard
31203141

3121-
"@inquirer/select@npm:^2.4.6":
3122-
version: 2.4.6
3123-
resolution: "@inquirer/select@npm:2.4.6"
3142+
"@inquirer/select@npm:^2.4.7":
3143+
version: 2.4.7
3144+
resolution: "@inquirer/select@npm:2.4.7"
31243145
dependencies:
3125-
"@inquirer/core": "npm:^9.0.9"
3146+
"@inquirer/core": "npm:^9.0.10"
31263147
"@inquirer/figures": "npm:^1.0.5"
31273148
"@inquirer/type": "npm:^1.5.2"
31283149
ansi-escapes: "npm:^4.3.2"
31293150
yoctocolors-cjs: "npm:^2.1.2"
3130-
checksum: 10c0/25535b08fbfbf9663aefc3e9952f4d9e6c8f165364b203e9216dd83a2ceb784e6d39a7839d2d7db5cc1745ed33b93c014dbf96f4a609d706726b8065bdbf77f2
3151+
checksum: 10c0/34e120a263ca2e7edeab08ef6ca24d0966135e8d1a9d6f167fbc03fa8f057391228d58292281609a25d51eb9d59d0b1d00146bd2a5811c5d3880800321cfe8e6
31313152
languageName: node
31323153
linkType: hard
31333154

@@ -14457,7 +14478,18 @@ __metadata:
1445714478
languageName: node
1445814479
linkType: hard
1445914480

14460-
"postcss@npm:8.4.40, postcss@npm:^8.2.14, postcss@npm:^8.4.23, postcss@npm:^8.4.31, postcss@npm:^8.4.33, postcss@npm:^8.4.39":
14481+
"postcss@npm:8.4.41":
14482+
version: 8.4.41
14483+
resolution: "postcss@npm:8.4.41"
14484+
dependencies:
14485+
nanoid: "npm:^3.3.7"
14486+
picocolors: "npm:^1.0.1"
14487+
source-map-js: "npm:^1.2.0"
14488+
checksum: 10c0/c1828fc59e7ec1a3bf52b3a42f615dba53c67960ed82a81df6441b485fe43c20aba7f4e7c55425762fd99c594ecabbaaba8cf5b30fd79dfec5b52a9f63a2d690
14489+
languageName: node
14490+
linkType: hard
14491+
14492+
"postcss@npm:^8.2.14, postcss@npm:^8.4.23, postcss@npm:^8.4.31, postcss@npm:^8.4.33, postcss@npm:^8.4.39":
1446114493
version: 8.4.40
1446214494
resolution: "postcss@npm:8.4.40"
1446314495
dependencies:

0 commit comments

Comments
 (0)