Skip to content

Commit 3b7eec7

Browse files
renovate-botalan-agius4
authored andcommitted
build: update all non-major dependencies
1 parent f6984d5 commit 3b7eec7

File tree

4 files changed

+114
-44
lines changed

4 files changed

+114
-44
lines changed

WORKSPACE

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,10 @@ load("@bazel_tools//tools/build_defs/repo:http.bzl", "http_archive")
77

88
http_archive(
99
name = "bazel_skylib",
10-
sha256 = "c6966ec828da198c5d9adbaa94c05e3a1c7f21bd012a0b29ba8ddbccb2c93b0d",
10+
sha256 = "af87959afe497dc8dfd4c6cb66e1279cb98ccc84284619ebfec27d9c09a903de",
1111
urls = [
12-
"https://mirror.bazel.build/github.com/bazelbuild/bazel-skylib/releases/download/1.1.1/bazel-skylib-1.1.1.tar.gz",
13-
"https://github.com/bazelbuild/bazel-skylib/releases/download/1.1.1/bazel-skylib-1.1.1.tar.gz",
12+
"https://mirror.bazel.build/github.com/bazelbuild/bazel-skylib/releases/download/1.2.0/bazel-skylib-1.2.0.tar.gz",
13+
"https://github.com/bazelbuild/bazel-skylib/releases/download/1.2.0/bazel-skylib-1.2.0.tar.gz",
1414
],
1515
)
1616

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -137,7 +137,7 @@
137137
"debug": "^4.1.1",
138138
"esbuild": "0.14.21",
139139
"esbuild-wasm": "0.14.21",
140-
"eslint": "8.8.0",
140+
"eslint": "8.9.0",
141141
"eslint-config-prettier": "8.3.0",
142142
"eslint-plugin-header": "3.1.1",
143143
"eslint-plugin-import": "2.25.4",
@@ -186,7 +186,7 @@
186186
"postcss": "8.4.6",
187187
"postcss-import": "14.0.2",
188188
"postcss-loader": "6.2.1",
189-
"postcss-preset-env": "7.3.1",
189+
"postcss-preset-env": "7.3.3",
190190
"prettier": "^2.0.0",
191191
"protractor": "~7.0.0",
192192
"puppeteer": "13.3.1",

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
"postcss": "8.4.6",
5050
"postcss-import": "14.0.2",
5151
"postcss-loader": "6.2.1",
52-
"postcss-preset-env": "7.3.1",
52+
"postcss-preset-env": "7.3.3",
5353
"regenerator-runtime": "0.13.9",
5454
"resolve-url-loader": "5.0.0",
5555
"rxjs": "6.6.7",

yarn.lock

Lines changed: 108 additions & 38 deletions
Original file line numberDiff line numberDiff line change
@@ -1419,19 +1419,26 @@
14191419
dependencies:
14201420
postcss-value-parser "^4.2.0"
14211421

1422+
"@csstools/postcss-progressive-custom-properties@^1.1.0":
1423+
version "1.1.0"
1424+
resolved "https://registry.yarnpkg.com/@csstools/postcss-progressive-custom-properties/-/postcss-progressive-custom-properties-1.1.0.tgz#f2189ccbf74e3fabfcc19d280f37fb06d1181988"
1425+
integrity sha512-DO76V3295AqhjJZvgeaDP5GAGAat4g6wYfF8X+1n+76MpJat8ffY5bCJ9eSUqFY71nImxXgaDTRYJcRnA9oo7g==
1426+
dependencies:
1427+
postcss-value-parser "^4.2.0"
1428+
14221429
"@discoveryjs/[email protected]":
14231430
version "0.5.6"
14241431
resolved "https://registry.yarnpkg.com/@discoveryjs/json-ext/-/json-ext-0.5.6.tgz#d5e0706cf8c6acd8c6032f8d54070af261bbbb2f"
14251432
integrity sha512-ws57AidsDvREKrZKYffXddNkyaF14iHNHm8VQnZH6t99E8gczjNN0GpvcGny0imC80yQ0tHz1xVUKk/KFQSUyA==
14261433

