Feature/upgrade internet identity dependencies to version 0.15.7 (#2105)

* Disable crossOriginOpenerPolicy

* Upgrade Internet Identity dependencies

* Update changelog
pull/2106/head
Thomas Kaul 1 year ago committed by GitHub
parent 97504756be
commit 2f44748f79
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -12,6 +12,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- Added the currency to the cash balance in the create or update account dialog - Added the currency to the cash balance in the create or update account dialog
- Added the ability to add an index for benchmarks as an asset profile in the admin control panel - Added the ability to add an index for benchmarks as an asset profile in the admin control panel
### Changed
- Upgraded the _Internet Identity_ dependencies from version `0.15.1` to `0.15.7`
### Fixed ### Fixed
- Fixed an issue with the clone functionality of a transaction caused by the symbol search component - Fixed an issue with the clone functionality of a transaction caused by the symbol search component

@ -45,7 +45,8 @@ async function bootstrap() {
scriptSrcAttr: ["'self'", "'unsafe-inline'"], // Allow inline event handlers scriptSrcAttr: ["'self'", "'unsafe-inline'"], // Allow inline event handlers
styleSrc: ["'self'", "'unsafe-inline'"] // Allow inline styles styleSrc: ["'self'", "'unsafe-inline'"] // Allow inline styles
} }
} },
crossOriginOpenerPolicy: false // Disable Cross-Origin-Opener-Policy header (for Internet Identity)
}) })
); );
} }

@ -64,11 +64,11 @@
"@angular/router": "15.2.5", "@angular/router": "15.2.5",
"@angular/service-worker": "15.2.5", "@angular/service-worker": "15.2.5",
"@codewithdan/observable-store": "2.2.15", "@codewithdan/observable-store": "2.2.15",
"@dfinity/agent": "0.15.1", "@dfinity/agent": "0.15.7",
"@dfinity/auth-client": "0.15.1", "@dfinity/auth-client": "0.15.7",
"@dfinity/candid": "0.15.1", "@dfinity/candid": "0.15.7",
"@dfinity/identity": "0.15.1", "@dfinity/identity": "0.15.7",
"@dfinity/principal": "0.15.1", "@dfinity/principal": "0.15.7",
"@dinero.js/currencies": "2.0.0-alpha.8", "@dinero.js/currencies": "2.0.0-alpha.8",
"@nestjs/bull": "0.6.3", "@nestjs/bull": "0.6.3",
"@nestjs/common": "9.1.4", "@nestjs/common": "9.1.4",

File diff suppressed because it is too large Load Diff
Loading…
Cancel
Save