Skip to content

Commit 33ec9d6

Browse files
renovate-botalan-agius4
authored andcommitted
build: update all non-major dependencies
1 parent 6b00d12 commit 33ec9d6

File tree

4 files changed

+132
-32
lines changed

4 files changed

+132
-32
lines changed

package.json

+5-5
Original file line numberDiff line numberDiff line change
@@ -82,13 +82,13 @@
8282
"@angular/platform-server": "12.1.2",
8383
"@angular/router": "12.1.2",
8484
"@angular/service-worker": "12.1.2",
85-
"@babel/core": "7.14.6",
86-
"@babel/generator": "7.14.5",
85+
"@babel/core": "7.14.8",
86+
"@babel/generator": "7.14.8",
8787
"@babel/helper-annotate-as-pure": "7.14.5",
8888
"@babel/plugin-proposal-async-generator-functions": "7.14.7",
8989
"@babel/plugin-transform-runtime": "7.14.5",
90-
"@babel/preset-env": "7.14.7",
91-
"@babel/runtime": "7.14.6",
90+
"@babel/preset-env": "7.14.8",
91+
"@babel/runtime": "7.14.8",
9292
"@babel/template": "7.14.5",
9393
"@bazel/bazelisk": "1.10.1",
9494
"@bazel/buildifier": "4.0.1",
@@ -212,7 +212,7 @@
212212
"source-map-loader": "3.0.0",
213213
"source-map-support": "0.5.19",
214214
"spdx-satisfies": "^5.0.0",
215-
"style-loader": "3.1.0",
215+
"style-loader": "3.2.1",
216216
"stylus": "0.54.8",
217217
"stylus-loader": "6.1.0",
218218
"symbol-observable": "4.0.0",

packages/angular_devkit/build_angular/package.json

+5-5
Original file line numberDiff line numberDiff line change
@@ -11,14 +11,14 @@
1111
"@angular-devkit/build-optimizer": "0.0.0",
1212
"@angular-devkit/build-webpack": "0.0.0",
1313
"@angular-devkit/core": "0.0.0",
14-
"@babel/core": "7.14.6",
15-
"@babel/generator": "7.14.5",
14+
"@babel/core": "7.14.8",
15+
"@babel/generator": "7.14.8",
1616
"@babel/helper-annotate-as-pure": "7.14.5",
1717
"@babel/plugin-proposal-async-generator-functions": "7.14.7",
1818
"@babel/plugin-transform-async-to-generator": "7.14.5",
1919
"@babel/plugin-transform-runtime": "7.14.5",
20-
"@babel/preset-env": "7.14.7",
21-
"@babel/runtime": "7.14.6",
20+
"@babel/preset-env": "7.14.8",
21+
"@babel/runtime": "7.14.8",
2222
"@babel/template": "7.14.5",
2323
"@discoveryjs/json-ext": "0.5.3",
2424
"@jsdevtools/coverage-istanbul-loader": "3.0.5",
@@ -62,7 +62,7 @@
6262
"semver": "7.3.5",
6363
"source-map-loader": "3.0.0",
6464
"source-map-support": "0.5.19",
65-
"style-loader": "3.1.0",
65+
"style-loader": "3.2.1",
6666
"stylus": "0.54.8",
6767
"stylus-loader": "6.1.0",
6868
"terser": "5.7.1",

packages/angular_devkit/schematics_cli/blank/project-files/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
},
2020
"devDependencies": {
2121
"@types/node": "^12.11.1",
22-
"@types/jasmine": "~3.5.0",
22+
"@types/jasmine": "~3.8.0",
2323
"jasmine": "^3.5.0"
2424
}
2525
}

yarn.lock

+121-21
Original file line numberDiff line numberDiff line change
@@ -213,20 +213,20 @@
213213
resolved "https://registry.yarnpkg.com/@babel/compat-data/-/compat-data-7.14.7.tgz#7b047d7a3a89a67d2258dc61f604f098f1bc7e08"
214214
integrity sha512-nS6dZaISCXJ3+518CWiBfEr//gHyMO02uDxBkXTKZDN5POruCnOZ1N4YBRZDCabwF8nZMWBpRxIicmXtBs+fvw==
215215

