fix(ignore): Downgrade connect-gzip-static to 3.0.1 https://github.com/Koenkk/zigbee2mqtt/issues/20149

This commit is contained in:
koenkk
2023-12-11 19:24:36 +01:00
parent 87f6b9e81a
commit f64c00c8d3
3 changed files with 30 additions and 12 deletions
+2 -1
View File
@@ -22,7 +22,8 @@ jobs:
with:
node-version: 20
cache: npm
- run: npx npm-check-updates -u
# connect-gzip-static@4.0.0 requires Node 20 >=
- run: npx npm-check-updates -u -x connect-gzip-static
- run: npm install
- uses: peter-evans/create-pull-request@v5
with:
+27 -10
View File
@@ -11,7 +11,7 @@
"dependencies": {
"ajv": "^8.12.0",
"bind-decorator": "^1.0.11",
"connect-gzip-static": "4.0.0",
"connect-gzip-static": "3.0.1",
"debounce": "^2.0.0",
"deep-object-diff": "^1.1.9",
"fast-deep-equal": "^3.1.3",
@@ -2083,6 +2083,19 @@
"node": "^12.22.0 || ^14.17.0 || >=16.0.0"
}
},
"node_modules/@folder/readdir": {
"version": "3.1.0",
"resolved": "https://registry.npmjs.org/@folder/readdir/-/readdir-3.1.0.tgz",
"integrity": "sha512-mqkVdQ77BcCOWur/dxoPxjJS2eJg8Eqqx1Dgdc/qbTeGI5UMPDLmT0peGEjxLdlnD9SvhMnpJuiyaYl2btdT6A==",
"funding": [
"https://github.com/sponsors/jonschlinkert",
"https://paypal.me/jonathanschlinkert",
"https://jonschlinkert.dev/sponsor"
],
"engines": {
"node": ">=10"
}
},
"node_modules/@humanwhocodes/config-array": {
"version": "0.11.13",
"resolved": "https://registry.npmjs.org/@humanwhocodes/config-array/-/config-array-0.11.13.tgz",
@@ -4486,17 +4499,15 @@
}
},
"node_modules/connect-gzip-static": {
"version": "4.0.0",
"resolved": "https://registry.npmjs.org/connect-gzip-static/-/connect-gzip-static-4.0.0.tgz",
"integrity": "sha512-FUqVdpuOzlHC4+1BE4e64HMbVMQanczQke7olQbXYd6h1ptKFZPx2Kob3SzcKTA19bsIu18oLP+A+sbh3MfByA==",
"version": "3.0.1",
"resolved": "https://registry.npmjs.org/connect-gzip-static/-/connect-gzip-static-3.0.1.tgz",
"integrity": "sha512-VVqi1fJ4uZK8aIrb1BN9n7tsRAbc3BhkIo/mz1VuNhYC2KDuP1ZgCDapjYIfT3mcGgWzyUr04kv7nmnGOnCvWg==",
"dependencies": {
"@folder/readdir": "^3.1.0",
"debug": "~2||~3||~4",
"parseurl": "~1",
"send": "~0",
"serve-static": "~1"
},
"engines": {
"node": ">= 20.1.0"
}
},
"node_modules/convert-source-map": {
@@ -11391,6 +11402,11 @@
"integrity": "sha512-qQfo2mxH5yVom1kacMtZZJFVdW+E70mqHMJvVg6WTLo+VBuQJ4TojZlfWBjK0ve5BdEeNAVxOsl/nvNMpJOaJA==",
"dev": true
},
"@folder/readdir": {
"version": "3.1.0",
"resolved": "https://registry.npmjs.org/@folder/readdir/-/readdir-3.1.0.tgz",
"integrity": "sha512-mqkVdQ77BcCOWur/dxoPxjJS2eJg8Eqqx1Dgdc/qbTeGI5UMPDLmT0peGEjxLdlnD9SvhMnpJuiyaYl2btdT6A=="
},
"@humanwhocodes/config-array": {
"version": "0.11.13",
"resolved": "https://registry.npmjs.org/@humanwhocodes/config-array/-/config-array-0.11.13.tgz",
@@ -13155,10 +13171,11 @@
}
},
"connect-gzip-static": {
"version": "4.0.0",
"resolved": "https://registry.npmjs.org/connect-gzip-static/-/connect-gzip-static-4.0.0.tgz",
"integrity": "sha512-FUqVdpuOzlHC4+1BE4e64HMbVMQanczQke7olQbXYd6h1ptKFZPx2Kob3SzcKTA19bsIu18oLP+A+sbh3MfByA==",
"version": "3.0.1",
"resolved": "https://registry.npmjs.org/connect-gzip-static/-/connect-gzip-static-3.0.1.tgz",
"integrity": "sha512-VVqi1fJ4uZK8aIrb1BN9n7tsRAbc3BhkIo/mz1VuNhYC2KDuP1ZgCDapjYIfT3mcGgWzyUr04kv7nmnGOnCvWg==",
"requires": {
"@folder/readdir": "^3.1.0",
"debug": "~2||~3||~4",
"parseurl": "~1",
"send": "~0",
+1 -1
View File
@@ -39,7 +39,7 @@
"dependencies": {
"ajv": "^8.12.0",
"bind-decorator": "^1.0.11",
"connect-gzip-static": "4.0.0",
"connect-gzip-static": "3.0.1",
"debounce": "^2.0.0",
"deep-object-diff": "^1.1.9",
"fast-deep-equal": "^3.1.3",