diff --git a/modules/userTalk-constructive-ltr.svg b/modules/userTalk-constructive-ltr.svg index 2717aa2e..508e0df6 100644 --- a/modules/userTalk-constructive-ltr.svg +++ b/modules/userTalk-constructive-ltr.svg @@ -3,5 +3,5 @@ user talk - + diff --git a/modules/userTalk-constructive-rtl.svg b/modules/userTalk-constructive-rtl.svg index 93871d47..79f5ee8f 100644 --- a/modules/userTalk-constructive-rtl.svg +++ b/modules/userTalk-constructive-rtl.svg @@ -3,5 +3,5 @@ user talk - + diff --git a/package-lock.json b/package-lock.json index ff42eb84..fd53ef80 100644 --- a/package-lock.json +++ b/package-lock.json @@ -11,7 +11,7 @@ "grunt-banana-checker": "0.11.1", "grunt-contrib-watch": "1.1.0", "grunt-eslint": "24.3.0", - "svgo": "3.0.2" + "svgo": "3.2.0" } }, "node_modules/@aashutoshrathi/word-wrap": { @@ -3769,15 +3769,16 @@ } }, "node_modules/svgo": { - "version": "3.0.2", - "resolved": "https://registry.npmjs.org/svgo/-/svgo-3.0.2.tgz", - "integrity": "sha512-Z706C1U2pb1+JGP48fbazf3KxHrWOsLme6Rv7imFBn5EnuanDW1GPaA/P1/dvObE670JDePC3mnj0k0B7P0jjQ==", + "version": "3.2.0", + "resolved": "https://registry.npmjs.org/svgo/-/svgo-3.2.0.tgz", + "integrity": "sha512-4PP6CMW/V7l/GmKRKzsLR8xxjdHTV4IMvhTnpuHwwBazSIlw5W/5SmPjN8Dwyt7lKbSJrRDgp4t9ph0HgChFBQ==", "dev": true, "dependencies": { "@trysound/sax": "0.2.0", "commander": "^7.2.0", "css-select": "^5.1.0", - "css-tree": "^2.2.1", + "css-tree": "^2.3.1", + "css-what": "^6.1.0", "csso": "^5.0.5", "picocolors": "^1.0.0" }, @@ -6897,15 +6898,16 @@ "dev": true }, "svgo": { - "version": "3.0.2", - "resolved": "https://registry.npmjs.org/svgo/-/svgo-3.0.2.tgz", - "integrity": "sha512-Z706C1U2pb1+JGP48fbazf3KxHrWOsLme6Rv7imFBn5EnuanDW1GPaA/P1/dvObE670JDePC3mnj0k0B7P0jjQ==", + "version": "3.2.0", + "resolved": "https://registry.npmjs.org/svgo/-/svgo-3.2.0.tgz", + "integrity": "sha512-4PP6CMW/V7l/GmKRKzsLR8xxjdHTV4IMvhTnpuHwwBazSIlw5W/5SmPjN8Dwyt7lKbSJrRDgp4t9ph0HgChFBQ==", "dev": true, "requires": { "@trysound/sax": "0.2.0", "commander": "^7.2.0", "css-select": "^5.1.0", - "css-tree": "^2.2.1", + "css-tree": "^2.3.1", + "css-what": "^6.1.0", "csso": "^5.0.5", "picocolors": "^1.0.0" } diff --git a/package.json b/package.json index 7fe42ea2..f434e950 100644 --- a/package.json +++ b/package.json @@ -11,6 +11,6 @@ "grunt-banana-checker": "0.11.1", "grunt-contrib-watch": "1.1.0", "grunt-eslint": "24.3.0", - "svgo": "3.0.2" + "svgo": "3.2.0" } }