From 2c50155aea7d7ec28c0e6aafeea96ce0d5e6863a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 28 Apr 2024 16:08:33 +0000 Subject: [PATCH] build(deps-dev): bump vscode-tmgrammar-test Bumps the dev-dependencies group in /kusto-syntax-highlighting with 1 update: [vscode-tmgrammar-test](https://github.com/PanAeon/vscode-tmgrammar-test). Updates `vscode-tmgrammar-test` from 0.0.11 to 0.1.3 - [Release notes](https://github.com/PanAeon/vscode-tmgrammar-test/releases) - [Commits](https://github.com/PanAeon/vscode-tmgrammar-test/compare/v0.0.11...v0.1.3) --- updated-dependencies: - dependency-name: vscode-tmgrammar-test dependency-type: direct:development update-type: version-update:semver-minor dependency-group: dev-dependencies ... Signed-off-by: dependabot[bot] --- kusto-syntax-highlighting/package-lock.json | 69 +++++++++++++-------- kusto-syntax-highlighting/package.json | 2 +- 2 files changed, 44 insertions(+), 27 deletions(-) diff --git a/kusto-syntax-highlighting/package-lock.json b/kusto-syntax-highlighting/package-lock.json index e56ba81..773136b 100644 --- a/kusto-syntax-highlighting/package-lock.json +++ b/kusto-syntax-highlighting/package-lock.json @@ -10,7 +10,7 @@ "license": "Apache-2.0", "devDependencies": { "js-yaml": "^4.1.0", - "vscode-tmgrammar-test": "^0.0.11" + "vscode-tmgrammar-test": "^0.1.3" }, "engines": { "vscode": "^1.33.0" @@ -40,6 +40,12 @@ "integrity": "sha512-3oSeUO0TMV67hN1AmbXsK4yaqU7tjiHlbxRDZOpH0KW9+CeX4bRAaX0Anxt0tx2MrpRpWwQaPwIlISEJhYU5Pw==", "dev": true }, + "node_modules/bottleneck": { + "version": "2.19.5", + "resolved": "https://registry.npmjs.org/bottleneck/-/bottleneck-2.19.5.tgz", + "integrity": "sha512-VHiNCbI1lKdl44tGrhNfU3lup0Tj/ZBMJB5/2ZbNXRCPuRCO7ed2mgcK4r17y+KB2EfuYuRaVlwNbAeaWGSpbw==", + "dev": true + }, "node_modules/brace-expansion": { "version": "1.1.11", "resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-1.1.11.tgz", @@ -80,10 +86,13 @@ "dev": true }, "node_modules/commander": { - "version": "2.20.3", - "resolved": "https://registry.npmjs.org/commander/-/commander-2.20.3.tgz", - "integrity": "sha512-GpVkmM8vF2vQUkj2LvZmD35JxeJOLCwJ9cUkugyk2nuhbv3+mJvpLYYt+0+USMxE+oj+ey/lJEnhZw75x/OMcQ==", - "dev": true + "version": "9.5.0", + "resolved": "https://registry.npmjs.org/commander/-/commander-9.5.0.tgz", + "integrity": "sha512-KRs7WVDKg86PWiuAqhDrAQnTXZKraVcCc6vFdL14qrZ/DcWwuRo7VoiYXalXO7S5GKpqYiVEwCbgFDfxNHKJBQ==", + "dev": true, + "engines": { + "node": "^12.20.0 || >=14" + } }, "node_modules/concat-map": { "version": "0.0.1", @@ -221,27 +230,28 @@ "dev": true }, "node_modules/vscode-textmate": { - "version": "5.5.0", - "resolved": "https://registry.npmjs.org/vscode-textmate/-/vscode-textmate-5.5.0.tgz", - "integrity": "sha512-jToQkPGMNKn0eyKyitYeINJF0NoD240aYyKPIWJv5W2jfPt++jIRg0OSergubtGhbw6SoefkvBYEpX7TsfoSUQ==", + "version": "7.0.4", + "resolved": "https://registry.npmjs.org/vscode-textmate/-/vscode-textmate-7.0.4.tgz", + "integrity": "sha512-9hJp0xL7HW1Q5OgGe03NACo7yiCTMEk3WU/rtKXUbncLtdg6rVVNJnHwD88UhbIYU2KoxY0Dih0x+kIsmUKn2A==", "dev": true }, "node_modules/vscode-tmgrammar-test": { - "version": "0.0.11", - "resolved": "https://registry.npmjs.org/vscode-tmgrammar-test/-/vscode-tmgrammar-test-0.0.11.tgz", - "integrity": "sha512-Bd60x/OeBLAQnIxiR2GhUic1CQZOFfWM8Pd43HjdEUBf/0vcvYAlFQikOXvv+zkItHLznjKaDX7VWKPVYUF9ug==", + "version": "0.1.3", + "resolved": "https://registry.npmjs.org/vscode-tmgrammar-test/-/vscode-tmgrammar-test-0.1.3.tgz", + "integrity": "sha512-Wg6Pz+ePAT1O+F/A1Fc4wS5vY2X+HNtgN4qMdL+65NLQYd1/zdDWH4fhwsLjX8wTzeXkMy49Cr4ZqWTJ7VnVxg==", "dev": true, "dependencies": { + "bottleneck": "^2.19.5", "chalk": "^2.4.2", - "commander": "^2.20.3", + "commander": "^9.2.0", "diff": "^4.0.2", "glob": "^7.1.6", "vscode-oniguruma": "^1.5.1", - "vscode-textmate": "^5.4.0" + "vscode-textmate": "^7.0.1" }, "bin": { - "vscode-tmgrammar-snap": "dist/src/snapshot.js", - "vscode-tmgrammar-test": "dist/src/unit.js" + "vscode-tmgrammar-snap": "dist/snapshot.js", + "vscode-tmgrammar-test": "dist/unit.js" } }, "node_modules/wrappy": { @@ -273,6 +283,12 @@ "integrity": "sha512-3oSeUO0TMV67hN1AmbXsK4yaqU7tjiHlbxRDZOpH0KW9+CeX4bRAaX0Anxt0tx2MrpRpWwQaPwIlISEJhYU5Pw==", "dev": true }, + "bottleneck": { + "version": "2.19.5", + "resolved": "https://registry.npmjs.org/bottleneck/-/bottleneck-2.19.5.tgz", + "integrity": "sha512-VHiNCbI1lKdl44tGrhNfU3lup0Tj/ZBMJB5/2ZbNXRCPuRCO7ed2mgcK4r17y+KB2EfuYuRaVlwNbAeaWGSpbw==", + "dev": true + }, "brace-expansion": { "version": "1.1.11", "resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-1.1.11.tgz", @@ -310,9 +326,9 @@ "dev": true }, "commander": { - "version": "2.20.3", - "resolved": "https://registry.npmjs.org/commander/-/commander-2.20.3.tgz", - "integrity": "sha512-GpVkmM8vF2vQUkj2LvZmD35JxeJOLCwJ9cUkugyk2nuhbv3+mJvpLYYt+0+USMxE+oj+ey/lJEnhZw75x/OMcQ==", + "version": "9.5.0", + "resolved": "https://registry.npmjs.org/commander/-/commander-9.5.0.tgz", + "integrity": "sha512-KRs7WVDKg86PWiuAqhDrAQnTXZKraVcCc6vFdL14qrZ/DcWwuRo7VoiYXalXO7S5GKpqYiVEwCbgFDfxNHKJBQ==", "dev": true }, "concat-map": { @@ -424,23 +440,24 @@ "dev": true }, "vscode-textmate": { - "version": "5.5.0", - "resolved": "https://registry.npmjs.org/vscode-textmate/-/vscode-textmate-5.5.0.tgz", - "integrity": "sha512-jToQkPGMNKn0eyKyitYeINJF0NoD240aYyKPIWJv5W2jfPt++jIRg0OSergubtGhbw6SoefkvBYEpX7TsfoSUQ==", + "version": "7.0.4", + "resolved": "https://registry.npmjs.org/vscode-textmate/-/vscode-textmate-7.0.4.tgz", + "integrity": "sha512-9hJp0xL7HW1Q5OgGe03NACo7yiCTMEk3WU/rtKXUbncLtdg6rVVNJnHwD88UhbIYU2KoxY0Dih0x+kIsmUKn2A==", "dev": true }, "vscode-tmgrammar-test": { - "version": "0.0.11", - "resolved": "https://registry.npmjs.org/vscode-tmgrammar-test/-/vscode-tmgrammar-test-0.0.11.tgz", - "integrity": "sha512-Bd60x/OeBLAQnIxiR2GhUic1CQZOFfWM8Pd43HjdEUBf/0vcvYAlFQikOXvv+zkItHLznjKaDX7VWKPVYUF9ug==", + "version": "0.1.3", + "resolved": "https://registry.npmjs.org/vscode-tmgrammar-test/-/vscode-tmgrammar-test-0.1.3.tgz", + "integrity": "sha512-Wg6Pz+ePAT1O+F/A1Fc4wS5vY2X+HNtgN4qMdL+65NLQYd1/zdDWH4fhwsLjX8wTzeXkMy49Cr4ZqWTJ7VnVxg==", "dev": true, "requires": { + "bottleneck": "^2.19.5", "chalk": "^2.4.2", - "commander": "^2.20.3", + "commander": "^9.2.0", "diff": "^4.0.2", "glob": "^7.1.6", "vscode-oniguruma": "^1.5.1", - "vscode-textmate": "^5.4.0" + "vscode-textmate": "^7.0.1" } }, "wrappy": { diff --git a/kusto-syntax-highlighting/package.json b/kusto-syntax-highlighting/package.json index 9b6d808..30b0b3e 100644 --- a/kusto-syntax-highlighting/package.json +++ b/kusto-syntax-highlighting/package.json @@ -68,7 +68,7 @@ }, "devDependencies": { "js-yaml": "^4.1.0", - "vscode-tmgrammar-test": "^0.0.11" + "vscode-tmgrammar-test": "^0.1.3" }, "scripts": { "convert": "npx js-yaml syntaxes/kusto.tmLanguage.yml > syntaxes/kusto.tmLanguage.json",