1427-
"@eslint/eslintrc@^1.0.5":
1428-
version "1.0.5"
1429-
resolved "https://registry.yarnpkg.com/@eslint/eslintrc/-/eslintrc-1.0.5.tgz#33f1b838dbf1f923bfa517e008362b78ddbbf318"
1430-
integrity sha512-BLxsnmK3KyPunz5wmCCpqy0YelEoxxGmH73Is+Z74oOTMtExcjkr3dDR6quwrjh1YspA8DH9gnX1o069KiS9AQ==
1434+
"@eslint/eslintrc@^1.1.0":
1435+
version "1.1.0"
1436+
resolved "https://registry.yarnpkg.com/@eslint/eslintrc/-/eslintrc-1.1.0.tgz#583d12dbec5d4f22f333f9669f7d0b7c7815b4d3"
1437+
integrity sha512-C1DfL7XX4nPqGd6jcP01W9pVM1HYCuUkFk1432D7F0v3JSlUIeOYn9oCoi3eoLZ+iwBSb29BMFxxny0YrrEZqg==
14311438
dependencies:
14321439
ajv "^6.12.4"
14331440
debug "^4.3.2"
1434-
espree "^9.2.0"
1441+
espree "^9.3.1"
14351442
globals "^13.9.0"
14361443
ignore "^4.0.6"
14371444
import-fresh "^3.2.1"
@@ -4104,14 +4111,14 @@ cross-spawn@^7.0.0, cross-spawn@^7.0.2, cross-spawn@^7.0.3:
41044111
shebang-command "^2.0.0"
41054112
which "^2.0.1"
41064113

4107-
css-blank-pseudo@^3.0.2:
4114+
css-blank-pseudo@^3.0.2, css-blank-pseudo@^3.0.3:
41084115
version "3.0.3"
41094116
resolved "https://registry.yarnpkg.com/css-blank-pseudo/-/css-blank-pseudo-3.0.3.tgz#36523b01c12a25d812df343a32c322d2a2324561"
41104117
integrity sha512-VS90XWtsHGqoM0t4KpH053c4ehxZ2E6HtGI7x68YFV0pTo/QmkV/YFA+NnlvK8guxZVNWGQhVNJGC39Q8XF4OQ==
41114118
dependencies:
41124119
postcss-selector-parser "^6.0.9"
41134120

4114-
css-has-pseudo@^3.0.3:
4121+
css-has-pseudo@^3.0.3, css-has-pseudo@^3.0.4:
41154122
version "3.0.4"
41164123
resolved "https://registry.yarnpkg.com/css-has-pseudo/-/css-has-pseudo-3.0.4.tgz#57f6be91ca242d5c9020ee3e51bbb5b89fc7af73"
41174124
integrity sha512-Vse0xpR1K9MNlp2j5w1pgWIJtm1a8qS0JwS9goFYcImjlHEmywP9VUF05aGBXzGpDJF86QXk4L0ypBmwPhGArw==
@@ -4167,6 +4174,11 @@ cssdb@^6.1.0:
41674174
resolved "https://registry.yarnpkg.com/cssdb/-/cssdb-6.2.1.tgz#8904c3f8005bfc334009ee20ddb201330d5a5199"
41684175
integrity sha512-TBIhtDCOeYjwr44Vpl1g/224/18lI0jW+PKdA5ZP30dhre3eEutVUb2mnqUnpRPiPWQB7BQf8CWiUGOa966Fnw==
41694176

4177+
cssdb@^6.3.0:
4178+
version "6.3.0"
4179+
resolved "https://registry.yarnpkg.com/cssdb/-/cssdb-6.3.0.tgz#d5df430a6ff7bb09af377b8c6d8da61d8f4017a4"
4180+
integrity sha512-U/nJSGsM0NIEsVPwat6r6QrvtqZ8m+eYb8qLoSFXXWNghy5x3z6ftubzbb6AMFcvaYVVRXKAmgD1I1e2A31qug==
4181+
41704182
cssesc@^3.0.0:
41714183
version "3.0.0"
41724184
resolved "https://registry.yarnpkg.com/cssesc/-/cssesc-3.0.0.tgz#37741919903b868565e1c09ea747445cd18983ee"
@@ -5187,10 +5199,10 @@ [email protected], eslint-scope@^5.1.1:
51875199
esrecurse "^4.3.0"
51885200
estraverse "^4.1.1"
51895201

