Skip to content

Commit 7da8634

Browse files
committed
2.2.8
1 parent d59519c commit 7da8634

File tree

3 files changed

+8
-3
lines changed

3 files changed

+8
-3
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
# 2.2.8 (31 Jul 2024)
2+
3+
- Updated `braces` to patch security vulnerability
4+
- Updated `ws` to patch security vulnerability
5+
16
# 2.2.7 (16 Apr 2024)
27

38
- Removed `babel-plugin-transform-class-properties` to patch security vulnerability ([#17](https://github.com/xapijs/xapi/security/dependabot/17))

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@xapi/xapi",
3-
"version": "2.2.7",
3+
"version": "2.2.8",
44
"description": "Communicate over xAPI using JavaScript.",
55
"main": "dist/XAPI.cjs.js",
66
"module": "dist/XAPI.esm.js",

0 commit comments

Comments
 (0)