| Index: pubspec.yaml
|
| diff --git a/pubspec.yaml b/pubspec.yaml
|
| index 87ddd5b69134302fd54cf4f1b7b2eac26c92e691..990054f29ebb1a44e39fe0dd17bb4b840ab40c98 100644
|
| --- a/pubspec.yaml
|
| +++ b/pubspec.yaml
|
| @@ -1,12 +1,12 @@
|
| name: yaml
|
| -version: 2.1.9
|
| +version: 2.1.10
|
| author: "Dart Team <misc@dartlang.org>"
|
| homepage: https://github.com/dart-lang/yaml
|
| description: A parser for YAML.
|
| dependencies:
|
| charcode: "^1.1.0"
|
| collection: ">=1.1.0 <2.0.0"
|
| - string_scanner: "^0.1.4"
|
| + string_scanner: ">=0.1.4 <2.0.0"
|
| source_span: ">=1.0.0 <2.0.0"
|
| dev_dependencies:
|
| path: ">=1.2.0 <2.0.0"
|
|
|