Skip to content

Commit 588285c

Browse files
renovate-botalan-agius4
authored andcommitted
build: update all non-major dependencies
1 parent db38313 commit 588285c

File tree

3 files changed

+55
-71
lines changed

3 files changed

+55
-71
lines changed

package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -125,8 +125,8 @@
125125
"@types/text-table": "^0.2.1",
126126
"@types/uuid": "^8.0.0",
127127
"@types/webpack-dev-server": "^4.0.3",
128-
"@typescript-eslint/eslint-plugin": "4.29.3",
129-
"@typescript-eslint/parser": "4.29.3",
128+
"@typescript-eslint/eslint-plugin": "4.30.0",
129+
"@typescript-eslint/parser": "4.30.0",
130130
"@yarnpkg/lockfile": "1.1.0",
131131
"ajv": "8.6.2",
132132
"ajv-formats": "2.1.1",
@@ -140,7 +140,7 @@
140140
"common-tags": "^1.8.0",
141141
"conventional-commits-parser": "^3.0.0",
142142
"copy-webpack-plugin": "9.0.1",
143-
"core-js": "3.16.3",
143+
"core-js": "3.16.4",
144144
"critters": "0.0.10",
145145
"css-loader": "6.2.0",
146146
"debug": "^4.1.1",
@@ -151,7 +151,7 @@
151151
"eslint-plugin-import": "2.24.2",
152152
"express": "4.17.1",
153153
"fast-json-stable-stringify": "2.1.0",
154-
"find-cache-dir": "3.3.1",
154+
"find-cache-dir": "3.3.2",
155155
"font-awesome": "^4.7.0",
156156
"gh-got": "^9.0.0",
157157
"git-raw-commits": "^2.0.0",
@@ -201,7 +201,7 @@
201201
"regenerator-runtime": "0.13.9",
202202
"resolve-url-loader": "4.0.0",
203203
"rxjs": "6.6.7",
204-
"sass": "1.38.1",
204+
"sass": "1.38.2",
205205
"sass-loader": "12.1.0",
206206
"sauce-connect-proxy": "https://saucelabs.com/downloads/sc-4.6.4-linux.tar.gz",
207207
"semver": "7.3.5",

packages/angular_devkit/build_angular/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -29,11 +29,11 @@
2929
"caniuse-lite": "^1.0.30001032",
3030
"circular-dependency-plugin": "5.2.2",
3131
"copy-webpack-plugin": "9.0.1",
32-
"core-js": "3.16.3",
32+
"core-js": "3.16.4",
3333
"critters": "0.0.10",
3434
"css-loader": "6.2.0",
3535
"esbuild": "0.12.24",
36-
"find-cache-dir": "3.3.1",
36+
"find-cache-dir": "3.3.2",
3737
"glob": "7.1.7",
3838
"https-proxy-agent": "5.0.0",
3939
"inquirer": "8.1.2",
@@ -55,7 +55,7 @@
5555
"regenerator-runtime": "0.13.9",
5656
"resolve-url-loader": "4.0.0",
5757
"rxjs": "6.6.7",
58-
"sass": "1.38.1",
58+
"sass": "1.38.2",
5959
"sass-loader": "12.1.0",
6060
"semver": "7.3.5",
6161
"source-map-loader": "3.0.0",

yarn.lock

Lines changed: 47 additions & 63 deletions
Original file line numberDiff line numberDiff line change
@@ -2288,73 +2288,73 @@
22882288
dependencies:
22892289
"@types/node" "*"
22902290

