Skip to content

Commit bbd3f3c

Browse files
authored
Merge pull request #31 from phpdocker-io/dependency-updates
Dependency updates: axios 1.4 --> 1.6 & mozilla/readability 0.4 -> 0.5
2 parents bca0f35 + 7aaa9b5 commit bbd3f3c

File tree

3 files changed

+206
-198
lines changed

3 files changed

+206
-198
lines changed

package.json

+6-6
Original file line numberDiff line numberDiff line change
@@ -5,20 +5,20 @@
55
"homepage": "https://github.com/phpdocker-io/readability-js-server",
66
"license": "Apache-2.0",
77
"dependencies": {
8-
"@mozilla/readability": "^0.4.0",
9-
"axios": "^1.4.0",
8+
"@mozilla/readability": "^0.5.0",
9+
"axios": "^1.6.3",
1010
"body-parser": "^1.19.0",
1111
"dompurify": "^3.0.2",
1212
"express": "^4.17.1",
13-
"jsdom": "^22.1.0",
13+
"jsdom": "^23.0.1",
1414
"log-timestamp": "^0.3.0"
1515
},
1616
"scripts": {
1717
"start": "nodemon src/app.js"
1818
},
1919
"devDependencies": {
20-
"@types/express": "^4.17.1",
21-
"nodemon": "^3.0.1",
22-
"prettier": "^3.0.3"
20+
"@types/express": "^4.17.21",
21+
"nodemon": "^3.0.2",
22+
"prettier": "^3.1.1"
2323
}
2424
}

release

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.6.0 1.6 1
1+
1.7.0 1.7 1

0 commit comments

Comments
 (0)