From 674b9271c1d3c0498e6ce0f6b1f53baa44671c25 Mon Sep 17 00:00:00 2001 From: "M. Wulff" Date: Wed, 17 Jan 2024 16:31:26 +1100 Subject: [PATCH] Fix GH security #2 #36 and #37 https://github.com/AlaSQL/alasql/security/dependabot/2 https://github.com/AlaSQL/alasql/security/dependabot/36 https://github.com/AlaSQL/alasql/security/dependabot/37 --- package.json | 4 ++-- yarn.lock | 8 ++++---- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/package.json b/package.json index 24b874118d..6a2dfbe1a7 100644 --- a/package.json +++ b/package.json @@ -83,7 +83,7 @@ "glob-parent": "6", "decode-uri-component": "0.2", "semver": "7", - "@gerhobbelt/json5": "1.0.1-32" + "@gerhobbelt/json5": "2.1.0-48" }, "engines": { "node": ">=15" @@ -122,4 +122,4 @@ "pre-push": "yarn test-format || (echo please format using 'yarn format' && exit 1)" } } -} +} \ No newline at end of file diff --git a/yarn.lock b/yarn.lock index 00a2fc8a7e..cc890b44bc 100644 --- a/yarn.lock +++ b/yarn.lock @@ -177,10 +177,10 @@ resolved "https://registry.yarnpkg.com/@gerhobbelt/esprima/-/esprima-4.0.1-15.tgz#2d6f0d3d9ad7bf0d5d514eda849528ad790d6769" integrity sha512-0VITWyCsgbRlNv0WjWfEszAHcgJL/iAQKSNfzU/uoJ6S7W/mgM8q4iWmzv7BDl4nmRpcYoSqW2B/BwXJNFzNMg== -"@gerhobbelt/json5@0.5.1-21", "@gerhobbelt/json5@1.0.1-32": - version "1.0.1-32" - resolved "https://registry.yarnpkg.com/@gerhobbelt/json5/-/json5-1.0.1-32.tgz#9be0d88d58616e8b47591e6475a4bbed3b5cb81c" - integrity sha512-kGu7GbXbe8m/hxRYRaIWoMV1UiVV6He31PX0S5BW98zqn8TrriGNM+Q6ikF+ofL8Hs90zEYsGCLHXH2gnSIEBg== +"@gerhobbelt/json5@0.5.1-21", "@gerhobbelt/json5@2.1.0-48": + version "2.1.0-48" + resolved "https://registry.yarnpkg.com/@gerhobbelt/json5/-/json5-2.1.0-48.tgz#8ef0f8b95d1310a968922f9c9dccc0dd4359b147" + integrity sha512-Um0hfIcEuvxvNWkYUW5L3Sh1hDgxFBwXj2VWdVS5oCcIQlVlC9tzGKbyYMTHAA8XNvF3jAMJqkpKBp4o7kBFuQ== dependencies: minimist "1.2.0"