bump to linter 0.1.90

Change-Id: I1025be55521d794a68db515ebf0afa420f813e39
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/103280
Reviewed-by: Brian Wilkerson <brianwilkerson@google.com>
Commit-Queue: Phil Quitslund <pquitslund@google.com>
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 81501bc..4093e5f 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -41,8 +41,10 @@
 
 #### Linter
 
-The Linter was updated to `0.1.89`, which includes the following changes:
+The Linter was updated to `0.1.90`, which includes the following changes:
 
+* fixed null-reference in `unrelated_type_equality_checks`
+* new lint: `unsafe_html`
 * broadened `prefer_null_aware_operators` to work beyond local variables
 * new lint: `prefer_if_null_operators`
 * fixed `prefer_contains` false positives
diff --git a/DEPS b/DEPS
index e9f2353..cb63cb5 100644
--- a/DEPS
+++ b/DEPS
@@ -96,7 +96,7 @@
   "intl_tag": "0.15.7",
   "jinja2_rev": "2222b31554f03e62600cd7e383376a7c187967a1",
   "json_rpc_2_tag": "2.0.9",
-  "linter_tag": "0.1.89",
+  "linter_tag": "0.1.90",
   "logging_tag": "0.11.3+2",
   "markupsafe_rev": "8f45f5cfa0009d2a70589bcda0349b8cb2b72783",
   "markdown_tag": "2.0.3",