Skip to content

Commit dbbc96b

Browse files
committed
chore: upgrade globby
1 parent 5ae22a1 commit dbbc96b

File tree

3 files changed

+2
-15
lines changed

3 files changed

+2
-15
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@
4646
"debug": "^3.1.0",
4747
"eslint": "^4.16.0",
4848
"eslint-plugin-vue-libs": "^2.1.0",
49-
"globby": "^7.1.1",
49+
"globby": "^8.0.1",
5050
"http-server": "^0.11.1",
5151
"jest": "^22.1.4",
5252
"lerna": "^2.8.0",

packages/@vue/cli/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
"download-git-repo": "^1.0.2",
3535
"ejs": "^2.5.7",
3636
"execa": "^0.8.0",
37-
"globby": "^7.1.1",
37+
"globby": "^8.0.1",
3838
"import-global": "^0.1.0",
3939
"inquirer": "^4.0.1",
4040
"isbinaryfile": "^3.0.2",

yarn.lock

-13
Original file line numberDiff line numberDiff line change
@@ -7923,19 +7923,6 @@ punycode@^1.2.4, punycode@^1.4.1:
79237923
version "1.4.1"
79247924
resolved "https://registry.yarnpkg.com/punycode/-/punycode-1.4.1.tgz#c0d5a63b2718800ad8e1eb0fa5269c84dd41845e"
79257925

7926-
puppeteer@^0.13.0:
7927-
version "0.13.0"
7928-
resolved "https://registry.yarnpkg.com/puppeteer/-/puppeteer-0.13.0.tgz#2e6956205f2c640964c2107f620ae1eef8bde8fd"
7929-
dependencies:
7930-
debug "^2.6.8"
7931-
extract-zip "^1.6.5"
7932-
https-proxy-agent "^2.1.0"
7933-
mime "^1.3.4"
7934-
progress "^2.0.0"
7935-
proxy-from-env "^1.0.0"
7936-
rimraf "^2.6.1"
7937-
ws "^3.0.0"
7938-
79397926
puppeteer@^1.0.0:
79407927
version "1.1.1"
79417928
resolved "https://registry.yarnpkg.com/puppeteer/-/puppeteer-1.1.1.tgz#adbf25e49f5ef03443c10ab8e09a954ca0c7bfee"

0 commit comments

Comments
 (0)