Skip to content

Commit ddd2c9f

Browse files
renovate-botclydin
authored andcommitted
build: update all non-major dependencies
1 parent e531fd2 commit ddd2c9f

File tree

6 files changed

+122
-73
lines changed

6 files changed

+122
-73
lines changed

package.json

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@
6262
]
6363
},
6464
"resolutions": {
65-
"**/@types/copy-webpack-plugin/webpack": "5.38.1",
65+
"**/@types/copy-webpack-plugin/webpack": "5.39.0",
6666
"ajv-formats/ajv": "8.6.0"
6767
},
6868
"devDependencies": {
@@ -81,12 +81,12 @@
8181
"@angular/platform-server": "12.1.0-next.5",
8282
"@angular/router": "12.1.0-next.5",
8383
"@angular/service-worker": "12.1.0-next.5",
84-
"@babel/core": "7.14.5",
84+
"@babel/core": "7.14.6",
8585
"@babel/generator": "7.14.5",
8686
"@babel/helper-annotate-as-pure": "7.14.5",
8787
"@babel/plugin-transform-runtime": "7.14.5",
8888
"@babel/preset-env": "7.14.5",
89-
"@babel/runtime": "7.14.5",
89+
"@babel/runtime": "7.14.6",
9090
"@babel/template": "7.14.5",
9191
"@bazel/bazelisk": "1.9.0",
9292
"@bazel/buildifier": "4.0.1",
@@ -123,8 +123,8 @@
123123
"@types/text-table": "^0.2.1",
124124
"@types/uuid": "^8.0.0",
125125
"@types/webpack-dev-server": "^3.1.7",
126-
"@typescript-eslint/eslint-plugin": "4.26.1",
127-
"@typescript-eslint/parser": "4.26.1",
126+
"@typescript-eslint/eslint-plugin": "4.27.0",
127+
"@typescript-eslint/parser": "4.27.0",
128128
"@yarnpkg/lockfile": "1.1.0",
129129
"ajv": "8.6.0",
130130
"ajv-formats": "2.1.0",
@@ -192,7 +192,7 @@
192192
"pidtree": "^0.5.0",
193193
"pidusage": "^2.0.17",
194194
"popper.js": "^1.14.1",
195-
"postcss": "8.3.2",
195+
"postcss": "8.3.4",
196196
"postcss-import": "14.0.2",
197197
"postcss-loader": "6.1.0",
198198
"postcss-preset-env": "6.7.0",
@@ -204,7 +204,7 @@
204204
"regenerator-runtime": "0.13.7",
205205
"resolve-url-loader": "4.0.0",
206206
"rxjs": "6.6.7",
207-
"sass": "1.34.1",
207+
"sass": "1.35.0",
208208
"sass-loader": "12.1.0",
209209
"sauce-connect-proxy": "https://saucelabs.com/downloads/sc-4.6.4-linux.tar.gz",
210210
"semver": "7.3.5",
@@ -230,7 +230,7 @@
230230
"typescript": "4.3.2",
231231
"verdaccio": "5.1.1",
232232
"verdaccio-auth-memory": "^10.0.0",
233-
"webpack": "5.38.1",
233+
"webpack": "5.39.0",
234234
"webpack-dev-middleware": "5.0.0",
235235
"webpack-dev-server": "3.11.2",
236236
"webpack-merge": "5.8.0",

packages/angular_devkit/build_angular/package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -10,13 +10,13 @@
1010
"@angular-devkit/build-optimizer": "0.0.0",
1111
"@angular-devkit/build-webpack": "0.0.0",
1212
"@angular-devkit/core": "0.0.0",
13-
"@babel/core": "7.14.5",
13+
"@babel/core": "7.14.6",
1414
"@babel/generator": "7.14.5",
1515
"@babel/helper-annotate-as-pure": "7.14.5",
1616
"@babel/plugin-transform-async-to-generator": "7.14.5",
1717
"@babel/plugin-transform-runtime": "7.14.5",
1818
"@babel/preset-env": "7.14.5",
19-
"@babel/runtime": "7.14.5",
19+
"@babel/runtime": "7.14.6",
2020
"@babel/template": "7.14.5",
2121
"@discoveryjs/json-ext": "0.5.3",
2222
"@jsdevtools/coverage-istanbul-loader": "3.0.5",
@@ -47,15 +47,15 @@
4747
"open": "8.2.0",
4848
"ora": "5.4.1",
4949
"parse5-html-rewriting-stream": "6.0.1",
50-
"postcss": "8.3.2",
50+
"postcss": "8.3.4",
5151
"postcss-import": "14.0.2",
5252
"postcss-loader": "6.1.0",
5353
"postcss-preset-env": "6.7.0",
5454
"raw-loader": "4.0.2",
5555
"regenerator-runtime": "0.13.7",
5656
"resolve-url-loader": "4.0.0",
5757
"rxjs": "6.6.7",
58-
"sass": "1.34.1",
58+
"sass": "1.35.0",
5959
"sass-loader": "12.1.0",
6060
"semver": "7.3.5",
6161
"source-map": "0.7.3",
@@ -69,7 +69,7 @@
6969
"text-table": "0.2.0",
7070
"tree-kill": "1.2.2",
7171
"tslib": "2.3.0",
72-
"webpack": "5.38.1",
72+
"webpack": "5.39.0",
7373
"webpack-dev-middleware": "5.0.0",
7474
"webpack-dev-server": "3.11.2",
7575
"webpack-merge": "5.8.0",

packages/angular_devkit/build_optimizer/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,6 @@
2222
}
2323
},
2424
"devDependencies": {
25-
"webpack": "5.38.1"
25+
"webpack": "5.39.0"
2626
}
2727
}

