Update dependency ember-simple-auth to v4 (#2085)

- Update dependency ember-simple-auth to v4
- Removed `setup-session-service` initializer as it's no longer needed/present in v4

Co-authored-by: Renovate Bot <bot@renovateapp.com>
Co-authored-by: Kevin Ansfield <kevin@lookingsideways.co.uk>
This commit is contained in:
renovate[bot] 2021-09-13 10:25:53 +01:00 committed by GitHub
parent 0613f5eacb
commit e5f6e63309
3 changed files with 5 additions and 7 deletions

View File

@ -3,7 +3,6 @@ import ENV from '../config/environment';
import ghostPaths from '../utils/ghost-paths';
import setupSession from 'ember-simple-auth/initializers/setup-session';
import setupSessionRestoration from 'ember-simple-auth/initializers/setup-session-restoration';
import setupSessionService from 'ember-simple-auth/initializers/setup-session-service';
export default {
name: 'ember-simple-auth',
@ -13,7 +12,6 @@ export default {
Configuration.load(config);
setupSession(registry);
setupSessionService(registry);
setupSessionRestoration(registry);
}
};

View File

@ -100,7 +100,7 @@
"ember-power-select": "4.1.5",
"ember-resolver": "8.0.3",
"ember-route-action-helper": "2.0.8",
"ember-simple-auth": "3.1.0",
"ember-simple-auth": "4.0.0",
"ember-sinon": "5.0.0",
"ember-source": "3.21.3",
"ember-svg-jar": "2.3.3",

View File

@ -6933,10 +6933,10 @@ ember-router-generator@^2.0.0:
"@babel/traverse" "^7.4.5"
recast "^0.18.1"
ember-simple-auth@3.1.0:
version "3.1.0"
resolved "https://registry.yarnpkg.com/ember-simple-auth/-/ember-simple-auth-3.1.0.tgz#e8abe27f6c3c44f46ebacace57364e82223bab9a"
integrity sha512-JS8NtYAlSftkoQh36Kxps6iLHTP/InIgKt8w21QBHCTqDx07af4aka59GojaBvc+8GubQuGKldk6vvw3R8bwxA==
ember-simple-auth@4.0.0:
version "4.0.0"
resolved "https://registry.yarnpkg.com/ember-simple-auth/-/ember-simple-auth-4.0.0.tgz#03efe3272f3f3ff9cd1646ce16189a1a1275f69e"
integrity sha512-OrVsAs+w9HJx8V1dlxcCuhkvwwaOjkD2rzetGqmsuUNNrBb1zghLmeKNeaQj4XIML4fungmCHh0o7MI/hq/y8Q==
dependencies:
base-64 "^0.1.0"
broccoli-file-creator "^2.0.0"