diff --git a/package-lock.json b/package-lock.json index 98f79a4ff..2f39231dd 100644 --- a/package-lock.json +++ b/package-lock.json @@ -3844,12 +3844,12 @@ "peer": true }, "node_modules/@cucumber/gherkin": { - "version": "29.0.0", - "resolved": "https://registry.npmjs.org/@cucumber/gherkin/-/gherkin-29.0.0.tgz", - "integrity": "sha512-6t3V7fFsLlyhLSj4FS+fPz22pPVcFhFZ3QOP7otFYmkhZ4g1ierj5pf7fxJWvEsI555hGatg+Iql6cqK93RFUg==", + "version": "30.0.0", + "resolved": "https://registry.npmjs.org/@cucumber/gherkin/-/gherkin-30.0.0.tgz", + "integrity": "sha512-ng23BG8ASMUWNTbH1rL6I7d33CY9o3jgIpw3F0j7vL9Axm4mFngL0/6VPJ2HPZeBsFEzAcy7U9IdJNYIz4vFMQ==", "license": "MIT", "dependencies": { - "@cucumber/messages": "<=25" + "@cucumber/messages": ">=19.1.4 <=26" } }, "node_modules/@cucumber/gherkin-streams": { @@ -3937,17 +3937,23 @@ } }, "node_modules/@cucumber/gherkin/node_modules/@cucumber/messages": { - "version": "25.0.1", - "resolved": "https://registry.npmjs.org/@cucumber/messages/-/messages-25.0.1.tgz", - "integrity": "sha512-RjjhmzcauX5eYfcKns5pgenefDJQcfXE3ZDrVWdUDGcoaoyFVDmj+ZzQZWRWqFrfMjP3lKHJss6LtvIP/z+h8g==", + "version": "26.0.1", + "resolved": "https://registry.npmjs.org/@cucumber/messages/-/messages-26.0.1.tgz", + "integrity": "sha512-DIxSg+ZGariumO+Lq6bn4kOUIUET83A4umrnWmidjGFl8XxkBieUZtsmNbLYgH/gnsmP07EfxxdTr0hOchV1Sg==", "license": "MIT", "dependencies": { - "@types/uuid": "9.0.8", + "@types/uuid": "10.0.0", "class-transformer": "0.5.1", "reflect-metadata": "0.2.2", - "uuid": "9.0.1" + "uuid": "10.0.0" } }, + "node_modules/@cucumber/gherkin/node_modules/@types/uuid": { + "version": "10.0.0", + "resolved": "https://registry.npmjs.org/@types/uuid/-/uuid-10.0.0.tgz", + "integrity": "sha512-7gqG38EyHgyP1S+7+xomFtL+ZNHcKv6DwNaCZmJmo1vgMugyF3TCnXVg4t1uk89mLNwnLtnY3TpOpCOyp1/xHQ==", + "license": "MIT" + }, "node_modules/@cucumber/gherkin/node_modules/reflect-metadata": { "version": "0.2.2", "resolved": "https://registry.npmjs.org/reflect-metadata/-/reflect-metadata-0.2.2.tgz", @@ -3955,9 +3961,9 @@ "license": "Apache-2.0" }, "node_modules/@cucumber/gherkin/node_modules/uuid": { - "version": "9.0.1", - "resolved": "https://registry.npmjs.org/uuid/-/uuid-9.0.1.tgz", - "integrity": "sha512-b+1eJOlsR9K8HJpow9Ok3fiWOWSIcIzXodvv0rQjVoOVNpWMpxf1wZNpt4y9h10odCNrqnYp1OBzRktckBe3sA==", + "version": "10.0.0", + "resolved": "https://registry.npmjs.org/uuid/-/uuid-10.0.0.tgz", + "integrity": "sha512-8XkAphELsDnEGrDxUOHB3RGvXz6TeuYSGEZBOjtTtPm2lwhGBjLgOzLHB63IUWfBpNucQjND6d3AOudO+H3RWQ==", "funding": [ "https://github.com/sponsors/broofa", "https://github.com/sponsors/ctavan" @@ -50173,7 +50179,7 @@ "version": "1.4.0", "license": "MIT", "dependencies": { - "@cucumber/gherkin": "^29.0.0", + "@cucumber/gherkin": "^30.0.0", "@cucumber/messages": "^27.0.0", "@types/node-ipc": "^9.2.3", "@uuv/runner-commons": "2.33.0", diff --git a/packages/vscode-extension/package.json b/packages/vscode-extension/package.json index 856afb8ad..65d366f8d 100644 --- a/packages/vscode-extension/package.json +++ b/packages/vscode-extension/package.json @@ -97,7 +97,7 @@ "webpack-cli": "^5.1.4" }, "dependencies": { - "@cucumber/gherkin": "^29.0.0", + "@cucumber/gherkin": "^30.0.0", "@cucumber/messages": "^27.0.0", "@types/node-ipc": "^9.2.3", "@uuv/runner-commons": "2.33.0",