mirror of
https://github.com/stoatchat/javascript-client-sdk.git
synced 2026-08-26 15:08:03 -04:00
chore: Update dependencies to address some security issues (#183)
* chore: Update dependencies to address some security issues Signed-off-by: Jacob Schlecht <dadadah@echoha.us> * chore: Update the docs runner Signed-off-by: Jacob Schlecht <dadadah@echoha.us> --------- Signed-off-by: Jacob Schlecht <dadadah@echoha.us>
This commit is contained in:
@@ -16,7 +16,7 @@ jobs:
|
||||
- name: Use Node.js LTS
|
||||
uses: actions/setup-node@v3
|
||||
with:
|
||||
node-version: 22
|
||||
node-version: 26
|
||||
cache: "pnpm"
|
||||
- name: Install packages
|
||||
run: pnpm install
|
||||
@@ -25,7 +25,7 @@ jobs:
|
||||
run: pnpm run docs
|
||||
|
||||
- name: Deploy
|
||||
uses: JamesIves/github-pages-deploy-action@4.1.5
|
||||
uses: JamesIves/github-pages-deploy-action@4.8.0
|
||||
with:
|
||||
branch: docs
|
||||
folder: docs
|
||||
|
||||
+6
-6
@@ -26,12 +26,12 @@
|
||||
"description": "Library for interacting with the Stoat API",
|
||||
"packageManager": "pnpm@10.10.0+sha512.d615db246fe70f25dcfea6d8d73dee782ce23e2245e3c4f6f888249fb568149318637dca73c2c5c8ef2a4ca0d5657fb9567188bfab47f566d1ee6ce987815c39",
|
||||
"dependencies": {
|
||||
"@solid-primitives/map": "^0.7.1",
|
||||
"@solid-primitives/set": "^0.7.1",
|
||||
"@solid-primitives/map": "^0.7.4",
|
||||
"@solid-primitives/set": "^0.7.4",
|
||||
"@vladfrangu/async_event_emitter": "^2.4.7",
|
||||
"json-with-bigint": "^3.4.4",
|
||||
"solid-js": "^1.9.6",
|
||||
"stoat-api": "0.14.0",
|
||||
"solid-js": "^1.9.14",
|
||||
"stoat-api": "0.14.3",
|
||||
"ulid": "^3.0.2"
|
||||
},
|
||||
"devDependencies": {
|
||||
@@ -39,11 +39,11 @@
|
||||
"@mxssfd/typedoc-theme": "^1.1.7",
|
||||
"@trivago/prettier-plugin-sort-imports": "^5.2.2",
|
||||
"@types/node": "^22.15.17",
|
||||
"eslint": "^9.26.0",
|
||||
"eslint": "^9.39.5",
|
||||
"eslint-plugin-prettier": "^5.4.0",
|
||||
"eslint-plugin-solid": "^0.14.5",
|
||||
"prettier": "^3.5.3",
|
||||
"typedoc": "^0.27.9",
|
||||
"typedoc": "^0.28.20",
|
||||
"typescript": "^5.8.3",
|
||||
"typescript-eslint": "^8.32.0"
|
||||
}
|
||||
|
||||
Generated
+425
-824
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user