Skip to content

Commit c99d989

Browse files
authored
Merge pull request #32 from phpdocker-io/dependency-updates
Minor dependency updates
2 parents bbd3f3c + 72fbff0 commit c99d989

File tree

3 files changed

+128
-138
lines changed

3 files changed

+128
-138
lines changed

package.json

+6-6
Original file line numberDiff line numberDiff line change
@@ -6,19 +6,19 @@
66
"license": "Apache-2.0",
77
"dependencies": {
88
"@mozilla/readability": "^0.5.0",
9-
"axios": "^1.6.3",
9+
"axios": "^1.6.8",
1010
"body-parser": "^1.19.0",
11-
"dompurify": "^3.0.2",
12-
"express": "^4.17.1",
13-
"jsdom": "^23.0.1",
11+
"dompurify": "^3.0.10",
12+
"express": "^4.18.3",
13+
"jsdom": "^24.0.0",
1414
"log-timestamp": "^0.3.0"
1515
},
1616
"scripts": {
1717
"start": "nodemon src/app.js"
1818
},
1919
"devDependencies": {
2020
"@types/express": "^4.17.21",
21-
"nodemon": "^3.0.2",
22-
"prettier": "^3.1.1"
21+
"nodemon": "^3.1.0",
22+
"prettier": "^3.2.5"
2323
}
2424
}

release

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.7.0 1.7 1
1+
1.7.1 1.7 1

0 commit comments

Comments
 (0)