Skip to content

Commit 51c4559

Browse files
Update dependency unidecode to v1
1 parent 18fbee4 commit 51c4559

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

packages/string/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,6 @@
2626
"sinon": "20.0.0"
2727
},
2828
"dependencies": {
29-
"unidecode": "^0.1.8"
29+
"unidecode": "^1.0.0"
3030
}
3131
}

yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11629,10 +11629,10 @@ unicode-property-aliases-ecmascript@^2.0.0:
1162911629
resolved "https://registry.npmjs.org/unicode-property-aliases-ecmascript/-/unicode-property-aliases-ecmascript-2.1.0.tgz"
1163011630
integrity sha512-6t3foTQI9qne+OZoVQB/8x8rk2k1eVy1gRXhV3oFQ5T6R1dqQ1xtin3XqSlx3+ATBkliTaR/hHyJBm+LVPNM8w==
1163111631

11632-
unidecode@^0.1.8:
11633-
version "0.1.8"
11634-
resolved "https://registry.npmjs.org/unidecode/-/unidecode-0.1.8.tgz"
11635-
integrity sha512-SdoZNxCWpN2tXTCrGkPF/0rL2HEq+i2gwRG1ReBvx8/0yTzC3enHfugOf8A9JBShVwwrRIkLX0YcDUGbzjbVCA==
11632+
unidecode@^1.0.0:
11633+
version "1.1.0"
11634+
resolved "https://registry.yarnpkg.com/unidecode/-/unidecode-1.1.0.tgz#0b5f5ddd9b7b1ce3dbc7a24c72150edd63a83a8c"
11635+
integrity sha512-GIp57N6DVVJi8dpeIU6/leJGdv7W65ZSXFLFiNmxvexXkc0nXdqUvhA/qL9KqBKsILxMwg5MnmYNOIDJLb5JVA==
1163611636

1163711637
unified@^8.2.0:
1163811638
version "8.4.2"

0 commit comments

Comments
 (0)