Skip to content

Commit f224a64

Browse files
authored
Merge pull request #446 from marp-team/upgrade-direct-dependencies
Upgrade dependencies to the latest version
2 parents 5730652 + 296e513 commit f224a64

File tree

3 files changed

+29
-23
lines changed

3 files changed

+29
-23
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,12 @@
22

33
## [Unreleased]
44

5+
### Changed
6+
7+
- Upgrade Marp Core to [v2.4.2](https://github.com/marp-team/marp-core/releases/tag/v2.4.2) ([#446](https://github.com/marp-team/marp-cli/pull/446))
8+
- Make compatible with a patched markdown-it-emoji ([#445](https://github.com/marp-team/marp-cli/pull/445))
9+
- Upgrade dependent packages to the latest version ([#446](https://github.com/marp-team/marp-cli/pull/446))
10+
511
## v1.7.1 - 2022-04-12
612

713
### Fixed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -138,13 +138,13 @@
138138
"zip-stream": "^4.1.0"
139139
},
140140
"dependencies": {
141-
"@marp-team/marp-core": "^2.4.1",
141+
"@marp-team/marp-core": "^2.4.2",
142142
"@marp-team/marpit": "^2.2.4",
143143
"chokidar": "^3.5.3",
144144
"cosmiconfig": "^7.0.1",
145145
"import-from": "^4.0.0",
146146
"is-wsl": "^2.2.0",
147-
"puppeteer-core": "13.5.2",
147+
"puppeteer-core": "13.6.0",
148148
"serve-index": "^1.9.1",
149149
"tmp": "^0.2.1",
150150
"v8-compile-cache": "^2.3.0",

yarn.lock

Lines changed: 21 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -1158,17 +1158,17 @@
11581158
"@jridgewell/resolve-uri" "^3.0.3"
11591159
"@jridgewell/sourcemap-codec" "^1.4.10"
11601160

1161-
"@marp-team/marp-core@^2.4.1":
1162-
version "2.4.1"
1163-
resolved "https://registry.yarnpkg.com/@marp-team/marp-core/-/marp-core-2.4.1.tgz#a79dcff9904dd1e62990dfa9e863aa4bbe74e422"
1164-
integrity sha512-03QStxisTug2YuWKQ2jza1FrSToB7WyEwndQOj3KjYSNUcSKdZKZpDmPmgXh0+uTWYJpOw+K/xb8vVds3KjfMg==
1161+
"@marp-team/marp-core@^2.4.2":
1162+
version "2.4.2"
1163+
resolved "https://registry.yarnpkg.com/@marp-team/marp-core/-/marp-core-2.4.2.tgz#fc56de3111acbb2b08f4cd35b8202d42e7c4b3c9"
1164+
integrity sha512-Nnhp0NYATlpxjT9mALbmtGzoi2GZ0/HCJbsxZybxb5AtXiPXdYFyoZ5kYjeVR1+bSMrakJHXAkpAUUF8PF4bJQ==
11651165
dependencies:
11661166
"@marp-team/marpit" "^2.2.4"
11671167
"@marp-team/marpit-svg-polyfill" "^2.0.0"
11681168
emoji-regex "^10.1.0"
11691169
highlight.js "^10.7.3"
11701170
katex "^0.15.3"
1171-
markdown-it-emoji "^2.0.0"
1171+
markdown-it-emoji "^2.0.2"
11721172
mathjax-full "^3.2.0"
11731173
postcss "^8.4.12"
11741174
postcss-minify-params "^5.1.2"
@@ -1902,9 +1902,9 @@ astral-regex@^2.0.0:
19021902
integrity sha512-Z7tMw1ytTXt5jqMcOP+OQteU1VuNK9Y02uuJtKQ1Sv69jXQKKg5cibLwGJow8yzZP+eAc18EmLGPal0bp36rvQ==
19031903

19041904
async@^2.6.2:
1905-
version "2.6.3"
1906-
resolved "https://registry.yarnpkg.com/async/-/async-2.6.3.tgz#d72625e2344a3656e3a3ad4fa749fa83299d82ff"
1907-
integrity sha512-zflvls11DCy+dQWzTW2dzuilv8Z5X/pjfmZOWba6TNIVDm+2UDaJmXSOXlasHKfNBs8oo3M0aT50fDEWfKZjXg==
1905+
version "2.6.4"
1906+
resolved "https://registry.yarnpkg.com/async/-/async-2.6.4.tgz#706b7ff6084664cd7eae713f6f965433b5504221"
1907+
integrity sha512-mzo5dfJYwAn29PeiJ0zvwTo04zj8HDJj0Mn8TD7sno7q12prdbnasKJHhkm2c1LgrhlJ0teaea8860oxi51mGA==
19081908
dependencies:
19091909
lodash "^4.17.14"
19101910

@@ -2788,10 +2788,10 @@ detect-newline@^3.0.0:
27882788
resolved "https://registry.yarnpkg.com/detect-newline/-/detect-newline-3.1.0.tgz#576f5dfc63ae1a192ff192d8ad3af6308991b651"
27892789
integrity sha512-TLz+x/vEXm/Y7P7wn1EJFNLxYpUD4TgMosxY6fAVJUnJMbupHBOncxyWUG9OpTaH9EBD7uFI5LfEgmMOc54DsA==
27902790

2791-
2792-
version "0.0.969999"
2793-
resolved "https://registry.yarnpkg.com/devtools-protocol/-/devtools-protocol-0.0.969999.tgz#3d6be0a126b3607bb399ae2719b471dda71f3478"
2794-
integrity sha512-6GfzuDWU0OFAuOvBokXpXPLxjOJ5DZ157Ue3sGQQM3LgAamb8m0R0ruSfN0DDu+XG5XJgT50i6zZ/0o8RglreQ==
2791+
2792+
version "0.0.981744"
2793+
resolved "https://registry.yarnpkg.com/devtools-protocol/-/devtools-protocol-0.0.981744.tgz#9960da0370284577d46c28979a0b32651022bacf"
2794+
integrity sha512-0cuGS8+jhR67Fy7qG3i3Pc7Aw494sb9yG9QgpG97SFVWwolgYjlhJg7n+UaHxOQT30d1TYu/EYe9k01ivLErIg==
27952795

27962796
27972797
version "1.0.3"
@@ -5044,10 +5044,10 @@ map-obj@^4.0.0:
50445044
resolved "https://registry.yarnpkg.com/map-obj/-/map-obj-4.3.0.tgz#9304f906e93faae70880da102a9f1df0ea8bb05a"
50455045
integrity sha512-hdN1wVrZbb29eBGiGjJbeP8JbKjq1urkHJ/LIP/NY48MZ1QVXUsQBV1G1zvYFHn1XE06cwjBsOI2K3Ulnj1YXQ==
50465046

5047-
markdown-it-emoji@^2.0.0:
5048-
version "2.0.0"
5049-
resolved "https://registry.yarnpkg.com/markdown-it-emoji/-/markdown-it-emoji-2.0.0.tgz#3164ad4c009efd946e98274f7562ad611089a231"
5050-
integrity sha512-39j7/9vP/CPCKbEI44oV8yoPJTpvfeReTn/COgRhSpNrjWF3PfP/JUxxB0hxV6ynOY8KH8Y8aX9NMDdo6z+6YQ==
5047+
markdown-it-emoji@^2.0.2:
5048+
version "2.0.2"
5049+
resolved "https://registry.yarnpkg.com/markdown-it-emoji/-/markdown-it-emoji-2.0.2.tgz#cd42421c2fda1537d9cc12b9923f5c8aeb9029c8"
5050+
integrity sha512-zLftSaNrKuYl0kR5zm4gxXjHaOI3FAOEaloKmRA5hijmJZvSjmxcokOLlzycb/HXlUFWzXqpIEoyEMCE4i9MvQ==
50515051

50525052
markdown-it-front-matter@^0.2.3:
50535053
version "0.2.3"
@@ -6299,14 +6299,14 @@ punycode@^2.1.0, punycode@^2.1.1:
62996299
resolved "https://registry.yarnpkg.com/punycode/-/punycode-2.1.1.tgz#b58b010ac40c22c5657616c8d2c2c02c7bf479ec"
63006300
integrity sha512-XRsRjdf+j5ml+y/6GKHPZbrF/8p2Yga0JPtdqTIY2Xe5ohJPD9saDJJLPvp9+NSBprVvevdXZybnj2cv8OEd0A==
63016301

6302-
puppeteer-core@13.5.2:
6303-
version "13.5.2"
6304-
resolved "https://registry.yarnpkg.com/puppeteer-core/-/puppeteer-core-13.5.2.tgz#ae5788f98dbb322fa3514b60f2ebdd2fb3b7cfb7"
6305-
integrity sha512-uxHOWCHt9mGUCLu8qtbEy3UqHlBRMzGCyPmAeoq2KrtmPOC0ZJPRZrDLWJMG3E/gwuHinDtZnBbnFfRfk/PABg==
6302+
puppeteer-core@13.6.0:
6303+
version "13.6.0"
6304+
resolved "https://registry.yarnpkg.com/puppeteer-core/-/puppeteer-core-13.6.0.tgz#1626efbe789c19000a4c15309dbe55db5e936724"
6305+
integrity sha512-n692xT9uOTxbFKcCRkfOT2Go5LL0YBCHrSpBdbNsjLhcxO5yuhj2/4jgAIK9bT1blY17Pb4I35eBSuDzJ54ERw==
63066306
dependencies:
63076307
cross-fetch "3.1.5"
63086308
debug "4.3.4"
6309-
devtools-protocol "0.0.969999"
6309+
devtools-protocol "0.0.981744"
63106310
extract-zip "2.0.1"
63116311
https-proxy-agent "5.0.0"
63126312
pkg-dir "4.2.0"

0 commit comments

Comments
 (0)