From 074f5de98fe57a66aa355e4abe264579db8cb798 Mon Sep 17 00:00:00 2001 From: Rinus <409489+rinus@users.noreply.github.com> Date: Mon, 27 Apr 2026 05:58:26 +0000 Subject: [PATCH] Update all dependencies --- .github/workflows/check.yml | 4 ++-- package-lock.json | 8 ++++---- package.json | 2 +- 3 files changed, 7 insertions(+), 7 deletions(-) diff --git a/.github/workflows/check.yml b/.github/workflows/check.yml index 290ee46..cf35636 100644 --- a/.github/workflows/check.yml +++ b/.github/workflows/check.yml @@ -7,9 +7,9 @@ jobs: uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6 - name: Setup Node.js - uses: actions/setup-node@53b83947a5a98c8d113130e565377fae1a50d02f # v6 + uses: actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e # v6 with: - node-version: "24.14.1" + node-version: "24.15.0" cache: "npm" - name: Check diff --git a/package-lock.json b/package-lock.json index 7c87f15..a905519 100644 --- a/package-lock.json +++ b/package-lock.json @@ -16,7 +16,7 @@ "@types/node": "24.12.2", "@types/pem-jwk": "2.0.2", "@types/request": "2.48.13", - "prettier": "3.8.1", + "prettier": "3.8.3", "typescript": "5.9.3" } }, @@ -382,9 +382,9 @@ } }, "node_modules/prettier": { - "version": "3.8.1", - "resolved": "https://registry.npmjs.org/prettier/-/prettier-3.8.1.tgz", - "integrity": "sha512-UOnG6LftzbdaHZcKoPFtOcCKztrQ57WkHDeRD9t/PTQtmT0NHSeWWepj6pS0z/N7+08BHFDQVUrfmfMRcZwbMg==", + "version": "3.8.3", + "resolved": "https://registry.npmjs.org/prettier/-/prettier-3.8.3.tgz", + "integrity": "sha512-7igPTM53cGHMW8xWuVTydi2KO233VFiTNyF5hLJqpilHfmn8C8gPf+PS7dUT64YcXFbiMGZxS9pCSxL/Dxm/Jw==", "dev": true, "license": "MIT", "bin": { diff --git a/package.json b/package.json index a2c0987..a1b7273 100644 --- a/package.json +++ b/package.json @@ -22,7 +22,7 @@ "@types/node": "24.12.2", "@types/pem-jwk": "2.0.2", "@types/request": "2.48.13", - "prettier": "3.8.1", + "prettier": "3.8.3", "typescript": "5.9.3" }, "scripts": {