Skip to content

Commit 78c586c

Browse files
Bump @babel/generator from 7.24.5 to 7.24.6 (#345)
Bumps [@babel/generator](https://github.com/babel/babel/tree/HEAD/packages/babel-generator) from 7.24.5 to 7.24.6. - [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.6/packages/babel-generator) --- updated-dependencies: - dependency-name: "@babel/generator" 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 1eece6a commit 78c586c

File tree

2 files changed

+21
-16
lines changed

2 files changed

+21
-16
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"devDependencies": {
33
"@babel/cli": "^7.23.9",
44
"@babel/core": "^7.24.5",
5-
"@babel/generator": "^7.24.5",
5+
"@babel/generator": "^7.24.6",
66
"@babel/node": "^7.23.9",
77
"@babel/preset-env": "^7.24.5",
88
"@babel/preset-flow": "^7.24.1",

yarn.lock

Lines changed: 20 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -65,12 +65,12 @@
6565
json5 "^2.2.3"
6666
semver "^6.3.1"
6767

68-
"@babel/generator@^7.24.5":
69-
version "7.24.5"
70-
resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.24.5.tgz#e5afc068f932f05616b66713e28d0f04e99daeb3"
71-
integrity sha512-x32i4hEXvr+iI0NEoEfDKzlemF8AmtOP8CcrRaEcpzysWuoEb1KknpcvMsHKPONoKZiDuItklgWhB18xEhr9PA==
68+
"@babel/generator@^7.24.5", "@babel/generator@^7.24.6":
69+
version "7.24.6"
70+
resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.24.6.tgz#dfac82a228582a9d30c959fe50ad28951d4737a7"
71+
integrity sha512-S7m4eNa6YAPJRHmKsLHIDJhNAGNKoWNiWefz1MBbpnt8g9lvMDl1hir4P9bo/57bQEmuwEhnRU/AMWsD0G/Fbg==
7272
dependencies:
73-
"@babel/types" "^7.24.5"
73+
"@babel/types" "^7.24.6"
7474
"@jridgewell/gen-mapping" "^0.3.5"
7575
"@jridgewell/trace-mapping" "^0.3.25"
7676
jsesc "^2.5.1"
@@ -277,10 +277,10 @@
277277
dependencies:
278278
"@babel/types" "^7.24.5"
279279

280-
"@babel/helper-string-parser@^7.24.1":
281-
version "7.24.1"
282-
resolved "https://registry.yarnpkg.com/@babel/helper-string-parser/-/helper-string-parser-7.24.1.tgz#f99c36d3593db9540705d0739a1f10b5e20c696e"
283-
integrity sha512-2ofRCjnnA9y+wk8b9IAREroeUP02KHp431N2mhKniy2yKIDKpbrHv9eXwm8cBeWQYcJmzv5qKCu65P47eCF7CQ==
280+
"@babel/helper-string-parser@^7.24.6":
281+
version "7.24.6"
282+
resolved "https://registry.yarnpkg.com/@babel/helper-string-parser/-/helper-string-parser-7.24.6.tgz#28583c28b15f2a3339cfafafeaad42f9a0e828df"
283+
integrity sha512-WdJjwMEkmBicq5T9fm/cHND3+UlFa2Yj8ALLgmoSQAJZysYbBjw+azChSGPN4DSPLXOcooGRvDwZWMcF/mLO2Q==
284284

285285
"@babel/helper-validator-identifier@^7.22.20":
286286
version "7.22.20"
@@ -292,6 +292,11 @@
292292
resolved "https://registry.yarnpkg.com/@babel/helper-validator-identifier/-/helper-validator-identifier-7.24.5.tgz#918b1a7fa23056603506370089bd990d8720db62"
293293
integrity sha512-3q93SSKX2TWCG30M2G2kwaKeTYgEUp5Snjuj8qm729SObL6nbtUldAi37qbxkD5gg3xnBio+f9nqpSepGZMvxA==
294294

295+
"@babel/helper-validator-identifier@^7.24.6":
296+
version "7.24.6"
297+
resolved "https://registry.yarnpkg.com/@babel/helper-validator-identifier/-/helper-validator-identifier-7.24.6.tgz#08bb6612b11bdec78f3feed3db196da682454a5e"
298+
integrity sha512-4yA7s865JHaqUdRbnaxarZREuPTHrjpDT+pXoAZ1yhyo6uFnIEpS8VMu16siFOHDpZNKYv5BObhsB//ycbICyw==
299+
295300
"@babel/helper-validator-option@^7.23.5":
296301
version "7.23.5"
297302
resolved "https://registry.yarnpkg.com/@babel/helper-validator-option/-/helper-validator-option-7.23.5.tgz#907a3fbd4523426285365d1206c423c4c5520307"
@@ -1061,13 +1066,13 @@
10611066
debug "^4.3.1"
10621067
globals "^11.1.0"
10631068

1064-
"@babel/types@^7.18.6", "@babel/types@^7.22.15", "@babel/types@^7.22.19", "@babel/types@^7.22.5", "@babel/types@^7.23.0", "@babel/types@^7.24.0", "@babel/types@^7.24.5", "@babel/types@^7.4.4", "@babel/types@^7.7.0":
1065-
version "7.24.5"
1066-
resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.24.5.tgz#7661930afc638a5383eb0c4aee59b74f38db84d7"
1067-
integrity sha512-6mQNsaLeXTw0nxYUYu+NSa4Hx4BlF1x1x8/PMFbiR+GBSr+2DkECc69b8hgy2frEodNcvPffeH8YfWd3LI6jhQ==
1069+
"@babel/types@^7.18.6", "@babel/types@^7.22.15", "@babel/types@^7.22.19", "@babel/types@^7.22.5", "@babel/types@^7.23.0", "@babel/types@^7.24.0", "@babel/types@^7.24.5", "@babel/types@^7.24.6", "@babel/types@^7.4.4", "@babel/types@^7.7.0":
1070+
version "7.24.6"
1071+
resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.24.6.tgz#ba4e1f59870c10dc2fa95a274ac4feec23b21912"
1072+
integrity sha512-WaMsgi6Q8zMgMth93GvWPXkhAIEobfsIkLTacoVZoK1J0CevIPGYY2Vo5YvJGqyHqXM6P4ppOYGsIRU8MM9pFQ==
10681073
dependencies:
1069-
"@babel/helper-string-parser" "^7.24.1"
1070-
"@babel/helper-validator-identifier" "^7.24.5"
1074+
"@babel/helper-string-parser" "^7.24.6"
1075+
"@babel/helper-validator-identifier" "^7.24.6"
10711076
to-fast-properties "^2.0.0"
10721077

10731078
"@discoveryjs/json-ext@^0.5.0":

0 commit comments

Comments
 (0)