From 16eeadd6ec4648e9bf54480718a2d714b4282d1e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 26 Jan 2024 16:05:33 +0000 Subject: [PATCH] Bump path-parse in /platform/JS/V8/v8/tools/turbolizer Bumps and [path-parse](https://github.com/jbgutierrez/path-parse). These dependencies needed to be updated together. Updates `path-parse` from 1.0.5 to 1.0.7 - [Commits](https://github.com/jbgutierrez/path-parse/commits/v1.0.7) Updates `path-parse` from 1.0.6 to 1.0.7 - [Commits](https://github.com/jbgutierrez/path-parse/commits/v1.0.7) --- updated-dependencies: - dependency-name: path-parse dependency-type: indirect - dependency-name: path-parse dependency-type: indirect ... Signed-off-by: dependabot[bot] --- platform/JS/V8/v8/tools/turbolizer/package-lock.json | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/platform/JS/V8/v8/tools/turbolizer/package-lock.json b/platform/JS/V8/v8/tools/turbolizer/package-lock.json index bb53aa786..2f752a630 100644 --- a/platform/JS/V8/v8/tools/turbolizer/package-lock.json +++ b/platform/JS/V8/v8/tools/turbolizer/package-lock.json @@ -492,7 +492,7 @@ }, "basic-auth": { "version": "1.1.0", - "resolved": "http://registry.npmjs.org/basic-auth/-/basic-auth-1.1.0.tgz", + "resolved": "https://registry.npmjs.org/basic-auth/-/basic-auth-1.1.0.tgz", "integrity": "sha1-RSIe5Cn37h5QNb4/UVM/HN/SmIQ=", "dev": true }, @@ -2591,7 +2591,7 @@ "path-parse": { "version": "1.0.5", "resolved": "https://registry.npmjs.org/path-parse/-/path-parse-1.0.5.tgz", - "integrity": "sha1-PBrfhx6pzWyUMbbqK9dKD/BVxME=" + "integrity": "sha512-u4e4H/UUeMbJ1UnBnePf6r4cm4fFZs57BMocUSFeea807JTYk2HJnE9GjUpWHaDZk1OQGoArnWW1yEo9nd57ww==" }, "path-to-regexp": { "version": "2.4.0", @@ -2636,7 +2636,7 @@ "dependencies": { "http-errors": { "version": "1.6.3", - "resolved": "http://registry.npmjs.org/http-errors/-/http-errors-1.6.3.tgz", + "resolved": "https://registry.npmjs.org/http-errors/-/http-errors-1.6.3.tgz", "integrity": "sha1-i1VoC7S+KDoLW/TqLjhYC+HZMg0=", "dev": true, "requires": { @@ -2729,7 +2729,7 @@ "dependencies": { "http-errors": { "version": "1.6.3", - "resolved": "http://registry.npmjs.org/http-errors/-/http-errors-1.6.3.tgz", + "resolved": "https://registry.npmjs.org/http-errors/-/http-errors-1.6.3.tgz", "integrity": "sha1-i1VoC7S+KDoLW/TqLjhYC+HZMg0=", "dev": true, "requires": { @@ -2862,7 +2862,7 @@ }, "http-errors": { "version": "1.6.3", - "resolved": "http://registry.npmjs.org/http-errors/-/http-errors-1.6.3.tgz", + "resolved": "https://registry.npmjs.org/http-errors/-/http-errors-1.6.3.tgz", "integrity": "sha1-i1VoC7S+KDoLW/TqLjhYC+HZMg0=", "dev": true, "requires": { @@ -3118,7 +3118,7 @@ }, "byte-size": { "version": "3.0.0", - "resolved": "http://registry.npmjs.org/byte-size/-/byte-size-3.0.0.tgz", + "resolved": "https://registry.npmjs.org/byte-size/-/byte-size-3.0.0.tgz", "integrity": "sha1-QG+eI2aqXav2NnLrKR17sJSV2nU=", "dev": true },