Skip to content

Commit

Permalink
Release 2.8.7
Browse files Browse the repository at this point in the history
This release contains a security update for `follow-redirects`.
See: CVE-2024-28849 ; GHSA-cxjh-pqwp-8mfp

All other deps have been updated too, including Twurple to 7.1.0.
GitHub Actions workflows have been updated too.
  • Loading branch information
mkody committed Mar 18, 2024
1 parent 3e6e409 commit 515cba1
Show file tree
Hide file tree
Showing 6 changed files with 300 additions and 874 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/coverage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
steps:
- uses: actions/checkout@v4

- uses: pnpm/action-setup@v2
- uses: pnpm/action-setup@v3
with:
version: 8

Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,11 +14,11 @@ jobs:
steps:
- uses: actions/checkout@v4

- uses: pnpm/action-setup@v2
- uses: pnpm/action-setup@v3
with:
version: 8

- uses: actions/setup-node@v3
- uses: actions/setup-node@v4
with:
node-version-file: '.nvmrc'
registry-url: 'https://registry.npmjs.org'
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,11 @@ jobs:
steps:
- uses: actions/checkout@v4

- uses: pnpm/action-setup@v2
- uses: pnpm/action-setup@v3
with:
version: 8

- uses: actions/setup-node@v3
- uses: actions/setup-node@v4
with:
node-version-file: '.nvmrc'
registry-url: 'https://registry.npmjs.org'
Expand Down
2 changes: 1 addition & 1 deletion docs/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ <h2><a href="index.html">Home</a></h2><h3>Classes</h3><ul><li><a href="BTTVEmote


<section class="package">
<h3>@mkody/twitch-emoticons 2.8.6</h3>
<h3>@mkody/twitch-emoticons 2.8.7</h3>
</section>


Expand Down
12 changes: 6 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@mkody/twitch-emoticons",
"version": "2.8.6",
"version": "2.8.7",
"description": "Gets Twitch, BTTV, FFZ and 7TV emotes as well as parsing text to emotes!",
"main": "src/index.js",
"typings": "typings/index.d.ts",
Expand All @@ -26,15 +26,15 @@
],
"license": "MIT",
"dependencies": {
"@twurple/api": "^7.0.10",
"@twurple/auth": "^7.0.10",
"axios": "^1.6.7"
"@twurple/api": "^7.1.0",
"@twurple/auth": "^7.1.0",
"axios": "^1.6.8"
},
"devDependencies": {
"@jest/globals": "^29.7.0",
"docdash": "^2.0.2",
"esbuild": "^0.20.1",
"eslint": "^8.56.0",
"esbuild": "^0.20.2",
"eslint": "^8.57.0",
"jest": "^29.7.0",
"jsdoc": "^4.0.2"
},
Expand Down
Loading

0 comments on commit 515cba1

Please sign in to comment.