|
2 | 2 | # yarn lockfile v1 |
3 | 3 |
|
4 | 4 |
|
5 | | -"@actions/core@^1.11.1": |
6 | | - version "1.11.1" |
7 | | - resolved "https://registry.yarnpkg.com/@actions/core/-/core-1.11.1.tgz#ae683aac5112438021588030efb53b1adb86f172" |
8 | | - integrity sha512-hXJCSrkwfA46Vd9Z3q4cpEpHB1rL5NG04+/rbqW9d3+CSvtB1tYe8UTpAlixa1vj0m/ULglfEK2UKxMGxCxv5A== |
9 | | - dependencies: |
10 | | - "@actions/exec" "^1.1.1" |
11 | | - "@actions/http-client" "^2.0.1" |
12 | | - |
13 | 5 | "@actions/core@^2.0.1": |
14 | 6 | version "2.0.1" |
15 | 7 | resolved "https://registry.yarnpkg.com/@actions/core/-/core-2.0.1.tgz#fc4961acb04f6253bcdf83ad356e013ba29fc218" |
|
18 | 10 | "@actions/exec" "^2.0.0" |
19 | 11 | "@actions/http-client" "^3.0.0" |
20 | 12 |
|
21 | | -"@actions/exec@^1.0.0", "@actions/exec@^1.1.1": |
22 | | - version "1.1.1" |
23 | | - resolved "https://registry.yarnpkg.com/@actions/exec/-/exec-1.1.1.tgz#2e43f28c54022537172819a7cf886c844221a611" |
24 | | - integrity sha512-+sCcHHbVdk93a0XT19ECtO/gIXoxvdsgQLzb2fE2/5sIZmWQuluYyjPQtrtTHdU1YzTZ7bAPN4sITq2xi1679w== |
25 | | - dependencies: |
26 | | - "@actions/io" "^1.0.1" |
27 | | - |
28 | 13 | "@actions/exec@^2.0.0": |
29 | 14 | version "2.0.0" |
30 | 15 | resolved "https://registry.yarnpkg.com/@actions/exec/-/exec-2.0.0.tgz#35e829723389f80e362ec2cc415697ec74362ad8" |
31 | 16 | integrity sha512-k8ngrX2voJ/RIN6r9xB82NVqKpnMRtxDoiO+g3olkIUpQNqjArXrCQceduQZCQj3P3xm32pChRLqRrtXTlqhIw== |
32 | 17 | dependencies: |
33 | 18 | "@actions/io" "^2.0.0" |
34 | 19 |
|
35 | | -"@actions/http-client@^2.0.1": |
36 | | - version "2.2.3" |
37 | | - resolved "https://registry.yarnpkg.com/@actions/http-client/-/http-client-2.2.3.tgz#31fc0b25c0e665754ed39a9f19a8611fc6dab674" |
38 | | - integrity sha512-mx8hyJi/hjFvbPokCg4uRd4ZX78t+YyRPtnKWwIl+RzNaVuFpQHfmlGVfsKEJN8LwTCvL+DfVgAM04XaHkm6bA== |
39 | | - dependencies: |
40 | | - tunnel "^0.0.6" |
41 | | - undici "^5.25.4" |
42 | | - |
43 | | -"@actions/http-client@^3.0.0": |
44 | | - version "3.0.0" |
45 | | - resolved "https://registry.yarnpkg.com/@actions/http-client/-/http-client-3.0.0.tgz#6c6058bef29c0580d6683a08c5bf0362c90c2e6e" |
46 | | - integrity sha512-1s3tXAfVMSz9a4ZEBkXXRQD4QhY3+GAsWSbaYpeknPOKEeyRiU3lH+bHiLMZdo2x/fIeQ/hscL1wCkDLVM2DZQ== |
| 20 | +"@actions/http-client@^3.0.0", "@actions/http-client@^3.0.1": |
| 21 | + version "3.0.1" |
| 22 | + resolved "https://registry.yarnpkg.com/@actions/http-client/-/http-client-3.0.1.tgz#0ac91c3abf179a401e23d40abf0d7caa92324268" |
| 23 | + integrity sha512-SbGS8c/vySbNO3kjFgSW77n83C4MQx/Yoe+b1hAdpuvfHxnkHzDq2pWljUpAA56Si1Gae/7zjeZsV0CYjmLo/w== |
47 | 24 | dependencies: |
48 | 25 | tunnel "^0.0.6" |
49 | 26 | undici "^5.28.5" |
50 | 27 |
|
51 | | -"@actions/io@^1.0.1", "@actions/io@^1.1.1": |
52 | | - version "1.1.3" |
53 | | - resolved "https://registry.yarnpkg.com/@actions/io/-/io-1.1.3.tgz#4cdb6254da7962b07473ff5c335f3da485d94d71" |
54 | | - integrity sha512-wi9JjgKLYS7U/z8PPbco+PvTb/nRWjeoFlJ1Qer83k/3C5PHQi28hiVdeE2kHXmIL99mQFawx8qt/JPjZilJ8Q== |
55 | | - |
56 | 28 | "@actions/io@^2.0.0": |
57 | 29 | version "2.0.0" |
58 | 30 | resolved "https://registry.yarnpkg.com/@actions/io/-/io-2.0.0.tgz#3ad1271ba3cd515324f2215e8d4c1c0c3864d65b" |
59 | 31 | integrity sha512-Jv33IN09XLO+0HS79aaODsvIRyduiF7NY/F6LYeK5oeUmrsz7aFdRphQjFoESF4jS7lMauDOttKALcpapVDIAg== |
60 | 32 |
|
61 | | -"@actions/tool-cache@^2.0.2": |
62 | | - version "2.0.2" |
63 | | - resolved "https://registry.yarnpkg.com/@actions/tool-cache/-/tool-cache-2.0.2.tgz#49ff20b0352aeac5411988e88435e47144fabb3e" |
64 | | - integrity sha512-fBhNNOWxuoLxztQebpOaWu6WeVmuwa77Z+DxIZ1B+OYvGkGQon6kTVg6Z32Cb13WCuw0szqonK+hh03mJV7Z6w== |
| 33 | +"@actions/tool-cache@^3.0.0": |
| 34 | + version "3.0.0" |
| 35 | + resolved "https://registry.yarnpkg.com/@actions/tool-cache/-/tool-cache-3.0.0.tgz#78526510671d7abcb15824ac336aa366ef0d0cc2" |
| 36 | + integrity sha512-JBx8gEWuu8Lqaqx/hEnL6QdKvF06suBR4y+dBDi9vJbHx1r+p6QtmBKhQYhiKjDUYIoDX1bUrbyAYPChoPK+XA== |
65 | 37 | dependencies: |
66 | | - "@actions/core" "^1.11.1" |
67 | | - "@actions/exec" "^1.0.0" |
68 | | - "@actions/http-client" "^2.0.1" |
69 | | - "@actions/io" "^1.1.1" |
| 38 | + "@actions/core" "^2.0.1" |
| 39 | + "@actions/exec" "^2.0.0" |
| 40 | + "@actions/http-client" "^3.0.1" |
| 41 | + "@actions/io" "^2.0.0" |
70 | 42 | semver "^6.1.0" |
71 | 43 |
|
72 | 44 | "@eslint-community/eslint-utils@^4.1.2", "@eslint-community/eslint-utils@^4.4.0", "@eslint-community/eslint-utils@^4.5.0", "@eslint-community/eslint-utils@^4.7.0", "@eslint-community/eslint-utils@^4.8.0": |
@@ -2068,12 +2040,7 @@ semver@^6.1.0, semver@^6.3.0, semver@^6.3.1: |
2068 | 2040 | resolved "https://registry.yarnpkg.com/semver/-/semver-6.3.1.tgz#556d2ef8689146e46dcea4bfdd095f3434dffcb4" |
2069 | 2041 | integrity sha512-BR7VvDCVHO+q2xBEWskxS6DJE1qRnb7DxzUrogb71CWoSficBxYsiAGd+Kl0mmq/MprG9yArRkyrQxTO6XjMzA== |
2070 | 2042 |
|
2071 | | -semver@^7.5.4, semver@^7.6.0, semver@^7.6.3: |
2072 | | - version "7.7.1" |
2073 | | - resolved "https://registry.yarnpkg.com/semver/-/semver-7.7.1.tgz#abd5098d82b18c6c81f6074ff2647fd3e7220c9f" |
2074 | | - integrity sha512-hlq8tAfn0m/61p4BVRcPzIGr6LKiMwo4VM6dGi6pt4qcRkmNzTcWq6eCEjEh+qXjkMDvPlOFFSGwQjoEa6gyMA== |
2075 | | - |
2076 | | -semver@^7.7.3: |
| 2043 | +semver@^7.5.4, semver@^7.6.0, semver@^7.6.3, semver@^7.7.3: |
2077 | 2044 | version "7.7.3" |
2078 | 2045 | resolved "https://registry.yarnpkg.com/semver/-/semver-7.7.3.tgz#4b5f4143d007633a8dc671cd0a6ef9147b8bb946" |
2079 | 2046 | integrity sha512-SdsKMrI9TdgjdweUSR9MweHA4EJ8YxHn8DFaDisvhVlUOe4BF1tLD7GAj0lIqWVl+dPb/rExr0Btby5loQm20Q== |
@@ -2374,13 +2341,6 @@ undici-types@~7.16.0: |
2374 | 2341 | resolved "https://registry.yarnpkg.com/undici-types/-/undici-types-7.16.0.tgz#ffccdff36aea4884cbfce9a750a0580224f58a46" |
2375 | 2342 | integrity sha512-Zz+aZWSj8LE6zoxD+xrjh4VfkIG8Ya6LvYkZqtUQGJPZjYl53ypCaUwWqo7eI0x66KBGeRo+mlBEkMSeSZ38Nw== |
2376 | 2343 |
|
2377 | | -undici@^5.25.4: |
2378 | | - version "5.28.5" |
2379 | | - resolved "https://registry.yarnpkg.com/undici/-/undici-5.28.5.tgz#b2b94b6bf8f1d919bc5a6f31f2c01deb02e54d4b" |
2380 | | - integrity sha512-zICwjrDrcrUE0pyyJc1I2QzBkLM8FINsgOrt6WjA+BgajVq9Nxu2PbFFXUrAggLfDXlZGZBVZYw7WNV5KiBiBA== |
2381 | | - dependencies: |
2382 | | - "@fastify/busboy" "^2.0.0" |
2383 | | - |
2384 | 2344 | undici@^5.28.5: |
2385 | 2345 | version "5.29.0" |
2386 | 2346 | resolved "https://registry.yarnpkg.com/undici/-/undici-5.29.0.tgz#419595449ae3f2cdcba3580a2e8903399bd1f5a3" |
|
0 commit comments