216-
"@babel/[email protected].6", "@babel/core@^7.7.5", "@babel/core@^7.8.6":
217-
version "7.14.6"
218-
resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.14.6.tgz#e0814ec1a950032ff16c13a2721de39a8416fcab"
219-
integrity sha512-gJnOEWSqTk96qG5BoIrl5bVtc23DCycmIePPYnamY9RboYdI4nFy5vAQMSl81O5K/W0sLDWfGysnOECC+KUUCA==
216+
"@babel/[email protected].8":
217+
version "7.14.8"
218+
resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.14.8.tgz#20cdf7c84b5d86d83fac8710a8bc605a7ba3f010"
219+
integrity sha512-/AtaeEhT6ErpDhInbXmjHcUQXH0L0TEgscfcxk1qbOvLuKCa5aZT0SOOtDKFY96/CLROwbLSKyFor6idgNaU4Q==
220220
dependencies:
221221
"@babel/code-frame" "^7.14.5"
222-
"@babel/generator" "^7.14.5"
222+
"@babel/generator" "^7.14.8"
223223
"@babel/helper-compilation-targets" "^7.14.5"
224-
"@babel/helper-module-transforms" "^7.14.5"
225-
"@babel/helpers" "^7.14.6"
226-
"@babel/parser" "^7.14.6"
224+
"@babel/helper-module-transforms" "^7.14.8"
225+
"@babel/helpers" "^7.14.8"
226+
"@babel/parser" "^7.14.8"
227227
"@babel/template" "^7.14.5"
228-
"@babel/traverse" "^7.14.5"
229-
"@babel/types" "^7.14.5"
228+
"@babel/traverse" "^7.14.8"
229+
"@babel/types" "^7.14.8"
230230
convert-source-map "^1.7.0"
231231
debug "^4.1.0"
232232
gensync "^1.0.0-beta.2"
@@ -255,7 +255,37 @@
255255
semver "^5.4.1"
256256
source-map "^0.5.0"
257257

258-
"@babel/[email protected]", "@babel/generator@^7.14.5", "@babel/generator@^7.8.3":
258+
"@babel/core@^7.7.5", "@babel/core@^7.8.6":
259+
version "7.14.6"
260+
resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.14.6.tgz#e0814ec1a950032ff16c13a2721de39a8416fcab"
261+
integrity sha512-gJnOEWSqTk96qG5BoIrl5bVtc23DCycmIePPYnamY9RboYdI4nFy5vAQMSl81O5K/W0sLDWfGysnOECC+KUUCA==
262+
dependencies:
263+
"@babel/code-frame" "^7.14.5"
264+
"@babel/generator" "^7.14.5"
265+
"@babel/helper-compilation-targets" "^7.14.5"
266+
"@babel/helper-module-transforms" "^7.14.5"
267+
"@babel/helpers" "^7.14.6"
268+
"@babel/parser" "^7.14.6"
269+
"@babel/template" "^7.14.5"
270+
"@babel/traverse" "^7.14.5"
271+
"@babel/types" "^7.14.5"
272+
convert-source-map "^1.7.0"
273+
debug "^4.1.0"
274+
gensync "^1.0.0-beta.2"
275+
json5 "^2.1.2"
276+
semver "^6.3.0"
277+
source-map "^0.5.0"
278+
279+
"@babel/[email protected]", "@babel/generator@^7.14.8":
280+
version "7.14.8"
281+
resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.14.8.tgz#bf86fd6af96cf3b74395a8ca409515f89423e070"
282+
integrity sha512-cYDUpvIzhBVnMzRoY1fkSEhK/HmwEVwlyULYgn/tMQYd6Obag3ylCjONle3gdErfXBW61SVTlR9QR7uWlgeIkg==
283+
dependencies:
284+
"@babel/types" "^7.14.8"
285+
jsesc "^2.5.1"
286+
source-map "^0.5.0"
287+
288+
"@babel/generator@^7.14.5", "@babel/generator@^7.8.3":
259289
version "7.14.5"
260290
resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.14.5.tgz#848d7b9f031caca9d0cd0af01b063f226f52d785"
261291
integrity sha512-y3rlP+/G25OIX3mYKKIOlQRcqj7YgrvHxOLbVmyLJ9bPmi5ttvUmpydVjcFjZphOktWuA7ovbx91ECloWTfjIA==
@@ -381,6 +411,20 @@
381411
"@babel/traverse" "^7.14.5"
382412
"@babel/types" "^7.14.5"
383413