packages/angular_devkit/build_webpack/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
"devDependencies": {
1414
"@angular-devkit/core": "0.0.0",
1515
"node-fetch": "2.6.1",
16-
"webpack": "5.38.1"
16+
"webpack": "5.39.0"
1717
},
1818
"peerDependencies": {
1919
"webpack": "^5.30.0",

packages/ngtools/webpack/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,6 @@
3333
"@angular/compiler": "12.1.0-next.5",
3434
"@angular/compiler-cli": "12.1.0-next.5",
3535
"typescript": "4.3.2",
36-
"webpack": "5.38.1"
36+
"webpack": "5.39.0"
3737
}
3838
}

yarn.lock

Lines changed: 106 additions & 57 deletions
Original file line numberDiff line numberDiff line change
@@ -198,17 +198,17 @@
198198
resolved "https://registry.yarnpkg.com/@babel/compat-data/-/compat-data-7.14.5.tgz#8ef4c18e58e801c5c95d3c1c0f2874a2680fadea"
199199
integrity sha512-kixrYn4JwfAVPa0f2yfzc2AWti6WRRyO3XjWW5PJAvtE11qhSayrrcrEnee05KAtNaPC+EwehE8Qt1UedEVB8w==
200200

201-
"@babel/[email protected].5", "@babel/core@^7.7.5", "@babel/core@^7.8.6":
202-
version "7.14.5"
203-
resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.14.5.tgz#d281f46a9905f07d1b3bf71ead54d9c7d89cb1e3"
204-
integrity sha512-RN/AwP2DJmQTZSfiDaD+JQQ/J99KsIpOCfBE5pL+5jJSt7nI3nYGoAXZu+ffYSQ029NLs2DstZb+eR81uuARgg==
201+
202+
version "7.14.6"
203+
resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.14.6.tgz#e0814ec1a950032ff16c13a2721de39a8416fcab"
204+
integrity sha512-gJnOEWSqTk96qG5BoIrl5bVtc23DCycmIePPYnamY9RboYdI4nFy5vAQMSl81O5K/W0sLDWfGysnOECC+KUUCA==
205205
dependencies:
206206
"@babel/code-frame" "^7.14.5"
207207
"@babel/generator" "^7.14.5"
208208
"@babel/helper-compilation-targets" "^7.14.5"
209209
"@babel/helper-module-transforms" "^7.14.5"
210-
"@babel/helpers" "^7.14.5"
211-
"@babel/parser" "^7.14.5"
210+
"@babel/helpers" "^7.14.6"
211+
"@babel/parser" "^7.14.6"
212212
"@babel/template" "^7.14.5"
213213
"@babel/traverse" "^7.14.5"
214214
"@babel/types" "^7.14.5"
@@ -240,6 +240,27 @@
240240
semver "^5.4.1"
241241
source-map "^0.5.0"
242242

