Skip to content

Commit

Permalink
chore(deps): resolve http-cache-semantics to >=4.1.1 (#10462)
Browse files Browse the repository at this point in the history
The only breaking change of v4 is the drop of Node.js 4 support, see:
kornelski/http-cache-semantics@v3.8.1...v4.0.0
  • Loading branch information
caugner authored Feb 6, 2024
1 parent 4458db7 commit 85f7368
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 6 deletions.
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,7 @@
"watch:ssr": "cd ssr && webpack --mode=production --watch"
},
"resolutions": {
"http-cache-semantics": ">=4.1.1",
"lodash": ">=4.17.15",
"react-dev-utils/fork-ts-checker-webpack-plugin": "^6.5.3"
},
Expand Down
7 changes: 1 addition & 6 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -8132,12 +8132,7 @@ htmlparser2@^8.0.1:
domutils "^3.0.1"
entities "^4.3.0"

[email protected]:
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.1:
[email protected], http-cache-semantics@>=4.1.1, 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==
Expand Down

0 comments on commit 85f7368

Please sign in to comment.