Skip to content

Commit

Permalink
fix/snyk vulnerability (#46)
Browse files Browse the repository at this point in the history
## 3.1.5

Fix vulns by updating transitive package (@devoinc/js-helper)
-  https://security.snyk.io/vuln/SNYK-JS-CRYPTOJS-6028119
  • Loading branch information
alber-devo authored Oct 28, 2023
1 parent efe464f commit 5f46ec1
Show file tree
Hide file tree
Showing 3 changed files with 24 additions and 19 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,11 @@

Change log.

## 3.1.5

Fix vulns by updating transitive package (@devoinc/js-helper)
- https://security.snyk.io/vuln/SNYK-JS-CRYPTOJS-6028119

## 3.1.4

Fix API error processing to avoid calling done callback.
Expand Down
34 changes: 17 additions & 17 deletions package-lock.json

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

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@devoinc/browser-sdk",
"version": "3.1.4",
"version": "3.1.5",
"description": "Devo browser SDK",
"author": "Devo Dev Team",
"eslintConfig": {
Expand Down Expand Up @@ -45,7 +45,7 @@
"LinQ"
],
"dependencies": {
"@devoinc/js-helper": "^2.0.1",
"@devoinc/js-helper": "^2.0.2",
"abort-controller": "^3.0.0",
"detect-browser": "^5.3.0",
"fetch-readablestream": "^0.2.0",
Expand Down

0 comments on commit 5f46ec1

Please sign in to comment.