Skip to content

Commit

Permalink
Merge pull request #57 from splitio/sdks-8202
Browse files Browse the repository at this point in the history
[SDKS-8208] vulnerabilities fix
  • Loading branch information
emmaz90 authored May 6, 2024
2 parents 491e8b5 + a8588e7 commit 1a2dcaf
Show file tree
Hide file tree
Showing 4 changed files with 298 additions and 179 deletions.
11 changes: 11 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
---
version: 2

updates:
- package-ecosystem: "github-actions"
directory: "/"
schedule:
interval: "weekly"
target-branch: "development"
reviewers:
- "splitio/sdk"
1 change: 1 addition & 0 deletions .github/workflows/CODEOWNERS
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
* @splitio/sdk
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ This utilities are designed to work with Split, the platform for controlled roll
[![Twitter Follow](https://img.shields.io/twitter/follow/splitsoftware.svg?style=social&label=Follow&maxAge=1529000)](https://twitter.com/intent/follow?screen_name=splitsoftware)

## Compatibility
This SDK is compatible with Angular 13.3.0 and above.
This SDK is compatible with Angular 15.2.1 and above.

## Getting started
Below is a simple example that describes the instantiation and most basic usage of our SDK:
Expand Down
Loading

0 comments on commit 1a2dcaf

Please sign in to comment.