Skip to content

Commit 29b7db1

Browse files
committed
Lock file maintenance
1 parent 7237b3e commit 29b7db1

File tree

1 file changed

+44
-58
lines changed

1 file changed

+44
-58
lines changed

yarn.lock

Lines changed: 44 additions & 58 deletions
Original file line numberDiff line numberDiff line change
@@ -95,9 +95,9 @@
9595
source-map "^0.5.0"
9696

9797
"@babel/eslint-parser@^7.12.16":
98-
version "7.15.4"
99-
resolved "https://registry.yarnpkg.com/@babel/eslint-parser/-/eslint-parser-7.15.4.tgz#46385943726291fb3e8db99522c8099b15684387"
100-
integrity sha512-hPMIAmGNbmQzXJIo2P43Zj9UhRmGev5f9nqdBFOWNGDGh6XKmjby79woBvg6y0Jur6yRfQBneDbUQ8ZVc1krFw==
98+
version "7.15.7"
99+
resolved "https://registry.yarnpkg.com/@babel/eslint-parser/-/eslint-parser-7.15.7.tgz#2dc3d0ff0ea22bb1e08d93b4eeb1149bf1c75f2d"
100+
integrity sha512-yJkHyomClm6A2Xzb8pdAo4HzYMSXFn1O5zrCYvbFP0yQFvHueLedV8WiEno8yJOKStjUXzBZzJFeWQ7b3YMsqQ==
101101
dependencies:
102102
eslint-scope "^5.1.1"
103103
eslint-visitor-keys "^2.1.0"
@@ -160,18 +160,18 @@
160160
"@babel/types" "^7.15.4"
161161

162162
"@babel/helper-module-transforms@^7.15.4":
163-
version "7.15.4"
164-
resolved "https://registry.yarnpkg.com/@babel/helper-module-transforms/-/helper-module-transforms-7.15.4.tgz#962cc629a7f7f9a082dd62d0307fa75fe8788d7c"
165-
integrity sha512-9fHHSGE9zTC++KuXLZcB5FKgvlV83Ox+NLUmQTawovwlJ85+QMhk1CnVk406CQVj97LaWod6KVjl2Sfgw9Aktw==
163+
version "7.15.7"
164+
resolved "https://registry.yarnpkg.com/@babel/helper-module-transforms/-/helper-module-transforms-7.15.7.tgz#7da80c8cbc1f02655d83f8b79d25866afe50d226"
165+
integrity sha512-ZNqjjQG/AuFfekFTY+7nY4RgBSklgTu970c7Rj3m/JOhIu5KPBUuTA9AY6zaKcUvk4g6EbDXdBnhi35FAssdSw==
166166
dependencies:
167167
"@babel/helper-module-imports" "^7.15.4"
168168
"@babel/helper-replace-supers" "^7.15.4"
169169
"@babel/helper-simple-access" "^7.15.4"
170170
"@babel/helper-split-export-declaration" "^7.15.4"
171-
"@babel/helper-validator-identifier" "^7.14.9"
171+
"@babel/helper-validator-identifier" "^7.15.7"
172172
"@babel/template" "^7.15.4"
173173
"@babel/traverse" "^7.15.4"
174-
"@babel/types" "^7.15.4"
174+
"@babel/types" "^7.15.6"
175175

176176
"@babel/helper-optimise-call-expression@^7.15.4":
177177
version "7.15.4"
@@ -204,10 +204,10 @@
204204
dependencies:
205205
"@babel/types" "^7.15.4"
206206

