From 968082fbca7a375866d96962f195ab32430d0e03 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 9 Nov 2023 01:00:21 +0000 Subject: [PATCH] fix: upgrade @types/humanize-plus from 1.8.0 to 1.8.1 Snyk has created this PR to upgrade @types/humanize-plus from 1.8.0 to 1.8.1. See this package in npm: See this project in Snyk: https://app.snyk.io/org/yash-msftQQ4MsTodpXrCanAvFv/project/b125c68b-8b34-4f27-85f6-e086f34752f3?utm_source=github&utm_medium=referral&page=upgrade-pr --- web/frps/package.json | 2 +- web/frps/yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/web/frps/package.json b/web/frps/package.json index 22b7812..1e3ae74 100644 --- a/web/frps/package.json +++ b/web/frps/package.json @@ -11,7 +11,7 @@ "lint": "eslint . --ext .vue,.js,.jsx,.cjs,.mjs,.ts,.tsx,.cts,.mts --fix --ignore-path .gitignore" }, "dependencies": { - "@types/humanize-plus": "^1.8.0", + "@types/humanize-plus": "^1.8.1", "echarts": "^5.4.1", "element-plus": "^2.3.3", "humanize-plus": "^1.8.2", diff --git a/web/frps/yarn.lock b/web/frps/yarn.lock index 083d3c6..90119b4 100644 --- a/web/frps/yarn.lock +++ b/web/frps/yarn.lock @@ -494,10 +494,10 @@ resolved "https://registry.npmjs.org/@types/estree/-/estree-1.0.0.tgz" integrity sha512-WulqXMDUTYAXCjZnk6JtIHPigp55cVtDgDrO2gHRwhyJto21+1zbVCtOYB2L1F9w4qCQ0rOGWBnBe0FNTiEJIQ== -"@types/humanize-plus@^1.8.0": - version "1.8.0" - resolved "https://registry.npmjs.org/@types/humanize-plus/-/humanize-plus-1.8.0.tgz" - integrity sha512-c7QNInYzgvbrNZvbwI/iYvHDTik/GqONxAvRUqwYF0AjgycoiyELrRR3RrILGXdZcaLt6Y+ds0+gSRQFzc71IQ== +"@types/humanize-plus@^1.8.1": + version "1.8.2" + resolved "https://registry.yarnpkg.com/@types/humanize-plus/-/humanize-plus-1.8.2.tgz#ce40ad11f4eeb0364f52c0ec5ef21b989369dd9b" + integrity sha512-uyFFCGYuqU/Cpr8h+iE2k0shDAnXltV0Pd/r6bmxFAvXVss2cvEiQqeZpwuX8BsAtWN0JTipeXrDxdHk4EEhPg== "@types/json-schema@^7.0.9": version "7.0.11"