diff --git a/package.json b/package.json index 4ac55020..27a9585a 100644 --- a/package.json +++ b/package.json @@ -7,7 +7,7 @@ "web-locks": "^0.0.8" }, "devDependencies": { - "@types/chrome": "^0.0.268", - "typescript": "^5.5.3" + "@types/chrome": "^0.0.269", + "typescript": "^5.5.4" } } diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index fea181de..54874473 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -20,16 +20,16 @@ dependencies: devDependencies: '@types/chrome': - specifier: ^0.0.268 - version: 0.0.268 + specifier: ^0.0.269 + version: 0.0.269 typescript: - specifier: ^5.5.3 - version: 5.5.3 + specifier: ^5.5.4 + version: 5.5.4 packages: - /@types/chrome@0.0.268: - resolution: {integrity: sha512-7N1QH9buudSJ7sI8Pe4mBHJr5oZ48s0hcanI9w3wgijAlv1OZNUZve9JR4x42dn5lJ5Sm87V1JNfnoh10EnQlA==} + /@types/chrome@0.0.269: + resolution: {integrity: sha512-vF7x8YywnhXX2F06njQ/OE7a3Qeful43C5GUOsUksXWk89WoSFUU3iLeZW8lDpVO9atm8iZIEiLQTRC3H7NOXQ==} dependencies: '@types/filesystem': 0.0.32 '@types/har-format': 1.2.10 @@ -284,8 +284,8 @@ packages: punycode: 2.3.1 dev: false - /typescript@5.5.3: - resolution: {integrity: sha512-/hreyEujaB0w76zKo6717l3L0o/qEUtRgdvUBvlkhoWeOVMjMuHNHk0BRBzikzuGDqNmPQbg5ifMEqsHLiIUcQ==} + /typescript@5.5.4: + resolution: {integrity: sha512-Mtq29sKDAEYP7aljRgtPOpTvOfbwRWlS6dPRzwjdE+C0R4brX/GUyhHSecbHMFLNBLcJIPt9nl9yG5TZ1weH+Q==} engines: {node: '>=14.17'} hasBin: true dev: true