Skip to content

Commit 4fdc894

Browse files
Bump @ember/optional-features from 1.0.0 to 1.1.0
Bumps [@ember/optional-features](https://github.com/emberjs/ember-optional-features) from 1.0.0 to 1.1.0. - [Release notes](https://github.com/emberjs/ember-optional-features/releases) - [Changelog](https://github.com/emberjs/ember-optional-features/blob/master/CHANGELOG.md) - [Commits](emberjs/ember-optional-features@v1.0.0...v1.1.0) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
1 parent d0cf940 commit 4fdc894

2 files changed

Lines changed: 10 additions & 10 deletions

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@
5454
"@babel/plugin-transform-runtime": "^7.6.2",
5555
"@babel/plugin-transform-typescript": "^7.6.3",
5656
"@babel/runtime": "^7.6.3",
57-
"@ember/optional-features": "^1.0.0",
57+
"@ember/optional-features": "^1.1.0",
5858
"babel-eslint": "^10.0.3",
5959
"babel-plugin-debug-macros": "^0.3.3",
6060
"broccoli-merge-trees": "^3.0.2",

yarn.lock

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -823,15 +823,15 @@
823823
resolved "https://registry.yarnpkg.com/@ember/edition-utils/-/edition-utils-1.1.1.tgz#d5732c3da593f202e6e1ac6dbee56a758242403f"
824824
integrity sha512-GEhri78jdQp/xxPpM6z08KlB0wrHfnfrJ9dmQk7JeQ4XCiMzXsJci7yooQgg/IcTKCM/PxE/IkGCQAo80adMkw==
825825

826-
"@ember/optional-features@^1.0.0":
827-
version "1.0.0"
828-
resolved "https://registry.yarnpkg.com/@ember/optional-features/-/optional-features-1.0.0.tgz#8e54ff37f4d9642212b45387f182cf7322aaaab9"
829-
integrity sha512-nPWqiyjkbSLaNd1kA1Y0BYAx+0IzuxdBfOkQyEwNaaB6xvgGpQMiQF/Au5UBlV/S3GEpuL2kFRQj48XMiTBY+w==
826+
"@ember/optional-features@^1.1.0":
827+
version "1.1.0"
828+
resolved "https://registry.yarnpkg.com/@ember/optional-features/-/optional-features-1.1.0.tgz#0ff27ba6e9fc1f1e936e024f6a7cc33a96abffba"
829+
integrity sha512-ST3+gIRH2WtgGcOtf42uM9WaXBY4dj4//zoTYV6GPe8cp0XdJEU63oMo9SbE6+0Efp8lvk96LsX+DVDDZy9Rmw==
830830
dependencies:
831831
chalk "^2.4.2"
832832
co "^4.6.0"
833833
ember-cli-version-checker "^3.1.3"
834-
glob "^7.1.4"
834+
glob "^7.1.5"
835835
inquirer "^6.5.1"
836836
mkdirp "^0.5.1"
837837
silent-error "^1.1.1"
@@ -5111,10 +5111,10 @@ glob@^5.0.10:
51115111
once "^1.3.0"
51125112
path-is-absolute "^1.0.0"
51135113

5114-
glob@^7.0.0, glob@^7.0.4, glob@^7.1.2, glob@^7.1.3, glob@^7.1.4:
5115-
version "7.1.4"
5116-
resolved "https://registry.yarnpkg.com/glob/-/glob-7.1.4.tgz#aa608a2f6c577ad357e1ae5a5c26d9a8d1969255"
5117-
integrity sha512-hkLPepehmnKk41pUGm3sYxoFs/umurYfYJCerbXEyFIWcAzvpipAgVkBqqT9RBKMGjnq6kMuyYwha6csxbiM1A==
5114+
glob@^7.0.0, glob@^7.0.4, glob@^7.1.2, glob@^7.1.3, glob@^7.1.4, glob@^7.1.5:
5115+
version "7.1.5"
5116+
resolved "https://registry.yarnpkg.com/glob/-/glob-7.1.5.tgz#6714c69bee20f3c3e64c4dd905553e532b40cdc0"
5117+
integrity sha512-J9dlskqUXK1OeTOYBEn5s8aMukWMwWfs+rPTn/jn50Ux4MNXVhubL1wu/j2t+H4NVI+cXEcCaYellqaPVGXNqQ==
51185118
dependencies:
51195119
fs.realpath "^1.0.0"
51205120
inflight "^1.0.4"

0 commit comments

Comments
 (0)