Skip to content

Commit df5f033

Browse files
build(deps): bump http-cache-semantics from 4.1.0 to 4.1.1 (#13)
* build(deps): bump http-cache-semantics from 4.1.0 to 4.1.1 Bumps [http-cache-semantics](https://github.com/kornelski/http-cache-semantics) from 4.1.0 to 4.1.1. - [Release notes](https://github.com/kornelski/http-cache-semantics/releases) - [Commits](kornelski/http-cache-semantics@v4.1.0...v4.1.1) --- updated-dependencies: - dependency-name: http-cache-semantics dependency-type: indirect ... Signed-off-by: dependabot[bot] <[email protected]> * update yarn.lock.nix --------- Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Oleg Lebedev <[email protected]>
1 parent b301861 commit df5f033

File tree

2 files changed

+9
-9
lines changed

2 files changed

+9
-9
lines changed

yarn.lock

+3-3
Original file line numberDiff line numberDiff line change
@@ -1516,9 +1516,9 @@ html-escaper@^2.0.0:
15161516
integrity sha512-H2iMtd0I4Mt5eYiapRdIDjp+XzelXQ0tFE4JS7YFwFevXXMmOp9myNrUvCg0D6ws8iqkRPBfKHgbwig1SmlLfg==
15171517

15181518
http-cache-semantics@^4.1.0:
1519-
version "4.1.0"
1520-
resolved "https://registry.yarnpkg.com/http-cache-semantics/-/http-cache-semantics-4.1.0.tgz#49e91c5cbf36c9b94bcfcd71c23d5249ec74e390"
1521-
integrity sha512-carPklcUh7ROWRK7Cv27RPtdhYhUsela/ue5/jKzjegVvXDqM2ILE9Q2BGn9JZJh1g87cp56su/FgQSzcWS8cQ==
1519+
version "4.1.1"
1520+
resolved "https://registry.yarnpkg.com/http-cache-semantics/-/http-cache-semantics-4.1.1.tgz#abe02fcb2985460bf0323be664436ec3476a6d5a"
1521+
integrity sha512-er295DKPVsV82j5kw1Gjt+ADA/XYHsajl82cGNQG2eyoPkvgUhX+nDIyelzhIWbbsXP39EHcI6l5tYs2FYqYXQ==
15221522

15231523
http-proxy-agent@^4.0.1:
15241524
version "4.0.1"

yarn.lock.nix

+6-6
Original file line numberDiff line numberDiff line change
@@ -2525,15 +2525,15 @@ self: super: {
25252525
};
25262526
};
25272527
"html-escaper@^2.0.0" = self."[email protected]";
2528-
"[email protected].0" = self.buildNodeModule {
2528+
"[email protected].1" = self.buildNodeModule {
25292529
id = { scope = ""; name = "http-cache-semantics"; };
2530-
version = "4.1.0";
2530+
version = "4.1.1";
25312531
src = self.fetchurl {
2532-
url = "https://registry.yarnpkg.com/http-cache-semantics/-/http-cache-semantics-4.1.0.tgz";
2533-
sha1 = "49e91c5cbf36c9b94bcfcd71c23d5249ec74e390";
2532+
url = "https://registry.yarnpkg.com/http-cache-semantics/-/http-cache-semantics-4.1.1.tgz";
2533+
sha1 = "abe02fcb2985460bf0323be664436ec3476a6d5a";
25342534
};
25352535
};
2536-
"http-cache-semantics@^4.1.0" = self."[email protected].0";
2536+
"http-cache-semantics@^4.1.0" = self."[email protected].1";
25372537
"[email protected]" = self.buildNodeModule {
25382538
id = { scope = ""; name = "http-proxy-agent"; };
25392539
version = "4.0.1";
@@ -3598,7 +3598,7 @@ self: super: {
35983598
modules = [
35993599
36003600
3601-
3601+
36023602
36033603
36043604

0 commit comments

Comments
 (0)