-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathyarn.lock
88 lines (71 loc) · 2.41 KB
/
yarn.lock
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
# THIS IS AN AUTOGENERATED FILE. DO NOT EDIT THIS FILE DIRECTLY.
# yarn lockfile v1
"@actions/core@^1.2.0", "@actions/core@^1.9.1":
version "1.9.1"
resolved "https://registry.yarnpkg.com/@actions/core/-/core-1.9.1.tgz#97c0201b1f9856df4f7c3a375cdcdb0c2a2f750b"
dependencies:
"@actions/http-client" "^2.0.1"
uuid "^8.3.2"
"@actions/exec@^1.0.0", "@actions/exec@^1.0.3":
version "1.0.3"
resolved "https://registry.npmjs.org/@actions/exec/-/exec-1.0.3.tgz"
dependencies:
"@actions/io" "^1.0.1"
"@actions/http-client@^1.0.3":
version "1.0.11"
resolved "https://registry.npmjs.org/@actions/http-client/-/http-client-1.0.11.tgz"
dependencies:
tunnel "0.0.6"
"@actions/http-client@^2.0.1":
version "2.0.1"
resolved "https://registry.yarnpkg.com/@actions/http-client/-/http-client-2.0.1.tgz#873f4ca98fe32f6839462a6f046332677322f99c"
dependencies:
tunnel "^0.0.6"
"@actions/io@^1.0.1":
version "1.0.2"
resolved "https://registry.npmjs.org/@actions/io/-/io-1.0.2.tgz"
"@actions/tool-cache@^1.3.1":
version "1.3.1"
resolved "https://registry.npmjs.org/@actions/tool-cache/-/tool-cache-1.3.1.tgz"
dependencies:
"@actions/core" "^1.2.0"
"@actions/exec" "^1.0.0"
"@actions/http-client" "^1.0.3"
"@actions/io" "^1.0.1"
semver "^6.1.0"
uuid "^3.3.2"
version "2.0.3"
resolved "https://registry.npmjs.org/inherits/-/inherits-2.0.3.tgz"
path@^0.12.7:
version "0.12.7"
resolved "https://registry.npmjs.org/path/-/path-0.12.7.tgz"
dependencies:
process "^0.11.1"
util "^0.10.3"
version "1.19.1"
resolved "https://registry.npmjs.org/prettier/-/prettier-1.19.1.tgz"
process@^0.11.1:
version "0.11.10"
resolved "https://registry.npmjs.org/process/-/process-0.11.10.tgz"
semver@^6.1.0:
version "6.3.0"
resolved "https://registry.npmjs.org/semver/-/semver-6.3.0.tgz"
semver@^7.1.3:
version "7.1.3"
resolved "https://registry.npmjs.org/semver/-/semver-7.1.3.tgz"
[email protected], tunnel@^0.0.6:
version "0.0.6"
resolved "https://registry.npmjs.org/tunnel/-/tunnel-0.0.6.tgz"
util@^0.10.3:
version "0.10.4"
resolved "https://registry.npmjs.org/util/-/util-0.10.4.tgz"
dependencies:
inherits "2.0.3"
uuid@^3.3.2:
version "3.4.0"
resolved "https://registry.npmjs.org/uuid/-/uuid-3.4.0.tgz"
uuid@^8.3.2:
version "8.3.2"
resolved "https://registry.yarnpkg.com/uuid/-/uuid-8.3.2.tgz#80d5b5ced271bb9af6c445f21a1a04c606cefbe2"