414+
"@babel/helper-module-transforms@^7.14.8":
415+
version "7.14.8"
416+
resolved "https://registry.yarnpkg.com/@babel/helper-module-transforms/-/helper-module-transforms-7.14.8.tgz#d4279f7e3fd5f4d5d342d833af36d4dd87d7dc49"
417+
integrity sha512-RyE+NFOjXn5A9YU1dkpeBaduagTlZ0+fccnIcAGbv1KGUlReBj7utF7oEth8IdIBQPcux0DDgW5MFBH2xu9KcA==
418+
dependencies:
419+
"@babel/helper-module-imports" "^7.14.5"
420+
"@babel/helper-replace-supers" "^7.14.5"
421+
"@babel/helper-simple-access" "^7.14.8"
422+
"@babel/helper-split-export-declaration" "^7.14.5"
423+
"@babel/helper-validator-identifier" "^7.14.8"
424+
"@babel/template" "^7.14.5"
425+
"@babel/traverse" "^7.14.8"
426+
"@babel/types" "^7.14.8"
427+
384428
"@babel/helper-optimise-call-expression@^7.14.5":
385429
version "7.14.5"
386430
resolved "https://registry.yarnpkg.com/@babel/helper-optimise-call-expression/-/helper-optimise-call-expression-7.14.5.tgz#f27395a8619e0665b3f0364cddb41c25d71b499c"
@@ -419,6 +463,13 @@
419463
dependencies:
420464
"@babel/types" "^7.14.5"
421465

466+
"@babel/helper-simple-access@^7.14.8":
467+
version "7.14.8"
468+
resolved "https://registry.yarnpkg.com/@babel/helper-simple-access/-/helper-simple-access-7.14.8.tgz#82e1fec0644a7e775c74d305f212c39f8fe73924"
469+
integrity sha512-TrFN4RHh9gnWEU+s7JloIho2T76GPwRHhdzOWLqTrMnlas8T9O7ec+oEDNsRXndOmru9ymH9DFrEOxpzPoSbdg==
470+
dependencies:
471+
"@babel/types" "^7.14.8"
472+
422473
"@babel/helper-skip-transparent-expression-wrappers@^7.14.5":
423474
version "7.14.5"
424475
resolved "https://registry.yarnpkg.com/@babel/helper-skip-transparent-expression-wrappers/-/helper-skip-transparent-expression-wrappers-7.14.5.tgz#96f486ac050ca9f44b009fbe5b7d394cab3a0ee4"
@@ -438,6 +489,11 @@
438489
resolved "https://registry.yarnpkg.com/@babel/helper-validator-identifier/-/helper-validator-identifier-7.14.5.tgz#d0f0e277c512e0c938277faa85a3968c9a44c0e8"
439490
integrity sha512-5lsetuxCLilmVGyiLEfoHBRX8UCFD+1m2x3Rj97WrW3V7H3u4RWRXA4evMjImCsin2J2YT0QaVDGf+z8ondbAg==
440491

492+
"@babel/helper-validator-identifier@^7.14.8":
493+
version "7.14.8"
494+
resolved "https://registry.yarnpkg.com/@babel/helper-validator-identifier/-/helper-validator-identifier-7.14.8.tgz#32be33a756f29e278a0d644fa08a2c9e0f88a34c"
495+
integrity sha512-ZGy6/XQjllhYQrNw/3zfWRwZCTVSiBLZ9DHVZxn9n2gip/7ab8mv2TWlKPIBk26RwedCBoWdjLmn+t9na2Gcow==
496+
441497
"@babel/helper-validator-option@^7.14.5":
442498
version "7.14.5"
443499
resolved "https://registry.yarnpkg.com/@babel/helper-validator-option/-/helper-validator-option-7.14.5.tgz#6e72a1fff18d5dfcb878e1e62f1a021c4b72d5a3"
@@ -462,6 +518,15 @@
462518
"@babel/traverse" "^7.14.5"
463519
"@babel/types" "^7.14.5"
464520

