Skip to content

Commit c20153d

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

File tree

6 files changed

+55
-48
lines changed

6 files changed

+55
-48
lines changed

package.json

+5-5
Original file line numberDiff line numberDiff line change
@@ -58,8 +58,8 @@
5858
]
5959
},
6060
"resolutions": {
61-
"**/@types/copy-webpack-plugin/webpack": "5.62.2",
62-
"**/@types/webpack-dev-server/webpack": "5.62.2",
61+
"**/@types/copy-webpack-plugin/webpack": "5.63.0",
62+
"**/@types/webpack-dev-server/webpack": "5.63.0",
6363
"ajv-formats/ajv": "8.7.1"
6464
},
6565
"devDependencies": {
@@ -86,7 +86,7 @@
8686
"@babel/plugin-transform-async-to-generator": "7.16.0",
8787
"@babel/plugin-transform-runtime": "7.16.0",
8888
"@babel/preset-env": "7.16.0",
89-
"@babel/runtime": "7.16.0",
89+
"@babel/runtime": "7.16.3",
9090
"@babel/template": "7.16.0",
9191
"@bazel/bazelisk": "1.10.1",
9292
"@bazel/buildifier": "4.2.3",
@@ -145,7 +145,7 @@
145145
"eslint": "8.2.0",
146146
"eslint-config-prettier": "8.3.0",
147147
"eslint-plugin-header": "3.1.1",
148-
"eslint-plugin-import": "2.25.2",
148+
"eslint-plugin-import": "2.25.3",
149149
"express": "4.17.1",
150150
"fast-json-stable-stringify": "2.1.0",
151151
"font-awesome": "^4.7.0",
@@ -221,7 +221,7 @@
221221
"typescript": "4.4.4",
222222
"verdaccio": "5.2.2",
223223
"verdaccio-auth-memory": "^10.0.0",
224-
"webpack": "5.62.2",
224+
"webpack": "5.63.0",
225225
"webpack-dev-middleware": "5.2.1",
226226
"webpack-dev-server": "4.4.0",
227227
"webpack-merge": "5.8.0",

packages/angular_devkit/build_angular/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
"@babel/plugin-transform-async-to-generator": "7.16.0",
1818
"@babel/plugin-transform-runtime": "7.16.0",
1919
"@babel/preset-env": "7.16.0",
20-
"@babel/runtime": "7.16.0",
20+
"@babel/runtime": "7.16.3",
2121
"@babel/template": "7.16.0",
2222
"@discoveryjs/json-ext": "0.5.5",
2323
"@ngtools/webpack": "0.0.0",
@@ -64,7 +64,7 @@
6464
"text-table": "0.2.0",
6565
"tree-kill": "1.2.2",
6666
"tslib": "2.3.1",
67-
"webpack": "5.62.2",
67+
"webpack": "5.63.0",
6868
"webpack-dev-middleware": "5.2.1",
6969
"webpack-dev-server": "4.4.0",
7070
"webpack-merge": "5.8.0",

packages/angular_devkit/build_optimizer/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,6 @@
2222
}
2323
},
2424
"devDependencies": {
25-
"webpack": "5.62.2"
25+
"webpack": "5.63.0"
2626
}
2727
}

packages/angular_devkit/build_webpack/package.json

+1-1
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.62.2"
16+
"webpack": "5.63.0"
1717
},
1818
"peerDependencies": {
1919
"webpack": "^5.30.0",

packages/ngtools/webpack/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,6 @@
3131
"@angular/compiler": "13.0.0",
3232
"@angular/compiler-cli": "13.0.0",
3333
"typescript": "4.4.4",
34-
"webpack": "5.62.2"
34+
"webpack": "5.63.0"
3535
}
3636
}

yarn.lock

+45-38
Original file line numberDiff line numberDiff line change
@@ -1102,7 +1102,14 @@
11021102
"@babel/types" "^7.4.4"
11031103
esutils "^2.0.2"
11041104

