Skip to content

Commit d3eed11

Browse files
Bump @babel/template from 7.22.15 to 7.25.7
Bumps [@babel/template](https://github.com/babel/babel/tree/HEAD/packages/babel-template) from 7.22.15 to 7.25.7. - [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.25.7/packages/babel-template) --- updated-dependencies: - dependency-name: "@babel/template" dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 4a62193 commit d3eed11

File tree

1 file changed

+5
-41
lines changed

1 file changed

+5
-41
lines changed

yarn.lock

Lines changed: 5 additions & 41 deletions
Original file line numberDiff line numberDiff line change
@@ -38,15 +38,7 @@
3838
dependencies:
3939
"@babel/highlight" "^7.10.4"
4040

41-
"@babel/code-frame@^7.0.0", "@babel/code-frame@^7.12.13", "@babel/code-frame@^7.22.13":
42-
version "7.22.13"
43-
resolved "https://registry.yarnpkg.com/@babel/code-frame/-/code-frame-7.22.13.tgz#e3c1c099402598483b7a8c46a721d1038803755e"
44-
integrity sha512-XktuhWlJ5g+3TJXc5upd9Ks1HutSArik6jf2eAjYFyIOf4ej3RN+184cZbzDvbPnuTJIUhPKKJE3cIsYTiAT3w==
45-
dependencies:
46-
"@babel/highlight" "^7.22.13"
47-
chalk "^2.4.2"
48-
49-
"@babel/code-frame@^7.25.7":
41+
"@babel/code-frame@^7.0.0", "@babel/code-frame@^7.12.13", "@babel/code-frame@^7.22.13", "@babel/code-frame@^7.25.7":
5042
version "7.25.7"
5143
resolved "https://registry.yarnpkg.com/@babel/code-frame/-/code-frame-7.25.7.tgz#438f2c524071531d643c6f0188e1e28f130cebc7"
5244
integrity sha512-0xZJFNE5XMpENsgfHYTw8FbX4kv53mFLn2i3XPoq69LyhYSCBJtitaHx9QnsVTrsogI4Z3+HtEfZ2/GFPOtf5g==
@@ -256,11 +248,6 @@
256248
dependencies:
257249
"@babel/types" "^7.22.5"
258250

259-
"@babel/helper-string-parser@^7.22.5":
260-
version "7.22.5"
261-
resolved "https://registry.yarnpkg.com/@babel/helper-string-parser/-/helper-string-parser-7.22.5.tgz#533f36457a25814cf1df6488523ad547d784a99f"
262-
integrity sha512-mM4COjgZox8U+JcXQwPijIZLElkgEpO5rsERVDJTc2qfCDfERyob6k5WegS14SX18IIjv+XD+GrqNumY5JRCDw==
263-
264251
"@babel/helper-string-parser@^7.25.7":
265252
version "7.25.7"
266253
resolved "https://registry.yarnpkg.com/@babel/helper-string-parser/-/helper-string-parser-7.25.7.tgz#d50e8d37b1176207b4fe9acedec386c565a44a54"
@@ -299,7 +286,7 @@
299286
"@babel/traverse" "^7.23.0"
300287
"@babel/types" "^7.23.0"
301288

302-
"@babel/highlight@^7.10.4", "@babel/highlight@^7.22.13":
289+
"@babel/highlight@^7.10.4":
303290
version "7.22.20"
304291
resolved "https://registry.yarnpkg.com/@babel/highlight/-/highlight-7.22.20.tgz#4ca92b71d80554b01427815e06f2df965b9c1f54"
305292
integrity sha512-dkdMCN3py0+ksCgYmGG8jKeGA/8Tk+gJwSYYlFGxG5lmhfKNoAy004YpLxpS1W2J8m/EK2Ew+yOs9pVRwO89mg==
@@ -318,12 +305,7 @@
318305
js-tokens "^4.0.0"
319306
picocolors "^1.0.0"
320307

321-
"@babel/parser@^7.0.0", "@babel/parser@^7.13.16", "@babel/parser@^7.14.0", "@babel/parser@^7.18.8", "@babel/parser@^7.20.0", "@babel/parser@^7.22.15", "@babel/parser@^7.23.0":
322-
version "7.23.0"
323-
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.23.0.tgz#da950e622420bf96ca0d0f2909cdddac3acd8719"
324-
integrity sha512-vvPKKdMemU85V9WE/l5wZEmImpCtLqbnTvqDS2U1fJ96KrxoW7KrXhNsNCblQlg8Ck4b85yxdTyelsMUgFUXiw==
325-
326-
"@babel/parser@^7.25.7":
308+
"@babel/parser@^7.0.0", "@babel/parser@^7.13.16", "@babel/parser@^7.14.0", "@babel/parser@^7.18.8", "@babel/parser@^7.20.0", "@babel/parser@^7.23.0", "@babel/parser@^7.25.7":
327309
version "7.25.8"
328310
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.25.8.tgz#f6aaf38e80c36129460c1657c0762db584c9d5e2"
329311
integrity sha512-HcttkxzdPucv3nNFmfOOMfFf64KgdJVqm1KaCm25dPGMLElo9nsLvXeJECQg8UzPuBGLyTSA0ZzqCtDSzKTEoQ==
@@ -1163,16 +1145,7 @@
11631145
dependencies:
11641146
regenerator-runtime "^0.14.0"
11651147

1166-
"@babel/template@^7.0.0", "@babel/template@^7.16.7", "@babel/template@^7.22.15", "@babel/template@^7.22.5":
1167-
version "7.22.15"
1168-
resolved "https://registry.yarnpkg.com/@babel/template/-/template-7.22.15.tgz#09576efc3830f0430f4548ef971dde1350ef2f38"
1169-
integrity sha512-QPErUVm4uyJa60rkI73qneDacvdvzxshT3kksGqlGWYdOTIUOwJ7RDUL8sGqslY1uXWSL6xMFKEXDS3ox2uF0w==
1170-
dependencies:
1171-
"@babel/code-frame" "^7.22.13"
1172-
"@babel/parser" "^7.22.15"
1173-
"@babel/types" "^7.22.15"
1174-
1175-
"@babel/template@^7.25.7":
1148+
"@babel/template@^7.0.0", "@babel/template@^7.16.7", "@babel/template@^7.22.15", "@babel/template@^7.22.5", "@babel/template@^7.25.7":
11761149
version "7.25.7"
11771150
resolved "https://registry.yarnpkg.com/@babel/template/-/template-7.25.7.tgz#27f69ce382855d915b14ab0fe5fb4cbf88fa0769"
11781151
integrity sha512-wRwtAgI3bAS+JGU2upWNL9lSlDcRCqD05BZ1n3X2ONLH1WilFP6O1otQjeMK/1g0pvYcXC7b/qVUB1keofjtZA==
@@ -1194,16 +1167,7 @@
11941167
debug "^4.3.1"
11951168
globals "^11.1.0"
11961169

1197-
"@babel/types@^7.0.0", "@babel/types@^7.18.8", "@babel/types@^7.20.0", "@babel/types@^7.22.15", "@babel/types@^7.22.19", "@babel/types@^7.22.5", "@babel/types@^7.23.0", "@babel/types@^7.4.4":
1198-
version "7.23.0"
1199-
resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.23.0.tgz#8c1f020c9df0e737e4e247c0619f58c68458aaeb"
1200-
integrity sha512-0oIyUfKoI3mSqMvsxBdclDwxXKXAUA8v/apZbc+iSyARYou1o8ZGDxbUYyLFoW2arqS2jDGqJuZvv1d/io1axg==
1201-
dependencies:
1202-
"@babel/helper-string-parser" "^7.22.5"
1203-
"@babel/helper-validator-identifier" "^7.22.20"
1204-
to-fast-properties "^2.0.0"
1205-
1206-
"@babel/types@^7.25.7", "@babel/types@^7.25.8":
1170+
"@babel/types@^7.0.0", "@babel/types@^7.18.8", "@babel/types@^7.20.0", "@babel/types@^7.22.15", "@babel/types@^7.22.19", "@babel/types@^7.22.5", "@babel/types@^7.23.0", "@babel/types@^7.25.7", "@babel/types@^7.25.8", "@babel/types@^7.4.4":
12071171
version "7.25.8"
12081172
resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.25.8.tgz#5cf6037258e8a9bcad533f4979025140cb9993e1"
12091173
integrity sha512-JWtuCu8VQsMladxVz/P4HzHUGCAwpuqacmowgXFs5XjxIgKuNjnLokQzuVjlTvIzODaDmpjT3oxcC48vyk9EWg==

0 commit comments

Comments
 (0)