Skip to content

Commit

Permalink
Merge branch 'next' into feature/adapters
Browse files Browse the repository at this point in the history
  • Loading branch information
CookieCookson committed Jun 27, 2024
2 parents fd6ec4f + 83755ef commit b14b10d
Show file tree
Hide file tree
Showing 4 changed files with 634 additions and 874 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
# 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))

# 2.2.6 (16 Apr 2024)

- Updated dependencies
- Updated `follow-redirects` to patch security vulnerability

# 2.2.5 (13 Jan 2024)

- Updated dependencies
Expand Down
5 changes: 1 addition & 4 deletions babel.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,5 @@ module.exports = {
],
"@babel/preset-typescript",
],
plugins: [
"transform-class-properties",
"@babel/plugin-proposal-optional-chaining",
],
plugins: ["@babel/plugin-proposal-optional-chaining"],
};
Loading

0 comments on commit b14b10d

Please sign in to comment.