Skip to content

Commit

Permalink
bump: update deps
Browse files Browse the repository at this point in the history
  • Loading branch information
louisgv committed Nov 13, 2024
1 parent be53788 commit ac41fb5
Showing 1 changed file with 15 additions and 15 deletions.
30 changes: 15 additions & 15 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@plasmohq/mozilla-addons-api",
"version": "2.7.1",
"version": "2.8.0",
"description": "Mozilla Add-ons API for NodeJS",
"exports": "./dist/index.js",
"types": "./dist/index.d.ts",
Expand Down Expand Up @@ -33,24 +33,24 @@
],
"license": "MIT",
"dependencies": {
"form-data-encoder": "3.0.0",
"formdata-node": "5.0.1",
"got": "13.0.0",
"jsonwebtoken": "9.0.0"
"form-data-encoder": "4.0.2",
"formdata-node": "6.0.3",
"got": "14.4.4",
"jsonwebtoken": "9.0.2"
},
"devDependencies": {
"@jest/globals": "29.5.0",
"@jest/globals": "29.7.0",
"@plasmo/config": "workspace:*",
"@plasmohq/mystic-box": "1.4.0",
"@plasmohq/rps": "1.8.6",
"@types/jsonwebtoken": "9.0.2",
"@types/node": "20.3.1",
"@plasmohq/rps": "1.8.7",
"@types/jsonwebtoken": "9.0.7",
"@types/node": "22.9.0",
"cross-env": "7.0.3",
"esbuild": "0.18.6",
"fflate": "0.8.0",
"jest": "29.5.0",
"ts-jest": "29.1.0",
"tsup": "7.0.0",
"typescript": "5.1.3"
"esbuild": "0.24.0",
"fflate": "0.8.2",
"jest": "29.7.0",
"ts-jest": "29.2.5",
"tsup": "8.3.5",
"typescript": "5.6.3"
}
}

0 comments on commit ac41fb5

Please sign in to comment.