Skip to content

Commit

Permalink
Updated dependencies (#39)
Browse files Browse the repository at this point in the history
* Updates TypeScriptLibs/AMD dependency to v1.3.1
* Updates TypeScript dependency to v5.5.2
* Updates optional WS dependency to v8.17.1 (see CVE-2024-37890)
  • Loading branch information
sophiebremer authored Jun 21, 2024
1 parent 8e55f59 commit 99300ee
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 17 deletions.
30 changes: 16 additions & 14 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,10 @@
"homepage": "https://typescriptlibs.org/tsl-mastodon-api/",
"repository": "https://github.com/typescriptlibs/tsl-mastodon-api.git",
"devDependencies": {
"@typescriptlibs/amd": "^1.2.2",
"@typescriptlibs/amd": "^1.3.1",
"@typescriptlibs/tst": "^0.1.0",
"tsl-mastodon-api": "file:./",
"typescript": "~5.4.2"
"typescript": "~5.5.2"
},
"engines": {
"node": ">=18.16.0"
Expand All @@ -35,7 +35,7 @@
"optionalDependencies": {
"node-fetch": "^3.3.2",
"oauth": "~0.10.0",
"ws": "^8.16.0"
"ws": "^8.17.1"
},
"scripts": {
"build": "npm run clean && npm run build:amd && npm run build:lib",
Expand Down

0 comments on commit 99300ee

Please sign in to comment.