Skip to content

Commit 1a2dcaf

Browse files
authored
Merge pull request #57 from splitio/sdks-8202
[SDKS-8208] vulnerabilities fix
2 parents 491e8b5 + a8588e7 commit 1a2dcaf

File tree

4 files changed

+298
-179
lines changed

4 files changed

+298
-179
lines changed

.github/dependabot.yml

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
---
2+
version: 2
3+
4+
updates:
5+
- package-ecosystem: "github-actions"
6+
directory: "/"
7+
schedule:
8+
interval: "weekly"
9+
target-branch: "development"
10+
reviewers:
11+
- "splitio/sdk"

.github/workflows/CODEOWNERS

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
* @splitio/sdk

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ This utilities are designed to work with Split, the platform for controlled roll
77
[![Twitter Follow](https://img.shields.io/twitter/follow/splitsoftware.svg?style=social&label=Follow&maxAge=1529000)](https://twitter.com/intent/follow?screen_name=splitsoftware)
88

99
## Compatibility
10-
This SDK is compatible with Angular 13.3.0 and above.
10+
This SDK is compatible with Angular 15.2.1 and above.
1111

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

0 commit comments

Comments
 (0)