5190-
eslint-scope@^7.1.0:
5191-
version "7.1.0"
5192-
resolved "https://registry.yarnpkg.com/eslint-scope/-/eslint-scope-7.1.0.tgz#c1f6ea30ac583031f203d65c73e723b01298f153"
5193-
integrity sha512-aWwkhnS0qAXqNOgKOK0dJ2nvzEbhEvpy8OlJ9kZ0FeZnA6zpjv1/Vei+puGFFX7zkPCkHHXb7IDX3A+7yPrRWg==
5202+
eslint-scope@^7.1.1:
5203+
version "7.1.1"
5204+
resolved "https://registry.yarnpkg.com/eslint-scope/-/eslint-scope-7.1.1.tgz#fff34894c2f65e5226d3041ac480b4513a163642"
5205+
integrity sha512-QKQM/UXpIiHcLqJ5AOyIW7XZmzjkzQXYE54n1++wb0u9V/abW3l9uQnxX8Z5Xd18xyKIMTUAyQ0k1e8pz6LUrw==
51945206
dependencies:
51955207
esrecurse "^4.3.0"
51965208
estraverse "^5.2.0"
@@ -5207,28 +5219,33 @@ eslint-visitor-keys@^2.0.0:
52075219
resolved "https://registry.yarnpkg.com/eslint-visitor-keys/-/eslint-visitor-keys-2.1.0.tgz#f65328259305927392c938ed44eb0a5c9b2bd303"
52085220
integrity sha512-0rSmRBzXgDzIsD6mGdJgevzgezI534Cer5L/vyMX0kHzT/jiB43jRhd9YUlMGYLQy2zprNmoT8qasCGtY+QaKw==
52095221

5210-
eslint-visitor-keys@^3.0.0, eslint-visitor-keys@^3.1.0, eslint-visitor-keys@^3.2.0:
5222+
eslint-visitor-keys@^3.0.0:
52115223
version "3.2.0"
52125224
resolved "https://registry.yarnpkg.com/eslint-visitor-keys/-/eslint-visitor-keys-3.2.0.tgz#6fbb166a6798ee5991358bc2daa1ba76cc1254a1"
52135225
integrity sha512-IOzT0X126zn7ALX0dwFiUQEdsfzrm4+ISsQS8nukaJXwEyYKRSnEIIDULYg1mCtGp7UUXgfGl7BIolXREQK+XQ==
52145226

5215-
5216-
version "8.8.0"
5217-
resolved "https://registry.yarnpkg.com/eslint/-/eslint-8.8.0.tgz#9762b49abad0cb4952539ffdb0a046392e571a2d"
5218-
integrity sha512-H3KXAzQGBH1plhYS3okDix2ZthuYJlQQEGE5k0IKuEqUSiyu4AmxxlJ2MtTYeJ3xB4jDhcYCwGOg2TXYdnDXlQ==
5227+
eslint-visitor-keys@^3.3.0:
5228+
version "3.3.0"
5229+
resolved "https://registry.yarnpkg.com/eslint-visitor-keys/-/eslint-visitor-keys-3.3.0.tgz#f6480fa6b1f30efe2d1968aa8ac745b862469826"
5230+
integrity sha512-mQ+suqKJVyeuwGYHAdjMFqjCyfl8+Ldnxuyp3ldiMBFKkvytrXUZWaiPCEav8qDHKty44bD+qV1IP4T+w+xXRA==
5231+
5232+
5233+
version "8.9.0"
5234+
resolved "https://registry.yarnpkg.com/eslint/-/eslint-8.9.0.tgz#a2a8227a99599adc4342fd9b854cb8d8d6412fdb"
5235+
integrity sha512-PB09IGwv4F4b0/atrbcMFboF/giawbBLVC7fyDamk5Wtey4Jh2K+rYaBhCAbUyEI4QzB1ly09Uglc9iCtFaG2Q==
52195236
dependencies:
5220-
"@eslint/eslintrc" "^1.0.5"
5237+
"@eslint/eslintrc" "^1.1.0"
52215238
"@humanwhocodes/config-array" "^0.9.2"
52225239
ajv "^6.10.0"
52235240
chalk "^4.0.0"
52245241
cross-spawn "^7.0.2"
52255242
debug "^4.3.2"
52265243
doctrine "^3.0.0"
52275244
escape-string-regexp "^4.0.0"
5228-
eslint-scope "^7.1.0"
5245+
eslint-scope "^7.1.1"
52295246
eslint-utils "^3.0.0"
5230-
eslint-visitor-keys "^3.2.0"
5231-
espree "^9.3.0"
5247+
eslint-visitor-keys "^3.3.0"
5248+
espree "^9.3.1"
52325249
esquery "^1.4.0"
52335250
esutils "^2.0.2"
52345251
fast-deep-equal "^3.1.3"
@@ -5253,14 +5270,14 @@ [email protected]:
52535270
text-table "^0.2.0"
52545271
v8-compile-cache "^2.0.3"
52555272

