Fix dependabot config and upgrade dependencies
This commit is contained in:
parent
b192a90b29
commit
413b2be806
4 changed files with 135 additions and 166 deletions
12
package.json
12
package.json
|
@ -29,7 +29,7 @@
|
|||
"eslint": "^8.28.0",
|
||||
"eslint-config-prettier": "^9.0.0",
|
||||
"eslint-plugin-svelte": "^2.30.0",
|
||||
"jsdom": "^22.1.0",
|
||||
"jsdom": "^25.0.0",
|
||||
"prettier": "^3.0.0",
|
||||
"prettier-plugin-svelte": "^3.0.0",
|
||||
"sass": "^1.69.5",
|
||||
|
@ -38,7 +38,7 @@
|
|||
"svelte-preprocess": "^5.1.1",
|
||||
"tslib": "^2.4.1",
|
||||
"typescript": "^5.0.0",
|
||||
"vite": "^5.0.2",
|
||||
"vite": "^5.4.2",
|
||||
"vitest": "^0.34.6",
|
||||
"vitest-dom": "^0.1.1",
|
||||
"vitest-github-actions-reporter": "^0.11.0"
|
||||
|
@ -49,7 +49,7 @@
|
|||
"@fontsource/oswald": "^5.0.17",
|
||||
"@fontsource/ubuntu": "^5.0.8",
|
||||
"@noble/secp256k1": "^2.1.0",
|
||||
"@playwright/test": "^1.40.0",
|
||||
"@playwright/test": "^1.46.0",
|
||||
"bootstrap": "^5.3.2",
|
||||
"bootstrap-icons": "^1.11.3",
|
||||
"nostr-tools": "^2.7.1",
|
||||
|
@ -58,5 +58,11 @@
|
|||
"sveltestrap": "^5.11.2",
|
||||
"swagger-ui": "^5.10.0"
|
||||
},
|
||||
"resolutions": {
|
||||
"undici": ">=5.28.4",
|
||||
"ws": ">=8.18.0",
|
||||
"axios": ">=1.7.7",
|
||||
"micromatch": ">=4.0.8"
|
||||
},
|
||||
"packageManager": "yarn@1.22.21+sha1.1959a18351b811cdeedbd484a8f86c3cc3bbaf72"
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue