Skip to content

Commit 812c21f

Browse files
fix: apply audit fixes (#6)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent cc24756 commit 812c21f

File tree

1 file changed

+12
-4
lines changed

1 file changed

+12
-4
lines changed

yarn.lock

+12-4
Original file line numberDiff line numberDiff line change
@@ -143,12 +143,12 @@
143143
integrity sha512-e/zv1co8pp55dNdEcCynfj9X7nyUKUXoUEwfXqaZt0omVOmDe9oOTdKStH4GmAw6zxMFs50ZayuMfHDKlO7Tfw==
144144

145145
"@babel/helpers@^7.26.9":
146-
version "7.26.9"
147-
resolved "https://registry.yarnpkg.com/@babel/helpers/-/helpers-7.26.9.tgz#28f3fb45252fc88ef2dc547c8a911c255fc9fef6"
148-
integrity sha512-Mz/4+y8udxBKdmzt/UjPACs4G3j5SshJJEFFKxlCGPydG4JAHXxjWjAwjd09tf6oINvl1VfMJo+nB7H2YKQ0dA==
146+
version "7.26.10"
147+
resolved "https://registry.yarnpkg.com/@babel/helpers/-/helpers-7.26.10.tgz#6baea3cd62ec2d0c1068778d63cb1314f6637384"
148+
integrity "sha1-a66jzWLsLQwQaHeNY8sTFPZjc4Q= sha512-UPYc3SauzZ3JGgj87GgZ89JVdC5dj0AoetR5Bw6wj4niittNyFh6+eOGonYvJ1ao6B8lEa3Q3klS7ADZ53bc5g=="
149149
dependencies:
150150
"@babel/template" "^7.26.9"
151-
"@babel/types" "^7.26.9"
151+
"@babel/types" "^7.26.10"
152152

153153
"@babel/parser@^7.1.0", "@babel/parser@^7.14.7", "@babel/parser@^7.20.7", "@babel/parser@^7.23.9", "@babel/parser@^7.26.9":
154154
version "7.26.9"
@@ -306,6 +306,14 @@
306306
"@babel/helper-string-parser" "^7.25.9"
307307
"@babel/helper-validator-identifier" "^7.25.9"
308308

309+
"@babel/types@^7.26.10":
310+
version "7.26.10"
311+
resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.26.10.tgz#396382f6335bd4feb65741eacfc808218f859259"
312+
integrity "sha1-OWOC9jNb1P62V0Hqz8gIIY+Fklk= sha512-emqcG3vHrpxUKTrxcblR36dcrcoRDvKmnL/dCL6ZsHaShW80qxCAcNhzQZrpeM765VzEos+xOi4s+r4IXzTwdQ=="
313+
dependencies:
314+
"@babel/helper-string-parser" "^7.25.9"
315+
"@babel/helper-validator-identifier" "^7.25.9"
316+
309317
"@bcoe/v8-coverage@^0.2.3":
310318
version "0.2.3"
311319
resolved "https://registry.yarnpkg.com/@bcoe/v8-coverage/-/v8-coverage-0.2.3.tgz#75a2e8b51cb758a7553d6804a5932d7aace75c39"

0 commit comments

Comments
 (0)