243+
"@babel/core@^7.7.5", "@babel/core@^7.8.6":
244+
version "7.14.5"
245+
resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.14.5.tgz#d281f46a9905f07d1b3bf71ead54d9c7d89cb1e3"
246+
integrity sha512-RN/AwP2DJmQTZSfiDaD+JQQ/J99KsIpOCfBE5pL+5jJSt7nI3nYGoAXZu+ffYSQ029NLs2DstZb+eR81uuARgg==
247+
dependencies:
248+
"@babel/code-frame" "^7.14.5"
249+
"@babel/generator" "^7.14.5"
250+
"@babel/helper-compilation-targets" "^7.14.5"
251+
"@babel/helper-module-transforms" "^7.14.5"
252+
"@babel/helpers" "^7.14.5"
253+
"@babel/parser" "^7.14.5"
254+
"@babel/template" "^7.14.5"
255+
"@babel/traverse" "^7.14.5"
256+
"@babel/types" "^7.14.5"
257+
convert-source-map "^1.7.0"
258+
debug "^4.1.0"
259+
gensync "^1.0.0-beta.2"
260+
json5 "^2.1.2"
261+
semver "^6.3.0"
262+
source-map "^0.5.0"
263+
243264
"@babel/[email protected]", "@babel/generator@^7.14.5", "@babel/generator@^7.8.3":
244265
version "7.14.5"
245266
resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.14.5.tgz#848d7b9f031caca9d0cd0af01b063f226f52d785"
@@ -447,6 +468,15 @@
447468
"@babel/traverse" "^7.14.5"
448469
"@babel/types" "^7.14.5"
449470

471+
"@babel/helpers@^7.14.6":
472+
version "7.14.6"
473+
resolved "https://registry.yarnpkg.com/@babel/helpers/-/helpers-7.14.6.tgz#5b58306b95f1b47e2a0199434fa8658fa6c21635"
474+
integrity sha512-yesp1ENQBiLI+iYHSJdoZKUtRpfTlL1grDIX9NRlAVppljLw/4tTyYupIB7uIYmC3stW/imAv8EqaKaS/ibmeA==
475+
dependencies:
476+
"@babel/template" "^7.14.5"
477+
"@babel/traverse" "^7.14.5"
478+
"@babel/types" "^7.14.5"
479+
450480
"@babel/highlight@^7.10.4", "@babel/highlight@^7.14.5":
451481
version "7.14.5"
452482
resolved "https://registry.yarnpkg.com/@babel/highlight/-/highlight-7.14.5.tgz#6861a52f03966405001f6aa534a01a24d99e8cd9"
@@ -461,6 +491,11 @@
461491
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.14.5.tgz#4cd2f346261061b2518873ffecdf1612cb032829"
462492
integrity sha512-TM8C+xtH/9n1qzX+JNHi7AN2zHMTiPUtspO0ZdHflW8KaskkALhMmuMHb4bCmNdv9VAPzJX3/bXqkVLnAvsPfg==
463493

494+
"@babel/parser@^7.14.6":
495+
version "7.14.6"
496+
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.14.6.tgz#d85cc68ca3cac84eae384c06f032921f5227f4b2"
497+
integrity sha512-oG0ej7efjEXxb4UgE+klVx+3j4MVo+A2vCzm7OUN4CLo6WhQ+vSOD2yJ8m7B+DghObxtLxt3EfgMWpq+AsWehQ==
498+
464499
"@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining@^7.14.5":
465500
version "7.14.5"
466501
resolved "https://registry.yarnpkg.com/@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining/-/plugin-bugfix-v8-spread-parameters-in-optional-chaining-7.14.5.tgz#4b467302e1548ed3b1be43beae2cc9cf45e0bb7e"
@@ -1046,7 +1081,14 @@
10461081
"@babel/types" "^7.4.4"
10471082
esutils "^2.0.2"
10481083

1049-
"@babel/[email protected]", "@babel/runtime@^7.8.4":
1084+
1085+
version "7.14.6"
1086+
resolved "https://registry.yarnpkg.com/@babel/runtime/-/runtime-7.14.6.tgz#535203bc0892efc7dec60bdc27b2ecf6e409062d"
1087+
integrity sha512-/PCB2uJ7oM44tz8YhC4Z/6PeOKXp4K588f+5M3clr1M4zbqztlo0XEfJ2LEzj/FgwfgGcIdl8n7YYjTCI0BYwg==
1088+
dependencies:
1089+
regenerator-runtime "^0.13.4"
1090+
1091+
"@babel/runtime@^7.8.4":
10501092
version "7.14.5"
10511093
resolved "https://registry.yarnpkg.com/@babel/runtime/-/runtime-7.14.5.tgz#665450911c6031af38f81db530f387ec04cd9a98"
10521094
integrity sha512-121rumjddw9c3NCQ55KGkyE1h/nzWhU/owjhw0l4mQrkzz4x9SGS1X8gFLraHwX7td3Yo4QTL+qj0NcIzN87BA==
@@ -1985,74 +2027,74 @@
19852027
dependencies:
19862028
"@types/node" "*"
19872029