521+
"@babel/helpers@^7.14.8":
522+
version "7.14.8"
523+
resolved "https://registry.yarnpkg.com/@babel/helpers/-/helpers-7.14.8.tgz#839f88f463025886cff7f85a35297007e2da1b77"
524+
integrity sha512-ZRDmI56pnV+p1dH6d+UN6GINGz7Krps3+270qqI9UJ4wxYThfAIcI5i7j5vXC4FJ3Wap+S9qcebxeYiqn87DZw==
525+
dependencies:
526+
"@babel/template" "^7.14.5"
527+
"@babel/traverse" "^7.14.8"
528+
"@babel/types" "^7.14.8"
529+
465530
"@babel/highlight@^7.10.4", "@babel/highlight@^7.14.5":
466531
version "7.14.5"
467532
resolved "https://registry.yarnpkg.com/@babel/highlight/-/highlight-7.14.5.tgz#6861a52f03966405001f6aa534a01a24d99e8cd9"
@@ -476,6 +541,11 @@
476541
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.14.7.tgz#6099720c8839ca865a2637e6c85852ead0bdb595"
477542
integrity sha512-X67Z5y+VBJuHB/RjwECp8kSl5uYi0BvRbNeWqkaJCVh+LiTPl19WBUfG627psSgp9rSf6ojuXghQM3ha6qHHdA==
478543

544+
"@babel/parser@^7.14.8":
545+
version "7.14.8"
546+
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.14.8.tgz#66fd41666b2d7b840bd5ace7f7416d5ac60208d4"
547+
integrity sha512-syoCQFOoo/fzkWDeM0dLEZi5xqurb5vuyzwIMNZRNun+N/9A4cUZeQaE7dTrB8jGaKuJRBtEOajtnmw0I5hvvA==
548+
479549
"@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining@^7.14.5":
480550
version "7.14.5"
481551
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"
@@ -971,10 +1041,10 @@
9711041
"@babel/helper-create-regexp-features-plugin" "^7.14.5"
9721042
"@babel/helper-plugin-utils" "^7.14.5"
9731043

974-
"@babel/[email protected].7":
975-
version "7.14.7"
976-
resolved "https://registry.yarnpkg.com/@babel/preset-env/-/preset-env-7.14.7.tgz#5c70b22d4c2d893b03d8c886a5c17422502b932a"
977-
integrity sha512-itOGqCKLsSUl0Y+1nSfhbuuOlTs0MJk2Iv7iSH+XT/mR8U1zRLO7NjWlYXB47yhK4J/7j+HYty/EhFZDYKa/VA==
1044+
"@babel/[email protected].8":
1045+
version "7.14.8"
1046+
resolved "https://registry.yarnpkg.com/@babel/preset-env/-/preset-env-7.14.8.tgz#254942f5ca80ccabcfbb2a9f524c74bca574005b"
1047+
integrity sha512-a9aOppDU93oArQ51H+B8M1vH+tayZbuBqzjOhntGetZVa+4tTu5jp+XTwqHGG2lxslqomPYVSjIxQkFwXzgnxg==
9781048
dependencies:
9791049
"@babel/compat-data" "^7.14.7"
9801050
"@babel/helper-compilation-targets" "^7.14.5"
@@ -1043,7 +1113,7 @@
10431113
"@babel/plugin-transform-unicode-escapes" "^7.14.5"
10441114
"@babel/plugin-transform-unicode-regex" "^7.14.5"
10451115
"@babel/preset-modules" "^0.1.4"
1046-
"@babel/types" "^7.14.5"
1116+
"@babel/types" "^7.14.8"
10471117
babel-plugin-polyfill-corejs2 "^0.2.2"
10481118
babel-plugin-polyfill-corejs3 "^0.2.2"
10491119
babel-plugin-polyfill-regenerator "^0.2.2"
@@ -1061,7 +1131,14 @@
10611131
"@babel/types" "^7.4.4"
10621132
esutils "^2.0.2"
10631133

1064-
"@babel/[email protected]", "@babel/runtime@^7.8.4":
1134+
1135+
version "7.14.8"
1136+
resolved "https://registry.yarnpkg.com/@babel/runtime/-/runtime-7.14.8.tgz#7119a56f421018852694290b9f9148097391b446"
1137+
integrity sha512-twj3L8Og5SaCRCErB4x4ajbvBIVV77CGeFglHpeg5WC5FF8TZzBWXtTJ4MqaD9QszLYTtr+IsaAL2rEUevb+eg==
1138+
dependencies:
1139+
regenerator-runtime "^0.13.4"
1140+
1141+
"@babel/runtime@^7.8.4":
10651142
version "7.14.6"
10661143
resolved "https://registry.yarnpkg.com/@babel/runtime/-/runtime-7.14.6.tgz#535203bc0892efc7dec60bdc27b2ecf6e409062d"
10671144
integrity sha512-/PCB2uJ7oM44tz8YhC4Z/6PeOKXp4K588f+5M3clr1M4zbqztlo0XEfJ2LEzj/FgwfgGcIdl8n7YYjTCI0BYwg==
@@ -1092,6 +1169,21 @@
10921169
debug "^4.1.0"
10931170
globals "^11.1.0"
10941171

