Skip to content

Commit e4a7aaf

Browse files
authored
Merge pull request #839 from wallabag/fix/security-issues
Update deps to fix security issues
2 parents b2b58a3 + 05210f4 commit e4a7aaf

3 files changed

Lines changed: 1693 additions & 1850 deletions

File tree

.github/release.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
changelog:
2+
exclude:
3+
labels:
4+
- Dependencies
5+
authors:
6+
- dependabot

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "wallabag-serverless-bot",
33
"main": "handler.js",
44
"scripts": {
5-
"test": "jest",
5+
"test": "NODE_OPTIONS=--no-experimental-fetch jest",
66
"lint": "eslint functions/ tests/"
77
},
88
"author": "wallabag <hello@wallabag.org>",

0 commit comments

Comments
 (0)