1105-
"@babel/[email protected]", "@babel/runtime@^7.8.4":
1105+
1106+
version "7.16.3"
1107+
resolved "https://registry.yarnpkg.com/@babel/runtime/-/runtime-7.16.3.tgz#b86f0db02a04187a3c17caa77de69840165d42d5"
1108+
integrity sha512-WBwekcqacdY2e9AF/Q7WLFUWmdJGJTkbjqTjoMDgXkVZ3ZRUvOPsLb5KdwISoQVsbP+DQzVZW4Zhci0DvpbNTQ==
1109+
dependencies:
1110+
regenerator-runtime "^0.13.4"
1111+
1112+
"@babel/runtime@^7.8.4":
11061113
version "7.16.0"
11071114
resolved "https://registry.yarnpkg.com/@babel/runtime/-/runtime-7.16.0.tgz#e27b977f2e2088ba24748bf99b5e1dece64e4f0b"
11081115
integrity sha512-Nht8L0O8YCktmsDV6FqFue7vQLRx3Hb0B37lS5y0jDRqRxlBG4wIJHnf9/bgSE2UyipKFA01YtS+npRdTWBUyw==
@@ -1282,26 +1289,26 @@
12821289
brfs "^1.4.0"
12831290
unicode-trie "^0.3.0"
12841291

1285-
"@microsoft/[email protected].16":
1286-
version "7.13.16"
1287-
resolved "https://registry.yarnpkg.com/@microsoft/api-extractor-model/-/api-extractor-model-7.13.16.tgz#1d67541ebbcea32672c5fdd9392dc1579b2fc23a"
1288-
integrity sha512-ttdxVXsTWL5dd26W1YNLe3LgDsE0EE273aZlcLe58W0opymBybCYU1Mn+OHQM8BuErrdvdN8LdpWAAbkiOEN/Q==
1292+
"@microsoft/[email protected].14":
1293+
version "7.13.14"
1294+
resolved "https://registry.yarnpkg.com/@microsoft/api-extractor-model/-/api-extractor-model-7.13.14.tgz#071bf881942814c7786a20c6805bc5cde4019bc5"
1295+
integrity sha512-mKc917+QhOuOZebSnE77i8Tavj/G5ydIFoJqDIY9LpmAfJjsVHgL2pc7vkvW58QTxH2wadIDK1tLzcteOMEt4w==
12891296
dependencies:
12901297
"@microsoft/tsdoc" "0.13.2"
12911298
"@microsoft/tsdoc-config" "~0.15.2"
1292-
"@rushstack/node-core-library" "3.43.2"
1299+
"@rushstack/node-core-library" "3.43.0"
12931300

1294-
"@microsoft/[email protected].19":
1295-
version "7.18.19"
1296-
resolved "https://registry.yarnpkg.com/@microsoft/api-extractor/-/api-extractor-7.18.19.tgz#f09afc1c210aa67e2f3f34b0a68281a12f144541"
1297-
integrity sha512-aY+/XR7PtQXtnqNPFRs3/+iVRlQJpo6uLTjO2g7PqmnMywl3GBU3bCgAlV/khZtAQbIs6Le57XxmSE6rOqbcfg==
1301+
"@microsoft/[email protected].17":
1302+
version "7.18.17"
1303+
resolved "https://registry.yarnpkg.com/@microsoft/api-extractor/-/api-extractor-7.18.17.tgz#3139f803fcaef919c7ff68e02bd6759bc637a64b"
1304+
integrity sha512-gZuJ//FAyfrOqWssY0cyU2bEo8FOIaIYVs+pU5IDyfImkye6YkT2Qnm5PAFhyYSkfUjV5SjvyuP4+VsDfS3jww==
12981305
dependencies:
1299-
"@microsoft/api-extractor-model" "7.13.16"
1306+
"@microsoft/api-extractor-model" "7.13.14"
13001307
"@microsoft/tsdoc" "0.13.2"
13011308
"@microsoft/tsdoc-config" "~0.15.2"
1302-
"@rushstack/node-core-library" "3.43.2"
1303-
"@rushstack/rig-package" "0.3.5"
1304-
"@rushstack/ts-command-line" "4.10.4"
1309+
"@rushstack/node-core-library" "3.43.0"
1310+
"@rushstack/rig-package" "0.3.4"
1311+
"@rushstack/ts-command-line" "4.10.3"
13051312
colors "~1.2.1"
13061313
lodash "~4.17.15"
13071314
resolve "~1.17.0"
@@ -1667,10 +1674,10 @@
16671674
estree-walker "^1.0.1"
16681675
picomatch "^2.2.2"
16691676