1988-
"@typescript-eslint/eslint-plugin@4.26.1":
1989-
version "4.26.1"
1990-
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-4.26.1.tgz#b9c7313321cb837e2bf8bebe7acc2220659e67d3"
1991-
integrity sha512-aoIusj/8CR+xDWmZxARivZjbMBQTT9dImUtdZ8tVCVRXgBUuuZyM5Of5A9D9arQPxbi/0rlJLcuArclz/rCMJw==
2030+
"@typescript-eslint/eslint-plugin@4.27.0":
2031+
version "4.27.0"
2032+
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-4.27.0.tgz#0b7fc974e8bc9b2b5eb98ed51427b0be529b4ad0"
2033+
integrity sha512-DsLqxeUfLVNp3AO7PC3JyaddmEHTtI9qTSAs+RB6ja27QvIM0TA8Cizn1qcS6vOu+WDLFJzkwkgweiyFhssDdQ==
19922034
dependencies:
1993-
"@typescript-eslint/experimental-utils" "4.26.1"
1994-
"@typescript-eslint/scope-manager" "4.26.1"
2035+
"@typescript-eslint/experimental-utils" "4.27.0"
2036+
"@typescript-eslint/scope-manager" "4.27.0"
19952037
debug "^4.3.1"
19962038
functional-red-black-tree "^1.0.1"
19972039
lodash "^4.17.21"
19982040
regexpp "^3.1.0"
19992041
semver "^7.3.5"
20002042
tsutils "^3.21.0"
20012043

2002-
"@typescript-eslint/experimental-utils@4.26.1":
2003-
version "4.26.1"
2004-
resolved "https://registry.yarnpkg.com/@typescript-eslint/experimental-utils/-/experimental-utils-4.26.1.tgz#a35980a2390da9232aa206b27f620eab66e94142"
2005-
integrity sha512-sQHBugRhrXzRCs9PaGg6rowie4i8s/iD/DpTB+EXte8OMDfdCG5TvO73XlO9Wc/zi0uyN4qOmX9hIjQEyhnbmQ==
2044+
"@typescript-eslint/experimental-utils@4.27.0":
2045+
version "4.27.0"
2046+
resolved "https://registry.yarnpkg.com/@typescript-eslint/experimental-utils/-/experimental-utils-4.27.0.tgz#78192a616472d199f084eab8f10f962c0757cd1c"
2047+
integrity sha512-n5NlbnmzT2MXlyT+Y0Jf0gsmAQzCnQSWXKy4RGSXVStjDvS5we9IWbh7qRVKdGcxT0WYlgcCYUK/HRg7xFhvjQ==
20062048
dependencies:
20072049
"@types/json-schema" "^7.0.7"
2008-
"@typescript-eslint/scope-manager" "4.26.1"
2009-
"@typescript-eslint/types" "4.26.1"
2010-
"@typescript-eslint/typescript-estree" "4.26.1"
2050+
"@typescript-eslint/scope-manager" "4.27.0"
2051+
"@typescript-eslint/types" "4.27.0"
2052+
"@typescript-eslint/typescript-estree" "4.27.0"
20112053
eslint-scope "^5.1.1"
20122054
eslint-utils "^3.0.0"
20132055

2014-
"@typescript-eslint/parser@4.26.1":
2015-
version "4.26.1"
2016-
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-4.26.1.tgz#cecfdd5eb7a5c13aabce1c1cfd7fbafb5a0f1e8e"
2017-
integrity sha512-q7F3zSo/nU6YJpPJvQveVlIIzx9/wu75lr6oDbDzoeIRWxpoc/HQ43G4rmMoCc5my/3uSj2VEpg/D83LYZF5HQ==
2056+
"@typescript-eslint/parser@4.27.0":
2057+
version "4.27.0"
2058+
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-4.27.0.tgz#85447e573364bce4c46c7f64abaa4985aadf5a94"
2059+
integrity sha512-XpbxL+M+gClmJcJ5kHnUpBGmlGdgNvy6cehgR6ufyxkEJMGP25tZKCaKyC0W/JVpuhU3VU1RBn7SYUPKSMqQvQ==
20182060
dependencies:
2019-
"@typescript-eslint/scope-manager" "4.26.1"
2020-
"@typescript-eslint/types" "4.26.1"
2021-
"@typescript-eslint/typescript-estree" "4.26.1"
2061+
"@typescript-eslint/scope-manager" "4.27.0"
2062+
"@typescript-eslint/types" "4.27.0"
2063+
"@typescript-eslint/typescript-estree" "4.27.0"
20222064
debug "^4.3.1"
20232065

