This repository has been archived by the owner on Nov 23, 2024. It is now read-only.
-
-
Notifications
You must be signed in to change notification settings - Fork 47
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Build(deps): Bump ember-cli-version-checker from 3.0.1 to 3.1.0
Bumps [ember-cli-version-checker](https://github.com/rwjblue/ember-cli-version-checker) from 3.0.1 to 3.1.0. - [Release notes](https://github.com/rwjblue/ember-cli-version-checker/releases) - [Changelog](https://github.com/ember-cli/ember-cli-version-checker/blob/master/CHANGELOG.md) - [Commits](ember-cli/ember-cli-version-checker@v3.0.1...v3.1.0) Signed-off-by: dependabot[bot] <[email protected]>
- Loading branch information
1 parent
00d5c7a
commit b4b5a4d
Showing
2 changed files
with
26 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3353,12 +3353,12 @@ ember-cli-version-checker@^2.0.0, ember-cli-version-checker@^2.1.0, ember-cli-ve | |
resolve "^1.3.3" | ||
semver "^5.3.0" | ||
|
||
ember-cli-version-checker@^3.0.0: | ||
version "3.0.1" | ||
resolved "https://registry.yarnpkg.com/ember-cli-version-checker/-/ember-cli-version-checker-3.0.1.tgz#2d084d2b261374582c68edb658a7df3a10112749" | ||
integrity sha512-hX2tGrFVt8PyaiWclZr8XFNUPSnA+Ax4bMifDIVVtYY8RQZG8LZf9AGyTj4XImkBBWBtgKyOeQ0ovg3kgos4JA== | ||
ember-cli-version-checker@^3.0.0, ember-cli-version-checker@^3.1.0: | ||
version "3.1.0" | ||
resolved "https://registry.yarnpkg.com/ember-cli-version-checker/-/ember-cli-version-checker-3.1.0.tgz#b18c91f1ed19dfac8b12c42ed40bba9b751f68e2" | ||
integrity sha512-ZYr6fpddV6nbfLKbyH4tJUXeZq+FLZkYBvzhbOn0SVCeEy+Zh/cIyCnccBYg8VzmRuSGU2HgPOiKFdiStDf9WQ== | ||
dependencies: | ||
resolve "^1.9.0" | ||
resolve-package-path "^1.0.6" | ||
semver "^5.6.0" | ||
|
||
ember-cli@~3.8.0: | ||
|
@@ -6800,6 +6800,18 @@ path-posix@^1.0.0: | |
resolved "https://registry.yarnpkg.com/path-posix/-/path-posix-1.0.0.tgz#06b26113f56beab042545a23bfa88003ccac260f" | ||
integrity sha1-BrJhE/Vr6rBCVFojv6iAA8ysJg8= | ||
|
||
path-root-regex@^0.1.0: | ||
version "0.1.2" | ||
resolved "https://registry.yarnpkg.com/path-root-regex/-/path-root-regex-0.1.2.tgz#bfccdc8df5b12dc52c8b43ec38d18d72c04ba96d" | ||
integrity sha1-v8zcjfWxLcUsi0PsONGNcsBLqW0= | ||
|
||
path-root@^0.1.1: | ||
version "0.1.1" | ||
resolved "https://registry.yarnpkg.com/path-root/-/path-root-0.1.1.tgz#9a4a6814cac1c0cd73360a95f32083c8ea4745b7" | ||
integrity sha1-mkpoFMrBwM1zNgqV8yCDyOpHRbc= | ||
dependencies: | ||
path-root-regex "^0.1.0" | ||
|
||
[email protected]: | ||
version "0.1.7" | ||
resolved "https://registry.yarnpkg.com/path-to-regexp/-/path-to-regexp-0.1.7.tgz#df604178005f522f15eb4490e7247a1bfaa67f8c" | ||
|
@@ -7322,6 +7334,14 @@ resolve-from@^1.0.0: | |
resolved "https://registry.yarnpkg.com/resolve-from/-/resolve-from-1.0.1.tgz#26cbfe935d1aeeeabb29bc3fe5aeb01e93d44226" | ||
integrity sha1-Jsv+k10a7uq7Kbw/5a6wHpPUQiY= | ||
|
||
resolve-package-path@^1.0.6: | ||
version "1.0.7" | ||
resolved "https://registry.yarnpkg.com/resolve-package-path/-/resolve-package-path-1.0.7.tgz#8a0be5165a95bb056580129a422ca89bf4dcae02" | ||
integrity sha512-a9WCtYh41TQVAT/PBF32GdkpoGi9IG8chSHaMkBz6+IdK5C4aPhuWWfS7wuO8nhG+N988xWHdM2teHBhPZ3Ucg== | ||
dependencies: | ||
path-root "^0.1.1" | ||
resolve "^1.10.0" | ||
|
||
resolve-path@^1.4.0: | ||
version "1.4.0" | ||
resolved "https://registry.yarnpkg.com/resolve-path/-/resolve-path-1.4.0.tgz#c4bda9f5efb2fce65247873ab36bb4d834fe16f7" | ||
|