Skip to content

Commit

Permalink
Update npm non-major dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jul 25, 2024
1 parent d42cb36 commit 1dee7d1
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
"run:slack-app": "node ./apps/slack-app/dist/src/app.js"
},
"devDependencies": {
"typescript": "5.3.3"
"typescript": "5.5.4"
},
"dependencies": {
"prettier": "^3.3.2",
Expand Down
6 changes: 3 additions & 3 deletions services/crawler/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,21 +14,21 @@
"@digdir/assistant-lib": "1.0.0",
"commander": "^12.1.0",
"crawlee": "^3.10.5",
"playwright": "1.45.0",
"playwright": "1.45.3",
"prettier": "^3.3.2",
"sha1": "^1.1.1",
"tiktoken": "^1.0.15",
"turndown": "^7.2.0",
"typesense": "^1.8.2"
},
"devDependencies": {
"@playwright/test": "1.45.0",
"@playwright/test": "1.45.3",
"@types/node": "^20.14.9",
"@types/sha1": "^1.1.5",
"@types/turndown": "^5.0.4",
"rimraf": "^5.0.7",
"tsx": "^4.15.7",
"typescript": "5.4.5"
"typescript": "5.5.4"
},
"scripts": {
"clean": "rimraf ./dist/",
Expand Down

0 comments on commit 1dee7d1

Please sign in to comment.