From 9c68418f1417af464df0b68fd7f681fa78558279 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 11 Sep 2024 22:37:40 +0000 Subject: [PATCH] Bump serve-static from 1.14.1 to 1.16.0 Bumps [serve-static](https://github.com/expressjs/serve-static) from 1.14.1 to 1.16.0. - [Release notes](https://github.com/expressjs/serve-static/releases) - [Changelog](https://github.com/expressjs/serve-static/blob/master/HISTORY.md) - [Commits](https://github.com/expressjs/serve-static/compare/v1.14.1...1.16.0) --- updated-dependencies: - dependency-name: serve-static dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- package-lock.json | 137 ++++++++++++++++++++++++++++++++++++++++++++-- package.json | 2 +- 2 files changed, 132 insertions(+), 7 deletions(-) diff --git a/package-lock.json b/package-lock.json index 7b6a281..af50578 100644 --- a/package-lock.json +++ b/package-lock.json @@ -26,7 +26,7 @@ "node-fetch": "2.6.7", "prompts": "2.1.0", "semver": "7.1.3", - "serve-static": "1.14.1" + "serve-static": "1.16.0" }, "bin": { "sos": "dist/index.js" @@ -56,7 +56,7 @@ "c8": "7.13.0", "depcheck": "1.4.3", "husky": "9.1.5", - "lint-staged": "^15.2.9", + "lint-staged": "15.2.9", "mocha": "8.4.0", "rewiremock": "3.13.9", "should": "13.2.3", @@ -5759,6 +5759,20 @@ "resolved": "https://signageos-524256255273.d.codeartifact.eu-central-1.amazonaws.com/npm/private/safe-buffer/-/safe-buffer-5.1.2.tgz", "integrity": "sha512-Gd2UZBJDkXlY7GbJxfsE8/nvKkUEU1G38c1siN6QP6a9PT9MmHB8GnpscSmMJSoF8LOIrt8ud/wPtojys4G6+g==" }, + "node_modules/express/node_modules/serve-static": { + "version": "1.14.1", + "resolved": "https://signageos-524256255273.d.codeartifact.eu-central-1.amazonaws.com/npm/private/serve-static/-/serve-static-1.14.1.tgz", + "integrity": "sha512-JMrvUwE54emCYWlTI+hGrGv5I8dEwmco/00EvkzIIsR7MqrHonbD9pO2MOfFnpFntl7ecpZs+3mW+XbQZu9QCg==", + "dependencies": { + "encodeurl": "~1.0.2", + "escape-html": "~1.0.3", + "parseurl": "~1.3.3", + "send": "0.17.1" + }, + "engines": { + "node": ">= 0.8.0" + } + }, "node_modules/ext-list": { "version": "2.2.2", "resolved": "https://signageos-524256255273.d.codeartifact.eu-central-1.amazonaws.com/npm/private/ext-list/-/ext-list-2.2.2.tgz", @@ -11126,19 +11140,130 @@ } }, "node_modules/serve-static": { - "version": "1.14.1", - "resolved": "https://signageos-524256255273.d.codeartifact.eu-central-1.amazonaws.com/npm/private/serve-static/-/serve-static-1.14.1.tgz", - "integrity": "sha512-JMrvUwE54emCYWlTI+hGrGv5I8dEwmco/00EvkzIIsR7MqrHonbD9pO2MOfFnpFntl7ecpZs+3mW+XbQZu9QCg==", + "version": "1.16.0", + "resolved": "https://signageos-524256255273.d.codeartifact.eu-central-1.amazonaws.com/npm/private/serve-static/-/serve-static-1.16.0.tgz", + "integrity": "sha512-pDLK8zwl2eKaYrs8mrPZBJua4hMplRWJ1tIFksVC3FtBEBnl8dxgeHtsaMS8DhS9i4fLObaon6ABoc4/hQGdPA==", "dependencies": { "encodeurl": "~1.0.2", "escape-html": "~1.0.3", "parseurl": "~1.3.3", - "send": "0.17.1" + "send": "0.18.0" + }, + "engines": { + "node": ">= 0.8.0" + } + }, + "node_modules/serve-static/node_modules/debug": { + "version": "2.6.9", + "resolved": "https://signageos-524256255273.d.codeartifact.eu-central-1.amazonaws.com/npm/private/debug/-/debug-2.6.9.tgz", + "integrity": "sha512-bC7ElrdJaJnPbAP+1EotYvqZsb3ecl5wi6Bfi6BJTUcNowp6cvspg0jXznRTKDjm/E7AdgFBVeAPVMNcKGsHMA==", + "dependencies": { + "ms": "2.0.0" + } + }, + "node_modules/serve-static/node_modules/debug/node_modules/ms": { + "version": "2.0.0", + "resolved": "https://signageos-524256255273.d.codeartifact.eu-central-1.amazonaws.com/npm/private/ms/-/ms-2.0.0.tgz", + "integrity": "sha512-Tpp60P6IUJDTuOq/5Z8cdskzJujfwqfOTkrwIwj7IRISpnkJnT6SyJ4PCPnGMoFjC9ddhal5KVIYtAt97ix05A==" + }, + "node_modules/serve-static/node_modules/depd": { + "version": "2.0.0", + "resolved": "https://signageos-524256255273.d.codeartifact.eu-central-1.amazonaws.com/npm/private/depd/-/depd-2.0.0.tgz", + "integrity": "sha512-g7nH6P6dyDioJogAAGprGpCtVImJhpPk/roCzdb3fIh61/s/nPsfR6onyMwkCAR/OlC3yBC0lESvUoQEAssIrw==", + "engines": { + "node": ">= 0.8" + } + }, + "node_modules/serve-static/node_modules/destroy": { + "version": "1.2.0", + "resolved": "https://signageos-524256255273.d.codeartifact.eu-central-1.amazonaws.com/npm/private/destroy/-/destroy-1.2.0.tgz", + "integrity": "sha512-2sJGJTaXIIaR1w4iJSNoN0hnMY7Gpc/n8D4qSCJw8QqFWXf7cuAgnEHxBpweaVcPevC2l3KpjYCx3NypQQgaJg==", + "engines": { + "node": ">= 0.8", + "npm": "1.2.8000 || >= 1.4.16" + } + }, + "node_modules/serve-static/node_modules/http-errors": { + "version": "2.0.0", + "resolved": "https://signageos-524256255273.d.codeartifact.eu-central-1.amazonaws.com/npm/private/http-errors/-/http-errors-2.0.0.tgz", + "integrity": "sha512-FtwrG/euBzaEjYeRqOgly7G0qviiXoJWnvEH2Z1plBdXgbyjv34pHTSb9zoeHMyDy33+DWy5Wt9Wo+TURtOYSQ==", + "dependencies": { + "depd": "2.0.0", + "inherits": "2.0.4", + "setprototypeof": "1.2.0", + "statuses": "2.0.1", + "toidentifier": "1.0.1" + }, + "engines": { + "node": ">= 0.8" + } + }, + "node_modules/serve-static/node_modules/mime": { + "version": "1.6.0", + "resolved": "https://signageos-524256255273.d.codeartifact.eu-central-1.amazonaws.com/npm/private/mime/-/mime-1.6.0.tgz", + "integrity": "sha512-x0Vn8spI+wuJ1O6S7gnbaQg8Pxh4NNHb7KSINmEWKiPE4RKOplvijn+NkmYmmRgP68mc70j2EbeTFRsrswaQeg==", + "bin": { + "mime": "cli.js" + }, + "engines": { + "node": ">=4" + } + }, + "node_modules/serve-static/node_modules/on-finished": { + "version": "2.4.1", + "resolved": "https://signageos-524256255273.d.codeartifact.eu-central-1.amazonaws.com/npm/private/on-finished/-/on-finished-2.4.1.tgz", + "integrity": "sha512-oVlzkg3ENAhCk2zdv7IJwd/QUD4z2RxRwpkcGY8psCVcCYZNq4wYnVWALHM+brtuJjePWiYF/ClmuDr8Ch5+kg==", + "dependencies": { + "ee-first": "1.1.1" + }, + "engines": { + "node": ">= 0.8" + } + }, + "node_modules/serve-static/node_modules/send": { + "version": "0.18.0", + "resolved": "https://signageos-524256255273.d.codeartifact.eu-central-1.amazonaws.com/npm/private/send/-/send-0.18.0.tgz", + "integrity": "sha512-qqWzuOjSFOuqPjFe4NOsMLafToQQwBSOEpS+FwEt3A2V3vKubTquT3vmLTQpFgMXp8AlFWFuP1qKaJZOtPpVXg==", + "dependencies": { + "debug": "2.6.9", + "depd": "2.0.0", + "destroy": "1.2.0", + "encodeurl": "~1.0.2", + "escape-html": "~1.0.3", + "etag": "~1.8.1", + "fresh": "0.5.2", + "http-errors": "2.0.0", + "mime": "1.6.0", + "ms": "2.1.3", + "on-finished": "2.4.1", + "range-parser": "~1.2.1", + "statuses": "2.0.1" }, "engines": { "node": ">= 0.8.0" } }, + "node_modules/serve-static/node_modules/setprototypeof": { + "version": "1.2.0", + "resolved": "https://signageos-524256255273.d.codeartifact.eu-central-1.amazonaws.com/npm/private/setprototypeof/-/setprototypeof-1.2.0.tgz", + "integrity": "sha512-E5LDX7Wrp85Kil5bhZv46j8jOeboKq5JMmYM3gVGdGH8xFpPWXUMsNrlODCrkoxMEeNi/XZIwuRvY4XNwYMJpw==" + }, + "node_modules/serve-static/node_modules/statuses": { + "version": "2.0.1", + "resolved": "https://signageos-524256255273.d.codeartifact.eu-central-1.amazonaws.com/npm/private/statuses/-/statuses-2.0.1.tgz", + "integrity": "sha512-RwNA9Z/7PrK06rYLIzFMlaF+l73iwpzsqRIFgbMLbTcLD6cOao82TaWefPXQvB2fOC4AjuYSEndS7N/mTCbkdQ==", + "engines": { + "node": ">= 0.8" + } + }, + "node_modules/serve-static/node_modules/toidentifier": { + "version": "1.0.1", + "resolved": "https://signageos-524256255273.d.codeartifact.eu-central-1.amazonaws.com/npm/private/toidentifier/-/toidentifier-1.0.1.tgz", + "integrity": "sha512-o5sSPKEkg/DIQNmH43V0/uerLrpzVedkUh8tGNvaeXpfpuwjKenlSox/2O/BTlZUtEe+JG7s5YhEz608PlAHRA==", + "engines": { + "node": ">=0.6" + } + }, "node_modules/set-blocking": { "version": "2.0.0", "resolved": "https://signageos-524256255273.d.codeartifact.eu-central-1.amazonaws.com/npm/private/set-blocking/-/set-blocking-2.0.0.tgz", diff --git a/package.json b/package.json index 4eab3bf..2f418e9 100644 --- a/package.json +++ b/package.json @@ -88,6 +88,6 @@ "node-fetch": "2.6.7", "prompts": "2.1.0", "semver": "7.1.3", - "serve-static": "1.14.1" + "serve-static": "1.16.0" } }