207-
"@babel/helper-validator-identifier@^7.14.5", "@babel/helper-validator-identifier@^7.14.9":
208-
version "7.14.9"
209-
resolved "https://registry.yarnpkg.com/@babel/helper-validator-identifier/-/helper-validator-identifier-7.14.9.tgz#6654d171b2024f6d8ee151bf2509699919131d48"
210-
integrity sha512-pQYxPY0UP6IHISRitNe8bsijHex4TWZXi2HwKVsjPiltzlhse2znVcm9Ace510VT1kxIHjGJCZZQBX2gJDbo0g==
207+
"@babel/helper-validator-identifier@^7.14.5", "@babel/helper-validator-identifier@^7.14.9", "@babel/helper-validator-identifier@^7.15.7":
208+
version "7.15.7"
209+
resolved "https://registry.yarnpkg.com/@babel/helper-validator-identifier/-/helper-validator-identifier-7.15.7.tgz#220df993bfe904a4a6b02ab4f3385a5ebf6e2389"
210+
integrity sha512-K4JvCtQqad9OY2+yTU8w+E82ywk/fe+ELNlt1G8z3bVGlZfn/hOcQQsUhGhW/N+tb3fxK800wLtKOE/aM0m72w==
211211

212212
"@babel/helper-validator-option@^7.14.5":
213213
version "7.14.5"
@@ -233,9 +233,9 @@
233233
js-tokens "^4.0.0"
234234

235235
"@babel/parser@^7.15.4", "@babel/parser@^7.15.5":
236-
version "7.15.6"
237-
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.15.6.tgz#043b9aa3c303c0722e5377fef9197f4cf1796549"
238-
integrity sha512-S/TSCcsRuCkmpUuoWijua0Snt+f3ewU/8spLo+4AXJCZfT0bVCzLD5MuOKdrx0mlAptbKzn5AdgEIIKXxXkz9Q==
236+
version "7.15.7"
237+
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.15.7.tgz#0c3ed4a2eb07b165dfa85b3cc45c727334c4edae"
238+
integrity sha512-rycZXvQ+xS9QyIcJ9HXeDWf1uxqlbVFAUq0Rq0dbc50Zb/+wUe/ehyfzGfm9KZZF0kBejYgxltBXocP+gKdL2g==
239239

240240
"@babel/template@^7.15.4":
241241
version "7.15.4"
@@ -261,7 +261,7 @@
261261
debug "^4.1.0"
262262
globals "^11.1.0"
263263

264-
"@babel/types@^7.15.4":
264+
"@babel/types@^7.15.4", "@babel/types@^7.15.6":
265265
version "7.15.6"
266266
resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.15.6.tgz#99abdc48218b2881c058dd0a7ab05b99c9be758f"
267267
integrity sha512-BPU+7QhqNjmWyDO0/vitH/CuhpV8ZmK1wpKva8nuyNF5MJfuRNWMc+hc14+u9xT93kvykMdncrJT19h74uB1Ig==
@@ -520,9 +520,9 @@ ansi-regex@^4.1.0:
520520
integrity sha512-1apePfXM1UOSqw0o9IiFAovVz9M5S1Dg+4TrDwfMewQ6p/rmMueb7tWZjQ1rx4Loy1ArBggoqGpfqqdI4rondg==
521521

522522
ansi-regex@^5.0.0:
523-
version "5.0.0"
524-
resolved "https://registry.yarnpkg.com/ansi-regex/-/ansi-regex-5.0.0.tgz#388539f55179bf39339c81af30a654d69f87cb75"
525-
integrity sha512-bY6fj56OUQ0hU1KjFNDQuJFezqKdrAyFdIevADiqrWHwSlbmBNMHp5ak2f40Pm8JTFyM2mqxkG6ngkHO11f/lg==
523+
version "5.0.1"
524+
resolved "https://registry.yarnpkg.com/ansi-regex/-/ansi-regex-5.0.1.tgz#082cb2c89c9fe8659a311a53bd6a4dc5301db304"
525+
integrity sha512-quJQXlTSUGL2LH9SUXo8VwsY4soanhgo6LNSm84E1LBcE8s3O0wpdiRzyR9z/ZZJMlMWv37qOOb9pdJlMUEKFQ==
526526

527527
ansi-styles@^2.2.1:
528528
version "2.2.1"
@@ -685,14 +685,7 @@ aws4@^1.8.0:
685685
resolved "https://registry.yarnpkg.com/aws4/-/aws4-1.11.0.tgz#d61f46d83b2519250e2784daf5b09479a8b41c59"
686686
integrity sha512-xh1Rl34h6Fi1DC2WWKfxUTVqRsNnr6LsKz2+hfwDxQJWmrx8+c7ylaqBMcHfl1U1r2dsifOvKX3LQuLNZ+XSvA==
687687