5256-
espree@^9.2.0, espree@^9.3.0:
5257-
version "9.3.0"
5258-
resolved "https://registry.yarnpkg.com/espree/-/espree-9.3.0.tgz#c1240d79183b72aaee6ccfa5a90bc9111df085a8"
5259-
integrity sha512-d/5nCsb0JcqsSEeQzFZ8DH1RmxPcglRWh24EFTlUEmCKoehXGdpsx0RkHDubqUI8LSAIKMQp4r9SzQ3n+sm4HQ==
5273+
espree@^9.3.1:
5274+
version "9.3.1"
5275+
resolved "https://registry.yarnpkg.com/espree/-/espree-9.3.1.tgz#8793b4bc27ea4c778c19908e0719e7b8f4115bcd"
5276+
integrity sha512-bvdyLmJMfwkV3NCRl5ZhJf22zBFo1y8bYh3VYb+bfzqNB4Je68P2sSuXyuFquzWLebHpNd2/d5uv7yoP9ISnGQ==
52605277
dependencies:
52615278
acorn "^8.7.0"
52625279
acorn-jsx "^5.3.1"
5263-
eslint-visitor-keys "^3.1.0"
5280+
eslint-visitor-keys "^3.3.0"
52645281

52655282
esprima@^3.1.3:
52665283
version "3.1.3"
@@ -8706,14 +8723,14 @@ postcss-clamp@^3.0.0:
87068723
dependencies:
87078724
postcss-value-parser "^4.1.0"
87088725

8709-
postcss-color-functional-notation@^4.2.1:
8726+
postcss-color-functional-notation@^4.2.1, postcss-color-functional-notation@^4.2.2:
87108727
version "4.2.2"
87118728
resolved "https://registry.yarnpkg.com/postcss-color-functional-notation/-/postcss-color-functional-notation-4.2.2.tgz#f59ccaeb4ee78f1b32987d43df146109cc743073"
87128729
integrity sha512-DXVtwUhIk4f49KK5EGuEdgx4Gnyj6+t2jBSEmxvpIK9QI40tWrpS2Pua8Q7iIZWBrki2QOaeUdEaLPPa91K0RQ==
87138730
dependencies:
87148731
postcss-value-parser "^4.2.0"
87158732

8716-
postcss-color-hex-alpha@^8.0.2:
8733+
postcss-color-hex-alpha@^8.0.2, postcss-color-hex-alpha@^8.0.3:
87178734
version "8.0.3"
87188735
resolved "https://registry.yarnpkg.com/postcss-color-hex-alpha/-/postcss-color-hex-alpha-8.0.3.tgz#61a0fd151d28b128aa6a8a21a2dad24eebb34d52"
87198736
integrity sha512-fESawWJCrBV035DcbKRPAVmy21LpoyiXdPTuHUfWJ14ZRjY7Y7PA6P4g8z6LQGYhU1WAxkTxjIjurXzoe68Glw==
@@ -8746,35 +8763,35 @@ postcss-custom-selectors@^6.0.0:
87468763
dependencies:
87478764
postcss-selector-parser "^6.0.4"
87488765

8749-
postcss-dir-pseudo-class@^6.0.3:
8766+
postcss-dir-pseudo-class@^6.0.3, postcss-dir-pseudo-class@^6.0.4:
87508767
version "6.0.4"
87518768
resolved "https://registry.yarnpkg.com/postcss-dir-pseudo-class/-/postcss-dir-pseudo-class-6.0.4.tgz#9afe49ea631f0cb36fa0076e7c2feb4e7e3f049c"
87528769
integrity sha512-I8epwGy5ftdzNWEYok9VjW9whC4xnelAtbajGv4adql4FIF09rnrxnA9Y8xSHN47y7gqFIv10C5+ImsLeJpKBw==
87538770
dependencies:
87548771
postcss-selector-parser "^6.0.9"
87558772