2291-
"@typescript-eslint/eslint-plugin@4.29.3":
2292-
version "4.29.3"
2293-
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-4.29.3.tgz#95cb8029a8bd8bd9c7f4ab95074a7cb2115adefa"
2294-
integrity sha512-tBgfA3K/3TsZY46ROGvoRxQr1wBkclbVqRQep97MjVHJzcRBURRY3sNFqLk0/Xr//BY5hM9H2p/kp+6qim85SA==
2291+
"@typescript-eslint/eslint-plugin@4.30.0":
2292+
version "4.30.0"
2293+
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-4.30.0.tgz#4a0c1ae96b953f4e67435e20248d812bfa55e4fb"
2294+
integrity sha512-NgAnqk55RQ/SD+tZFD9aPwNSeHmDHHe5rtUyhIq0ZeCWZEvo4DK9rYz7v9HDuQZFvn320Ot+AikaCKMFKLlD0g==
22952295
dependencies:
2296-
"@typescript-eslint/experimental-utils" "4.29.3"
2297-
"@typescript-eslint/scope-manager" "4.29.3"
2296+
"@typescript-eslint/experimental-utils" "4.30.0"
2297+
"@typescript-eslint/scope-manager" "4.30.0"
22982298
debug "^4.3.1"
22992299
functional-red-black-tree "^1.0.1"
23002300
regexpp "^3.1.0"
23012301
semver "^7.3.5"
23022302
tsutils "^3.21.0"
23032303

2304-
"@typescript-eslint/experimental-utils@4.29.3":
2305-
version "4.29.3"
2306-
resolved "https://registry.yarnpkg.com/@typescript-eslint/experimental-utils/-/experimental-utils-4.29.3.tgz#52e437a689ccdef73e83c5106b34240a706f15e1"
2307-
integrity sha512-ffIvbytTVWz+3keg+Sy94FG1QeOvmV9dP2YSdLFHw/ieLXWCa3U1TYu8IRCOpMv2/SPS8XqhM1+ou1YHsdzKrg==
2304+
"@typescript-eslint/experimental-utils@4.30.0":
2305+
version "4.30.0"
2306+
resolved "https://registry.yarnpkg.com/@typescript-eslint/experimental-utils/-/experimental-utils-4.30.0.tgz#9e49704fef568432ae16fc0d6685c13d67db0fd5"
2307+
integrity sha512-K8RNIX9GnBsv5v4TjtwkKtqMSzYpjqAQg/oSphtxf3xxdt6T0owqnpojztjjTcatSteH3hLj3t/kklKx87NPqw==
23082308
dependencies:
23092309
"@types/json-schema" "^7.0.7"
2310-
"@typescript-eslint/scope-manager" "4.29.3"
2311-
"@typescript-eslint/types" "4.29.3"
2312-
"@typescript-eslint/typescript-estree" "4.29.3"
2310+
"@typescript-eslint/scope-manager" "4.30.0"
2311+
"@typescript-eslint/types" "4.30.0"
2312+
"@typescript-eslint/typescript-estree" "4.30.0"
23132313
eslint-scope "^5.1.1"
23142314
eslint-utils "^3.0.0"
23152315

2316-
"@typescript-eslint/parser@4.29.3":
2317-
version "4.29.3"
2318-
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-4.29.3.tgz#2ac25535f34c0e98f50c0e6b28c679c2357d45f2"
2319-
integrity sha512-jrHOV5g2u8ROghmspKoW7pN8T/qUzk0+DITun0MELptvngtMrwUJ1tv5zMI04CYVEUsSrN4jV7AKSv+I0y0EfQ==
2316+
"@typescript-eslint/parser@4.30.0":
2317+
version "4.30.0"
2318+
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-4.30.0.tgz#6abd720f66bd790f3e0e80c3be77180c8fcb192d"
2319+
integrity sha512-HJ0XuluSZSxeboLU7Q2VQ6eLlCwXPBOGnA7CqgBnz2Db3JRQYyBDJgQnop6TZ+rsbSx5gEdWhw4rE4mDa1FnZg==
23202320
dependencies:
2321-
"@typescript-eslint/scope-manager" "4.29.3"
2322-
"@typescript-eslint/types" "4.29.3"
2323-
"@typescript-eslint/typescript-estree" "4.29.3"
2321+
"@typescript-eslint/scope-manager" "4.30.0"
2322+
"@typescript-eslint/types" "4.30.0"
2323+
"@typescript-eslint/typescript-estree" "4.30.0"
23242324
debug "^4.3.1"
23252325