688-
689-
version "0.21.1"
690-
resolved "https://registry.yarnpkg.com/axios/-/axios-0.21.1.tgz#22563481962f4d6bde9a76d516ef0e5d3c09b2b8"
691-
integrity sha512-dKQiRHxGD9PPRIUNIWvZhPTPpl1rf/OxTYKsqKUDjBwYylTvV7SjSHJb9ratfyzM6wCdLCOYLzs73qpg5c4iGA==
692-
dependencies:
693-
follow-redirects "^1.10.0"
694-
695-
axios@^0.21.1:
688+
[email protected], axios@^0.21.1:
696689
version "0.21.4"
697690
resolved "https://registry.yarnpkg.com/axios/-/axios-0.21.4.tgz#c67b90dc0568e5c1cf2b0b858c43ba28e2eda575"
698691
integrity sha512-ut5vewkiu8jjGBdqpM44XxjuCjq9LAKeHVmoVfHVzy8eHgxxq8SbAVQNovDA8mVi05kP0Ea/n/UzcSHcTJQfNg==
@@ -927,9 +920,9 @@ camelcase@^5.0.0:
927920
integrity sha512-L28STB170nwWS63UjtlEOE3dldQApaJXZkOI1uMFfzf3rRuPegHaHesyee+YxQ+W6SvRDQV6UrdOdRiR153wJg==
928921

929922
caniuse-lite@^1.0.30001254:
930-
version "1.0.30001256"
931-
resolved "https://registry.yarnpkg.com/caniuse-lite/-/caniuse-lite-1.0.30001256.tgz#182410b5f024e0ab99c72ec648f234a9986bd548"
932-
integrity sha512-QirrvMLmB4txNnxiaG/xbm6FSzv9LqOZ3Jp9VtCYb3oPIfCHpr/oGn38pFq0udwlkctvXQgPthaXqJ76DaYGnA==
923+
version "1.0.30001258"
924+
resolved "https://registry.yarnpkg.com/caniuse-lite/-/caniuse-lite-1.0.30001258.tgz#b604eed80cc54a578e4bf5a02ae3ed49f869d252"
925+
integrity sha512-RBByOG6xWXUp0CR2/WU2amXz3stjKpSl5J1xU49F1n2OxD//uBZO4wCKUiG+QMGf7CHGfDDcqoKriomoGVxTeA==
933926

934927
caseless@~0.12.0:
935928
version "0.12.0"
@@ -1334,20 +1327,13 @@ [email protected], debug@^2.2.0:
13341327
dependencies:
13351328
ms "2.0.0"
13361329

1337-
debug@4, debug@^4.0.1, debug@^4.1.0, debug@^4.1.1, debug@^4.3.1:
1330+
debug@4, debug@4.3.2, debug@^4.0.1, debug@^4.1.0, debug@^4.1.1, debug@^4.3.1:
13381331
version "4.3.2"
13391332
resolved "https://registry.yarnpkg.com/debug/-/debug-4.3.2.tgz#f0a49c18ac8779e31d4a0c6029dfb76873c7428b"
13401333
integrity sha512-mOp8wKcvj7XxC78zLgw/ZA+6TSgkoE2C/ienthhRD298T7UNwAg9diBpLRxC0mOezLl4B0xV7M0cCO6P/O0Xhw==
13411334
dependencies:
13421335
ms "2.1.2"
13431336

