Skip to content

Commit 388ac19

Browse files
Bump @babel/core from 7.26.0 to 7.29.0 in /assets (#137)
Bumps [@babel/core](https://github.com/babel/babel/tree/HEAD/packages/babel-core) from 7.26.0 to 7.29.0. - [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.29.0/packages/babel-core) --- updated-dependencies: - dependency-name: "@babel/core" dependency-version: 7.29.0 dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 49935fb commit 388ac19

2 files changed

Lines changed: 34 additions & 166 deletions

File tree

assets/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
"phoenix_live_view": "file:../deps/phoenix_live_view"
1212
},
1313
"devDependencies": {
14-
"@babel/core": "^7.24.4",
14+
"@babel/core": "^7.29.0",
1515
"@babel/preset-env": "^7.29.2",
1616
"babel-loader": "^9.1.3",
1717
"copy-webpack-plugin": "^12.0.2",

assets/yarn.lock

Lines changed: 33 additions & 165 deletions
Original file line numberDiff line numberDiff line change
@@ -2,23 +2,6 @@
22
# yarn lockfile v1
33

44

5-
"@ampproject/remapping@^2.2.0":
6-
version "2.3.0"
7-
resolved "https://registry.npmjs.org/@ampproject/remapping/-/remapping-2.3.0.tgz"
8-
integrity sha512-30iZtAPgz+LTIYoeivqYo853f02jBYSd5uGnGpkFV0M3xOt9aN73erkgYAmZU43x4VfqcnLxW9Kpg3R5LC4YYw==
9-
dependencies:
10-
"@jridgewell/gen-mapping" "^0.3.5"
11-
"@jridgewell/trace-mapping" "^0.3.24"
12-
13-
"@babel/code-frame@^7.25.9", "@babel/code-frame@^7.26.0", "@babel/code-frame@^7.26.2":
14-
version "7.26.2"
15-
resolved "https://registry.npmjs.org/@babel/code-frame/-/code-frame-7.26.2.tgz"
16-
integrity sha512-RJlIHRueQgwWitWgF8OdFYGZX328Ax5BCemNGlqHfplnRT9ESi8JkFlvaVYbS+UubVY6dpv87Fs2u5M29iNFVQ==
17-
dependencies:
18-
"@babel/helper-validator-identifier" "^7.25.9"
19-
js-tokens "^4.0.0"
20-
picocolors "^1.0.0"
21-
225
"@babel/code-frame@^7.28.6", "@babel/code-frame@^7.29.0":
236
version "7.29.0"
247
resolved "https://registry.yarnpkg.com/@babel/code-frame/-/code-frame-7.29.0.tgz#7cd7a59f15b3cc0dcd803038f7792712a7d0b15c"
@@ -33,38 +16,27 @@
3316
resolved "https://registry.yarnpkg.com/@babel/compat-data/-/compat-data-7.29.0.tgz#00d03e8c0ac24dd9be942c5370990cbe1f17d88d"
3417
integrity sha512-T1NCJqT/j9+cn8fvkt7jtwbLBfLC/1y1c7NtCeXFRgzGTsafi68MRv8yzkYSapBnFA6L3U2VSc02ciDzoAJhJg==
3518

36-
"@babel/core@^7.24.4":
37-
version "7.26.0"
38-
resolved "https://registry.npmjs.org/@babel/core/-/core-7.26.0.tgz"
39-
integrity sha512-i1SLeK+DzNnQ3LL/CswPCa/E5u4lh1k6IAEphON8F+cXt0t9euTshDru0q7/IqMa1PMPz5RnHuHscF8/ZJsStg==
40-
dependencies:
41-
"@ampproject/remapping" "^2.2.0"
42-
"@babel/code-frame" "^7.26.0"
43-
"@babel/generator" "^7.26.0"
44-
"@babel/helper-compilation-targets" "^7.25.9"
45-
"@babel/helper-module-transforms" "^7.26.0"
46-
"@babel/helpers" "^7.26.0"
47-
"@babel/parser" "^7.26.0"
48-
"@babel/template" "^7.25.9"
49-
"@babel/traverse" "^7.25.9"
50-
"@babel/types" "^7.26.0"
19+
"@babel/core@^7.29.0":
20+
version "7.29.0"
21+
resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.29.0.tgz#5286ad785df7f79d656e88ce86e650d16ca5f322"
22+
integrity sha512-CGOfOJqWjg2qW/Mb6zNsDm+u5vFQ8DxXfbM09z69p5Z6+mE1ikP2jUXw+j42Pf1XTYED2Rni5f95npYeuwMDQA==
23+
dependencies:
24+
"@babel/code-frame" "^7.29.0"
25+
"@babel/generator" "^7.29.0"
26+
"@babel/helper-compilation-targets" "^7.28.6"
27+
"@babel/helper-module-transforms" "^7.28.6"
28+
"@babel/helpers" "^7.28.6"
29+
"@babel/parser" "^7.29.0"
30+
"@babel/template" "^7.28.6"
31+
"@babel/traverse" "^7.29.0"
32+
"@babel/types" "^7.29.0"
33+
"@jridgewell/remapping" "^2.3.5"
5134
convert-source-map "^2.0.0"
5235
debug "^4.1.0"
5336
gensync "^1.0.0-beta.2"
5437
json5 "^2.2.3"
5538
semver "^6.3.1"
5639

57-
"@babel/generator@^7.26.0", "@babel/generator@^7.26.3":
58-
version "7.26.3"
59-
resolved "https://registry.npmjs.org/@babel/generator/-/generator-7.26.3.tgz"
60-
integrity sha512-6FF/urZvD0sTeO7k6/B15pMLC4CHUv1426lzr3N01aHJTl046uCAh9LXW/fzeXXjPNCJ6iABW5XaWOsIZB93aQ==
61-
dependencies:
62-
"@babel/parser" "^7.26.3"
63-
"@babel/types" "^7.26.3"
64-
"@jridgewell/gen-mapping" "^0.3.5"
65-
"@jridgewell/trace-mapping" "^0.3.25"
66-
jsesc "^3.0.2"
67-
6840
"@babel/generator@^7.29.0":
6941
version "7.29.1"
7042
resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.29.1.tgz#d09876290111abbb00ef962a7b83a5307fba0d50"
@@ -90,7 +62,7 @@
9062
dependencies:
9163
"@babel/types" "^7.27.3"
9264

93-
"@babel/helper-compilation-targets@^7.25.9", "@babel/helper-compilation-targets@^7.27.1", "@babel/helper-compilation-targets@^7.28.6":
65+
"@babel/helper-compilation-targets@^7.27.1", "@babel/helper-compilation-targets@^7.28.6":
9466
version "7.28.6"
9567
resolved "https://registry.yarnpkg.com/@babel/helper-compilation-targets/-/helper-compilation-targets-7.28.6.tgz#32c4a3f41f12ed1532179b108a4d746e105c2b25"
9668
integrity sha512-JYtls3hqi15fcx5GaSNL7SCTJ2MNmjrkHXg4FSpOA/grxK8KwyZ5bubHsCq8FXCkua6xhuaaBit+3b7+VZRfcA==
@@ -156,14 +128,6 @@
156128
"@babel/traverse" "^7.28.5"
157129
"@babel/types" "^7.28.5"
158130

159-
"@babel/helper-module-imports@^7.25.9":
160-
version "7.25.9"
161-
resolved "https://registry.npmjs.org/@babel/helper-module-imports/-/helper-module-imports-7.25.9.tgz"
162-
integrity sha512-tnUA4RsrmflIM6W6RFTLFSXITtl0wKjgpnLgXyowocVPrbYrLUXSBXDgTs8BlbmIzIdlBySRQjINYs2BAkiLtw==
163-
dependencies:
164-
"@babel/traverse" "^7.25.9"
165-
"@babel/types" "^7.25.9"
166-
167131
"@babel/helper-module-imports@^7.28.6":
168132
version "7.28.6"
169133
resolved "https://registry.yarnpkg.com/@babel/helper-module-imports/-/helper-module-imports-7.28.6.tgz#60632cbd6ffb70b22823187201116762a03e2d5c"
@@ -172,15 +136,6 @@
172136
"@babel/traverse" "^7.28.6"
173137
"@babel/types" "^7.28.6"
174138

175-
"@babel/helper-module-transforms@^7.26.0":
176-
version "7.26.0"
177-
resolved "https://registry.npmjs.org/@babel/helper-module-transforms/-/helper-module-transforms-7.26.0.tgz"
178-
integrity sha512-xO+xu6B5K2czEnQye6BHA7DolFFmS3LB7stHZFaOLb1pAwO1HWLS8fXA+eh0A2yIvltPVmx3eNNDBJA2SLHXFw==
179-
dependencies:
180-
"@babel/helper-module-imports" "^7.25.9"
181-
"@babel/helper-validator-identifier" "^7.25.9"
182-
"@babel/traverse" "^7.25.9"
183-
184139
"@babel/helper-module-transforms@^7.27.1", "@babel/helper-module-transforms@^7.28.6":
185140
version "7.28.6"
186141
resolved "https://registry.yarnpkg.com/@babel/helper-module-transforms/-/helper-module-transforms-7.28.6.tgz#9312d9d9e56edc35aeb6e95c25d4106b50b9eb1e"
@@ -228,26 +183,11 @@
228183
"@babel/traverse" "^7.27.1"
229184
"@babel/types" "^7.27.1"
230185

231-
"@babel/helper-string-parser@^7.25.9":
232-
version "7.25.9"
233-
resolved "https://registry.npmjs.org/@babel/helper-string-parser/-/helper-string-parser-7.25.9.tgz"
234-
integrity sha512-4A/SCr/2KLd5jrtOMFzaKjVtAei3+2r/NChoBNoZ3EyP/+GlhoaEGoWOZUmFmoITP7zOJyHIMm+DYRd8o3PvHA==
235-
236186
"@babel/helper-string-parser@^7.27.1":
237187
version "7.27.1"
238188
resolved "https://registry.yarnpkg.com/@babel/helper-string-parser/-/helper-string-parser-7.27.1.tgz#54da796097ab19ce67ed9f88b47bb2ec49367687"
239189
integrity sha512-qMlSxKbpRlAridDExk92nSobyDdpPijUq2DW6oDnUqd0iOGxmQjyqhMIihI9+zv4LPyZdRje2cavWPbCbWm3eA==
240190

241-
"@babel/helper-validator-identifier@^7.12.11":
242-
version "7.12.11"
243-
resolved "https://registry.npmjs.org/@babel/helper-validator-identifier/-/helper-validator-identifier-7.12.11.tgz"
244-
integrity sha512-np/lG3uARFybkoHokJUmf1QfEvRVCPbmQeUQpKow5cQ3xWrV9i3rUHodKDJPQfTVX61qKi+UdYk8kik84n7XOw==
245-
246-
"@babel/helper-validator-identifier@^7.25.9":
247-
version "7.25.9"
248-
resolved "https://registry.npmjs.org/@babel/helper-validator-identifier/-/helper-validator-identifier-7.25.9.tgz"
249-
integrity sha512-Ed61U6XJc3CVRfkERJWDz4dJwKe7iLmmJsbOGu9wSloNSFttHV0I8g6UAgb7qnK5ly5bGLPd4oXZlxCdANBOWQ==
250-
251191
"@babel/helper-validator-identifier@^7.28.5":
252192
version "7.28.5"
253193
resolved "https://registry.yarnpkg.com/@babel/helper-validator-identifier/-/helper-validator-identifier-7.28.5.tgz#010b6938fab7cb7df74aa2bbc06aa503b8fe5fb4"
@@ -267,20 +207,13 @@
267207
"@babel/traverse" "^7.28.6"
268208
"@babel/types" "^7.28.6"
269209

270-
"@babel/helpers@^7.26.0":
271-
version "7.26.0"
272-
resolved "https://registry.npmjs.org/@babel/helpers/-/helpers-7.26.0.tgz"
273-
integrity sha512-tbhNuIxNcVb21pInl3ZSjksLCvgdZy9KwJ8brv993QtIVKJBBkYXz4q4ZbAv31GdnC+R90np23L5FbEBlthAEw==
274-
dependencies:
275-
"@babel/template" "^7.25.9"
276-
"@babel/types" "^7.26.0"
277-
278-
"@babel/parser@^7.25.9", "@babel/parser@^7.26.0", "@babel/parser@^7.26.3":
279-
version "7.26.3"
280-
resolved "https://registry.npmjs.org/@babel/parser/-/parser-7.26.3.tgz"
281-
integrity sha512-WJ/CvmY8Mea8iDXo6a7RK2wbmJITT5fN3BEkRuFlxVyNx8jOKIIhmC4fSkTcPcf8JyavbBwIe6OpiCOBXt/IcA==
210+
"@babel/helpers@^7.28.6":
211+
version "7.29.2"
212+
resolved "https://registry.yarnpkg.com/@babel/helpers/-/helpers-7.29.2.tgz#9cfbccb02b8e229892c0b07038052cc1a8709c49"
213+
integrity sha512-HoGuUs4sCZNezVEKdVcwqmZN8GoHirLUcLaYVNBK2J0DadGtdcqgr3BCbvH8+XUo4NGjNl3VOtSjEKNzqfFgKw==
282214
dependencies:
283-
"@babel/types" "^7.26.3"
215+
"@babel/template" "^7.28.6"
216+
"@babel/types" "^7.29.0"
284217

285218
"@babel/parser@^7.28.6", "@babel/parser@^7.29.0":
286219
version "7.29.2"
@@ -837,15 +770,6 @@
837770
"@babel/types" "^7.4.4"
838771
esutils "^2.0.2"
839772

840-
"@babel/template@^7.25.9":
841-
version "7.25.9"
842-
resolved "https://registry.npmjs.org/@babel/template/-/template-7.25.9.tgz"
843-
integrity sha512-9DGttpmPvIxBb/2uwpVo3dqJ+O6RooAFOS+lB+xDqoE2PVCE8nfoHMdZLpfCQRLwvohzXISPZcgxt80xLfsuwg==
844-
dependencies:
845-
"@babel/code-frame" "^7.25.9"
846-
"@babel/parser" "^7.25.9"
847-
"@babel/types" "^7.25.9"
848-
849773
"@babel/template@^7.28.6":
850774
version "7.28.6"
851775
resolved "https://registry.yarnpkg.com/@babel/template/-/template-7.28.6.tgz#0e7e56ecedb78aeef66ce7972b082fce76a23e57"
@@ -855,19 +779,6 @@
855779
"@babel/parser" "^7.28.6"
856780
"@babel/types" "^7.28.6"
857781

858-
"@babel/traverse@^7.25.9":
859-
version "7.26.4"
860-
resolved "https://registry.npmjs.org/@babel/traverse/-/traverse-7.26.4.tgz"
861-
integrity sha512-fH+b7Y4p3yqvApJALCPJcwb0/XaOSgtK4pzV6WVjPR5GLFQBRI7pfoX2V2iM48NXvX07NUxxm1Vw98YjqTcU5w==
862-
dependencies:
863-
"@babel/code-frame" "^7.26.2"
864-
"@babel/generator" "^7.26.3"
865-
"@babel/parser" "^7.26.3"
866-
"@babel/template" "^7.25.9"
867-
"@babel/types" "^7.26.3"
868-
debug "^4.3.1"
869-
globals "^11.1.0"
870-
871782
"@babel/traverse@^7.27.1", "@babel/traverse@^7.28.5", "@babel/traverse@^7.28.6", "@babel/traverse@^7.29.0":
872783
version "7.29.0"
873784
resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.29.0.tgz#f323d05001440253eead3c9c858adbe00b90310a"
@@ -881,31 +792,14 @@
881792
"@babel/types" "^7.29.0"
882793
debug "^4.3.1"
883794

884-
"@babel/types@^7.25.9", "@babel/types@^7.26.0", "@babel/types@^7.26.3":
885-
version "7.26.3"
886-
resolved "https://registry.npmjs.org/@babel/types/-/types-7.26.3.tgz"
887-
integrity sha512-vN5p+1kl59GVKMvTHt55NzzmYVxprfJD+ql7U9NFIfKCBkYE55LYtS+WtPlaYOyzydrKI8Nezd+aZextrd+FMA==
888-
dependencies:
889-
"@babel/helper-string-parser" "^7.25.9"
890-
"@babel/helper-validator-identifier" "^7.25.9"
891-
892-
"@babel/types@^7.27.1", "@babel/types@^7.27.3", "@babel/types@^7.28.5", "@babel/types@^7.28.6", "@babel/types@^7.29.0":
795+
"@babel/types@^7.25.9", "@babel/types@^7.27.1", "@babel/types@^7.27.3", "@babel/types@^7.28.5", "@babel/types@^7.28.6", "@babel/types@^7.29.0", "@babel/types@^7.4.4":
893796
version "7.29.0"
894797
resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.29.0.tgz#9f5b1e838c446e72cf3cd4b918152b8c605e37c7"
895798
integrity sha512-LwdZHpScM4Qz8Xw2iKSzS+cfglZzJGvofQICy7W7v4caru4EaAmyUuO6BGrbyQ2mYV11W0U8j5mBhd14dd3B0A==
896799
dependencies:
897800
"@babel/helper-string-parser" "^7.27.1"
898801
"@babel/helper-validator-identifier" "^7.28.5"
899802

900-
"@babel/types@^7.4.4":
901-
version "7.12.12"
902-
resolved "https://registry.npmjs.org/@babel/types/-/types-7.12.12.tgz"
903-
integrity sha512-lnIX7piTxOH22xE7fDXDbSHg9MM1/6ORnafpJmov5rs0kX5g4BZxeXNJLXsMRiO0U5Rb8/FvMS6xlTnTHvxonQ==
904-
dependencies:
905-
"@babel/helper-validator-identifier" "^7.12.11"
906-
lodash "^4.17.19"
907-
to-fast-properties "^2.0.0"
908-
909803
"@discoveryjs/json-ext@^1.0.0":
910804
version "1.0.0"
911805
resolved "https://registry.yarnpkg.com/@discoveryjs/json-ext/-/json-ext-1.0.0.tgz#f75c08f88cfd9eb8d9b062284d5bbcc60c41bf2a"
@@ -956,6 +850,14 @@
956850
"@jridgewell/sourcemap-codec" "^1.4.10"
957851
"@jridgewell/trace-mapping" "^0.3.24"
958852

853+
"@jridgewell/remapping@^2.3.5":
854+
version "2.3.5"
855+
resolved "https://registry.yarnpkg.com/@jridgewell/remapping/-/remapping-2.3.5.tgz#375c476d1972947851ba1e15ae8f123047445aa1"
856+
integrity sha512-LI9u/+laYG4Ds1TDKSJW2YPrIlcVYOwi2fUC6xB43lueCjgxV4lffOCZCtYFiH6TNOX+tQKXx97T4IKHbhyHEQ==
857+
dependencies:
858+
"@jridgewell/gen-mapping" "^0.3.5"
859+
"@jridgewell/trace-mapping" "^0.3.24"
860+
959861
"@jridgewell/resolve-uri@^3.1.0":
960862
version "3.1.1"
961863
resolved "https://registry.npmjs.org/@jridgewell/resolve-uri/-/resolve-uri-3.1.1.tgz"
@@ -1568,21 +1470,7 @@ csso@^5.0.5:
15681470
dependencies:
15691471
css-tree "~2.2.0"
15701472

1571-
debug@^4.1.0:
1572-
version "4.3.1"
1573-
resolved "https://registry.npmjs.org/debug/-/debug-4.3.1.tgz"
1574-
integrity sha512-doEwdvm4PCeK4K3RQN2ZC2BYUBaxwLARCqZmMjtF8a51J2Rb0xpVloFRnCODwqjpwnAoao4pelN8l3RJdv3gRQ==
1575-
dependencies:
1576-
ms "2.1.2"
1577-
1578-
debug@^4.3.1:
1579-
version "4.4.0"
1580-
resolved "https://registry.npmjs.org/debug/-/debug-4.4.0.tgz"
1581-
integrity sha512-6WTZ/IxCY/T6BALoZHaE4ctp9xm+Z5kY/pzYaCHRFeyVhojxlrm+46y68HA6hr0TcwEssoxNiDEUJQjfPZ/RYA==
1582-
dependencies:
1583-
ms "^2.1.3"
1584-
1585-
debug@^4.4.3:
1473+
debug@^4.1.0, debug@^4.3.1, debug@^4.4.3:
15861474
version "4.4.3"
15871475
resolved "https://registry.yarnpkg.com/debug/-/debug-4.4.3.tgz#c6ae432d9bd9662582fce08709b038c58e9e3d6a"
15881476
integrity sha512-RGwwWnwQvkVfavKVt22FGLw+xYSdzARwm0ru6DhTVA3umU5hZc28V3kO4stgYryrTlLpuvgI9GiijltAjNbcqA==
@@ -1785,11 +1673,6 @@ glob-to-regexp@^0.4.1:
17851673
resolved "https://registry.npmjs.org/glob-to-regexp/-/glob-to-regexp-0.4.1.tgz"
17861674
integrity sha512-lkX1HJXwyMcprw/5YUZc2s7DrpAiHB21/V+E1rHUrVNokkvB6bqMzT0VfV6/86ZNabt1k14YOIaT7nDvOX3Iiw==
17871675

1788-
globals@^11.1.0:
1789-
version "11.12.0"
1790-
resolved "https://registry.npmjs.org/globals/-/globals-11.12.0.tgz"
1791-
integrity sha512-WOBp/EEGUiIsJSp7wcv/y6MO+lV9UoncWqxuFfm8eBwzWNgyfBd6Gz+IeKQ9jCmyhoH99g15M3T+QaVHFjizVA==
1792-
17931676
globby@^14.0.0:
17941677
version "14.0.2"
17951678
resolved "https://registry.npmjs.org/globby/-/globby-14.0.2.tgz"
@@ -2008,11 +1891,6 @@ lodash.uniq@^4.5.0:
20081891
resolved "https://registry.npmjs.org/lodash.uniq/-/lodash.uniq-4.5.0.tgz"
20091892
integrity sha1-0CJTc662Uq3BvILklFM5qEJ1R3M=
20101893

2011-
lodash@^4.17.19:
2012-
version "4.17.23"
2013-
resolved "https://registry.yarnpkg.com/lodash/-/lodash-4.17.23.tgz#f113b0378386103be4f6893388c73d0bde7f2c5a"
2014-
integrity sha512-LgVTMpQtIopCi79SJeDiP0TfWi5CNEc/L/aRdTh3yIvmZXTnheWpKjSZhnvMl8iXbC1tFg9gdHHDMLoV7CnG+w==
2015-
20161894
lru-cache@^5.1.1:
20171895
version "5.1.1"
20181896
resolved "https://registry.npmjs.org/lru-cache/-/lru-cache-5.1.1.tgz"
@@ -2073,11 +1951,6 @@ morphdom@2.7.7:
20731951
resolved "https://registry.yarnpkg.com/morphdom/-/morphdom-2.7.7.tgz#72559af781357a4eb2169a0a578acb76ff7e8abf"
20741952
integrity sha512-04GmsiBcalrSCNmzfo+UjU8tt3PhZJKzcOy+r1FlGA7/zri8wre3I1WkYN9PT3sIeIKfW9bpyElA+VzOg2E24g==
20751953

2076-
ms@2.1.2:
2077-
version "2.1.2"
2078-
resolved "https://registry.npmjs.org/ms/-/ms-2.1.2.tgz"
2079-
integrity sha512-sGkPx+VjMtmA6MX27oA4FBFELFCZZ4S4XqeGOXCv68tT+jb3vk/RyaKWP0PTKyWtmLSM0b+adUTEvbs1PEaH2w==
2080-
20811954
ms@^2.1.3:
20821955
version "2.1.3"
20831956
resolved "https://registry.npmjs.org/ms/-/ms-2.1.3.tgz"
@@ -2179,7 +2052,7 @@ path-type@^5.0.0:
21792052
dependencies:
21802053
morphdom "2.7.7"
21812054

2182-
picocolors@^1.0.0, picocolors@^1.1.1:
2055+
picocolors@^1.1.1:
21832056
version "1.1.1"
21842057
resolved "https://registry.npmjs.org/picocolors/-/picocolors-1.1.1.tgz"
21852058
integrity sha512-xceH2snhtb5M9liqDsmEw56le376mTZkEX/jEb/RxNFyegNul7eNslCXP9FDj/Lcu0X8KEyMceP2ntpaHrDEVA==
@@ -2742,11 +2615,6 @@ terser@^5.31.1:
27422615
commander "^2.20.0"
27432616
source-map-support "~0.5.20"
27442617

2745-
to-fast-properties@^2.0.0:
2746-
version "2.0.0"
2747-
resolved "https://registry.npmjs.org/to-fast-properties/-/to-fast-properties-2.0.0.tgz"
2748-
integrity sha1-3F5pjL0HkmW8c+A3doGk5Og/YW4=
2749-
27502618
to-regex-range@^5.0.1:
27512619
version "5.0.1"
27522620
resolved "https://registry.npmjs.org/to-regex-range/-/to-regex-range-5.0.1.tgz"

0 commit comments

Comments
 (0)