2326-
"@typescript-eslint/scope-manager@4.29.3":
2327-
version "4.29.3"
2328-
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-4.29.3.tgz#497dec66f3a22e459f6e306cf14021e40ec86e19"
2329-
integrity sha512-x+w8BLXO7iWPkG5mEy9bA1iFRnk36p/goVlYobVWHyDw69YmaH9q6eA+Fgl7kYHmFvWlebUTUfhtIg4zbbl8PA==
2326+
"@typescript-eslint/scope-manager@4.30.0":
2327+
version "4.30.0"
2328+
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-4.30.0.tgz#1a3ffbb385b1a06be85cd5165a22324f069a85ee"
2329+
integrity sha512-VJ/jAXovxNh7rIXCQbYhkyV2Y3Ac/0cVHP/FruTJSAUUm4Oacmn/nkN5zfWmWFEanN4ggP0vJSHOeajtHq3f8A==
23302330
dependencies:
2331-
"@typescript-eslint/types" "4.29.3"
2332-
"@typescript-eslint/visitor-keys" "4.29.3"
2331+
"@typescript-eslint/types" "4.30.0"
2332+
"@typescript-eslint/visitor-keys" "4.30.0"
23332333

2334-
"@typescript-eslint/types@4.29.3":
2335-
version "4.29.3"
2336-
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-4.29.3.tgz#d7980c49aef643d0af8954c9f14f656b7fd16017"
2337-
integrity sha512-s1eV1lKNgoIYLAl1JUba8NhULmf+jOmmeFO1G5MN/RBCyyzg4TIOfIOICVNC06lor+Xmy4FypIIhFiJXOknhIg==
2334+
"@typescript-eslint/types@4.30.0":
2335+
version "4.30.0"
2336+
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-4.30.0.tgz#fb9d9b0358426f18687fba82eb0b0f869780204f"
2337+
integrity sha512-YKldqbNU9K4WpTNwBqtAerQKLLW/X2A/j4yw92e3ZJYLx+BpKLeheyzoPfzIXHfM8BXfoleTdiYwpsvVPvHrDw==
23382338

2339-
"@typescript-eslint/typescript-estree@4.29.3":
2340-
version "4.29.3"
2341-
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-4.29.3.tgz#1bafad610015c4ded35c85a70b6222faad598b40"
2342-
integrity sha512-45oQJA0bxna4O5TMwz55/TpgjX1YrAPOI/rb6kPgmdnemRZx/dB0rsx+Ku8jpDvqTxcE1C/qEbVHbS3h0hflag==
2339+
"@typescript-eslint/typescript-estree@4.30.0":
2340+
version "4.30.0"
2341+
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-4.30.0.tgz#ae57833da72a753f4846cd3053758c771670c2ac"
2342+
integrity sha512-6WN7UFYvykr/U0Qgy4kz48iGPWILvYL34xXJxvDQeiRE018B7POspNRVtAZscWntEPZpFCx4hcz/XBT+erenfg==
23432343
dependencies:
2344-
"@typescript-eslint/types" "4.29.3"
2345-
"@typescript-eslint/visitor-keys" "4.29.3"
2344+
"@typescript-eslint/types" "4.30.0"
2345+
"@typescript-eslint/visitor-keys" "4.30.0"
23462346
debug "^4.3.1"
23472347
globby "^11.0.3"
23482348
is-glob "^4.0.1"
23492349
semver "^7.3.5"
23502350
tsutils "^3.21.0"
23512351

2352-
"@typescript-eslint/visitor-keys@4.29.3":
2353-
version "4.29.3"
2354-
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-4.29.3.tgz#c691760a00bd86bf8320d2a90a93d86d322f1abf"
2355-
integrity sha512-MGGfJvXT4asUTeVs0Q2m+sY63UsfnA+C/FDgBKV3itLBmM9H0u+URcneePtkd0at1YELmZK6HSolCqM4Fzs6yA==
2352+
"@typescript-eslint/visitor-keys@4.30.0":
2353+
version "4.30.0"
2354+
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-4.30.0.tgz#a47c6272fc71b0c627d1691f68eaecf4ad71445e"
2355+
integrity sha512-pNaaxDt/Ol/+JZwzP7MqWc8PJQTUhZwoee/PVlQ+iYoYhagccvoHnC9e4l+C/krQYYkENxznhVSDwClIbZVxRw==
23562356
dependencies:
2357-
"@typescript-eslint/types" "4.29.3"
2357+
"@typescript-eslint/types" "4.30.0"
23582358
eslint-visitor-keys "^2.0.0"
23592359

