Skip to content

Commit 7614413

Browse files
authored
fix: Merge pull request #113 from UniversalDataTool/update-autoseg
Update Autoseg (fixes Chrome deprecation errors)
2 parents 3b5a554 + 4822048 commit 7614413

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
"@material-ui/core": "^4.6.0",
99
"@material-ui/icons": "^4.9.1",
1010
"@semantic-release/git": "^9.0.0",
11-
"autoseg": "^0.0.8",
11+
"autoseg": "^0.0.12",
1212
"clamp": "^1.0.1",
1313
"color-alpha": "^1.0.4",
1414
"get-image-data": "^3.0.1",

yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4427,10 +4427,10 @@ autoprefixer@^9.7.2:
44274427
postcss "^7.0.27"
44284428
postcss-value-parser "^4.0.3"
44294429

4430-
autoseg@^0.0.8:
4431-
version "0.0.8"
4432-
resolved "https://registry.yarnpkg.com/autoseg/-/autoseg-0.0.8.tgz#30e900afd41db964c5cdaf93f322211548444620"
4433-
integrity sha512-Kf6qQXiaxe+J1DrNP4dfWH92tRZ9MMwaO06TtzfKxBR/wtlC745aTP3YmKAP/a2ikpIfPKz9Hf6yR2Y7SeVagg==
4430+
autoseg@^0.0.12:
4431+
version "0.0.12"
4432+
resolved "https://registry.yarnpkg.com/autoseg/-/autoseg-0.0.12.tgz#631182cf6d40af92b4382450c21bc38f1ccde065"
4433+
integrity sha512-MTCBZdgPCMgjGM3W2lRU7gMSSETUUvTnXcoKDde6A2piPdMePRCuMoeIld5amLZQ+0S7vcqVQj3YfVCx2kALUA==
44344434

44354435
aws-sign2@~0.7.0:
44364436
version "0.7.0"

0 commit comments

Comments
 (0)