1172+
"@babel/traverse@^7.14.8":
1173+
version "7.14.8"
1174+
resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.14.8.tgz#c0253f02677c5de1a8ff9df6b0aacbec7da1a8ce"
1175+
integrity sha512-kexHhzCljJcFNn1KYAQ6A5wxMRzq9ebYpEDV4+WdNyr3i7O44tanbDOR/xjiG2F3sllan+LgwK+7OMk0EmydHg==
1176+
dependencies:
1177+
"@babel/code-frame" "^7.14.5"
1178+
"@babel/generator" "^7.14.8"
1179+
"@babel/helper-function-name" "^7.14.5"
1180+
"@babel/helper-hoist-variables" "^7.14.5"
1181+
"@babel/helper-split-export-declaration" "^7.14.5"
1182+
"@babel/parser" "^7.14.8"
1183+
"@babel/types" "^7.14.8"
1184+
debug "^4.1.0"
1185+
globals "^11.1.0"
1186+
10951187
"@babel/types@^7.0.0", "@babel/types@^7.14.5", "@babel/types@^7.3.0", "@babel/types@^7.4.4", "@babel/types@^7.8.3", "@babel/types@^7.8.6":
10961188
version "7.14.5"
10971189
resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.14.5.tgz#3bb997ba829a2104cedb20689c4a5b8121d383ff"
@@ -1100,6 +1192,14 @@
11001192
"@babel/helper-validator-identifier" "^7.14.5"
11011193
to-fast-properties "^2.0.0"
11021194

1195+
"@babel/types@^7.14.8":
1196+
version "7.14.8"
1197+
resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.14.8.tgz#38109de8fcadc06415fbd9b74df0065d4d41c728"
1198+
integrity sha512-iob4soQa7dZw8nodR/KlOQkPh9S4I8RwCxwRIFuiMRYjOzH/KJzdUfDgz6cGi5dDaclXF4P2PAhCdrBJNIg68Q==
1199+
dependencies:
1200+
"@babel/helper-validator-identifier" "^7.14.8"
1201+
to-fast-properties "^2.0.0"
1202+
11031203
11041204
version "1.10.1"
11051205
resolved "https://registry.yarnpkg.com/@bazel/bazelisk/-/bazelisk-1.10.1.tgz#46236a43ad58e310c55247f866da0dc6083c3d8b"
@@ -10746,10 +10846,10 @@ strip-json-comments@^3.1.0, strip-json-comments@^3.1.1, strip-json-comments@~3.1
1074610846
resolved "https://registry.yarnpkg.com/strip-json-comments/-/strip-json-comments-3.1.1.tgz#31f1281b3832630434831c310c01cccda8cbe006"
1074710847
integrity sha512-6fPc+R4ihwqP6N/aIv2f1gMH8lOVtWQHoqC4yK6oSDVVocumAsfCqjkXnqiYMhmMwS/mEHLp7Vehlt3ql6lEig==
1074810848

10749-
style-loader@3.1.0:
10750-
version "3.1.0"
10751-
resolved "https://registry.yarnpkg.com/style-loader/-/style-loader-3.1.0.tgz#e52a22ca2fd1f54c03f2c3e69b10182e68120908"
10752-
integrity sha512-HYVvBMX3RX7zx71pquZV6EcnPN7Deba+zQteSxCLqt3bxYRphmeMr+2mZMrIZjZ7IMa6aOUhNGn8cXGvWMjClw==
10849+
style-loader@3.2.1:
10850+
version "3.2.1"
10851+
resolved "https://registry.yarnpkg.com/style-loader/-/style-loader-3.2.1.tgz#63cb920ec145c8669e9a50e92961452a1ef5dcde"
10852+
integrity sha512-1k9ZosJCRFaRbY6hH49JFlRB0fVSbmnyq1iTPjNxUmGVjBNEmwrrHPenhlp+Lgo51BojHSf6pl2FcqYaN3PfVg==
1075310853

1075410854
stylehacks@^5.0.1:
1075510855
version "5.0.1"

0 commit comments

Comments
 (0)