diff --git a/package-lock.json b/package-lock.json index b3ae685bb..14842335c 100644 --- a/package-lock.json +++ b/package-lock.json @@ -18,7 +18,7 @@ "@playwright/test": "^1.48.1", "@testing-library/jest-dom": "^6.6.2", "@testing-library/react": "^16.0.1", - "@types/jest": "^29.5.13", + "@types/jest": "^29.5.14", "@types/lodash.debounce": "^4.0.9", "@types/wordpress__block-editor": "^11.5.15", "@types/wordpress__blocks": "^12.5.14", @@ -5209,11 +5209,10 @@ } }, "node_modules/@types/jest": { - "version": "29.5.13", - "resolved": "https://registry.npmjs.org/@types/jest/-/jest-29.5.13.tgz", - "integrity": "sha512-wd+MVEZCHt23V0/L642O5APvspWply/rGY5BcW4SUETo2UzPU3Z26qr8jC2qxpimI2jjx9h7+2cj2FwIr01bXg==", + "version": "29.5.14", + "resolved": "https://registry.npmjs.org/@types/jest/-/jest-29.5.14.tgz", + "integrity": "sha512-ZN+4sdnLUbo8EVvVc2ao0GFW6oVrQRPn4K2lglySj7APvSrgzxHiNNK99us4WDMi57xxA2yggblIAMNhXOotLQ==", "dev": true, - "license": "MIT", "dependencies": { "expect": "^29.0.0", "pretty-format": "^29.0.0" diff --git a/package.json b/package.json index b4bebb2ea..9163f7f67 100644 --- a/package.json +++ b/package.json @@ -45,7 +45,7 @@ "@playwright/test": "^1.48.1", "@testing-library/jest-dom": "^6.6.2", "@testing-library/react": "^16.0.1", - "@types/jest": "^29.5.13", + "@types/jest": "^29.5.14", "@types/lodash.debounce": "^4.0.9", "@types/wordpress__block-editor": "^11.5.15", "@types/wordpress__blocks": "^12.5.14",