diff --git a/package.json b/package.json index 0a3b3b2..ccece05 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "oniguruma-to-es", - "version": "0.6.0", + "version": "0.6.1", "description": "Convert Oniguruma patterns to native JavaScript RegExp", "author": "Steven Levithan", "license": "MIT", @@ -49,7 +49,7 @@ "devDependencies": { "esbuild": "^0.24.0", "jasmine": "^5.4.0", - "typescript": "^5.6.3", + "typescript": "^5.7.2", "vscode-oniguruma": "^2.0.1" } } diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 5fd6b5f..f36192e 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -25,8 +25,8 @@ importers: specifier: ^5.4.0 version: 5.4.0 typescript: - specifier: ^5.6.3 - version: 5.6.3 + specifier: ^5.7.2 + version: 5.7.2 vscode-oniguruma: specifier: ^2.0.1 version: 2.0.1 @@ -319,8 +319,8 @@ packages: resolution: {integrity: sha512-iq6eVVI64nQQTRYq2KtEg2d2uU7LElhTJwsH4YzIHZshxlgZms/wIc4VoDQTlG/IvVIrBKG06CrZnp0qv7hkcQ==} engines: {node: '>=12'} - typescript@5.6.3: - resolution: {integrity: sha512-hjcS1mhfuyi4WW8IWtjP7brDrG2cuDZukyrYrSauoXGNgx0S7zceP07adYkJycEr56BOUTNPzbInooiN3fn1qw==} + typescript@5.7.2: + resolution: {integrity: sha512-i5t66RHxDvVN40HfDd1PsEThGNnlMCMT3jMUuoh9/0TaqWevNontacunWyN02LA9/fIbEWlcHZcgTKb9QoaLfg==} engines: {node: '>=14.17'} hasBin: true @@ -575,7 +575,7 @@ snapshots: dependencies: ansi-regex: 6.1.0 - typescript@5.6.3: {} + typescript@5.7.2: {} vscode-oniguruma@2.0.1: {}