1670-
"@rushstack/[email protected].2":
1671-
version "3.43.2"
1672-
resolved "https://registry.yarnpkg.com/@rushstack/node-core-library/-/node-core-library-3.43.2.tgz#f067371a94fd92ed8f9d9aa8201c5e9e17a19f0f"
1673-
integrity sha512-b7AEhSf6CvZgvuDcWMFDeKx2mQSn9AVnMQVyxNxFeHCtLz3gJicqCOlw2GOXM8HKh6PInLdil/NVCDcstwSrIw==
1677+
"@rushstack/[email protected].0":
1678+
version "3.43.0"
1679+
resolved "https://registry.yarnpkg.com/@rushstack/node-core-library/-/node-core-library-3.43.0.tgz#aace43bf49bc907445fa306f8c2e6010a8353cda"
1680+
integrity sha512-MFLW+6X83k6o8m8KnWkDhL/8NCJYHbFnnDokPSX1UHC3JwiEvVhHmEnxZv2YEzwnXeFYoKViub2G2t2liHbHLA==
16741681
dependencies:
16751682
"@types/node" "12.20.24"
16761683
colors "~1.2.1"
@@ -1682,18 +1689,18 @@
16821689
timsort "~0.3.0"
16831690
z-schema "~3.18.3"
16841691

1685-
"@rushstack/[email protected].5":
1686-
version "0.3.5"
1687-
resolved "https://registry.yarnpkg.com/@rushstack/rig-package/-/rig-package-0.3.5.tgz#7ddab0994647837bab8fdef26f990f1774d82e78"
1688-
integrity sha512-CvqWw+E81U5lRBN/lUj7Ngr/XQa/PPb2jAS5QcLP7WL+IMUl+3+Cc2qYrsDoB4zke81kz+usWGmBQpBzGMLmAA==
1692+
"@rushstack/[email protected].4":
1693+
version "0.3.4"
1694+
resolved "https://registry.yarnpkg.com/@rushstack/rig-package/-/rig-package-0.3.4.tgz#13987cea8eef2f350e2e7538e028fa839f8c4f3c"
1695+
integrity sha512-NsCzPxPQ8cu7lnqa/4xBQXuCJwaBrb5vEbOC8Q/bMQK7GDOxeVUN3/f+NCYjgQSl39toAm8jQJ7TJe+RYYX3yQ==
16891696
dependencies:
16901697
resolve "~1.17.0"
16911698
strip-json-comments "~3.1.1"
16921699

1693-
"@rushstack/[email protected].4":
1694-
version "4.10.4"
1695-
resolved "https://registry.yarnpkg.com/@rushstack/ts-command-line/-/ts-command-line-4.10.4.tgz#05142b74e5cb207d3dd9b935c82f80d7fcb68042"
1696-
integrity sha512-4T5ao4UgDb6LmiRj4GumvG3VT/p6RSMgl7TN7S58ifaAGN2GeTNBajFCDdJs9QQP0d/4tA5p0SFzT7Ps5Byirg==
1700+
"@rushstack/[email protected].3":
1701+
version "4.10.3"
1702+
resolved "https://registry.yarnpkg.com/@rushstack/ts-command-line/-/ts-command-line-4.10.3.tgz#2b8610473f2aa9e22450273f662abb02a3979a11"
1703+
integrity sha512-DdDfwr8CO6CP/kBZlQrrwKyA6UxOteujaIBrmoHa+J+dyLZC19YA/LK0fAHjr2qHLAJHHXVpZwPH8BpqN84oVg==
16971704
dependencies:
16981705
"@types/argparse" "1.0.38"
16991706
argparse "~1.0.9"
@@ -4726,7 +4733,7 @@ eslint-import-resolver-node@^0.3.6:
47264733
debug "^3.2.7"
47274734
resolve "^1.20.0"
47284735

4729-
eslint-module-utils@^2.7.0:
4736+
eslint-module-utils@^2.7.1:
47304737
version "2.7.1"
47314738
resolved "https://registry.yarnpkg.com/eslint-module-utils/-/eslint-module-utils-2.7.1.tgz#b435001c9f8dd4ab7f6d0efcae4b9696d4c24b7c"
47324739
integrity sha512-fjoetBXQZq2tSTWZ9yWVl2KuFrTZZH3V+9iD1V1RfpDgxzJR+mPd/KZmMiA8gbPqdBzpNiEHOuT7IYEWxrH0zQ==
@@ -4740,19 +4747,19 @@ [email protected]:
47404747
resolved "https://registry.yarnpkg.com/eslint-plugin-header/-/eslint-plugin-header-3.1.1.tgz#6ce512432d57675265fac47292b50d1eff11acd6"
47414748
integrity sha512-9vlKxuJ4qf793CmeeSrZUvVClw6amtpghq3CuWcB5cUNnWHQhgcqy5eF8oVKFk1G3Y/CbchGfEaw3wiIJaNmVg==
47424749