1344-
1345-
version "4.3.1"
1346-
resolved "https://registry.yarnpkg.com/debug/-/debug-4.3.1.tgz#f0d229c505e0c6d8c49ac553d1b13dc183f6b2ee"
1347-
integrity sha512-doEwdvm4PCeK4K3RQN2ZC2BYUBaxwLARCqZmMjtF8a51J2Rb0xpVloFRnCODwqjpwnAoao4pelN8l3RJdv3gRQ==
1348-
dependencies:
1349-
ms "2.1.2"
1350-
13511337
debug@~3.1.0:
13521338
version "3.1.0"
13531339
resolved "https://registry.yarnpkg.com/debug/-/debug-3.1.0.tgz#5bb5a0672628b64149566ba16819e61518c67261"
@@ -1561,9 +1547,9 @@ ejs@^2.7.4:
15611547
integrity sha512-7vmuyh5+kuUyJKePhQfRQBhXV5Ce+RnaeeQArKu1EAMpL3WbgMt5WG6uQZpEVvYSSsxMXRKOewtDk9RaTKXRlA==
15621548

15631549
electron-to-chromium@^1.3.830:
1564-
version "1.3.836"
1565-
resolved "https://registry.yarnpkg.com/electron-to-chromium/-/electron-to-chromium-1.3.836.tgz#823cb9c98f28c64c673920f1c90ea3826596eaf9"
1566-
integrity sha512-Ney3pHOJBWkG/AqYjrW0hr2AUCsao+2uvq9HUlRP8OlpSdk/zOHOUJP7eu0icDvePC9DlgffuelP4TnOJmMRUg==
1550+
version "1.3.843"
1551+
resolved "https://registry.yarnpkg.com/electron-to-chromium/-/electron-to-chromium-1.3.843.tgz#671489bd2f59fd49b76adddc1aa02c88cd38a5c0"
1552+
integrity sha512-OWEwAbzaVd1Lk9MohVw8LxMXFlnYd9oYTYxfX8KS++kLLjDfbovLOcEEXwRhG612dqGQ6+44SZvim0GXuBRiKg==
15671553

15681554
eleventy-plugin-lazyimages@liamfiddler/eleventy-plugin-lazyimages:
15691555
version "2.1.0"
@@ -2157,10 +2143,10 @@ flatted@^3.1.0:
21572143
resolved "https://registry.yarnpkg.com/flatted/-/flatted-3.2.2.tgz#64bfed5cb68fe3ca78b3eb214ad97b63bedce561"
21582144
integrity sha512-JaTY/wtrcSyvXJl4IMFHPKyFur1sE9AUqc0QnhOaJ0CxHtAoIV8pYDzeEfAaNEtGkOfq4gr3LBFmdXW5mOQFnA==
21592145

2160-
follow-redirects@^1.0.0, follow-redirects@^1.10.0, follow-redirects@^1.14.0:
2161-
version "1.14.3"
2162-
resolved "https://registry.yarnpkg.com/follow-redirects/-/follow-redirects-1.14.3.tgz#6ada78118d8d24caee595595accdc0ac6abd022e"
2163-
integrity sha512-3MkHxknWMUtb23apkgz/83fDoe+y+qr0TdgacGIA7bew+QLBo3vdgEN2xEsuXNivpFy4CyDhBBZnNZOtalmenw==
2146+
follow-redirects@^1.0.0, follow-redirects@^1.14.0:
2147+
version "1.14.4"
2148+
resolved "https://registry.yarnpkg.com/follow-redirects/-/follow-redirects-1.14.4.tgz#838fdf48a8bbdd79e52ee51fb1c94e3ed98b9379"
2149+
integrity sha512-zwGkiSXC1MUJG/qmeIFH2HBJx9u0V46QGUe3YR1fXG8bXQxq7fLj0RjLZQ5nubr9qNJUZrH+xUcwXEoXNpfS+g==
21642150

21652151
forever-agent@~0.6.1:
21662152
version "0.6.1"
@@ -3068,14 +3054,14 @@ list-to-array@^1.1.0:
30683054
integrity sha1-yn3/ZAYGQzysdcvoRGrNhksVv28=
30693055

