From bb684214745e1242b95d13f2e0ac720ffbf26dec Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 16 Feb 2022 03:01:27 +0000 Subject: [PATCH] Bump express-static-gzip from 2.1.4 to 2.1.5 Bumps [express-static-gzip](https://github.com/tkoenig89/express-static-gzip) from 2.1.4 to 2.1.5. - [Release notes](https://github.com/tkoenig89/express-static-gzip/releases) - [Commits](https://github.com/tkoenig89/express-static-gzip/compare/v2.1.4...v2.1.5) --- updated-dependencies: - dependency-name: express-static-gzip dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package-lock.json | 14 +++++++------- package.json | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/package-lock.json b/package-lock.json index 10c77c317..ca03a3845 100644 --- a/package-lock.json +++ b/package-lock.json @@ -21,7 +21,7 @@ "dedent-tabs": "^0.10.1", "express": "^4.17.2", "express-async-handler": "^1.2.0", - "express-static-gzip": "2.1.4", + "express-static-gzip": "2.1.5", "fs-extra": "10.0.0", "googleapis": "95.0.0", "js-yaml": "^4.1.0", @@ -5541,9 +5541,9 @@ "integrity": "sha512-rCSVtPXRmQSW8rmik/AIb2P0op6l7r1fMW538yyvTMltCO4xQEWMmobfrIxN2V1/mVrgxB8Az3reYF6yUZw37w==" }, "node_modules/express-static-gzip": { - "version": "2.1.4", - "resolved": "https://registry.npmjs.org/express-static-gzip/-/express-static-gzip-2.1.4.tgz", - "integrity": "sha512-USQc6CNcVpPItq3Zp/qKSoeAB2lxeeK2kH/66HVIxxznk2Czazt4z/7l3bwF8fm/U5QKqy/mn2AACZKPXqBk7Q==", + "version": "2.1.5", + "resolved": "https://registry.npmjs.org/express-static-gzip/-/express-static-gzip-2.1.5.tgz", + "integrity": "sha512-bgiQ1fY7ltuUrSzg0WoN7ycoAd7r2VEw7durn/3k0jCMUC5wydF0K36ouIuJPE+MNDwK5uoSaVgIBVNemwxWgw==", "dependencies": { "serve-static": "^1.14.1" } @@ -17311,9 +17311,9 @@ "integrity": "sha512-rCSVtPXRmQSW8rmik/AIb2P0op6l7r1fMW538yyvTMltCO4xQEWMmobfrIxN2V1/mVrgxB8Az3reYF6yUZw37w==" }, "express-static-gzip": { - "version": "2.1.4", - "resolved": "https://registry.npmjs.org/express-static-gzip/-/express-static-gzip-2.1.4.tgz", - "integrity": "sha512-USQc6CNcVpPItq3Zp/qKSoeAB2lxeeK2kH/66HVIxxznk2Czazt4z/7l3bwF8fm/U5QKqy/mn2AACZKPXqBk7Q==", + "version": "2.1.5", + "resolved": "https://registry.npmjs.org/express-static-gzip/-/express-static-gzip-2.1.5.tgz", + "integrity": "sha512-bgiQ1fY7ltuUrSzg0WoN7ycoAd7r2VEw7durn/3k0jCMUC5wydF0K36ouIuJPE+MNDwK5uoSaVgIBVNemwxWgw==", "requires": { "serve-static": "^1.14.1" } diff --git a/package.json b/package.json index 0cb9d5773..a6b8f7fbd 100644 --- a/package.json +++ b/package.json @@ -59,7 +59,7 @@ "dedent-tabs": "^0.10.1", "express": "^4.17.2", "express-async-handler": "^1.2.0", - "express-static-gzip": "2.1.4", + "express-static-gzip": "2.1.5", "fs-extra": "10.0.0", "googleapis": "95.0.0", "js-yaml": "^4.1.0",