2024-
"@typescript-eslint/scope-manager@4.26.1":
2025-
version "4.26.1"
2026-
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-4.26.1.tgz#075a74a15ff33ee3a7ed33e5fce16ee86689f662"
2027-
integrity sha512-TW1X2p62FQ8Rlne+WEShyd7ac2LA6o27S9i131W4NwDSfyeVlQWhw8ylldNNS8JG6oJB9Ha9Xyc+IUcqipvheQ==
2066+
"@typescript-eslint/scope-manager@4.27.0":
2067+
version "4.27.0"
2068+
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-4.27.0.tgz#b0b1de2b35aaf7f532e89c8e81d0fa298cae327d"
2069+
integrity sha512-DY73jK6SEH6UDdzc6maF19AHQJBFVRf6fgAXHPXCGEmpqD4vYgPEzqpFz1lf/daSbOcMpPPj9tyXXDPW2XReAw==
20282070
dependencies:
2029-
"@typescript-eslint/types" "4.26.1"
2030-
"@typescript-eslint/visitor-keys" "4.26.1"
2071+
"@typescript-eslint/types" "4.27.0"
2072+
"@typescript-eslint/visitor-keys" "4.27.0"
20312073

2032-
"@typescript-eslint/types@4.26.1":
2033-
version "4.26.1"
2034-
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-4.26.1.tgz#9e7c523f73c34b04a765e4167ca5650436ef1d38"
2035-
integrity sha512-STyMPxR3cS+LaNvS8yK15rb8Y0iL0tFXq0uyl6gY45glyI7w0CsyqyEXl/Fa0JlQy+pVANeK3sbwPneCbWE7yg==
2074+
"@typescript-eslint/types@4.27.0":
2075+
version "4.27.0"
2076+
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-4.27.0.tgz#712b408519ed699baff69086bc59cd2fc13df8d8"
2077+
integrity sha512-I4ps3SCPFCKclRcvnsVA/7sWzh7naaM/b4pBO2hVxnM3wrU51Lveybdw5WoIktU/V4KfXrTt94V9b065b/0+wA==
20362078

2037-
"@typescript-eslint/typescript-estree@4.26.1":
2038-
version "4.26.1"
2039-
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-4.26.1.tgz#b2ce2e789233d62283fae2c16baabd4f1dbc9633"
2040-
integrity sha512-l3ZXob+h0NQzz80lBGaykdScYaiEbFqznEs99uwzm8fPHhDjwaBFfQkjUC/slw6Sm7npFL8qrGEAMxcfBsBJUg==
2079+
"@typescript-eslint/typescript-estree@4.27.0":
2080+
version "4.27.0"
2081+
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-4.27.0.tgz#189a7b9f1d0717d5cccdcc17247692dedf7a09da"
2082+
integrity sha512-KH03GUsUj41sRLLEy2JHstnezgpS5VNhrJouRdmh6yNdQ+yl8w5LrSwBkExM+jWwCJa7Ct2c8yl8NdtNRyQO6g==
20412083
dependencies:
2042-
"@typescript-eslint/types" "4.26.1"
2043-
"@typescript-eslint/visitor-keys" "4.26.1"
2084+
"@typescript-eslint/types" "4.27.0"
2085+
"@typescript-eslint/visitor-keys" "4.27.0"
20442086
debug "^4.3.1"
20452087
globby "^11.0.3"
20462088
is-glob "^4.0.1"
20472089
semver "^7.3.5"
20482090
tsutils "^3.21.0"
20492091

2050-
"@typescript-eslint/visitor-keys@4.26.1":
2051-
version "4.26.1"
2052-
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-4.26.1.tgz#0d55ea735cb0d8903b198017d6d4f518fdaac546"
2053-
integrity sha512-IGouNSSd+6x/fHtYRyLOM6/C+QxMDzWlDtN41ea+flWuSF9g02iqcIlX8wM53JkfljoIjP0U+yp7SiTS1onEkw==
2092+
"@typescript-eslint/visitor-keys@4.27.0":
2093+
version "4.27.0"
2094+
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-4.27.0.tgz#f56138b993ec822793e7ebcfac6ffdce0a60cb81"
2095+
integrity sha512-es0GRYNZp0ieckZ938cEANfEhsfHrzuLrePukLKtY3/KPXcq1Xd555Mno9/GOgXhKzn0QfkDLVgqWO3dGY80bg==
20542096
dependencies:
2055-
"@typescript-eslint/types" "4.26.1"
2097+
"@typescript-eslint/types" "4.27.0"
20562098
eslint-visitor-keys "^2.0.0"
20572099

