Skip to content

Commit

Permalink
- downgrade node-fetch to 2.6.7 for working with require
Browse files Browse the repository at this point in the history
 - upgrade modules for vulnerabilities fixing
 - bump version
  • Loading branch information
zbryikt committed Mar 25, 2022
1 parent 7f3fc6f commit a2fa860
Show file tree
Hide file tree
Showing 3 changed files with 74 additions and 129 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Change Logs

## v3.0.3

- downgrade `node-fetch` to `2.6.7` for working with `require`
- upgrade modules for vulnerabilities fixing


## v3.0.2

- upgrade `node-fetch` to `3.2.0` to resolve vulnerability.
Expand Down
193 changes: 66 additions & 127 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
Expand Up @@ -3,7 +3,7 @@
"name": "@loadingio/ldquery",
"description": "lite jQuery-like HTMLElement shorthands",
"license": "MIT",
"version": "3.0.2",
"version": "3.0.3",
"browser": "dist/index.min.js",
"main": "dist/index.min.js",
"files": [
Expand All @@ -24,6 +24,6 @@
"uglify-js": "^3.13.1"
},
"dependencies": {
"node-fetch": "^3.2.0"
"node-fetch": "^2.6.7"
}
}

0 comments on commit a2fa860

Please sign in to comment.