From c3c54567d3bcace0d4be1a433dcaa6934377c9b1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 3 Nov 2024 22:57:23 +0000 Subject: [PATCH] Bump serve-static Bumps [serve-static](https://github.com/expressjs/serve-static) from 1.12.4 to 1.16.2. - [Release notes](https://github.com/expressjs/serve-static/releases) - [Changelog](https://github.com/expressjs/serve-static/blob/v1.16.2/HISTORY.md) - [Commits](https://github.com/expressjs/serve-static/compare/v1.12.4...v1.16.2) --- updated-dependencies: - dependency-name: serve-static dependency-type: indirect ... Signed-off-by: dependabot[bot] --- .../js/jquery-ui-contextmenu/package-lock.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/modules/scope_and_schedule/js/jquery-ui-contextmenu/package-lock.json b/modules/scope_and_schedule/js/jquery-ui-contextmenu/package-lock.json index af465c9a8..6dadadaa8 100644 --- a/modules/scope_and_schedule/js/jquery-ui-contextmenu/package-lock.json +++ b/modules/scope_and_schedule/js/jquery-ui-contextmenu/package-lock.json @@ -3362,12 +3362,12 @@ "serve-static": { "version": "1.12.4", "resolved": "https://registry.npmjs.org/serve-static/-/serve-static-1.12.4.tgz", - "integrity": "sha1-m2qpjutyU8Tu3Ewfb9vKYJkBqWE=", + "integrity": "sha512-S0jS3FQXrBdeOwbysweEhiB5ogGfVZND6H2c2Vh2RbriSPe8Bogtbb4J5ZUeViXS0v0YZYe7llGYrEXjK8fnqw==", "dev": true, "requires": { - "encodeurl": "1.0.1", - "escape-html": "1.0.3", - "parseurl": "1.3.1", + "encodeurl": "~1.0.1", + "escape-html": "~1.0.3", + "parseurl": "~1.3.1", "send": "0.15.4" } },