Skip to content

Commit

Permalink
Merge pull request #397 from xapijs/version/2.2.8
Browse files Browse the repository at this point in the history
2.2.8
  • Loading branch information
CookieCookson authored Jul 31, 2024
2 parents d59519c + 7da8634 commit 2dcc399
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 3 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
# 2.2.8 (31 Jul 2024)

- Updated `braces` to patch security vulnerability
- Updated `ws` to patch security vulnerability

# 2.2.7 (16 Apr 2024)

- Removed `babel-plugin-transform-class-properties` to patch security vulnerability ([#17](https://github.com/xapijs/xapi/security/dependabot/17))
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@xapi/xapi",
"version": "2.2.7",
"version": "2.2.8",
"description": "Communicate over xAPI using JavaScript.",
"main": "dist/XAPI.cjs.js",
"module": "dist/XAPI.esm.js",
Expand Down

0 comments on commit 2dcc399

Please sign in to comment.