20582100
"@verdaccio/[email protected]", "@verdaccio/commons-api@^10.0.0":
@@ -9347,10 +9389,10 @@ [email protected], postcss@^7.0.14, postcss@^7.0.17, postcss@^7.0.2, postcss@^7.0.32
93479389
source-map "^0.6.1"
93489390
supports-color "^6.1.0"
93499391

9350-
9351-
version "8.3.2"
9352-
resolved "https://registry.yarnpkg.com/postcss/-/postcss-8.3.2.tgz#ed3ec489f5428af5740cd6effcc216b4d455ee64"
9353-
integrity sha512-y1FK/AWdZlBF5lusS5j5l4/vF67+vQZt1SXPVJ32y1kRGDQyrs1zk32hG1cInRTu14P0V+orPz+ifwW/7rR4bg==
9392+
9393+
version "8.3.4"
9394+
resolved "https://registry.yarnpkg.com/postcss/-/postcss-8.3.4.tgz#41ece1c43f2f7c74dc7d90144047ce052757b822"
9395+
integrity sha512-/tZY0PXExXXnNhKv3TOvZAOUYRyuqcCbBm2c17YMDK0PlVII3K7/LKdt3ScHL+hhouddjUWi+1sKDf9xXW+8YA==
93549396
dependencies:
93559397
colorette "^1.2.2"
93569398
nanoid "^3.1.23"
@@ -10206,7 +10248,14 @@ [email protected]:
1020610248
klona "^2.0.4"
1020710249
neo-async "^2.6.2"
1020810250

10209-
[email protected], sass@^1.32.8:
10251+
10252+
version "1.35.0"
10253+
resolved "https://registry.yarnpkg.com/sass/-/sass-1.35.0.tgz#37c39e60eb3f82149488a9ca9ae48f888bf9324d"
10254+
integrity sha512-9joxNu7CoIEdZTDZFnH67NoWE/1VTofGPYiSIntWSE391SfmPu6Kd2Y0ZclDu9WQhVvvPwvo8LHeb/8wHIj95Q==
10255+
dependencies:
10256+
chokidar ">=3.0.0 <4.0.0"
10257+
10258+
sass@^1.32.8:
1021010259
version "1.34.1"
1021110260
resolved "https://registry.yarnpkg.com/sass/-/sass-1.34.1.tgz#30f45c606c483d47b634f1e7371e13ff773c96ef"
1021210261
integrity sha512-scLA7EIZM+MmYlej6sdVr0HRbZX5caX5ofDT9asWnUJj21oqgsC+1LuNfm0eg+vM0fCTZHhwImTiCU0sx9h9CQ==
@@ -12073,10 +12122,10 @@ [email protected]:
1207312122
dependencies:
1207412123
webpack-sources "^1.3.0"
1207512124

12076-
webpack@5.38.1, webpack@^5.1.0:
12077-
version "5.38.1"
12078-
resolved "https://registry.yarnpkg.com/webpack/-/webpack-5.38.1.tgz#5224c7f24c18e729268d3e3bc97240d6e880258e"
12079-
integrity sha512-OqRmYD1OJbHZph6RUMD93GcCZy4Z4wC0ele4FXyYF0J6AxO1vOSuIlU1hkS/lDlR9CDYBz64MZRmdbdnFFoT2g==
12125+
webpack@5.39.0, webpack@^5.1.0:
12126+
version "5.39.0"
12127+
resolved "https://registry.yarnpkg.com/webpack/-/webpack-5.39.0.tgz#37d6899f1f40c31d5901abc0f39bc8cc7224138c"
12128+
integrity sha512-25CHmuDj+oOTyteI13sUqNlCnjCnySuhiKWE/cRYPQYeoQ3ijHgyWX27CiyUKLNGq27v8S0mrksyTreT/xo7pg==
1208012129
dependencies:
1208112130
"@types/eslint-scope" "^3.7.0"
1208212131
"@types/estree" "^0.0.47"

0 commit comments

Comments
 (0)