Updated node dependencies
continuous-integration/drone/push Build is failing Details

This commit is contained in:
Jim Martens 2023-07-21 20:29:42 +02:00
parent c479ad08f7
commit 6622f82928
2 changed files with 6 additions and 10 deletions

View File

@ -51,7 +51,8 @@
"chokidar": "^3.4.0",
"bl": "^2.2.1",
"socket.io-parser": "^4.2.3",
"fast-xml-parser": "^4.2.5"
"fast-xml-parser": "^4.2.5",
"http-cache-semantics": "^4.1.1"
},
"engines": {
"node": ">= 18.0.0"

View File

@ -3912,15 +3912,10 @@ hosted-git-info@^4.0.1:
dependencies:
lru-cache "^6.0.0"
http-cache-semantics@3.8.1:
version "3.8.1"
resolved "https://registry.yarnpkg.com/http-cache-semantics/-/http-cache-semantics-3.8.1.tgz#39b0e16add9b605bf0a9ef3d9daaf4843b4cacd2"
integrity sha512-5ai2iksyV8ZXmnZhHH4rWPoxxistEexSi5936zIQ1bnNTW5VnA85B6P/VpXiRM017IgRvb2kKo1a//y+0wSp3w==
http-cache-semantics@^4.1.0:
version "4.1.0"
resolved "https://registry.yarnpkg.com/http-cache-semantics/-/http-cache-semantics-4.1.0.tgz#49e91c5cbf36c9b94bcfcd71c23d5249ec74e390"
integrity sha512-carPklcUh7ROWRK7Cv27RPtdhYhUsela/ue5/jKzjegVvXDqM2ILE9Q2BGn9JZJh1g87cp56su/FgQSzcWS8cQ==
http-cache-semantics@3.8.1, http-cache-semantics@^4.1.0, http-cache-semantics@^4.1.1:
version "4.1.1"
resolved "https://registry.yarnpkg.com/http-cache-semantics/-/http-cache-semantics-4.1.1.tgz#abe02fcb2985460bf0323be664436ec3476a6d5a"
integrity sha512-er295DKPVsV82j5kw1Gjt+ADA/XYHsajl82cGNQG2eyoPkvgUhX+nDIyelzhIWbbsXP39EHcI6l5tYs2FYqYXQ==
http-errors@1.7.3:
version "1.7.3"