30703056
localtunnel@^2.0.1:
3071-
version "2.0.1"
3072-
resolved "https://registry.yarnpkg.com/localtunnel/-/localtunnel-2.0.1.tgz#8f7c593f3005647f7675e6e69af9bf746571a631"
3073-
integrity sha512-LiaI5wZdz0xFkIQpXbNI62ZnNn8IMsVhwxHmhA+h4vj8R9JG/07bQHWwQlyy7b95/5fVOCHJfIHv+a5XnkvaJA==
3057+
version "2.0.2"
3058+
resolved "https://registry.yarnpkg.com/localtunnel/-/localtunnel-2.0.2.tgz#528d50087151c4790f89c2db374fe7b0a48501f0"
3059+
integrity sha512-n418Cn5ynvJd7m/N1d9WVJISLJF/ellZnfsLnx8WBWGzxv/ntNcFkJ1o6se5quUhCplfLGBNL5tYHiq5WF3Nug==
30743060
dependencies:
3075-
axios "0.21.1"
3076-
debug "4.3.1"
3061+
axios "0.21.4"
3062+
debug "4.3.2"
30773063
openurl "1.1.1"
3078-
yargs "16.2.0"
3064+
yargs "17.1.1"
30793065

30803066
locate-path@^5.0.0:
30813067
version "5.0.0"
@@ -4402,9 +4388,9 @@ sigmund@^1.0.1:
44024388
integrity sha1-P/IfGYytIXX587eBhT/ZTQ0ZtZA=
44034389

44044390
signal-exit@^3.0.0, signal-exit@^3.0.2:
4405-
version "3.0.3"
4406-
resolved "https://registry.yarnpkg.com/signal-exit/-/signal-exit-3.0.3.tgz#a1410c2edd8f077b08b4e253c8eacfcaf057461c"
4407-
integrity sha512-VUJ49FC8U1OxwZLxIbTTrDvLnf/6TDgxZcK8wxR8zs13xpx7xbG60ndBlhNrFi2EMuFRoeDoJO7wthSLq42EjA==
4391+
version "3.0.4"
4392+
resolved "https://registry.yarnpkg.com/signal-exit/-/signal-exit-3.0.4.tgz#366a4684d175b9cab2081e3681fda3747b6c51d7"
4393+
integrity sha512-rqYhcAnZ6d/vTPGghdrw7iumdcbXpsk1b8IG/rz+VWV51DM0p7XCtMoJ3qhPLIbp3tvyt3pKRbaaEMZYpHto8Q==
44084394

44094395
simple-concat@^1.0.0:
44104396
version "1.0.1"
@@ -5254,10 +5240,10 @@ yargs-parser@^20.2.2:
52545240
resolved "https://registry.yarnpkg.com/yargs-parser/-/yargs-parser-20.2.9.tgz#2eb7dc3b0289718fc295f362753845c41a0c94ee"
52555241
integrity sha512-y11nGElTIV+CT3Zv9t7VKl+Q3hTQoT9a1Qzezhhl6Rp21gJ/IVTW7Z3y9EWXhuUBC2Shnf+DX0antecpAwSP8w==
52565242

5257-
yargs@16.2.0:
5258-
version "16.2.0"
5259-
resolved "https://registry.yarnpkg.com/yargs/-/yargs-16.2.0.tgz#1c82bf0f6b6a66eafce7ef30e376f49a12477f66"
5260-
integrity sha512-D1mvvtDG0L5ft/jGWkLpG1+m0eQxOfaBvTNELraWj22wSVUMWxZUvYgJYcKh6jGGIkJFhH4IZPQhR4TKpc8mBw==
5243+
yargs@17.1.1:
5244+
version "17.1.1"
5245+
resolved "https://registry.yarnpkg.com/yargs/-/yargs-17.1.1.tgz#c2a8091564bdb196f7c0a67c1d12e5b85b8067ba"
5246+
integrity sha512-c2k48R0PwKIqKhPMWjeiF6y2xY/gPMUlro0sgxqXpbOIohWiLNXWslsootttv7E1e73QPAMQSg5FeySbVcpsPQ==
52615247
dependencies:
52625248
cliui "^7.0.2"
52635249
escalade "^3.1.1"

0 commit comments

Comments
 (0)