diff --git a/package-lock.json b/package-lock.json index c5febcaad..57e9ff9aa 100644 --- a/package-lock.json +++ b/package-lock.json @@ -95,7 +95,7 @@ "rimraf": "^5.0.1", "seamless-immutable": "^7.1.4", "storybook": "^7.0.27", - "style-dictionary": "^3.7.2", + "style-dictionary": "^3.8.0", "style-loader": "^3.3.3", "stylelint": "^15.10.1", "stylelint-config-standard": "^33.0.0", @@ -27996,9 +27996,9 @@ } }, "node_modules/style-dictionary": { - "version": "3.7.2", - "resolved": "https://registry.npmjs.org/style-dictionary/-/style-dictionary-3.7.2.tgz", - "integrity": "sha512-Nd/qrPj1ikYX+sL/8PofMgfaJLRvGgT96Ty3dJLGNqtZmecVr3Xs+OZivMQEYmSCTiap/UyeV5SqwmAgn3/KKA==", + "version": "3.8.0", + "resolved": "https://registry.npmjs.org/style-dictionary/-/style-dictionary-3.8.0.tgz", + "integrity": "sha512-wHlB/f5eO3mDcYv6WtOz6gvQC477jBKrwuIXe+PtHskTCBsJdAOvL8hCquczJxDui2TnwpeNE+2msK91JJomZg==", "dev": true, "dependencies": { "chalk": "^4.0.0", @@ -28006,7 +28006,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", "tinycolor2": "^1.4.1" @@ -51289,9 +51289,9 @@ "dev": true }, "style-dictionary": { - "version": "3.7.2", - "resolved": "https://registry.npmjs.org/style-dictionary/-/style-dictionary-3.7.2.tgz", - "integrity": "sha512-Nd/qrPj1ikYX+sL/8PofMgfaJLRvGgT96Ty3dJLGNqtZmecVr3Xs+OZivMQEYmSCTiap/UyeV5SqwmAgn3/KKA==", + "version": "3.8.0", + "resolved": "https://registry.npmjs.org/style-dictionary/-/style-dictionary-3.8.0.tgz", + "integrity": "sha512-wHlB/f5eO3mDcYv6WtOz6gvQC477jBKrwuIXe+PtHskTCBsJdAOvL8hCquczJxDui2TnwpeNE+2msK91JJomZg==", "dev": true, "requires": { "chalk": "^4.0.0", @@ -51299,7 +51299,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", "tinycolor2": "^1.4.1" diff --git a/package.json b/package.json index f3deb7058..1f89579b1 100644 --- a/package.json +++ b/package.json @@ -146,7 +146,7 @@ "rimraf": "^5.0.1", "seamless-immutable": "^7.1.4", "storybook": "^7.0.27", - "style-dictionary": "^3.7.2", + "style-dictionary": "^3.8.0", "style-loader": "^3.3.3", "stylelint": "^15.10.1", "stylelint-config-standard": "^33.0.0",