Skip to content

Commit fc24cf5

Browse files
committed
Update dependency @babel/core to v7.18.5
1 parent 87ed972 commit fc24cf5

File tree

2 files changed

+19
-19
lines changed

2 files changed

+19
-19
lines changed

plugins/gatsby-plugin-ghost-manifest/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
},
1111
"devDependencies": {
1212
"@babel/cli": "7.17.10",
13-
"@babel/core": "7.18.2",
13+
"@babel/core": "7.18.5",
1414
"babel-preset-gatsby-package": "2.15.0",
1515
"cross-env": "7.0.3"
1616
},

plugins/gatsby-plugin-ghost-manifest/yarn.lock

Lines changed: 18 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -38,21 +38,21 @@
3838
resolved "https://registry.yarnpkg.com/@babel/compat-data/-/compat-data-7.17.10.tgz#711dc726a492dfc8be8220028b1b92482362baab"
3939
integrity sha512-GZt/TCsG70Ms19gfZO1tM4CVnXsPgEPBCpJu+Qz3L0LUDsY5nZqFZglIoPC1kIYOtNBZlrnFT+klg12vFGZXrw==
4040

41-
"@babel/[email protected].2":
42-
version "7.18.2"
43-
resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.18.2.tgz#87b2fcd7cce9becaa7f5acebdc4f09f3dd19d876"
44-
integrity sha512-A8pri1YJiC5UnkdrWcmfZTJTV85b4UXTAfImGmCfYmax4TR9Cw8sDS0MOk++Gp2mE/BefVJ5nwy5yzqNJbP/DQ==
41+
"@babel/[email protected].5":
42+
version "7.18.5"
43+
resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.18.5.tgz#c597fa680e58d571c28dda9827669c78cdd7f000"
44+
integrity sha512-MGY8vg3DxMnctw0LdvSEojOsumc70g0t18gNyUdAZqB1Rpd1Bqo/svHGvt+UJ6JcGX+DIekGFDxxIWofBxLCnQ==
4545
dependencies:
4646
"@ampproject/remapping" "^2.1.0"
4747
"@babel/code-frame" "^7.16.7"
4848
"@babel/generator" "^7.18.2"
4949
"@babel/helper-compilation-targets" "^7.18.2"
5050
"@babel/helper-module-transforms" "^7.18.0"
5151
"@babel/helpers" "^7.18.2"
52-
"@babel/parser" "^7.18.0"
52+
"@babel/parser" "^7.18.5"
5353
"@babel/template" "^7.16.7"
54-
"@babel/traverse" "^7.18.2"
55-
"@babel/types" "^7.18.2"
54+
"@babel/traverse" "^7.18.5"
55+
"@babel/types" "^7.18.4"
5656
convert-source-map "^1.7.0"
5757
debug "^4.1.0"
5858
gensync "^1.0.0-beta.2"
@@ -274,10 +274,10 @@
274274
chalk "^2.0.0"
275275
js-tokens "^4.0.0"
276276

277-
"@babel/parser@^7.16.7", "@babel/parser@^7.18.0":
278-
version "7.18.4"
279-
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.18.4.tgz#6774231779dd700e0af29f6ad8d479582d7ce5ef"
280-
integrity sha512-FDge0dFazETFcxGw/EXzOkN8uJp0PC7Qbm+Pe9T+av2zlBpOgunFHkQPPn+eRuClU73JF+98D531UgayY89tow==
277+
"@babel/parser@^7.16.7", "@babel/parser@^7.18.5":
278+
version "7.18.5"
279+
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.18.5.tgz#337062363436a893a2d22faa60be5bb37091c83c"
280+
integrity sha512-YZWVaglMiplo7v8f1oMQ5ZPQr0vn7HPeZXxXWsxXJRjGVrzUFn9OxFQl1sb5wzfootjA/yChhW84BV+383FSOw==
281281

282282
"@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression@^7.17.12":
283283
version "7.17.12"
@@ -992,23 +992,23 @@
992992
"@babel/parser" "^7.16.7"
993993
"@babel/types" "^7.16.7"
994994

995-
"@babel/traverse@^7.13.0", "@babel/traverse@^7.16.8", "@babel/traverse@^7.18.0", "@babel/traverse@^7.18.2":
996-
version "7.18.2"
997-
resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.18.2.tgz#b77a52604b5cc836a9e1e08dca01cba67a12d2e8"
998-
integrity sha512-9eNwoeovJ6KH9zcCNnENY7DMFwTU9JdGCFtqNLfUAqtUHRCOsTOqWoffosP8vKmNYeSBUv3yVJXjfd8ucwOjUA==
995+
"@babel/traverse@^7.13.0", "@babel/traverse@^7.16.8", "@babel/traverse@^7.18.0", "@babel/traverse@^7.18.2", "@babel/traverse@^7.18.5":
996+
version "7.18.5"
997+
resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.18.5.tgz#94a8195ad9642801837988ab77f36e992d9a20cd"
998+
integrity sha512-aKXj1KT66sBj0vVzk6rEeAO6Z9aiiQ68wfDgge3nHhA/my6xMM/7HGQUNumKZaoa2qUPQ5whJG9aAifsxUKfLA==
999999
dependencies:
10001000
"@babel/code-frame" "^7.16.7"
10011001
"@babel/generator" "^7.18.2"
10021002
"@babel/helper-environment-visitor" "^7.18.2"
10031003
"@babel/helper-function-name" "^7.17.9"
10041004
"@babel/helper-hoist-variables" "^7.16.7"
10051005
"@babel/helper-split-export-declaration" "^7.16.7"
1006-
"@babel/parser" "^7.18.0"
1007-
"@babel/types" "^7.18.2"
1006+
"@babel/parser" "^7.18.5"
1007+
"@babel/types" "^7.18.4"
10081008
debug "^4.1.0"
10091009
globals "^11.1.0"
10101010

1011-
"@babel/types@^7.16.0", "@babel/types@^7.16.7", "@babel/types@^7.16.8", "@babel/types@^7.17.0", "@babel/types@^7.17.12", "@babel/types@^7.18.0", "@babel/types@^7.18.2", "@babel/types@^7.4.4":
1011+
"@babel/types@^7.16.0", "@babel/types@^7.16.7", "@babel/types@^7.16.8", "@babel/types@^7.17.0", "@babel/types@^7.17.12", "@babel/types@^7.18.0", "@babel/types@^7.18.2", "@babel/types@^7.18.4", "@babel/types@^7.4.4":
10121012
version "7.18.4"
10131013
resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.18.4.tgz#27eae9b9fd18e9dccc3f9d6ad051336f307be354"
10141014
integrity sha512-ThN1mBcMq5pG/Vm2IcBmPPfyPXbd8S02rS+OBIDENdufvqC7Z/jHPCv9IcP01277aKtDI8g/2XysBN4hA8niiw==

0 commit comments

Comments
 (0)