amzn / style-dictionary

A build system for creating cross-platform styles.
https://styledictionary.com
Apache License 2.0
3.87k stars 543 forks source link

chore(deps): bump json5 #912

Closed dbanksdesign closed 1 year ago

dbanksdesign commented 1 year ago

Issue #, if available:

Description of changes:

By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.

christianvuerings commented 1 year ago

@dbanksdesign could you also update the package-lock.json file? Otherwise, every time I run npm install, I see the following:

diff --git a/package-lock.json b/package-lock.json
index 2742091..71166f5 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -14,7 +14,7 @@
         "commander": "^8.3.0",
         "fs-extra": "^10.0.0",
         "glob": "^7.2.0",
-        "json5": "^2.2.0",
+        "json5": "^2.2.2",
         "jsonc-parser": "^3.0.0",
         "lodash": "^4.17.15",