diff --git a/package.json b/package.json index 1c39dd754..bbcb3068a 100644 --- a/package.json +++ b/package.json @@ -171,6 +171,6 @@ "@mathjax/mathjax-newcm-font": "4.1.2", "mhchemparser": "^4.2.1", "mj-context-menu": "^1.0.0", - "speech-rule-engine": "5.0.0-rc.1" + "speech-rule-engine": "5.0.0-rc.3" } } diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 99de33ac7..67e83a5f2 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -18,8 +18,8 @@ importers: specifier: ^1.0.0 version: 1.0.0 speech-rule-engine: - specifier: 5.0.0-rc.1 - version: 5.0.0-rc.1 + specifier: 5.0.0-rc.3 + version: 5.0.0-rc.3 devDependencies: '@eslint/js': specifier: ^9.39.2 @@ -59,7 +59,7 @@ importers: version: 6.1.3 terser-webpack-plugin: specifier: ^5.5.0 - version: 5.5.0(webpack@5.106.2(webpack-cli@7.0.2)) + version: 5.5.0(webpack@5.106.2) typedoc: specifier: ^0.28.19 version: 0.28.19(typescript@5.9.3) @@ -633,6 +633,7 @@ packages: '@ungap/structured-clone@1.3.0': resolution: {integrity: sha512-WmoN8qaIAo7WTYWbAZuG8PYEhn5fkz7dZrqTBZ7dtt//lL2Gwms1IcnQ5yHqjDfX8Ft5j4YzDM23f87zBfDe9g==} + deprecated: Potential CWE-502 - Update to 1.3.1 or higher '@webassemblyjs/ast@1.14.1': resolution: {integrity: sha512-nuBEDgQfm1ccRp/8bCQrx1frohyufl4JlbMMZ4P1wpeOfDhF6FQkxZJ1b/e+PLwr6X1Nhw6OLme5usuBWYBvuQ==} @@ -2154,8 +2155,8 @@ packages: spdx-license-ids@3.0.22: resolution: {integrity: sha512-4PRT4nh1EImPbt2jASOKHX7PB7I+e4IWNLvkKFDxNhJlfjbYlleYQh285Z/3mPTHSAK/AvdMmw5BNNuYH8ShgQ==} - speech-rule-engine@5.0.0-rc.1: - resolution: {integrity: sha512-WgxL1K0MXNXW7+4fn11B6rtJ+jZTnCQMkJ44yV3XmFDcpGBqFJrDEHouGuFryqB5hoG1ksE2zlss/m6KOWnbPA==} + speech-rule-engine@5.0.0-rc.3: + resolution: {integrity: sha512-w8RXP1lZkGzOW6x299g0PzCjjaDCVRvO0CGtpUz788Y5KHqu7tJYEnY5p5MSY/pUBdhWYJshzKX0XJdGZYaxlQ==} hasBin: true sprintf-js@1.0.3: @@ -4952,7 +4953,7 @@ snapshots: spdx-license-ids@3.0.22: {} - speech-rule-engine@5.0.0-rc.1: + speech-rule-engine@5.0.0-rc.3: dependencies: '@xmldom/xmldom': 0.9.10 commander: 14.0.3 @@ -5026,7 +5027,7 @@ snapshots: tapable@2.3.3: {} - terser-webpack-plugin@5.5.0(webpack@5.106.2(webpack-cli@7.0.2)): + terser-webpack-plugin@5.5.0(webpack@5.106.2): dependencies: '@jridgewell/trace-mapping': 0.3.31 jest-worker: 27.5.1 @@ -5232,7 +5233,7 @@ snapshots: neo-async: 2.6.2 schema-utils: 4.3.3 tapable: 2.3.0 - terser-webpack-plugin: 5.5.0(webpack@5.106.2(webpack-cli@7.0.2)) + terser-webpack-plugin: 5.5.0(webpack@5.106.2) watchpack: 2.5.1 webpack-sources: 3.3.4 optionalDependencies: diff --git a/pnpm-workspace.yaml b/pnpm-workspace.yaml index 3f7e54bfd..b35810fab 100644 --- a/pnpm-workspace.yaml +++ b/pnpm-workspace.yaml @@ -1,2 +1,4 @@ packages: - 'testsuite' +minimumReleaseAgeExclude: + - speech-rule-engine@5.0.0-rc.3