Skip to content

Commit d0bda5b

Browse files
renovate-botrenovate[bot]
authored andcommitted
chore(deps): update dependency @ember/optional-features to v1.2.0
1 parent f7197d7 commit d0bda5b

File tree

2 files changed

+36
-10
lines changed

2 files changed

+36
-10
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@
5656
"devDependencies": {
5757
"@commitlint/cli": "8.2.0",
5858
"@commitlint/config-conventional": "8.2.0",
59-
"@ember/optional-features": "1.1.0",
59+
"@ember/optional-features": "1.2.0",
6060
"@typed-ember/renovate-config": "1.2.1",
6161
"@types/capture-console": "1.0.0",
6262
"@types/chai": "4.2.7",

yarn.lock

Lines changed: 35 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1353,16 +1353,16 @@
13531353
resolved "https://registry.yarnpkg.com/@ember/edition-utils/-/edition-utils-1.1.1.tgz#d5732c3da593f202e6e1ac6dbee56a758242403f"
13541354
integrity sha512-GEhri78jdQp/xxPpM6z08KlB0wrHfnfrJ9dmQk7JeQ4XCiMzXsJci7yooQgg/IcTKCM/PxE/IkGCQAo80adMkw==
13551355

1356-
"@ember/optional-features@1.1.0":
1357-
version "1.1.0"
1358-
resolved "https://registry.yarnpkg.com/@ember/optional-features/-/optional-features-1.1.0.tgz#0ff27ba6e9fc1f1e936e024f6a7cc33a96abffba"
1359-
integrity sha512-ST3+gIRH2WtgGcOtf42uM9WaXBY4dj4//zoTYV6GPe8cp0XdJEU63oMo9SbE6+0Efp8lvk96LsX+DVDDZy9Rmw==
1356+
"@ember/optional-features@1.2.0":
1357+
version "1.2.0"
1358+
resolved "https://registry.yarnpkg.com/@ember/optional-features/-/optional-features-1.2.0.tgz#121934fb8fbda2217bffea8fe18d6a916a01c257"
1359+
integrity sha512-XK3J4vW0nwo1FwrvIHsa93FgkLfT84hTmYIPyCj1roYVok9gpzyTYGqr1uCmfk1yl12NmwIetiCZTO37GMgTPQ==
13601360
dependencies:
1361-
chalk "^2.4.2"
1361+
chalk "^3.0.0"
13621362
co "^4.6.0"
13631363
ember-cli-version-checker "^3.1.3"
1364-
glob "^7.1.5"
1365-
inquirer "^6.5.1"
1364+
glob "^7.1.6"
1365+
inquirer "^7.0.1"
13661366
mkdirp "^0.5.1"
13671367
silent-error "^1.1.1"
13681368
util.promisify "^1.0.0"
@@ -9050,7 +9050,7 @@ glob@^5.0.10:
90509050
once "^1.3.0"
90519051
path-is-absolute "^1.0.0"
90529052

9053-
glob@^7.0.3, glob@^7.0.4, glob@^7.1.0, glob@^7.1.1, glob@^7.1.2, glob@^7.1.3, glob@^7.1.4, glob@^7.1.5, glob@~7.1.2:
9053+
glob@^7.0.3, glob@^7.0.4, glob@^7.1.0, glob@^7.1.1, glob@^7.1.2, glob@^7.1.3, glob@^7.1.4, glob@~7.1.2:
90549054
version "7.1.5"
90559055
resolved "https://registry.yarnpkg.com/glob/-/glob-7.1.5.tgz#6714c69bee20f3c3e64c4dd905553e532b40cdc0"
90569056
integrity sha512-J9dlskqUXK1OeTOYBEn5s8aMukWMwWfs+rPTn/jn50Ux4MNXVhubL1wu/j2t+H4NVI+cXEcCaYellqaPVGXNqQ==
@@ -9847,7 +9847,7 @@ inline-source-map-comment@^1.0.5:
98479847
sum-up "^1.0.1"
98489848
xtend "^4.0.0"
98499849

9850-
inquirer@^6, inquirer@^6.5.1:
9850+
inquirer@^6:
98519851
version "6.5.2"
98529852
resolved "https://registry.yarnpkg.com/inquirer/-/inquirer-6.5.2.tgz#ad50942375d036d327ff528c08bd5fab089928ca"
98539853
integrity sha512-cntlB5ghuB0iuO65Ovoi8ogLHiWGs/5yNrtUcKjFhSSiVeAIVpD7koaSU9RM8mpXw5YDi9RdYXGQMaOURB7ycQ==
@@ -9885,6 +9885,25 @@ inquirer@^7.0.0:
98859885
strip-ansi "^5.1.0"
98869886
through "^2.3.6"
98879887

9888+
inquirer@^7.0.1:
9889+
version "7.0.1"
9890+
resolved "https://registry.yarnpkg.com/inquirer/-/inquirer-7.0.1.tgz#13f7980eedc73c689feff3994b109c4e799c6ebb"
9891+
integrity sha512-V1FFQ3TIO15det8PijPLFR9M9baSlnRs9nL7zWu1MNVA2T9YVl9ZbrHJhYs7e9X8jeMZ3lr2JH/rdHFgNCBdYw==
9892+
dependencies:
9893+
ansi-escapes "^4.2.1"
9894+
chalk "^2.4.2"
9895+
cli-cursor "^3.1.0"
9896+
cli-width "^2.0.0"
9897+
external-editor "^3.0.3"
9898+
figures "^3.0.0"
9899+
lodash "^4.17.15"
9900+
mute-stream "0.0.8"
9901+
run-async "^2.2.0"
9902+
rxjs "^6.5.3"
9903+
string-width "^4.1.0"
9904+
strip-ansi "^5.1.0"
9905+
through "^2.3.6"
9906+
98889907
into-stream@^3.1.0:
98899908
version "3.1.0"
98909909
resolved "https://registry.yarnpkg.com/into-stream/-/into-stream-3.1.0.tgz#96fb0a936c12babd6ff1752a17d05616abd094c6"
@@ -14442,6 +14461,13 @@ rxjs@^6.4.0:
1444214461
dependencies:
1444314462
tslib "^1.9.0"
1444414463

14464+
rxjs@^6.5.3:
14465+
version "6.5.3"
14466+
resolved "https://registry.yarnpkg.com/rxjs/-/rxjs-6.5.3.tgz#510e26317f4db91a7eb1de77d9dd9ba0a4899a3a"
14467+
integrity sha512-wuYsAYYFdWTAnAaPoKGNhfpWwKZbJW+HgAJ+mImp+Epl7BG8oNWBCTyRM8gba9k4lk8BgWdoYm21Mo/RYhhbgA==
14468+
dependencies:
14469+
tslib "^1.9.0"
14470+
1444514471
[email protected], safe-buffer@^5.0.1, safe-buffer@^5.1.0, safe-buffer@^5.1.1, safe-buffer@^5.1.2, safe-buffer@~5.1.0, safe-buffer@~5.1.1:
1444614472
version "5.1.2"
1444714473
resolved "https://registry.yarnpkg.com/safe-buffer/-/safe-buffer-5.1.2.tgz#991ec69d296e0313747d59bdfd2b745c35f8828d"

0 commit comments

Comments
 (0)