Skip to content

Commit

Permalink
0.12.3
Browse files Browse the repository at this point in the history
  • Loading branch information
liborm85 committed Aug 2, 2021
1 parent bab9a29 commit 2a477cd
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 15 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,8 +48,8 @@
},
"dependencies": {
"crypto-js": "^4.0.0",
"@foliojs-fork/fontkit": "^1.9.0",
"@foliojs-fork/linebreak": "^1.1.0",
"@foliojs-fork/fontkit": "^1.9.1",
"@foliojs-fork/linebreak": "^1.1.1",
"png-js": "^1.0.0"
},
"scripts": {
Expand Down
26 changes: 13 additions & 13 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1007,12 +1007,12 @@
minimatch "^3.0.4"
strip-json-comments "^3.1.1"

"@foliojs-fork/fontkit@^1.9.0":
version "1.9.0"
resolved "https://registry.yarnpkg.com/@foliojs-fork/fontkit/-/fontkit-1.9.0.tgz#cd774ceb39c685742058be6bac55199ff767a79c"
integrity sha512-Akg3xZ/cbM9bHeifsrtPx+OmNomuR5zpEsnrvgA+r7O3KlnJc6lLaZovNFc9QojbzNOJWcquraMQZuS4HwW7WQ==
"@foliojs-fork/fontkit@^1.9.1":
version "1.9.1"
resolved "https://registry.yarnpkg.com/@foliojs-fork/fontkit/-/fontkit-1.9.1.tgz#8124649168eb5273f580f66697a139fb5041296b"
integrity sha512-U589voc2/ROnvx1CyH9aNzOQWJp127JGU1QAylXGQ7LoEAF6hMmahZLQ4eqAcgHUw+uyW4PjtCItq9qudPkK3A==
dependencies:
"@foliojs-fork/restructure" "^2.0.1"
"@foliojs-fork/restructure" "^2.0.2"
brfs "^2.0.0"
brotli "^1.2.0"
browserify-optional "^1.0.1"
Expand All @@ -1023,19 +1023,19 @@
unicode-properties "^1.2.2"
unicode-trie "^2.0.0"

"@foliojs-fork/linebreak@^1.1.0":
version "1.1.0"
resolved "https://registry.yarnpkg.com/@foliojs-fork/linebreak/-/linebreak-1.1.0.tgz#261d553f8cb0f367460aaa06467f2f0577352198"
integrity sha512-W5WW+kJPrTveTMTT0a9l2aupcrC0CfIT+zVgzGyYw/dUAXe5QF+gg7amocvZYIWs2xunK+0johbLGpgUjf0jnA==
"@foliojs-fork/linebreak@^1.1.1":
version "1.1.1"
resolved "https://registry.yarnpkg.com/@foliojs-fork/linebreak/-/linebreak-1.1.1.tgz#93ecd695b7d2bb0334b9481058c3e610e019a4eb"
integrity sha512-pgY/+53GqGQI+mvDiyprvPWgkTlVBS8cxqee03ejm6gKAQNsR1tCYCIvN9FHy7otZajzMqCgPOgC4cHdt4JPig==
dependencies:
base64-js "1.3.1"
brfs "^2.0.2"
unicode-trie "^2.0.0"

"@foliojs-fork/restructure@^2.0.1":
version "2.0.1"
resolved "https://registry.yarnpkg.com/@foliojs-fork/restructure/-/restructure-2.0.1.tgz#5e863db48ecd96a85dd6da449baff3336e0da792"
integrity sha512-yf44Y0wbWJWnpgsEMlfJiV6LzmdSsuzJndnDB+VycFeDrXqheOMKzjEKLj4NRuwrwqLwGOxdUiSnXN8nCg/yTw==
"@foliojs-fork/restructure@^2.0.2":
version "2.0.2"
resolved "https://registry.yarnpkg.com/@foliojs-fork/restructure/-/restructure-2.0.2.tgz#73759aba2aff1da87b7c4554e6839c70d43c92b4"
integrity sha512-59SgoZ3EXbkfSX7b63tsou/SDGzwUEK6MuB5sKqgVK1/XE0fxmpsOb9DQI8LXW3KfGnAjImCGhhEb7uPPAUVNA==

"@istanbuljs/load-nyc-config@^1.0.0":
version "1.1.0"
Expand Down

0 comments on commit 2a477cd

Please sign in to comment.