8756-
postcss-double-position-gradients@^3.0.4:
8773+
postcss-double-position-gradients@^3.0.4, postcss-double-position-gradients@^3.0.5:
87578774
version "3.0.5"
87588775
resolved "https://registry.yarnpkg.com/postcss-double-position-gradients/-/postcss-double-position-gradients-3.0.5.tgz#f6b755e9850bb9816dfbf8fa346d9ce2e8a03848"
87598776
integrity sha512-XiZzvdxLOWZwtt/1GgHJYGoD9scog/DD/yI5dcvPrXNdNDEv7T53/6tL7ikl+EM3jcerII5/XIQzd1UHOdTi2w==
87608777
dependencies:
87618778
postcss-value-parser "^4.2.0"
87628779

8763-
postcss-env-function@^4.0.4:
8780+
postcss-env-function@^4.0.4, postcss-env-function@^4.0.5:
87648781
version "4.0.5"
87658782
resolved "https://registry.yarnpkg.com/postcss-env-function/-/postcss-env-function-4.0.5.tgz#b9614d50abd91e4c88a114644a9766880dabe393"
87668783
integrity sha512-gPUJc71ji9XKyl0WSzAalBeEA/89kU+XpffpPxSaaaZ1c48OL36r1Ep5R6+9XAPkIiDlSvVAwP4io12q/vTcvA==
87678784
dependencies:
87688785
postcss-value-parser "^4.2.0"
87698786

8770-
postcss-focus-visible@^6.0.3:
8787+
postcss-focus-visible@^6.0.3, postcss-focus-visible@^6.0.4:
87718788
version "6.0.4"
87728789
resolved "https://registry.yarnpkg.com/postcss-focus-visible/-/postcss-focus-visible-6.0.4.tgz#50c9ea9afa0ee657fb75635fabad25e18d76bf9e"
87738790
integrity sha512-QcKuUU/dgNsstIK6HELFRT5Y3lbrMLEOwG+A4s5cA+fx3A3y/JTq3X9LaOj3OC3ALH0XqyrgQIgey/MIZ8Wczw==
87748791
dependencies:
87758792
postcss-selector-parser "^6.0.9"
87768793

8777-
postcss-focus-within@^5.0.3:
8794+
postcss-focus-within@^5.0.3, postcss-focus-within@^5.0.4:
87788795
version "5.0.4"
87798796
resolved "https://registry.yarnpkg.com/postcss-focus-within/-/postcss-focus-within-5.0.4.tgz#5b1d2ec603195f3344b716c0b75f61e44e8d2e20"
87808797
integrity sha512-vvjDN++C0mu8jz4af5d52CB184ogg/sSxAFS+oUJQq2SuCe7T5U2iIsVJtsCp2d6R4j0jr5+q3rPkBVZkXD9fQ==
@@ -8786,12 +8803,12 @@ postcss-font-variant@^5.0.0:
87868803
resolved "https://registry.yarnpkg.com/postcss-font-variant/-/postcss-font-variant-5.0.0.tgz#efd59b4b7ea8bb06127f2d031bfbb7f24d32fa66"
87878804
integrity sha512-1fmkBaCALD72CK2a9i468mA/+tr9/1cBxRRMXOUaZqO43oWPR5imcyPjXwuv7PXbCid4ndlP5zWhidQVVa3hmA==
87888805

8789-
postcss-gap-properties@^3.0.2:
8806+
postcss-gap-properties@^3.0.2, postcss-gap-properties@^3.0.3:
87908807
version "3.0.3"
87918808
resolved "https://registry.yarnpkg.com/postcss-gap-properties/-/postcss-gap-properties-3.0.3.tgz#6401bb2f67d9cf255d677042928a70a915e6ba60"
87928809
integrity sha512-rPPZRLPmEKgLk/KlXMqRaNkYTUpE7YC+bOIQFN5xcu1Vp11Y4faIXv6/Jpft6FMnl6YRxZqDZG0qQOW80stzxQ==
87938810

