⬆️ Bump cson-parser from 4.0.2 to 4.0.3 (#601)

Bumps [cson-parser](https://github.com/groupon/cson-parser) from 4.0.2 to 4.0.3.
- [Release notes](https://github.com/groupon/cson-parser/releases)
- [Changelog](https://github.com/groupon/cson-parser/blob/master/CHANGELOG.md)
- [Commits](https://github.com/groupon/cson-parser/compare/v4.0.2...v4.0.3)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>

Co-authored-by: null <27856297+dependabot-preview[bot]@users.noreply.github.com>
This commit is contained in:
dependabot-preview[bot] 2019-10-21 13:34:11 +00:00 committed by Gaby
parent b767afe016
commit 0edf7ab5fd
2 changed files with 4 additions and 4 deletions

6
package-lock.json generated
View File

@ -759,9 +759,9 @@
"integrity": "sha1-ojD2T1aDEOFJgAmUB5DsmVRbyn4="
},
"cson-parser": {
"version": "4.0.2",
"resolved": "https://registry.npmjs.org/cson-parser/-/cson-parser-4.0.2.tgz",
"integrity": "sha512-m+PjdajOJRSeLPbYdY04WnuuN+eO4zvkrYmbn/06a9POHx5hCj8tEzVux+/F7eiZwzOV3u0R1WpAoCpCDSOmJg==",
"version": "4.0.3",
"resolved": "https://registry.npmjs.org/cson-parser/-/cson-parser-4.0.3.tgz",
"integrity": "sha512-XPTdQS67siTCJrbwYAWSzbPUKlqFUYa8NBWq0tniDDcKGmb43J7PDOZ8JP0oJVGW7KRg+goXff6EJzP3wowTPw==",
"optional": true,
"requires": {
"coffeescript": "^1.10.0"

View File

@ -112,6 +112,6 @@
"uglify-es": "3.3.9"
},
"optionalDependencies": {
"cson-parser": "4.0.2"
"cson-parser": "4.0.3"
}
}