From a22019b4ed18e4ddcf0e5c0757416f64d2619a07 Mon Sep 17 00:00:00 2001 From: Tierney Cyren Date: Mon, 4 Nov 2024 19:50:28 +0700 Subject: [PATCH] chore: update deps in @nodevu/core (#65) Signed-off-by: Tierney Cyren --- core/package.json | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/core/package.json b/core/package.json index 3baea7fd..22dc773f 100644 --- a/core/package.json +++ b/core/package.json @@ -5,7 +5,7 @@ "main": "index.js", "scripts": { "lint": "biome check ./", - "lint:apply": "biome check ./ --apply", + "lint:write": "biome check ./ --write", "test": "node--test", "test:update": "npm run test:update:static && npm run test:update:now", "test:update:static": "node ./util/dev/updateStaticData.js", @@ -19,13 +19,13 @@ "files": ["index.js", "LICENSE"], "dependencies": { "@nodevu/parsefiles": "^0.0.3", - "luxon": "^3.3.0", - "semver": "^7.5.1" + "luxon": "^3.5.0", + "semver": "^7.6.3" }, "devDependencies": { - "@biomejs/biome": "1.6.1", - "nyc": "^15.1.0", + "@biomejs/biome": "1.9.4", + "nyc": "^17.1.0", "test": "^3.3.0", - "undici": "^5.22.1" + "undici": "^6.20.1" } }