Skip to content

Commit 9981848

Browse files
renovate-botrenovate[bot]
authored andcommitted
chore(deps): update dependency @babel/core to v7.17.8
1 parent f627f7e commit 9981848

File tree

2 files changed

+15
-15
lines changed

2 files changed

+15
-15
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
},
1717
"devDependencies": {
1818
"@babel/cli": "7.17.6",
19-
"@babel/core": "7.17.7",
19+
"@babel/core": "7.17.8",
2020
"@researchgate/babel-preset": "2.0.14",
2121
"@researchgate/spire-config": "7.0.0",
2222
"@storybook/addon-options": "5.3.21",

yarn.lock

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -67,18 +67,18 @@
6767
semver "^5.4.1"
6868
source-map "^0.5.0"
6969

70-
"@babel/core@7.17.7", "@babel/core@^7.1.0", "@babel/core@^7.11.1", "@babel/core@^7.12.10", "@babel/core@^7.7.5":
71-
version "7.17.7"
72-
resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.17.7.tgz#f7c28228c83cdf2dbd1b9baa06eaf9df07f0c2f9"
73-
integrity sha512-djHlEfFHnSnTAcPb7dATbiM5HxGOP98+3JLBZtjRb5I7RXrw7kFRoG2dXM8cm3H+o11A8IFH/uprmJpwFynRNQ==
70+
"@babel/core@7.17.8", "@babel/core@^7.1.0", "@babel/core@^7.11.1", "@babel/core@^7.12.10", "@babel/core@^7.7.5":
71+
version "7.17.8"
72+
resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.17.8.tgz#3dac27c190ebc3a4381110d46c80e77efe172e1a"
73+
integrity sha512-OdQDV/7cRBtJHLSOBqqbYNkOcydOgnX59TZx4puf41fzcVtN3e/4yqY8lMQsK+5X2lJtAdmA+6OHqsj1hBJ4IQ==
7474
dependencies:
7575
"@ampproject/remapping" "^2.1.0"
7676
"@babel/code-frame" "^7.16.7"
7777
"@babel/generator" "^7.17.7"
7878
"@babel/helper-compilation-targets" "^7.17.7"
7979
"@babel/helper-module-transforms" "^7.17.7"
80-
"@babel/helpers" "^7.17.7"
81-
"@babel/parser" "^7.17.7"
80+
"@babel/helpers" "^7.17.8"
81+
"@babel/parser" "^7.17.8"
8282
"@babel/template" "^7.16.7"
8383
"@babel/traverse" "^7.17.3"
8484
"@babel/types" "^7.17.0"
@@ -321,10 +321,10 @@
321321
"@babel/traverse" "^7.13.0"
322322
"@babel/types" "^7.13.0"
323323

324-
"@babel/helpers@^7.12.5", "@babel/helpers@^7.17.7":
325-
version "7.17.7"
326-
resolved "https://registry.yarnpkg.com/@babel/helpers/-/helpers-7.17.7.tgz#6fc0a24280fd00026e85424bbfed4650e76d7127"
327-
integrity sha512-TKsj9NkjJfTBxM7Phfy7kv6yYc4ZcOo+AaWGqQOKTPDOmcGkIFb5xNA746eKisQkm4yavUYh4InYM9S+VnO01w==
324+
"@babel/helpers@^7.12.5", "@babel/helpers@^7.17.8":
325+
version "7.17.8"
326+
resolved "https://registry.yarnpkg.com/@babel/helpers/-/helpers-7.17.8.tgz#288450be8c6ac7e4e44df37bcc53d345e07bc106"
327+
integrity sha512-QcL86FGxpfSJwGtAvv4iG93UL6bmqBdmoVY0CMCU2g+oD2ezQse3PT5Pa+jiD6LJndBQi0EDlpzOWNlLuhz5gw==
328328
dependencies:
329329
"@babel/template" "^7.16.7"
330330
"@babel/traverse" "^7.17.3"
@@ -339,10 +339,10 @@
339339
chalk "^2.0.0"
340340
js-tokens "^4.0.0"
341341

342-
"@babel/parser@^7.1.0", "@babel/parser@^7.12.11", "@babel/parser@^7.12.7", "@babel/parser@^7.16.7", "@babel/parser@^7.17.3", "@babel/parser@^7.17.7", "@babel/parser@^7.4.3":
343-
version "7.17.7"
344-
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.17.7.tgz#fc19b645a5456c8d6fdb6cecd3c66c0173902800"
345-
integrity sha512-bm3AQf45vR4gKggRfvJdYJ0gFLoCbsPxiFLSH6hTVYABptNHY6l9NrhnucVjQ/X+SPtLANT9lc0fFhikj+VBRA==
342+
"@babel/parser@^7.1.0", "@babel/parser@^7.12.11", "@babel/parser@^7.12.7", "@babel/parser@^7.16.7", "@babel/parser@^7.17.3", "@babel/parser@^7.17.8", "@babel/parser@^7.4.3":
343+
version "7.17.8"
344+
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.17.8.tgz#2817fb9d885dd8132ea0f8eb615a6388cca1c240"
345+
integrity sha512-BoHhDJrJXqcg+ZL16Xv39H9n+AqJ4pcDrQBGZN+wHxIysrLZ3/ECwCBUch/1zUNhnsXULcONU3Ei5Hmkfk6kiQ==
346346

347347
"@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining@^7.13.12":
348348
version "7.13.12"

0 commit comments

Comments
 (0)