4743-
4744-
version "2.25.2"
4745-
resolved "https://registry.yarnpkg.com/eslint-plugin-import/-/eslint-plugin-import-2.25.2.tgz#b3b9160efddb702fc1636659e71ba1d10adbe9e9"
4746-
integrity sha512-qCwQr9TYfoBHOFcVGKY9C9unq05uOxxdklmBXLVvcwo68y5Hta6/GzCZEMx2zQiu0woKNEER0LE7ZgaOfBU14g==
4750+
4751+
version "2.25.3"
4752+
resolved "https://registry.yarnpkg.com/eslint-plugin-import/-/eslint-plugin-import-2.25.3.tgz#a554b5f66e08fb4f6dc99221866e57cfff824766"
4753+
integrity sha512-RzAVbby+72IB3iOEL8clzPLzL3wpDrlwjsTBAQXgyp5SeTqqY+0bFubwuo+y/HLhNZcXV4XqTBO4LGsfyHIDXg==
47474754
dependencies:
47484755
array-includes "^3.1.4"
47494756
array.prototype.flat "^1.2.5"
47504757
debug "^2.6.9"
47514758
doctrine "^2.1.0"
47524759
eslint-import-resolver-node "^0.3.6"
4753-
eslint-module-utils "^2.7.0"
4760+
eslint-module-utils "^2.7.1"
47544761
has "^1.0.3"
4755-
is-core-module "^2.7.0"
4762+
is-core-module "^2.8.0"
47564763
is-glob "^4.0.3"
47574764
minimatch "^3.0.4"
47584765
object.values "^1.1.5"
@@ -6000,7 +6007,7 @@ is-callable@^1.1.4, is-callable@^1.2.4:
60006007
resolved "https://registry.yarnpkg.com/is-callable/-/is-callable-1.2.4.tgz#47301d58dd0259407865547853df6d61fe471945"
60016008
integrity sha512-nsuwtxZfMX67Oryl9LCQ+upnC0Z0BgpwntpS89m1H/TLF0zNfzfLMV/9Wa/6MZsj0acpEjAO0KF1xT6ZdLl95w==
60026009

6003-
is-core-module@^2.1.0, is-core-module@^2.2.0, is-core-module@^2.5.0, is-core-module@^2.7.0:
6010+
is-core-module@^2.1.0, is-core-module@^2.2.0, is-core-module@^2.5.0, is-core-module@^2.8.0:
60046011
version "2.8.0"
60056012
resolved "https://registry.yarnpkg.com/is-core-module/-/is-core-module-2.8.0.tgz#0321336c3d0925e497fd97f5d95cb114a5ccd548"
60066013
integrity sha512-vd15qHsaqrRL7dtH6QNuy0ndJmRDrS9HAM1CAiSifNUFv4x1a0CCVsj18hJ1mShxIG6T2i1sO78MkP56r0nYRw==
@@ -10770,10 +10777,10 @@ [email protected]:
1077010777
dependencies:
1077110778
typed-assert "^1.0.8"
1077210779

10773-
webpack@*, webpack@5.62.2, webpack@^5.1.0:
10774-
version "5.62.2"
10775-
resolved "https://registry.yarnpkg.com/webpack/-/webpack-5.62.2.tgz#9a352423396a3d434f8c3aef19dcfd79b58fe88a"
10776-
integrity sha512-GDJymz2MEpfcLoLHQFtV72raCVsuQtlUHeeNixbYh5DkFombEhoLyto3GU8xA42VfRXR7pxrYQ75Sd+YelFe5A==
10780+
webpack@*, webpack@5.63.0, webpack@^5.1.0:
10781+
version "5.63.0"
10782+
resolved "https://registry.yarnpkg.com/webpack/-/webpack-5.63.0.tgz#4b074115800e0526d85112985e46c64b95e04aaf"
10783+
integrity sha512-HYrw6bkj/MDmphAXvqLEvn2fVoDZsYu6O638WjK6lSNgIpjb5jl/KtOrqJyU9EC/ZV9mLUmZW5h4mASB+CVA4A==
1077710784
dependencies:
1077810785
"@types/eslint-scope" "^3.7.0"
1077910786
"@types/estree" "^0.0.50"

0 commit comments

Comments
 (0)