Skip to content

Commit a06e6ef

Browse files
chore(deps): update dependency @babel/types to v7.28.2
1 parent 1fcba24 commit a06e6ef

File tree

2 files changed

+9
-15
lines changed

2 files changed

+9
-15
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@
5353
"dist"
5454
],
5555
"devDependencies": {
56-
"@babel/types": "7.23.4",
56+
"@babel/types": "7.28.2",
5757
"@types/node": "20.10.0",
5858
"@types/ws": "8.5.10",
5959
"@typescript-eslint/eslint-plugin": "6.13.1",

yarn.lock

Lines changed: 8 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -159,12 +159,12 @@
159159
"@babel/traverse" "^7.27.1"
160160
"@babel/types" "^7.27.1"
161161

162-
"@babel/helper-string-parser@^7.23.4", "@babel/helper-string-parser@^7.27.1":
162+
"@babel/helper-string-parser@^7.27.1":
163163
version "7.27.1"
164164
resolved "https://registry.yarnpkg.com/@babel/helper-string-parser/-/helper-string-parser-7.27.1.tgz#54da796097ab19ce67ed9f88b47bb2ec49367687"
165165
integrity sha512-qMlSxKbpRlAridDExk92nSobyDdpPijUq2DW6oDnUqd0iOGxmQjyqhMIihI9+zv4LPyZdRje2cavWPbCbWm3eA==
166166

167-
"@babel/helper-validator-identifier@^7.22.20", "@babel/helper-validator-identifier@^7.27.1":
167+
"@babel/helper-validator-identifier@^7.27.1":
168168
version "7.27.1"
169169
resolved "https://registry.yarnpkg.com/@babel/helper-validator-identifier/-/helper-validator-identifier-7.27.1.tgz#a7054dcc145a967dd4dc8fee845a57c1316c9df8"
170170
integrity sha512-D2hP9eA+Sqx1kBZgzxZh0y1trbuU+JoDkiEwqhQ36nodYqJwyEIhPSdMNd7lOm/4io72luTPWH20Yda0xOuUow==
@@ -260,14 +260,13 @@
260260
debug "^4.3.1"
261261
globals "^11.1.0"
262262

263-
"@babel/types@7.23.4":
264-
version "7.23.4"
265-
resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.23.4.tgz#7206a1810fc512a7f7f7d4dace4cb4c1c9dbfb8e"
266-
integrity sha512-7uIFwVYpoplT5jp/kVv6EF93VaJ8H+Yn5IczYiaAi98ajzjfoZfslet/e0sLh+wVBjb2qqIut1b0S26VSafsSQ==
263+
"@babel/types@7.28.2":
264+
version "7.28.2"
265+
resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.28.2.tgz#da9db0856a9a88e0a13b019881d7513588cf712b"
266+
integrity sha512-ruv7Ae4J5dUYULmeXw1gmb7rYRz57OWCPM57pHojnLq/3Z1CK2lNSLTCVjxVk1F/TZHwOZZrOWi0ur95BbLxNQ==
267267
dependencies:
268-
"@babel/helper-string-parser" "^7.23.4"
269-
"@babel/helper-validator-identifier" "^7.22.20"
270-
to-fast-properties "^2.0.0"
268+
"@babel/helper-string-parser" "^7.27.1"
269+
"@babel/helper-validator-identifier" "^7.27.1"
271270

272271
"@babel/types@^7.26.3", "@babel/types@^7.27.1", "@babel/types@^7.27.3", "@babel/types@^7.27.6":
273272
version "7.27.6"
@@ -4757,11 +4756,6 @@ tinyspy@^2.1.1:
47574756
resolved "https://registry.yarnpkg.com/tinyspy/-/tinyspy-2.2.1.tgz#117b2342f1f38a0dbdcc73a50a454883adf861d1"
47584757
integrity sha512-KYad6Vy5VDWV4GH3fjpseMQ/XU2BhIYP7Vzd0LG44qRWm/Yt2WCOTicFdvmgo6gWaqooMQCawTtILVQJupKu7A==
47594758

4760-
to-fast-properties@^2.0.0:
4761-
version "2.0.0"
4762-
resolved "https://registry.yarnpkg.com/to-fast-properties/-/to-fast-properties-2.0.0.tgz#dc5e698cbd079265bc73e0377681a4e4e83f616e"
4763-
integrity sha512-/OaKK0xYrs3DmxRYqL/yDc+FxFUVYhDlXMhRmv3z915w2HF1tnN1omB354j8VUGO/hbRzyD6Y3sA7v7GS/ceog==
4764-
47654759
to-regex-range@^5.0.1:
47664760
version "5.0.1"
47674761
resolved "https://registry.yarnpkg.com/to-regex-range/-/to-regex-range-5.0.1.tgz#1648c44aae7c8d988a326018ed72f5b4dd0392e4"

0 commit comments

Comments
 (0)