🌐 AI搜索 & 代理 主页
Skip to content

Commit 919738b

Browse files
chore(deps): update all non-major dependencies to ^7.11.1 (#5638)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
1 parent a89dc4d commit 919738b

File tree

2 files changed

+33
-6
lines changed

2 files changed

+33
-6
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -100,11 +100,11 @@
100100
},
101101
"devDependencies": {
102102
"@babel/cli": "^7.10.5",
103-
"@babel/core": "^7.11.0",
103+
"@babel/core": "^7.11.1",
104104
"@babel/plugin-transform-modules-commonjs": "^7.10.4",
105105
"@babel/plugin-transform-runtime": "^7.11.0",
106106
"@babel/preset-env": "^7.11.0",
107-
"@babel/standalone": "^7.11.0",
107+
"@babel/standalone": "^7.11.1",
108108
"@nuxt/content": "^1.5.3",
109109
"@nuxtjs/google-analytics": "^2.4.0",
110110
"@nuxtjs/pwa": "^3.0.0-beta.20",

yarn.lock

Lines changed: 31 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -87,6 +87,28 @@
8787
semver "^5.4.1"
8888
source-map "^0.5.0"
8989

90+
"@babel/core@^7.11.1":
91+
version "7.11.1"
92+
resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.11.1.tgz#2c55b604e73a40dc21b0e52650b11c65cf276643"
93+
integrity sha512-XqF7F6FWQdKGGWAzGELL+aCO1p+lRY5Tj5/tbT3St1G8NaH70jhhDIKknIZaDans0OQBG5wRAldROLHSt44BgQ==
94+
dependencies:
95+
"@babel/code-frame" "^7.10.4"
96+
"@babel/generator" "^7.11.0"
97+
"@babel/helper-module-transforms" "^7.11.0"
98+
"@babel/helpers" "^7.10.4"
99+
"@babel/parser" "^7.11.1"
100+
"@babel/template" "^7.10.4"
101+
"@babel/traverse" "^7.11.0"
102+
"@babel/types" "^7.11.0"
103+
convert-source-map "^1.7.0"
104+
debug "^4.1.0"
105+
gensync "^1.0.0-beta.1"
106+
json5 "^2.1.2"
107+
lodash "^4.17.19"
108+
resolve "^1.3.2"
109+
semver "^5.4.1"
110+
source-map "^0.5.0"
111+
90112
"@babel/generator@^7.10.5":
91113
version "7.10.5"
92114
resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.10.5.tgz#1b903554bc8c583ee8d25f1e8969732e6b829a69"
@@ -344,6 +366,11 @@
344366
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.11.0.tgz#a9d7e11aead25d3b422d17b2c6502c8dddef6a5d"
345367
integrity sha512-qvRvi4oI8xii8NllyEc4MDJjuZiNaRzyb7Y7lup1NqJV8TZHF4O27CcP+72WPn/k1zkgJ6WJfnIbk4jTsVAZHw==
346368

369+
"@babel/parser@^7.11.1":
370+
version "7.11.1"
371+
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.11.1.tgz#d91a387990b21e5d20047b336bb19b0553f02ff5"
372+
integrity sha512-u9QMIRdKVF7hfEkb3nu2LgZDIzCQPv+yHD9Eg6ruoJLjkrQ9fFz4IBSlF/9XwoNri9+2F1IY+dYuOfZrXq8t3w==
373+
347374
"@babel/plugin-proposal-async-generator-functions@^7.10.4":
348375
version "7.10.5"
349376
resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-async-generator-functions/-/plugin-proposal-async-generator-functions-7.10.5.tgz#3491cabf2f7c179ab820606cec27fed15e0e8558"
@@ -940,10 +967,10 @@
940967
dependencies:
941968
regenerator-runtime "^0.13.4"
942969

943-
"@babel/standalone@^7.11.0":
944-
version "7.11.0"
945-
resolved "https://registry.yarnpkg.com/@babel/standalone/-/standalone-7.11.0.tgz#c8882afdb737306cb127f58f0befec4def31beb5"
946-
integrity sha512-Cf4WggQ4vPsGsVU8DbbWtzI/AEQ/oyYE6XFqGnAAadBT5kro0YfDfJhtcLdtye9C6RkOfV0DxcQ3eoZ1Bv6yrA==
970+
"@babel/standalone@^7.11.1":
971+
version "7.11.1"
972+
resolved "https://registry.yarnpkg.com/@babel/standalone/-/standalone-7.11.1.tgz#a9af63244e9674838960c3de39c6c6fd11026f13"
973+
integrity sha512-julMbJ16rkcAsXYIlvFuzBJe0ip//Jg/AzJ+Xv1nU5PvMPE9i/ua8rEeBtrHa4pkgQw158Bd9y6hktwXoLh5xQ==
947974

948975
"@babel/template@^7.10.4", "@babel/template@^7.3.3":
949976
version "7.10.4"

0 commit comments

Comments
 (0)