23602360
"@verdaccio/[email protected]", "@verdaccio/commons-api@^10.0.0":
@@ -3680,10 +3680,10 @@ core-js-compat@^3.14.0, core-js-compat@^3.16.0:
36803680
browserslist "^4.16.8"
36813681
semver "7.0.0"
36823682

3683-
3684-
version "3.16.3"
3685-
resolved "https://registry.yarnpkg.com/core-js/-/core-js-3.16.3.tgz#1f2d43c51a9ed014cc6c83440af14697ae4b75f2"
3686-
integrity sha512-lM3GftxzHNtPNUJg0v4pC2RC6puwMd6VZA7vXUczi+SKmCWSf4JwO89VJGMqbzmB7jlK7B5hr3S64PqwFL49cA==
3683+
3684+
version "3.16.4"
3685+
resolved "https://registry.yarnpkg.com/core-js/-/core-js-3.16.4.tgz#0fb1029a554fc2688c0963d7c900e188188a78e0"
3686+
integrity sha512-Tq4GVE6XCjE+hcyW6hPy0ofN3hwtLudz5ZRdrlCnsnD/xkm/PWQRudzYHiKgZKUcefV6Q57fhDHjZHJP5dpfSg==
36873687

36883688
[email protected], core-util-is@~1.0.0:
36893689
version "1.0.2"
@@ -4864,16 +4864,7 @@ [email protected], finalhandler@~1.1.2:
48644864
statuses "~1.5.0"
48654865
unpipe "~1.0.0"
48664866

4867-
4868-
version "3.3.1"
4869-
resolved "https://registry.yarnpkg.com/find-cache-dir/-/find-cache-dir-3.3.1.tgz#89b33fad4a4670daa94f855f7fbe31d6d84fe880"
4870-
integrity sha512-t2GDMt3oGC/v+BMwzmllWDuJF/xcDtE5j/fCGbqDD7OLuJkj0cfh1YSA5VKPvwMeLFLNDBkwOKZ2X85jGLVftQ==
4871-
dependencies:
4872-
commondir "^1.0.1"
4873-
make-dir "^3.0.2"
4874-
pkg-dir "^4.1.0"
4875-
4876-
find-cache-dir@^3.3.1:
4867+
[email protected], find-cache-dir@^3.3.1:
48774868
version "3.3.2"
48784869
resolved "https://registry.yarnpkg.com/find-cache-dir/-/find-cache-dir-3.3.2.tgz#b30c5b6eff0730731aea9bbd9dbecbd80256d64b"
48794870
integrity sha512-wXZV5emFEjrridIgED11OoUKLxiYjAcqot/NJdAkOhlJ+vGzwhOAfcG5OX1jP+S0PcjEn8bdMJv+g2jwQ3Onig==
@@ -9041,14 +9032,7 @@ [email protected]:
90419032
klona "^2.0.4"
90429033
neo-async "^2.6.2"
90439034

9044-
9045-
version "1.38.1"
9046-
resolved "https://registry.yarnpkg.com/sass/-/sass-1.38.1.tgz#54dfb17fb168846b5850324b82fc62dc68f51bad"
9047-
integrity sha512-Lj8nPaSYOuRhgqdyShV50fY5jKnvaRmikUNalMPmbH+tKMGgEKVkltI/lP30PEfO2T1t6R9yc2QIBLgOc3uaFw==
9048-
dependencies:
9049-
chokidar ">=3.0.0 <4.0.0"
9050-
9051-
sass@^1.32.8:
9035+
[email protected], sass@^1.32.8:
90529036
version "1.38.2"
90539037
resolved "https://registry.yarnpkg.com/sass/-/sass-1.38.2.tgz#970045d9966180002a8c8f3820fc114cddb42822"
90549038
integrity sha512-Bz1fG6qiyF0FX6m/I+VxtdVKz1Dfmg/e9kfDy2PhWOkq3T384q2KxwIfP0fXpeI+EyyETdOauH+cRHQDFASllA==

0 commit comments

Comments
 (0)