0
0
mirror of https://github.com/naturalcrit/homebrewery.git synced 2025-12-24 18:32:41 +00:00

Bump express-static-gzip from 2.1.3 to 2.1.4

Bumps [express-static-gzip](https://github.com/tkoenig89/express-static-gzip) from 2.1.3 to 2.1.4.
- [Release notes](https://github.com/tkoenig89/express-static-gzip/releases)
- [Commits](https://github.com/tkoenig89/express-static-gzip/compare/v2.1.3...v2.1.4)

---
updated-dependencies:
- dependency-name: express-static-gzip
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot]
2022-02-14 03:01:20 +00:00
committed by GitHub
parent 9ab14a9fd8
commit d3bb075c47
2 changed files with 8 additions and 8 deletions

14
package-lock.json generated
View File

@@ -21,7 +21,7 @@
"dedent-tabs": "^0.10.1",
"express": "^4.17.2",
"express-async-handler": "^1.2.0",
"express-static-gzip": "2.1.3",
"express-static-gzip": "2.1.4",
"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.3",
"resolved": "https://registry.npmjs.org/express-static-gzip/-/express-static-gzip-2.1.3.tgz",
"integrity": "sha512-968gyrwqJXzBzx2gtmyBOj8hIlv/FpnvGM57AKWfaY4vqXHK7lsNQONSHeSdtat3+bhQ9db/sn4RPeoQigrzZA==",
"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==",
"dependencies": {
"serve-static": "^1.14.1"
}
@@ -17311,9 +17311,9 @@
"integrity": "sha512-rCSVtPXRmQSW8rmik/AIb2P0op6l7r1fMW538yyvTMltCO4xQEWMmobfrIxN2V1/mVrgxB8Az3reYF6yUZw37w=="
},
"express-static-gzip": {
"version": "2.1.3",
"resolved": "https://registry.npmjs.org/express-static-gzip/-/express-static-gzip-2.1.3.tgz",
"integrity": "sha512-968gyrwqJXzBzx2gtmyBOj8hIlv/FpnvGM57AKWfaY4vqXHK7lsNQONSHeSdtat3+bhQ9db/sn4RPeoQigrzZA==",
"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==",
"requires": {
"serve-static": "^1.14.1"
}

View File

@@ -59,7 +59,7 @@
"dedent-tabs": "^0.10.1",
"express": "^4.17.2",
"express-async-handler": "^1.2.0",
"express-static-gzip": "2.1.3",
"express-static-gzip": "2.1.4",
"fs-extra": "10.0.0",
"googleapis": "95.0.0",
"js-yaml": "^4.1.0",