8794-
postcss-image-set-function@^4.0.5:
8811+
postcss-image-set-function@^4.0.5, postcss-image-set-function@^4.0.6:
87958812
version "4.0.6"
87968813
resolved "https://registry.yarnpkg.com/postcss-image-set-function/-/postcss-image-set-function-4.0.6.tgz#bcff2794efae778c09441498f40e0c77374870a9"
87978814
integrity sha512-KfdC6vg53GC+vPd2+HYzsZ6obmPqOk6HY09kttU19+Gj1nC3S3XBVEXDHxkhxTohgZqzbUb94bKXvKDnYWBm/A==
@@ -8819,6 +8836,14 @@ postcss-lab-function@^4.0.3:
88198836
dependencies:
88208837
postcss-value-parser "^4.2.0"
88218838

8839+
postcss-lab-function@^4.1.0:
8840+
version "4.1.0"
8841+
resolved "https://registry.yarnpkg.com/postcss-lab-function/-/postcss-lab-function-4.1.0.tgz#676e0d8d968df1f4b1f4032ad30a11eecb756a8b"
8842+
integrity sha512-59uHN/2wRaOd7whDyeaJ82E0kncIEeJkwcmvXFPNus8v1YMhtv2IUo9OtOAncn7sifZVMRsyoPlhxwckTjn4cQ==
8843+
dependencies:
8844+
"@csstools/postcss-progressive-custom-properties" "^1.1.0"
8845+
postcss-value-parser "^4.2.0"
8846+
88228847
88238848
version "6.2.1"
88248849
resolved "https://registry.yarnpkg.com/postcss-loader/-/postcss-loader-6.2.1.tgz#0895f7346b1702103d30fdc66e4d494a93c008ef"
@@ -8828,7 +8853,7 @@ [email protected]:
88288853
klona "^2.0.5"
88298854
semver "^7.3.5"
88308855

8831-
postcss-logical@^5.0.3:
8856+
postcss-logical@^5.0.3, postcss-logical@^5.0.4:
88328857
version "5.0.4"
88338858
resolved "https://registry.yarnpkg.com/postcss-logical/-/postcss-logical-5.0.4.tgz#ec75b1ee54421acc04d5921576b7d8db6b0e6f73"
88348859
integrity sha512-RHXxplCeLh9VjinvMrZONq7im4wjWGlRJAqmAVLXyZaXwfDWP73/oq4NdIp+OZwhQUMj0zjqDfM5Fj7qby+B4g==
@@ -8878,7 +8903,7 @@ postcss-opacity-percentage@^1.1.2:
88788903
resolved "https://registry.yarnpkg.com/postcss-opacity-percentage/-/postcss-opacity-percentage-1.1.2.tgz#bd698bb3670a0a27f6d657cc16744b3ebf3b1145"
88798904
integrity sha512-lyUfF7miG+yewZ8EAk9XUBIlrHyUE6fijnesuz+Mj5zrIHIEw6KcIZSOk/elVMqzLvREmXB83Zi/5QpNRYd47w==
88808905

8881-
postcss-overflow-shorthand@^3.0.2:
8906+
postcss-overflow-shorthand@^3.0.2, postcss-overflow-shorthand@^3.0.3:
88828907
version "3.0.3"
88838908
resolved "https://registry.yarnpkg.com/postcss-overflow-shorthand/-/postcss-overflow-shorthand-3.0.3.tgz#ebcfc0483a15bbf1b27fdd9b3c10125372f4cbc2"
88848909
integrity sha512-CxZwoWup9KXzQeeIxtgOciQ00tDtnylYIlJBBODqkgS/PU2jISuWOL/mYLHmZb9ZhZiCaNKsCRiLp22dZUtNsg==
@@ -8888,7 +8913,7 @@ postcss-page-break@^3.0.4:
88888913
resolved "https://registry.yarnpkg.com/postcss-page-break/-/postcss-page-break-3.0.4.tgz#7fbf741c233621622b68d435babfb70dd8c1ee5f"
88898914
integrity sha512-1JGu8oCjVXLa9q9rFTo4MbeeA5FMe00/9C7lN4va606Rdb+HkxXtXsmEDrIraQ11fGz/WvKWa8gMuCKkrXpTsQ==
88908915

