chore(deps-dev): bump angular from 1.6.6 to 1.8.1 in /packages/ui
Bumps angular from 1.6.6 to 1.8.1.
Changelog
Sourced from angular's changelog.
1.8.1 mutually-supporting (2020-09-30)
Bug Fixes
- $sanitize: do not trigger CSP alert/report in Firefox and Chrome (2fab3d)
Refactorings
- SanitizeUriProvider: remove usages of whitelist (76738102)
- httpProvider: remove usages of whitelist and blacklist (c953af6b)
- sceDelegateProvider: remove usages of whitelist and blacklist (a206e267)
Deprecation Notices
- Deprecated
. It is nowaHrefSanitizationWhitelistaHrefSanitizationTrustedUri- Deprecated
. It is nowimgSrcSanitizationWhitelistimgSrcSanitizationTrustedUri- Deprecated
. It is nowxsrfWhitelistedOriginsxsrfTrustedOrigins- Deprecated
. It is nowresourceUrlWhitelisttrustedResourceUrlList- Deprecated
. It is nowresourceUrlBlacklistbannedResourceUrlListFor the purposes of backward compatibility, the previous symbols are aliased to their new symbol.
1.8.0 nested-vaccination (2020-06-01)
This release contains a breaking change to resolve a security issue which was discovered by Krzysztof Kotowicz(@koto); and independently by Esben Sparre Andreasen (@esbena) while performing a Variant Analysis of CVE-2020-11022 which itself was found and reported by Masato Kinugawa (@masatokinugawa).
Bug Fixes
- jqLite:
- prevent possible XSS due to regex-based HTML replacement (2df43c)
Breaking Changes
jqLite due to:
- 2df43c: prevent possible XSS due to regex-based HTML replacement
JqLite no longer turns XHTML-like strings like
<div /><span />to sibling elements<div></div><span></span>when not in XHTML mode. Instead it will leave them as-is. The browser, in non-XHTML mode, will convert these to:<div><span></span></div>.This is a security fix to avoid an XSS vulnerability if a new jqLite element is created from a user-controlled HTML string. If you must have this functionality and understand the risk involved then it is posible to restore the original behavior by calling
... (truncated)
Commits
aac55c0docs(changelog): add release notes for 1.8.183e5177chore(CircleCI): fixdeploy-docsjobaa7e177chore(deps): bump node-fetch from 2.6.0 to 2.6.1a4f3934chore(deps): bump node-fetcha2739b6chore(deps): bump node-fetch8140862chore(deps): bump http-proxy from 1.16.2 to 1.18.1eaa0349chore(copyright): update to Google LLC4b0b681chore(SauceLabs): updatesauce-connectto version 4.6.2931fc3cchore(deps): bump is-my-json-valid from 2.15.0 to 2.20.5450d32achore(ci): add engines to docs firebase deployment- Additional commits viewable in compare view
Maintainer changes
This version was pushed to npm by petebacondarwin, a new releaser for angular since your current version.
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot ignore this major versionwill close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this minor versionwill close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)@dependabot use these labelswill set the current labels as the default for future PRs for this repo and language@dependabot use these reviewerswill set the current reviewers as the default for future PRs for this repo and language@dependabot use these assigneeswill set the current assignees as the default for future PRs for this repo and language@dependabot use this milestonewill set the current milestone as the default for future PRs for this repo and language
You can disable automated security fix PRs for this repo from the Security Alerts page.