diff options
| -rw-r--r-- | package.json | 2 | ||||
| -rw-r--r-- | pnpm-lock.yaml | 8 |
2 files changed, 5 insertions, 5 deletions
diff --git a/package.json b/package.json index b10a94e..aaa1d16 100644 --- a/package.json +++ b/package.json @@ -16,7 +16,7 @@ }, "devDependencies": { "@cloudflare/workers-types": "^4.20240405.0", - "@microsoft/eslint-formatter-sarif": "^3.0.0", + "@microsoft/eslint-formatter-sarif": "^3.1.0", "@types/node": "^20.12.5", "@typescript-eslint/eslint-plugin": "^7.0.0", "@typescript-eslint/parser": "^6.21.0", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 963d7b8..1bec883 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -20,8 +20,8 @@ devDependencies: specifier: ^4.20240405.0 version: 4.20240405.0 '@microsoft/eslint-formatter-sarif': - specifier: ^3.0.0 - version: 3.0.0 + specifier: ^3.1.0 + version: 3.1.0 '@types/node': specifier: ^20.12.5 version: 20.12.5 @@ -840,8 +840,8 @@ packages: '@jridgewell/sourcemap-codec': 1.4.15 dev: true - /@microsoft/[email protected]: - resolution: {integrity: sha512-KIKkT44hEqCzqxODYwFMUvYEK0CrdHx/Ll9xiOWgFbBSRuzbxmVy4d/tzfgoucGz72HJZNOMjuyzFTBKntRK5Q==} + /@microsoft/[email protected]: + resolution: {integrity: sha512-/mn4UXziHzGXnKCg+r8HGgPy+w4RzpgdoqFuqaKOqUVBT5x2CygGefIrO4SusaY7t0C4gyIWMNu6YQT6Jw64Cw==} engines: {node: '>= 14'} dependencies: eslint: 8.57.0 |
