Skip to content

Commit 06eefe4

Browse files
committed
chore: dependency maintenance
1 parent e591bfa commit 06eefe4

File tree

6 files changed

+50
-13
lines changed

6 files changed

+50
-13
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@
5757
"globby": "^11.0.2",
5858
"graphql": "^15.5.0",
5959
"http-server": "^0.12.3",
60-
"inquirer": "^7.1.0",
60+
"inquirer": "^8.0.0",
6161
"jest": "^26.6.3",
6262
"lerna": "^3.22.0",
6363
"lerna-changelog": "^1.0.1",

packages/@vue/cli-plugin-eslint/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
"@vue/cli-shared-utils": "^5.0.0-alpha.7",
2727
"eslint-webpack-plugin": "2.4.3",
2828
"globby": "^11.0.2",
29-
"inquirer": "^7.1.0",
29+
"inquirer": "^8.0.0",
3030
"webpack": "^5.22.0",
3131
"yorkie": "^2.0.0"
3232
},

packages/@vue/cli-shared-utils/lib/openBrowser.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ function startBrowserProcess (browser, url) {
9494
// Fallback to open
9595
// (It will always open new tab)
9696
try {
97-
const options = { app: browser, url: true }
97+
const options = { app: { name: browser }, url: true }
9898
open(url, options).catch(() => {}) // Prevent `unhandledRejection` error.
9999
return true
100100
} catch (err) {

packages/@vue/cli-shared-utils/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
"lru-cache": "^6.0.0",
2828
"node-fetch": "^2.6.1",
2929
"node-ipc": "^9.1.1",
30-
"open": "^7.4.2",
30+
"open": "^8.0.2",
3131
"ora": "^5.3.0",
3232
"read-pkg": "^5.1.1",
3333
"semver": "^7.3.4",

packages/@vue/cli/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@
4242
"globby": "^11.0.2",
4343
"import-global": "^0.1.0",
4444
"ini": "^2.0.0",
45-
"inquirer": "^7.1.0",
45+
"inquirer": "^8.0.0",
4646
"isbinaryfile": "^4.0.6",
4747
"javascript-stringify": "^2.0.1",
4848
"js-yaml": "^4.0.0",

yarn.lock

+45-8
Original file line numberDiff line numberDiff line change
@@ -8698,6 +8698,11 @@ deferred-leveldown@~5.3.0:
86988698
abstract-leveldown "~6.2.1"
86998699
inherits "^2.0.3"
87008700

8701+
define-lazy-prop@^2.0.0:
8702+
version "2.0.0"
8703+
resolved "https://registry.yarnpkg.com/define-lazy-prop/-/define-lazy-prop-2.0.0.tgz#3f7ae421129bcaaac9bc74905c98a0009ec9ee7f"
8704+
integrity sha512-Ds09qNh8yw3khSjiJjiUInaGX9xlqZDY7JVryGxdxV7NPeuqQfplOpQ66yJFZut3jLa5zOwkXw1g9EI2uKh4Og==
8705+
87018706
define-properties@^1.1.2, define-properties@^1.1.3:
87028707
version "1.1.3"
87038708
resolved "https://registry.yarnpkg.com/define-properties/-/define-properties-1.1.3.tgz#cf88da6cbee26fe6db7094f61d870cbd84cee9f1"
@@ -12413,7 +12418,7 @@ inquirer@^6.0.0, inquirer@^6.2.0:
1241312418
strip-ansi "^5.1.0"
1241412419
through "^2.3.6"
1241512420

12416-
inquirer@^7.0.0, inquirer@^7.0.3, inquirer@^7.1.0:
12421+
inquirer@^7.0.0, inquirer@^7.0.3:
1241712422
version "7.3.3"
1241812423
resolved "https://registry.yarnpkg.com/inquirer/-/inquirer-7.3.3.tgz#04d176b2af04afc157a83fd7c100e98ee0aad003"
1241912424
integrity sha512-JG3eIAj5V9CwcGvuOmoo6LB9kbAYT8HXffUl6memuszlwDC/qvFAJw49XJ5NROSFNPxp3iQg1GqkFhaY/CR0IA==
@@ -12432,6 +12437,25 @@ inquirer@^7.0.0, inquirer@^7.0.3, inquirer@^7.1.0:
1243212437
strip-ansi "^6.0.0"
1243312438
through "^2.3.6"
1243412439

12440+
inquirer@^8.0.0:
12441+
version "8.0.0"
12442+
resolved "https://registry.yarnpkg.com/inquirer/-/inquirer-8.0.0.tgz#957a46db1abcf0fdd2ab82deb7470e90afc7d0ac"
12443+
integrity sha512-ON8pEJPPCdyjxj+cxsYRe6XfCJepTxANdNnTebsTuQgXpRyZRRT9t4dJwjRubgmvn20CLSEnozRUayXyM9VTXA==
12444+
dependencies:
12445+
ansi-escapes "^4.2.1"
12446+
chalk "^4.1.0"
12447+
cli-cursor "^3.1.0"
12448+
cli-width "^3.0.0"
12449+
external-editor "^3.0.3"
12450+
figures "^3.0.0"
12451+
lodash "^4.17.21"
12452+
mute-stream "0.0.8"
12453+
run-async "^2.4.0"
12454+
rxjs "^6.6.6"
12455+
string-width "^4.1.0"
12456+
strip-ansi "^6.0.0"
12457+
through "^2.3.6"
12458+
1243512459
internal-ip@^4.3.0:
1243612460
version "4.3.0"
1243712461
resolved "https://registry.yarnpkg.com/internal-ip/-/internal-ip-4.3.0.tgz#845452baad9d2ca3b69c635a137acb9a0dad0907"
@@ -12618,7 +12642,7 @@ is-directory@^0.3.1:
1261812642
resolved "https://registry.yarnpkg.com/is-directory/-/is-directory-0.3.1.tgz#61339b6f2475fc772fd9c9d83f5c8575dc154ae1"
1261912643
integrity sha1-YTObbyR1/Hcv2cnYP1yFddwVSuE=
1262012644

12621-
is-docker@^2.0.0:
12645+
is-docker@^2.0.0, is-docker@^2.1.1:
1262212646
version "2.1.1"
1262312647
resolved "https://registry.yarnpkg.com/is-docker/-/is-docker-2.1.1.tgz#4125a88e44e450d384e09047ede71adc2d144156"
1262412648
integrity sha512-ZOoqiXfEwtGknTiuDEy8pN2CfE3TxMHprvNer1mXiqwkOT77Rw3YVrUQ52EqAOU3QAWDQ+bQdx7HJzrv7LS2Hw==
@@ -14600,6 +14624,11 @@ lodash@4, lodash@4.17.20, lodash@4.x, lodash@^4.17.11, lodash@^4.17.12, lodash@^
1460014624
resolved "https://registry.yarnpkg.com/lodash/-/lodash-4.17.20.tgz#b44a9b6297bcb698f1c51a3545a2b3b368d59c52"
1460114625
integrity sha512-PlhdFcillOINfeV7Ni6oF1TAEayyZBoZ8bcshTHqOYJYlrqzRK5hagpagky5o4HfCzzd1TRkXPMFq6cKk9rGmA==
1460214626

14627+
lodash@^4.17.21:
14628+
version "4.17.21"
14629+
resolved "https://registry.yarnpkg.com/lodash/-/lodash-4.17.21.tgz#679591c564c3bffaae8454cf0b3df370c3d6911c"
14630+
integrity sha512-v2kDEe57lecTulaDIuNTPy3Ry4gLGJ6Z1O3vE1krgXZNrsQ+LFTGHVxVjcXPs17LhbZVGedAJv8XZ1tvj5FvSg==
14631+
1460314632
log-symbols@2.2.0, log-symbols@^2.1.0:
1460414633
version "2.2.0"
1460514634
resolved "https://registry.yarnpkg.com/log-symbols/-/log-symbols-2.2.0.tgz#5740e1c5d6f0dfda4ad9323b5332107ef6b4c40a"
@@ -16248,13 +16277,14 @@ onetime@^5.1.0, onetime@^5.1.2:
1624816277
dependencies:
1624916278
mimic-fn "^2.1.0"
1625016279

16251-
open@^7.4.2:
16252-
version "7.4.2"
16253-
resolved "https://registry.yarnpkg.com/open/-/open-7.4.2.tgz#b8147e26dcf3e426316c730089fd71edd29c2321"
16254-
integrity sha512-MVHddDVweXZF3awtlAS+6pgKLlm/JgxZ90+/NBurBoQctVOOB/zDdVjcyPzQ+0laDGbsWgrRkflI65sQeOgT9Q==
16280+
open@^8.0.2:
16281+
version "8.0.2"
16282+
resolved "https://registry.yarnpkg.com/open/-/open-8.0.2.tgz#8c3e95cce93ba2fc8d99968ee8bfefecdb50b84f"
16283+
integrity sha512-NV5QmWJrTaNBLHABJyrb+nd5dXI5zfea/suWawBhkHzAbVhLLiJdrqMgxMypGK9Eznp2Ltoh7SAVkQ3XAucX7Q==
1625516284
dependencies:
16256-
is-docker "^2.0.0"
16257-
is-wsl "^2.1.1"
16285+
define-lazy-prop "^2.0.0"
16286+
is-docker "^2.1.1"
16287+
is-wsl "^2.2.0"
1625816288

1625916289
opencollective-postinstall@^2.0.0, opencollective-postinstall@^2.0.2:
1626016290
version "2.0.3"
@@ -18883,6 +18913,13 @@ rxjs@^6.3.3, rxjs@^6.4.0, rxjs@^6.6.0, rxjs@^6.6.3:
1888318913
dependencies:
1888418914
tslib "^1.9.0"
1888518915

18916+
rxjs@^6.6.6:
18917+
version "6.6.6"
18918+
resolved "https://registry.yarnpkg.com/rxjs/-/rxjs-6.6.6.tgz#14d8417aa5a07c5e633995b525e1e3c0dec03b70"
18919+
integrity sha512-/oTwee4N4iWzAMAL9xdGKjkEHmIwupR3oXbQjCKywF1BeFohswF3vZdogbmEF6pZkOsXTzWkrZszrWpQTByYVg==
18920+
dependencies:
18921+
tslib "^1.9.0"
18922+
1888618923
safe-buffer@5.1.2, safe-buffer@~5.1.0, safe-buffer@~5.1.1:
1888718924
version "5.1.2"
1888818925
resolved "https://registry.yarnpkg.com/safe-buffer/-/safe-buffer-5.1.2.tgz#991ec69d296e0313747d59bdfd2b745c35f8828d"

0 commit comments

Comments
 (0)