Skip to content

Commit 7e6f114

Browse files
build(deps-dev): bump @babel/core from 7.24.7 to 7.24.9 (#1558)
Bumps [@babel/core](https://github.com/babel/babel/tree/HEAD/packages/babel-core) from 7.24.7 to 7.24.9. - [Release notes](https://github.com/babel/babel/releases) - [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md) - [Commits](https://github.com/babel/babel/commits/v7.24.9/packages/babel-core) --- updated-dependencies: - dependency-name: "@babel/core" dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 3f6e66d commit 7e6f114

File tree

2 files changed

+97
-54
lines changed

2 files changed

+97
-54
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535
"watch": "yarn clean && rollup -c --environment DEVELOPMENT --watch"
3636
},
3737
"devDependencies": {
38-
"@babel/core": "^7.24.7",
38+
"@babel/core": "^7.24.9",
3939
"@babel/preset-env": "^7.24.7",
4040
"@testing-library/jest-dom": "^5.17.0",
4141
"autoprefixer": "^10.4.19",

yarn.lock

Lines changed: 96 additions & 53 deletions
Original file line numberDiff line numberDiff line change
@@ -33,33 +33,38 @@
3333
resolved "https://registry.yarnpkg.com/@babel/compat-data/-/compat-data-7.24.7.tgz#d23bbea508c3883ba8251fb4164982c36ea577ed"
3434
integrity sha512-qJzAIcv03PyaWqxRgO4mSU3lihncDT296vnyuE2O8uA4w3UHWI4S3hgeZd1L8W1Bft40w9JxJ2b412iDUFFRhw==
3535

36-
"@babel/core@^7.11.6", "@babel/core@^7.12.3", "@babel/core@^7.24.7":
37-
version "7.24.7"
38-
resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.24.7.tgz#b676450141e0b52a3d43bc91da86aa608f950ac4"
39-
integrity sha512-nykK+LEK86ahTkX/3TgauT0ikKoNCfKHEaZYTUVupJdTLzGNvrblu4u6fa7DhZONAltdf8e662t/abY8idrd/g==
36+
"@babel/compat-data@^7.24.8":
37+
version "7.24.9"
38+
resolved "https://registry.yarnpkg.com/@babel/compat-data/-/compat-data-7.24.9.tgz#53eee4e68f1c1d0282aa0eb05ddb02d033fc43a0"
39+
integrity sha512-e701mcfApCJqMMueQI0Fb68Amflj83+dvAvHawoBpAz+GDjCIyGHzNwnefjsWJ3xiYAqqiQFoWbspGYBdb2/ng==
40+
41+
"@babel/core@^7.11.6", "@babel/core@^7.12.3", "@babel/core@^7.24.9":
42+
version "7.24.9"
43+
resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.24.9.tgz#dc07c9d307162c97fa9484ea997ade65841c7c82"
44+
integrity sha512-5e3FI4Q3M3Pbr21+5xJwCv6ZT6KmGkI0vw3Tozy5ODAQFTIWe37iT8Cr7Ice2Ntb+M3iSKCEWMB1MBgKrW3whg==
4045
dependencies:
4146
"@ampproject/remapping" "^2.2.0"
4247
"@babel/code-frame" "^7.24.7"
43-
"@babel/generator" "^7.24.7"
44-
"@babel/helper-compilation-targets" "^7.24.7"
45-
"@babel/helper-module-transforms" "^7.24.7"
46-
"@babel/helpers" "^7.24.7"
47-
"@babel/parser" "^7.24.7"
48+
"@babel/generator" "^7.24.9"
49+
"@babel/helper-compilation-targets" "^7.24.8"
50+
"@babel/helper-module-transforms" "^7.24.9"
51+
"@babel/helpers" "^7.24.8"
52+
"@babel/parser" "^7.24.8"
4853
"@babel/template" "^7.24.7"
49-
"@babel/traverse" "^7.24.7"
50-
"@babel/types" "^7.24.7"
54+
"@babel/traverse" "^7.24.8"
55+
"@babel/types" "^7.24.9"
5156
convert-source-map "^2.0.0"
5257
debug "^4.1.0"
5358
gensync "^1.0.0-beta.2"
5459
json5 "^2.2.3"
5560
semver "^6.3.1"
5661

57-
"@babel/generator@^7.24.7", "@babel/generator@^7.7.2":
58-
version "7.24.7"
59-
resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.24.7.tgz#1654d01de20ad66b4b4d99c135471bc654c55e6d"
60-
integrity sha512-oipXieGC3i45Y1A41t4tAqpnEZWgB/lC6Ehh6+rOviR5XWpTtMmLN+fGjz9vOiNRt0p6RtO6DtD0pdU3vpqdSA==
62+
"@babel/generator@^7.24.8", "@babel/generator@^7.24.9", "@babel/generator@^7.7.2":
63+
version "7.24.9"
64+
resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.24.9.tgz#5c2575a1070e661bbbc9df82a853989c9a656f12"
65+
integrity sha512-G8v3jRg+z8IwY1jHFxvCNhOPYPterE4XljNgdGTYfSTtzzwjIswIzIaSPSLs3R7yFuqnqNeay5rjICfqVr+/6A==
6166
dependencies:
62-
"@babel/types" "^7.24.7"
67+
"@babel/types" "^7.24.9"
6368
"@jridgewell/gen-mapping" "^0.3.5"
6469
"@jridgewell/trace-mapping" "^0.3.25"
6570
jsesc "^2.5.1"
@@ -86,14 +91,14 @@
8691
"@babel/traverse" "^7.24.7"
8792
"@babel/types" "^7.24.7"
8893

89-
"@babel/helper-compilation-targets@^7.22.6", "@babel/helper-compilation-targets@^7.24.7":
90-
version "7.24.7"
91-
resolved "https://registry.yarnpkg.com/@babel/helper-compilation-targets/-/helper-compilation-targets-7.24.7.tgz#4eb6c4a80d6ffeac25ab8cd9a21b5dfa48d503a9"
92-
integrity sha512-ctSdRHBi20qWOfy27RUb4Fhp07KSJ3sXcuSvTrXrc4aG8NSYDo1ici3Vhg9bg69y5bj0Mr1lh0aeEgTvc12rMg==
94+
"@babel/helper-compilation-targets@^7.22.6", "@babel/helper-compilation-targets@^7.24.7", "@babel/helper-compilation-targets@^7.24.8":
95+
version "7.24.8"
96+
resolved "https://registry.yarnpkg.com/@babel/helper-compilation-targets/-/helper-compilation-targets-7.24.8.tgz#b607c3161cd9d1744977d4f97139572fe778c271"
97+
integrity sha512-oU+UoqCHdp+nWVDkpldqIQL/i/bvAv53tRqLG/s+cOXxe66zOYLU7ar/Xs3LdmBihrUMEUhwu6dMZwbNOYDwvw==
9398
dependencies:
94-
"@babel/compat-data" "^7.24.7"
95-
"@babel/helper-validator-option" "^7.24.7"
96-
browserslist "^4.22.2"
99+
"@babel/compat-data" "^7.24.8"
100+
"@babel/helper-validator-option" "^7.24.8"
101+
browserslist "^4.23.1"
97102
lru-cache "^5.1.1"
98103
semver "^6.3.1"
99104

@@ -185,10 +190,10 @@
185190
"@babel/traverse" "^7.24.7"
186191
"@babel/types" "^7.24.7"
187192

188-
"@babel/helper-module-transforms@^7.24.7":
189-
version "7.24.7"
190-
resolved "https://registry.yarnpkg.com/@babel/helper-module-transforms/-/helper-module-transforms-7.24.7.tgz#31b6c9a2930679498db65b685b1698bfd6c7daf8"
191-
integrity sha512-1fuJEwIrp+97rM4RWdO+qrRsZlAeL1lQJoPqtCYWv0NL115XM93hIH4CSRln2w52SqvmY5hqdtauB6QFCDiZNQ==
193+
"@babel/helper-module-transforms@^7.24.7", "@babel/helper-module-transforms@^7.24.9":
194+
version "7.24.9"
195+
resolved "https://registry.yarnpkg.com/@babel/helper-module-transforms/-/helper-module-transforms-7.24.9.tgz#e13d26306b89eea569180868e652e7f514de9d29"
196+
integrity sha512-oYbh+rtFKj/HwBQkFlUzvcybzklmVdVV3UU+mN7n2t/q3yGHbuVdNxyFvSBO1tfvjyArpHNcWMAzsSPdyI46hw==
192197
dependencies:
193198
"@babel/helper-environment-visitor" "^7.24.7"
194199
"@babel/helper-module-imports" "^7.24.7"
@@ -249,10 +254,10 @@
249254
dependencies:
250255
"@babel/types" "^7.24.7"
251256

252-
"@babel/helper-string-parser@^7.24.7":
253-
version "7.24.7"
254-
resolved "https://registry.yarnpkg.com/@babel/helper-string-parser/-/helper-string-parser-7.24.7.tgz#4d2d0f14820ede3b9807ea5fc36dfc8cd7da07f2"
255-
integrity sha512-7MbVt6xrwFQbunH2DNQsAP5sTGxfqQtErvBIvIMi6EQnbgUOuVYanvREcmFrOPhoXBrTtjhhP+lW+o5UfK+tDg==
257+
"@babel/helper-string-parser@^7.24.8":
258+
version "7.24.8"
259+
resolved "https://registry.yarnpkg.com/@babel/helper-string-parser/-/helper-string-parser-7.24.8.tgz#5b3329c9a58803d5df425e5785865881a81ca48d"
260+
integrity sha512-pO9KhhRcuUyGnJWwyEgnRJTSIZHiT+vMD0kPeD+so0l7mxkMT19g3pjY9GTnHySck/hDzq+dtW/4VgnMkippsQ==
256261

257262
"@babel/helper-validator-identifier@^7.24.7":
258263
version "7.24.7"
@@ -264,6 +269,11 @@
264269
resolved "https://registry.yarnpkg.com/@babel/helper-validator-option/-/helper-validator-option-7.24.7.tgz#24c3bb77c7a425d1742eec8fb433b5a1b38e62f6"
265270
integrity sha512-yy1/KvjhV/ZCL+SM7hBrvnZJ3ZuT9OuZgIJAGpPEToANvc3iM6iDvBnRjtElWibHU6n8/LPR/EjX9EtIEYO3pw==
266271

272+
"@babel/helper-validator-option@^7.24.8":
273+
version "7.24.8"
274+
resolved "https://registry.yarnpkg.com/@babel/helper-validator-option/-/helper-validator-option-7.24.8.tgz#3725cdeea8b480e86d34df15304806a06975e33d"
275+
integrity sha512-xb8t9tD1MHLungh/AIoWYN+gVHaB9kwlu8gffXGSt3FFEIT7RjS+xWbc2vUD1UTZdIpKj/ab3rdqJ7ufngyi2Q==
276+
267277
"@babel/helper-wrap-function@^7.24.7":
268278
version "7.24.7"
269279
resolved "https://registry.yarnpkg.com/@babel/helper-wrap-function/-/helper-wrap-function-7.24.7.tgz#52d893af7e42edca7c6d2c6764549826336aae1f"
@@ -274,13 +284,13 @@
274284
"@babel/traverse" "^7.24.7"
275285
"@babel/types" "^7.24.7"
276286

277-
"@babel/helpers@^7.24.7":
278-
version "7.24.7"
279-
resolved "https://registry.yarnpkg.com/@babel/helpers/-/helpers-7.24.7.tgz#aa2ccda29f62185acb5d42fb4a3a1b1082107416"
280-
integrity sha512-NlmJJtvcw72yRJRcnCmGvSi+3jDEg8qFu3z0AFoymmzLx5ERVWyzd9kVXr7Th9/8yIJi2Zc6av4Tqz3wFs8QWg==
287+
"@babel/helpers@^7.24.8":
288+
version "7.24.8"
289+
resolved "https://registry.yarnpkg.com/@babel/helpers/-/helpers-7.24.8.tgz#2820d64d5d6686cca8789dd15b074cd862795873"
290+
integrity sha512-gV2265Nkcz7weJJfvDoAEVzC1e2OTDpkGbEsebse8koXUJUXPsCMi7sRo/+SPMuMZ9MtUPnGwITTnQnU5YjyaQ==
281291
dependencies:
282292
"@babel/template" "^7.24.7"
283-
"@babel/types" "^7.24.7"
293+
"@babel/types" "^7.24.8"
284294

285295
"@babel/highlight@^7.24.7":
286296
version "7.24.7"
@@ -292,10 +302,10 @@
292302
js-tokens "^4.0.0"
293303
picocolors "^1.0.0"
294304

295-
"@babel/parser@^7.1.0", "@babel/parser@^7.14.7", "@babel/parser@^7.24.7":
296-
version "7.24.7"
297-
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.24.7.tgz#9a5226f92f0c5c8ead550b750f5608e766c8ce85"
298-
integrity sha512-9uUYRm6OqQrCqQdG1iCBwBPZgN8ciDBro2nIOFaiRz1/BCxaI7CNvQbDHvsArAC7Tw9Hda/B3U+6ui9u4HWXPw==
305+
"@babel/parser@^7.1.0", "@babel/parser@^7.14.7", "@babel/parser@^7.24.7", "@babel/parser@^7.24.8":
306+
version "7.24.8"
307+
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.24.8.tgz#58a4dbbcad7eb1d48930524a3fd93d93e9084c6f"
308+
integrity sha512-WzfbgXOkGzZiXXCqk43kKwZjzwx4oulxZi3nq2TYL9mOjQv6kYwul9mz6ID36njuL7Xkp6nJEfok848Zj10j/w==
299309

300310
"@babel/plugin-bugfix-firefox-class-in-computed-class-key@^7.24.7":
301311
version "7.24.7"
@@ -986,28 +996,28 @@
986996
"@babel/parser" "^7.24.7"
987997
"@babel/types" "^7.24.7"
988998

989-
"@babel/traverse@^7.24.7":
990-
version "7.24.7"
991-
resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.24.7.tgz#de2b900163fa741721ba382163fe46a936c40cf5"
992-
integrity sha512-yb65Ed5S/QAcewNPh0nZczy9JdYXkkAbIsEo+P7BE7yO3txAY30Y/oPa3QkQ5It3xVG2kpKMg9MsdxZaO31uKA==
999+
"@babel/traverse@^7.24.7", "@babel/traverse@^7.24.8":
1000+
version "7.24.8"
1001+
resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.24.8.tgz#6c14ed5232b7549df3371d820fbd9abfcd7dfab7"
1002+
integrity sha512-t0P1xxAPzEDcEPmjprAQq19NWum4K0EQPjMwZQZbHt+GiZqvjCHjj755Weq1YRPVzBI+3zSfvScfpnuIecVFJQ==
9931003
dependencies:
9941004
"@babel/code-frame" "^7.24.7"
995-
"@babel/generator" "^7.24.7"
1005+
"@babel/generator" "^7.24.8"
9961006
"@babel/helper-environment-visitor" "^7.24.7"
9971007
"@babel/helper-function-name" "^7.24.7"
9981008
"@babel/helper-hoist-variables" "^7.24.7"
9991009
"@babel/helper-split-export-declaration" "^7.24.7"
1000-
"@babel/parser" "^7.24.7"
1001-
"@babel/types" "^7.24.7"
1010+
"@babel/parser" "^7.24.8"
1011+
"@babel/types" "^7.24.8"
10021012
debug "^4.3.1"
10031013
globals "^11.1.0"
10041014

1005-
"@babel/types@^7.0.0", "@babel/types@^7.14.5", "@babel/types@^7.18.6", "@babel/types@^7.24.7", "@babel/types@^7.3.0", "@babel/types@^7.3.3", "@babel/types@^7.4.4":
1006-
version "7.24.7"
1007-
resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.24.7.tgz#6027fe12bc1aa724cd32ab113fb7f1988f1f66f2"
1008-
integrity sha512-XEFXSlxiG5td2EJRe8vOmRbaXVgfcBlszKujvVmWIK/UpywWljQCfzAv3RQCGujWQ1RD4YYWEAqDXfuJiy8f5Q==
1015+
"@babel/types@^7.0.0", "@babel/types@^7.14.5", "@babel/types@^7.18.6", "@babel/types@^7.24.7", "@babel/types@^7.24.8", "@babel/types@^7.24.9", "@babel/types@^7.3.0", "@babel/types@^7.3.3", "@babel/types@^7.4.4":
1016+
version "7.24.9"
1017+
resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.24.9.tgz#228ce953d7b0d16646e755acf204f4cf3d08cc73"
1018+
integrity sha512-xm8XrMKz0IlUdocVbYJe0Z9xEgidU7msskG8BbhnTPK/HZ2z/7FP7ykqPgrUH+C+r414mNfNWam1f2vqOjqjYQ==
10091019
dependencies:
1010-
"@babel/helper-string-parser" "^7.24.7"
1020+
"@babel/helper-string-parser" "^7.24.8"
10111021
"@babel/helper-validator-identifier" "^7.24.7"
10121022
to-fast-properties "^2.0.0"
10131023

@@ -2826,7 +2836,7 @@ browser-sync@^2.26.14:
28262836
ua-parser-js "^0.7.28"
28272837
yargs "^15.4.1"
28282838

2829-
browserslist@^4.0.0, browserslist@^4.22.2, browserslist@^4.23.0:
2839+
browserslist@^4.0.0, browserslist@^4.23.0:
28302840
version "4.23.0"
28312841
resolved "https://registry.yarnpkg.com/browserslist/-/browserslist-4.23.0.tgz#8f3acc2bbe73af7213399430890f86c63a5674ab"
28322842
integrity sha512-QW8HiM1shhT2GuzkvklfjcKDiWFXHOeFCIA/huJPwHsslwcydgk7X+z2zXpEijP98UCY7HbubZt5J2Zgvf0CaQ==
@@ -2836,6 +2846,16 @@ browserslist@^4.0.0, browserslist@^4.22.2, browserslist@^4.23.0:
28362846
node-releases "^2.0.14"
28372847
update-browserslist-db "^1.0.13"
28382848

2849+
browserslist@^4.23.1:
2850+
version "4.23.2"
2851+
resolved "https://registry.yarnpkg.com/browserslist/-/browserslist-4.23.2.tgz#244fe803641f1c19c28c48c4b6ec9736eb3d32ed"
2852+
integrity sha512-qkqSyistMYdxAcw+CzbZwlBy8AGmS/eEWs+sEV5TnLRGDOL+C5M2EnH6tlZyg0YoAxGJAFKh61En9BR941GnHA==
2853+
dependencies:
2854+
caniuse-lite "^1.0.30001640"
2855+
electron-to-chromium "^1.4.820"
2856+
node-releases "^2.0.14"
2857+
update-browserslist-db "^1.1.0"
2858+
28392859
bs-recipes@1.3.4:
28402860
version "1.3.4"
28412861
resolved "https://registry.yarnpkg.com/bs-recipes/-/bs-recipes-1.3.4.tgz#0d2d4d48a718c8c044769fdc4f89592dc8b69585"
@@ -3030,6 +3050,11 @@ caniuse-lite@^1.0.0, caniuse-lite@^1.0.30001587, caniuse-lite@^1.0.30001599:
30303050
resolved "https://registry.yarnpkg.com/caniuse-lite/-/caniuse-lite-1.0.30001600.tgz#93a3ee17a35aa6a9f0c6ef1b2ab49507d1ab9079"
30313051
integrity sha512-+2S9/2JFhYmYaDpZvo0lKkfvuKIglrx68MwOBqMGHhQsNkLjB5xtc/TGoEPs+MxjSyN/72qer2g97nzR641mOQ==
30323052

3053+
caniuse-lite@^1.0.30001640:
3054+
version "1.0.30001642"
3055+
resolved "https://registry.yarnpkg.com/caniuse-lite/-/caniuse-lite-1.0.30001642.tgz#6aa6610eb24067c246d30c57f055a9d0a7f8d05f"
3056+
integrity sha512-3XQ0DoRgLijXJErLSl+bLnJ+Et4KqV1PY6JJBGAFlsNsz31zeAIncyeZfLCabHK/jtSh+671RM9YMldxjUPZtA==
3057+
30333058
caseless@~0.12.0:
30343059
version "0.12.0"
30353060
resolved "https://registry.yarnpkg.com/caseless/-/caseless-0.12.0.tgz#1b681c21ff84033c826543090689420d187151dc"
@@ -4038,6 +4063,11 @@ electron-to-chromium@^1.4.668:
40384063
resolved "https://registry.yarnpkg.com/electron-to-chromium/-/electron-to-chromium-1.4.681.tgz#5f23fad8aa7e1f64cbb7dd9d15c7e39a1cd7e6e3"
40394064
integrity sha512-1PpuqJUFWoXZ1E54m8bsLPVYwIVCRzvaL+n5cjigGga4z854abDnFRc+cTa2th4S79kyGqya/1xoR7h+Y5G5lg==
40404065

4066+
electron-to-chromium@^1.4.820:
4067+
version "1.4.827"
4068+
resolved "https://registry.yarnpkg.com/electron-to-chromium/-/electron-to-chromium-1.4.827.tgz#76068ed1c71dd3963e1befc8ae815004b2da6a02"
4069+
integrity sha512-VY+J0e4SFcNfQy19MEoMdaIcZLmDCprqvBtkii1WTCTQHpRvf5N8+3kTYCgL/PcntvwQvmMJWTuDPsq+IlhWKQ==
4070+
40414071
emittery@^0.13.1:
40424072
version "0.13.1"
40434073
resolved "https://registry.yarnpkg.com/emittery/-/emittery-0.13.1.tgz#c04b8c3457490e0847ae51fced3af52d338e3dad"
@@ -4236,6 +4266,11 @@ escalade@^3.1.1:
42364266
resolved "https://registry.yarnpkg.com/escalade/-/escalade-3.1.1.tgz#d8cfdc7000965c5a0174b4a82eaa5c0552742e40"
42374267
integrity sha512-k0er2gUkLf8O0zKJiAhmkTnJlTvINGv7ygDNPbeIsX/TJjGJZHuh9B2UxbsaEkmlEo9MfhrSzmhIlhRlI2GXnw==
42384268

4269+
escalade@^3.1.2:
4270+
version "3.1.2"
4271+
resolved "https://registry.yarnpkg.com/escalade/-/escalade-3.1.2.tgz#54076e9ab29ea5bf3d8f1ed62acffbb88272df27"
4272+
integrity sha512-ErCHMCae19vR8vQGe50xIsVomy19rg6gFu3+r3jkEO46suLMWBksvVyoGgQV+jOfl84ZSOSlmv6Gxa89PmTGmA==
4273+
42394274
escape-goat@^4.0.0:
42404275
version "4.0.0"
42414276
resolved "https://registry.yarnpkg.com/escape-goat/-/escape-goat-4.0.0.tgz#9424820331b510b0666b98f7873fe11ac4aa8081"
@@ -10390,6 +10425,14 @@ update-browserslist-db@^1.0.13:
1039010425
escalade "^3.1.1"
1039110426
picocolors "^1.0.0"
1039210427

10428+
update-browserslist-db@^1.1.0:
10429+
version "1.1.0"
10430+
resolved "https://registry.yarnpkg.com/update-browserslist-db/-/update-browserslist-db-1.1.0.tgz#7ca61c0d8650766090728046e416a8cde682859e"
10431+
integrity sha512-EdRAaAyk2cUE1wOf2DkEhzxqOQvFOoRJFNS6NeyJ01Gp2beMRpBAINjM2iDXE3KCuKhwnvHIQCJm6ThL2Z+HzQ==
10432+
dependencies:
10433+
escalade "^3.1.2"
10434+
picocolors "^1.0.1"
10435+
1039310436
update-notifier@6.0.2:
1039410437
version "6.0.2"
1039510438
resolved "https://registry.yarnpkg.com/update-notifier/-/update-notifier-6.0.2.tgz#a6990253dfe6d5a02bd04fbb6a61543f55026b60"

0 commit comments

Comments
 (0)