[analyzer] Increase package:path constraint to 1.9.0

1.9.0 contains a fix for parsing file:// URIs with encoded colons that we can get from VS Code and is the version analyzer_plugin now requires.

Change-Id: I193ce4660116b2847a280516ba33f076f75494aa
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/349741
Reviewed-by: Phil Quitslund <pquitslund@google.com>
Commit-Queue: Phil Quitslund <pquitslund@google.com>
Reviewed-by: Brian Wilkerson <brianwilkerson@google.com>
This commit is contained in:
Danny Tuppeny 2024-02-01 18:36:41 +00:00 committed by Commit Queue
parent c0c7c1ef49
commit d6211dc141

View file

@ -15,7 +15,7 @@ dependencies:
glob: ^2.0.0
meta: ^1.11.0
package_config: ^2.0.0
path: ^1.8.0
path: ^1.9.0
pub_semver: ^2.1.4
source_span: ^1.8.0
watcher: ^1.1.0