8891-
postcss-place@^7.0.3:
8916+
postcss-place@^7.0.3, postcss-place@^7.0.4:
88928917
version "7.0.4"
88938918
resolved "https://registry.yarnpkg.com/postcss-place/-/postcss-place-7.0.4.tgz#eb026650b7f769ae57ca4f938c1addd6be2f62c9"
88948919
integrity sha512-MrgKeiiu5OC/TETQO45kV3npRjOFxEHthsqGtkh3I1rPbZSbXGD/lZVi9j13cYh+NA8PIAPyk6sGjT9QbRyvSg==
@@ -8939,7 +8964,52 @@ [email protected], postcss-preset-env@^7.2.3:
89398964
postcss-replace-overflow-wrap "^4.0.0"
89408965
postcss-selector-not "^5.0.0"
89418966

8942-
postcss-pseudo-class-any-link@^7.1.0:
8967+
8968+
version "7.3.3"
8969+
resolved "https://registry.yarnpkg.com/postcss-preset-env/-/postcss-preset-env-7.3.3.tgz#2c08a717549b282c89be7c90827147814d41809b"
8970+
integrity sha512-/4EIceyxf6LKihp88YnQ0uExt//EHozxOspsCQbLq9/RB4W0zutdk52XJZzDYtCkvergw0NTTQvB7TpdxBRbvQ==
8971+
dependencies:
8972+
"@csstools/postcss-font-format-keywords" "^1.0.0"
8973+
"@csstools/postcss-hwb-function" "^1.0.0"
8974+
"@csstools/postcss-is-pseudo-class" "^2.0.0"
8975+
"@csstools/postcss-normalize-display-values" "^1.0.0"
8976+
"@csstools/postcss-progressive-custom-properties" "^1.1.0"
8977+
autoprefixer "^10.4.2"
8978+
browserslist "^4.19.1"
8979+
css-blank-pseudo "^3.0.3"
8980+
css-has-pseudo "^3.0.4"
8981+
css-prefers-color-scheme "^6.0.3"
8982+
cssdb "^6.3.0"
8983+
postcss-attribute-case-insensitive "^5.0.0"
8984+
postcss-clamp "^3.0.0"
8985+
postcss-color-functional-notation "^4.2.2"
8986+
postcss-color-hex-alpha "^8.0.3"
8987+
postcss-color-rebeccapurple "^7.0.2"
8988+
postcss-custom-media "^8.0.0"
8989+
postcss-custom-properties "^12.1.4"
8990+
postcss-custom-selectors "^6.0.0"
8991+
postcss-dir-pseudo-class "^6.0.4"
8992+
postcss-double-position-gradients "^3.0.5"
8993+
postcss-env-function "^4.0.5"
8994+
postcss-focus-visible "^6.0.4"
8995+
postcss-focus-within "^5.0.4"
8996+
postcss-font-variant "^5.0.0"
8997+
postcss-gap-properties "^3.0.3"
8998+
postcss-image-set-function "^4.0.6"
8999+
postcss-initial "^4.0.1"
9000+
postcss-lab-function "^4.1.0"
9001+
postcss-logical "^5.0.4"
9002+
postcss-media-minmax "^5.0.0"
9003+
postcss-nesting "^10.1.2"
9004+
postcss-opacity-percentage "^1.1.2"
9005+
postcss-overflow-shorthand "^3.0.3"
9006+
postcss-page-break "^3.0.4"
9007+
postcss-place "^7.0.4"
9008+
postcss-pseudo-class-any-link "^7.1.1"
9009+
postcss-replace-overflow-wrap "^4.0.0"
9010+
postcss-selector-not "^5.0.0"
9011+
9012+
postcss-pseudo-class-any-link@^7.1.0, postcss-pseudo-class-any-link@^7.1.1:
89439013
version "7.1.1"
89449014
resolved "https://registry.yarnpkg.com/postcss-pseudo-class-any-link/-/postcss-pseudo-class-any-link-7.1.1.tgz#534eb1dadd9945eb07830dbcc06fb4d5d865b8e0"
89459015
integrity sha512-JRoLFvPEX/1YTPxRxp1JO4WxBVXJYrSY7NHeak5LImwJ+VobFMwYDQHvfTXEpcn+7fYIeGkC29zYFhFWIZD8fg==

0 commit comments

Comments
 (0)