Skip to content

Commit 51733d0

Browse files
authored
Merge pull request #46 from zendesk/ssimonsen/upgrade-offline-github-changelog
Upgrade offline-github-changelog
2 parents bc7bbe4 + ae04f08 commit 51733d0

2 files changed

Lines changed: 48 additions & 41 deletions

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
"commander": "2.15.1",
2929
"inquirer": "6.5.0",
3030
"js-yaml": "3.13.1",
31-
"offline-github-changelog": "2.4.0",
31+
"offline-github-changelog": "2.5.0",
3232
"semver": "6.2.0"
3333
},
3434
"devDependencies": {

yarn.lock

Lines changed: 47 additions & 40 deletions
Original file line numberDiff line numberDiff line change
@@ -332,37 +332,37 @@
332332
dependencies:
333333
any-observable "^0.3.0"
334334

335-
"@transformation/core@^4.1.1":
336-
version "4.1.1"
337-
resolved "https://registry.yarnpkg.com/@transformation/core/-/core-4.1.1.tgz#852d43bcc4c4c94ef6b61df69900c85824be140e"
338-
integrity sha512-D1W2JeqmK7bRA1wWrBghYHN09dxDANLVe/nQh2I/Zm0pGDi8L/RTKoiDtGz9asG39e58MD5gwq1U5C0lRO/oeg==
335+
"@transformation/core@^5.1.1":
336+
version "5.1.1"
337+
resolved "https://registry.yarnpkg.com/@transformation/core/-/core-5.1.1.tgz#e9814349754e9c8aafadf30ac1c3a5ddf4f1e858"
338+
integrity sha512-8domYnuLakJw7XUtBOsSi9uJFyu7PFXtwSIFXtrk5RGwWHwdhYuNMACvq3n1Oc/MiwYE9N8PXwvDNw+nxFXY6Q==
339339
dependencies:
340-
medium "1.1.1"
341-
quick-lru "^5.1.0"
340+
lru "^3.1.0"
341+
medium "1.2.0"
342342

343-
"@transformation/ejs@^4.1.1":
344-
version "4.1.1"
345-
resolved "https://registry.yarnpkg.com/@transformation/ejs/-/ejs-4.1.1.tgz#f249f23e7daa3ebd1b40e39f1a56e9bca43536c4"
346-
integrity sha512-GPIfO0S4hhPAQ8Q3TmtRZHvKsNed67qApjPp+ZbvIiqq4kMw3RVeZ3FF60Kx/J4YlQcaahL7wjeEVcU7QiZkGA==
343+
"@transformation/ejs@^5.1.1":
344+
version "5.1.1"
345+
resolved "https://registry.yarnpkg.com/@transformation/ejs/-/ejs-5.1.1.tgz#8fed7000e932cd39f6cd397c28c198b6447ef7ea"
346+
integrity sha512-QCzucVHupwLysrl3sbAagKGtwtyUDcjOSw9zl3M1FWt7c0kErj7PYfnTPub9x2O1jGtjRClairVEPuvvPRngIw==
347347
dependencies:
348-
"@transformation/core" "^4.1.1"
348+
"@transformation/core" "^5.1.1"
349349
ejs "3.1.6"
350350

351-
"@transformation/process@^4.1.1":
352-
version "4.1.1"
353-
resolved "https://registry.yarnpkg.com/@transformation/process/-/process-4.1.1.tgz#8b04f25547f26865c89b888d6e89af8910d8adf1"
354-
integrity sha512-KsviL1n3IzOSAw2RJ/qImQB4frGU72FyhnO4veYNQywCRvKP3QAMlxqVcU5+wW2swzwgTIMq2dXlJnEaHNBNqA==
351+
"@transformation/process@^5.1.1":
352+
version "5.1.1"
353+
resolved "https://registry.yarnpkg.com/@transformation/process/-/process-5.1.1.tgz#5648caf3b0058de1f778fe50baddc6bcaff994b7"
354+
integrity sha512-WXBz83rd/R6RmocZjjpepJf7WqLFjtmRVwHXEj6P9wwTEDeM3WmltqZui/Bs7bzY4OVT/lAuMVUmTDB7yEu1qA==
355355
dependencies:
356-
"@transformation/core" "^4.1.1"
357-
"@transformation/stream" "^4.1.1"
358-
medium "1.1.1"
356+
"@transformation/core" "^5.1.1"
357+
"@transformation/stream" "^5.1.1"
358+
medium "1.2.0"
359359

360-
"@transformation/stream@^4.1.1":
361-
version "4.1.1"
362-
resolved "https://registry.yarnpkg.com/@transformation/stream/-/stream-4.1.1.tgz#ba84ded16c39d718119fd36b3062f27fda92f4b4"
363-
integrity sha512-SExD4bAmZ/xmlzKrvhFRsrfmTP2Ydqkpjc+CrwUD7mk2OpFyRD2E2K/BA7UjXckQ+b7qErMqKaaU9KOl5HkapA==
360+
"@transformation/stream@^5.1.1":
361+
version "5.1.1"
362+
resolved "https://registry.yarnpkg.com/@transformation/stream/-/stream-5.1.1.tgz#4d56190cd4cdb74ec0638043c483859b24fcfb9d"
363+
integrity sha512-bxhqeoTnYijS4eiHUuXsuzHQKp1n7RwnXSHv/HN8bfxhs1SyT/7ViEVlJH/TH4CoXHM468gMfA3nD56FK0q7Kw==
364364
dependencies:
365-
"@transformation/core" "^4.1.1"
365+
"@transformation/core" "^5.1.1"
366366

367367
"@types/babel__core@^7.1.0":
368368
version "7.1.2"
@@ -2182,6 +2182,11 @@ inherits@2, inherits@^2.0.3, inherits@~2.0.3:
21822182
version "2.0.3"
21832183
resolved "https://registry.yarnpkg.com/inherits/-/inherits-2.0.3.tgz#633c2c83e3da42a502f52466022480f4208261de"
21842184

2185+
inherits@^2.0.1:
2186+
version "2.0.4"
2187+
resolved "https://registry.yarnpkg.com/inherits/-/inherits-2.0.4.tgz#0fa2c64f932917c3433a0ded55363aae37416b7c"
2188+
integrity sha512-k/vGaX4/Yla3WzyMCvTQOXYeIHvqOKtnqBduzTHpzpQZzAskKMhZ2K+EnBiSM9zGSoIFeMpXKxa4dYeZIQqewQ==
2189+
21852190
ini@~1.3.0:
21862191
version "1.3.5"
21872192
resolved "https://registry.yarnpkg.com/ini/-/ini-1.3.5.tgz#eee25f56db1c9ec6085e0c22778083f596abf927"
@@ -3232,6 +3237,13 @@ lru-cache@^6.0.0:
32323237
dependencies:
32333238
yallist "^4.0.0"
32343239

3240+
lru@^3.1.0:
3241+
version "3.1.0"
3242+
resolved "https://registry.yarnpkg.com/lru/-/lru-3.1.0.tgz#ea7fb8546d83733396a13091d76cfeb4c06837d5"
3243+
integrity sha512-5OUtoiVIGU4VXBOshidmtOsvBIvcQR6FD/RzWSvaeHyxCGB+PCUCu+52lqMfdc0h/2CLvHhZS4TwUmMQrrMbBQ==
3244+
dependencies:
3245+
inherits "^2.0.1"
3246+
32353247
make-dir@^2.1.0:
32363248
version "2.1.0"
32373249
resolved "https://registry.yarnpkg.com/make-dir/-/make-dir-2.1.0.tgz#5f0310e18b8be898cc07009295a30ae41e91e6f5"
@@ -3275,10 +3287,10 @@ markdown-escape@^1.0.2:
32753287
resolved "https://registry.yarnpkg.com/markdown-escape/-/markdown-escape-1.0.2.tgz#7184ae24554c49e84b82fd5648fe2a53d1f91b08"
32763288
integrity sha1-cYSuJFVMSehLgv1WSP4qU9H5Gwg=
32773289

3278-
medium@1.1.1:
3279-
version "1.1.1"
3280-
resolved "https://registry.yarnpkg.com/medium/-/medium-1.1.1.tgz#4b857993c824d99ec6988337885d100026bb1d66"
3281-
integrity sha512-rLvGWrum5CL41HDK90Vuv6NrbvZ81JS744JbY0LVYRVD19F5kEvFxGceVYi7J8vP7+RyxB1K+FYDrWzkLVQDNw==
3290+
medium@1.2.0:
3291+
version "1.2.0"
3292+
resolved "https://registry.yarnpkg.com/medium/-/medium-1.2.0.tgz#68ae127b2207f15e15a6feb4bec20bb5caeee985"
3293+
integrity sha512-qoL5cGyUTeRvzYTbGDoKLdCyV/QdKOKB7Cz+jLGKVMHZ1uRYd7WNIvyQxwSo4CyCShEkqsNkyeurWQHf+O1JNQ==
32823294

32833295
meow@^9.0.0:
32843296
version "9.0.0"
@@ -3678,15 +3690,15 @@ object.values@^1.1.0:
36783690
function-bind "^1.1.1"
36793691
has "^1.0.3"
36803692

3681-
offline-github-changelog@2.4.0:
3682-
version "2.4.0"
3683-
resolved "https://registry.yarnpkg.com/offline-github-changelog/-/offline-github-changelog-2.4.0.tgz#215d24ad5a00bef887f69cbc95beab260b9f3ff6"
3684-
integrity sha512-ve/PeG8yQ2pDUcIBQO1cGDpiadvQOzqSv26GYqMmivHKp/Wlm4LmHKsprqpuMrF5GyM/rPUuVo7e/YHR5TnEvA==
3693+
offline-github-changelog@2.5.0:
3694+
version "2.5.0"
3695+
resolved "https://registry.yarnpkg.com/offline-github-changelog/-/offline-github-changelog-2.5.0.tgz#4008ddd42c45d1196ee942319719d766e5872438"
3696+
integrity sha512-fYpYbVGcqgetd7mqsgbIKIXqkoQtRXzmFwMgjIA0vBW5ltBD6T74VhVuTMJdwVau6VNX6XVBqk4ayMeOQNH+AA==
36853697
dependencies:
3686-
"@transformation/core" "^4.1.1"
3687-
"@transformation/ejs" "^4.1.1"
3688-
"@transformation/process" "^4.1.1"
3689-
"@transformation/stream" "^4.1.1"
3698+
"@transformation/core" "^5.1.1"
3699+
"@transformation/ejs" "^5.1.1"
3700+
"@transformation/process" "^5.1.1"
3701+
"@transformation/stream" "^5.1.1"
36903702
markdown-escape "^1.0.2"
36913703
meow "^9.0.0"
36923704

@@ -4071,11 +4083,6 @@ quick-lru@^4.0.1:
40714083
resolved "https://registry.yarnpkg.com/quick-lru/-/quick-lru-4.0.1.tgz#5b8878f113a58217848c6482026c73e1ba57727f"
40724084
integrity sha512-ARhCpm70fzdcvNQfPoy49IaanKkTlRWF2JMzqhcJbhSFRZv7nPTvZJdcY7301IPmvW+/p0RgIWnQDLJxifsQ7g==
40734085

4074-
quick-lru@^5.1.0:
4075-
version "5.1.1"
4076-
resolved "https://registry.yarnpkg.com/quick-lru/-/quick-lru-5.1.1.tgz#366493e6b3e42a3a6885e2e99d18f80fb7a8c932"
4077-
integrity sha512-WuyALRjWPDGtt/wzJiadO5AXY+8hZ80hVpe6MyivgraREW751X3SbhRvG3eLKOYN+8VEvqLcf3wdnt44Z4S4SA==
4078-
40794086
rc@^1.2.7:
40804087
version "1.2.8"
40814088
resolved "https://registry.yarnpkg.com/rc/-/rc-1.2.8.tgz#cd924bf5200a075b83c188cd6b9e211b7fc0d3ed"

0 commit comments

Comments
 (0)