diff --git a/package-lock.json b/package-lock.json index a5a4a552f0..9507e3aee9 100644 --- a/package-lock.json +++ b/package-lock.json @@ -42283,11 +42283,10 @@ } }, "node_modules/word-wrap": { - "version": "1.2.3", - "resolved": "https://registry.npmjs.org/word-wrap/-/word-wrap-1.2.3.tgz", - "integrity": "sha512-Hz/mrNwitNRh/HUAtM/VT/5VH+ygD6DV7mYKZAtHOrbs8U7lvPS6xf7EJKMF0uW1KJCl0H701g3ZGus+muE5vQ==", + "version": "1.2.4", + "resolved": "https://registry.npmjs.org/word-wrap/-/word-wrap-1.2.4.tgz", + "integrity": "sha512-2V81OA4ugVo5pRo46hAoD2ivUJx8jXmWXfUkY4KFNw0hEptvN0QfH3K4nHiwzGeKl5rFKedV48QVoqYavy4YpA==", "dev": true, - "license": "MIT", "engines": { "node": ">=0.10.0" } @@ -42747,12 +42746,12 @@ }, "packages/polaris-viz": { "name": "@shopify/polaris-viz", - "version": "8.2.0", + "version": "9.8.0", "license": "SEE LICENSE IN LICENSE.md", "dependencies": { "@juggle/resize-observer": "^3.3.1", "@react-spring/web": "^9.4.5", - "@shopify/polaris-viz-core": "^8.2.0", + "@shopify/polaris-viz-core": "^9.8.0", "d3-array": "^3.2.0", "d3-color": "^3.1.0", "d3-path": "^3.0.1", @@ -42776,7 +42775,7 @@ }, "packages/polaris-viz-core": { "name": "@shopify/polaris-viz-core", - "version": "8.2.0", + "version": "9.8.0", "license": "SEE LICENSE IN LICENSE.md", "dependencies": { "@react-spring/animated": "^9.4.5", @@ -42801,11 +42800,11 @@ }, "packages/polaris-viz-native": { "name": "@shopify/polaris-viz-native", - "version": "8.2.0", + "version": "9.8.0", "license": "SEE LICENSE IN LICENSE.md", "dependencies": { "@react-spring/native": "^9.4.5", - "@shopify/polaris-viz-core": "^8.2.0", + "@shopify/polaris-viz-core": "^9.8.0", "d3-scale": "^4.0.2", "d3-shape": "^3.1.0", "react-native-svg": "12.1.1" @@ -42822,7 +42821,7 @@ } }, "sandbox": { - "version": "8.2.0", + "version": "9.8.0", "dependencies": { "@expo/vector-icons": "^12.0.0", "@react-native-community/masked-view": "0.1.10", @@ -48906,7 +48905,7 @@ "requires": { "@juggle/resize-observer": "^3.3.1", "@react-spring/web": "^9.4.5", - "@shopify/polaris-viz-core": "^8.2.0", + "@shopify/polaris-viz-core": "^9.8.0", "@shopify/react-testing": "^5.1.0", "@storybook/addon-docs": "^6.3.8", "@types/d3-array": "^3.0.3", @@ -48945,7 +48944,7 @@ "requires": { "@quilted/react-testing": "^0.5.25", "@react-spring/native": "^9.4.5", - "@shopify/polaris-viz-core": "^8.2.0", + "@shopify/polaris-viz-core": "^9.8.0", "@types/d3-scale": "^4.0.2", "@types/d3-shape": "^3.1.0", "d3-scale": "^4.0.2", @@ -73944,9 +73943,9 @@ } }, "word-wrap": { - "version": "1.2.3", - "resolved": "https://registry.npmjs.org/word-wrap/-/word-wrap-1.2.3.tgz", - "integrity": "sha512-Hz/mrNwitNRh/HUAtM/VT/5VH+ygD6DV7mYKZAtHOrbs8U7lvPS6xf7EJKMF0uW1KJCl0H701g3ZGus+muE5vQ==", + "version": "1.2.4", + "resolved": "https://registry.npmjs.org/word-wrap/-/word-wrap-1.2.4.tgz", + "integrity": "sha512-2V81OA4ugVo5pRo46hAoD2ivUJx8jXmWXfUkY4KFNw0hEptvN0QfH3K4nHiwzGeKl5rFKedV48QVoqYavy4YpA==", "dev": true }, "wordwrap": { diff --git a/yarn.lock b/yarn.lock index a4d8f81a3c..b627626066 100644 --- a/yarn.lock +++ b/yarn.lock @@ -20891,9 +20891,9 @@ widest-line@^3.1.0: string-width "^4.0.0" word-wrap@^1.2.3, word-wrap@~1.2.3: - version "1.2.3" - resolved "https://registry.npmjs.org/word-wrap/-/word-wrap-1.2.3.tgz" - integrity sha512-Hz/mrNwitNRh/HUAtM/VT/5VH+ygD6DV7mYKZAtHOrbs8U7lvPS6xf7EJKMF0uW1KJCl0H701g3ZGus+muE5vQ== + version "1.2.4" + resolved "https://registry.yarnpkg.com/word-wrap/-/word-wrap-1.2.4.tgz#cb4b50ec9aca570abd1f52f33cd45b6c61739a9f" + integrity sha512-2V81OA4ugVo5pRo46hAoD2ivUJx8jXmWXfUkY4KFNw0hEptvN0QfH3K4nHiwzGeKl5rFKedV48QVoqYavy4YpA== wordwrap@^1.0.0: version "1.0.0"