Skip to content

Commit 14dd6ab

Browse files
Update dependency @babel/core to v7.27.7
1 parent 01a3b94 commit 14dd6ab

File tree

4 files changed

+38
-38
lines changed

4 files changed

+38
-38
lines changed

packages/content-api/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
"access": "public"
3535
},
3636
"devDependencies": {
37-
"@babel/core": "7.27.4",
37+
"@babel/core": "7.27.7",
3838
"@babel/polyfill": "7.12.1",
3939
"@babel/preset-env": "7.27.2",
4040
"@rollup/plugin-json": "6.1.0",

packages/helpers-gatsby/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
},
3030
"devDependencies": {
3131
"@babel/cli": "7.27.2",
32-
"@babel/core": "7.27.4",
32+
"@babel/core": "7.27.7",
3333
"@babel/preset-env": "7.27.2",
3434
"@babel/preset-react": "7.27.1",
3535
"c8": "10.1.3",

packages/helpers/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535
"access": "public"
3636
},
3737
"devDependencies": {
38-
"@babel/core": "7.27.4",
38+
"@babel/core": "7.27.7",
3939
"@babel/polyfill": "7.12.1",
4040
"c8": "10.1.3",
4141
"istanbul": "0.4.5",

yarn.lock

Lines changed: 35 additions & 35 deletions
Original file line numberDiff line numberDiff line change
@@ -51,33 +51,33 @@
5151
resolved "https://registry.yarnpkg.com/@babel/compat-data/-/compat-data-7.27.3.tgz#cc49c2ac222d69b889bf34c795f537c0c6311111"
5252
integrity sha512-V42wFfx1ymFte+ecf6iXghnnP8kWTO+ZLXIyZq+1LAXHHvTZdVxicn4yiVYdYMGaCO3tmqub11AorKkv+iodqw==
5353

54-
"@babel/[email protected].4":
55-
version "7.27.4"
56-
resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.27.4.tgz#cc1fc55d0ce140a1828d1dd2a2eba285adbfb3ce"
57-
integrity sha512-bXYxrXFubeYdvB0NhD/NBB3Qi6aZeV20GOWVI47t2dkecCEoneR4NPVcb7abpXDEvejgrUfFtG6vG/zxAKmg+g==
54+
"@babel/[email protected].7":
55+
version "7.27.7"
56+
resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.27.7.tgz#0ddeab1e7b17317dad8c3c3a887716f66b5c4428"
57+
integrity sha512-BU2f9tlKQ5CAthiMIgpzAh4eDTLWo1mqi9jqE2OxMG0E/OM199VJt2q8BztTxpnSW0i1ymdwLXRJnYzvDM5r2w==
5858
dependencies:
5959
"@ampproject/remapping" "^2.2.0"
6060
"@babel/code-frame" "^7.27.1"
61-
"@babel/generator" "^7.27.3"
61+
"@babel/generator" "^7.27.5"
6262
"@babel/helper-compilation-targets" "^7.27.2"
6363
"@babel/helper-module-transforms" "^7.27.3"
64-
"@babel/helpers" "^7.27.4"
65-
"@babel/parser" "^7.27.4"
64+
"@babel/helpers" "^7.27.6"
65+
"@babel/parser" "^7.27.7"
6666
"@babel/template" "^7.27.2"
67-
"@babel/traverse" "^7.27.4"
68-
"@babel/types" "^7.27.3"
67+
"@babel/traverse" "^7.27.7"
68+
"@babel/types" "^7.27.7"
6969
convert-source-map "^2.0.0"
7070
debug "^4.1.0"
7171
gensync "^1.0.0-beta.2"
7272
json5 "^2.2.3"
7373
semver "^6.3.1"
7474

75-
"@babel/generator@^7.27.3":
76-
version "7.27.3"
77-
resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.27.3.tgz#ef1c0f7cfe3b5fc8cbb9f6cc69f93441a68edefc"
78-
integrity sha512-xnlJYj5zepml8NXtjkG0WquFUv8RskFqyFcVgTBp5k+NaA/8uw/K+OSVf8AMGw5e9HKP2ETd5xpK5MLZQD6b4Q==
75+
"@babel/generator@^7.27.5":
76+
version "7.27.5"
77+
resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.27.5.tgz#3eb01866b345ba261b04911020cbe22dd4be8c8c"
78+
integrity sha512-ZGhA37l0e/g2s1Cnzdix0O3aLYm66eF8aufiVteOgnwxgnRP8GoyMj7VWsgWnQbVKXyge7hqrFh2K2TQM6t1Hw==
7979
dependencies:
80-
"@babel/parser" "^7.27.3"
80+
"@babel/parser" "^7.27.5"
8181
"@babel/types" "^7.27.3"
8282
"@jridgewell/gen-mapping" "^0.3.5"
8383
"@jridgewell/trace-mapping" "^0.3.25"
@@ -221,20 +221,20 @@
221221
"@babel/traverse" "^7.27.1"
222222
"@babel/types" "^7.27.1"
223223

224-
"@babel/helpers@^7.27.4":
225-
version "7.27.4"
226-
resolved "https://registry.yarnpkg.com/@babel/helpers/-/helpers-7.27.4.tgz#c79050c6a0e41e095bfc96d469c85431e9ed7fe7"
227-
integrity sha512-Y+bO6U+I7ZKaM5G5rDUZiYfUvQPUibYmAFe7EnKdnKBbVXDZxvp+MWOH5gYciY0EPk4EScsuFMQBbEfpdRKSCQ==
224+
"@babel/helpers@^7.27.6":
225+
version "7.27.6"
226+
resolved "https://registry.yarnpkg.com/@babel/helpers/-/helpers-7.27.6.tgz#6456fed15b2cb669d2d1fabe84b66b34991d812c"
227+
integrity sha512-muE8Tt8M22638HU31A3CgfSUciwz1fhATfoVai05aPXGor//CdWDCbnlY1yvBPo07njuVOCNGCSp/GTt12lIug==
228228
dependencies:
229229
"@babel/template" "^7.27.2"
230-
"@babel/types" "^7.27.3"
230+
"@babel/types" "^7.27.6"
231231

232-
"@babel/parser@^7.25.4", "@babel/parser@^7.27.2", "@babel/parser@^7.27.3", "@babel/parser@^7.27.4":
233-
version "7.27.4"
234-
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.27.4.tgz#f92e89e4f51847be05427285836fc88341c956df"
235-
integrity sha512-BRmLHGwpUqLFR2jzx9orBuX/ABDkj2jLKOXrHDTN2aOKL+jFDDKaRNo9nyYsIl9h/UE/7lMKdDjKQQyxKKDZ7g==
232+
"@babel/parser@^7.25.4", "@babel/parser@^7.27.2", "@babel/parser@^7.27.5", "@babel/parser@^7.27.7":
233+
version "7.27.7"
234+
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.27.7.tgz#1687f5294b45039c159730e3b9c1f1b242e425e9"
235+
integrity sha512-qnzXzDXdr/po3bOTbTIQZ7+TxNKxpkN5IifVLXS+r7qwynkZfPyjZfE7hCXbo7IoO9TNcSyibgONsf2HauUd3Q==
236236
dependencies:
237-
"@babel/types" "^7.27.3"
237+
"@babel/types" "^7.27.7"
238238

239239
"@babel/plugin-bugfix-firefox-class-in-computed-class-key@^7.27.1":
240240
version "7.27.1"
@@ -847,23 +847,23 @@
847847
"@babel/parser" "^7.27.2"
848848
"@babel/types" "^7.27.1"
849849

850-
"@babel/traverse@^7.27.1", "@babel/traverse@^7.27.3", "@babel/traverse@^7.27.4":
851-
version "7.27.4"
852-
resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.27.4.tgz#b0045ac7023c8472c3d35effd7cc9ebd638da6ea"
853-
integrity sha512-oNcu2QbHqts9BtOWJosOVJapWjBDSxGCpFvikNR5TGDYDQf3JwpIoMzIKrvfoti93cLfPJEG4tH9SPVeyCGgdA==
850+
"@babel/traverse@^7.27.1", "@babel/traverse@^7.27.3", "@babel/traverse@^7.27.7":
851+
version "7.27.7"
852+
resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.27.7.tgz#8355c39be6818362eace058cf7f3e25ac2ec3b55"
853+
integrity sha512-X6ZlfR/O/s5EQ/SnUSLzr+6kGnkg8HXGMzpgsMsrJVcfDtH1vIp6ctCN4eZ1LS5c0+te5Cb6Y514fASjMRJ1nw==
854854
dependencies:
855855
"@babel/code-frame" "^7.27.1"
856-
"@babel/generator" "^7.27.3"
857-
"@babel/parser" "^7.27.4"
856+
"@babel/generator" "^7.27.5"
857+
"@babel/parser" "^7.27.7"
858858
"@babel/template" "^7.27.2"
859-
"@babel/types" "^7.27.3"
859+
"@babel/types" "^7.27.7"
860860
debug "^4.3.1"
861861
globals "^11.1.0"
862862

863-
"@babel/types@^7.25.4", "@babel/types@^7.27.1", "@babel/types@^7.27.3", "@babel/types@^7.4.4":
864-
version "7.27.3"
865-
resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.27.3.tgz#c0257bedf33aad6aad1f406d35c44758321eb3ec"
866-
integrity sha512-Y1GkI4ktrtvmawoSq+4FCVHNryea6uR+qUQy0AGxLSsjCX0nVmkYQMBLHDkXZuo5hGx7eYdnIaslsdBFm7zbUw==
863+
"@babel/types@^7.25.4", "@babel/types@^7.27.1", "@babel/types@^7.27.3", "@babel/types@^7.27.6", "@babel/types@^7.27.7", "@babel/types@^7.4.4":
864+
version "7.27.7"
865+
resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.27.7.tgz#40eabd562049b2ee1a205fa589e629f945dce20f"
866+
integrity sha512-8OLQgDScAOHXnAz2cV+RfzzNMipuLVBz2biuAJFMV9bfkNf393je3VM8CLkjQodW5+iWsSJdSgSWT6rsZoXHPw==
867867
dependencies:
868868
"@babel/helper-string-parser" "^7.27.1"
869869
"@babel/helper-validator-identifier" "^7.27.1"

0 commit comments

Comments
 (0)