diff --git a/package-lock.json b/package-lock.json index 4b32050..f8e738f 100644 --- a/package-lock.json +++ b/package-lock.json @@ -23,7 +23,7 @@ "devDependencies": { "@commitlint/cli": "^17.1.2", "@ethersphere/bee-factory": "^0.4.1", - "@jest/types": "^29.0.3", + "@jest/types": "^29.2.1", "@types/express": "^4.17.14", "@types/jest": "^27.5.2", "@types/node": "^18.7.23", @@ -48,7 +48,7 @@ "typescript": "^4.8.3" }, "engines": { - "bee": "1.6.0-6ceadd35", + "bee": "1.7.0-bbf13011", "node": ">=12.0.0", "npm": ">=6.0.0" } @@ -1784,9 +1784,9 @@ } }, "node_modules/@jest/types": { - "version": "29.0.3", - "resolved": "https://registry.npmjs.org/@jest/types/-/types-29.0.3.tgz", - "integrity": "sha512-coBJmOQvurXjN1Hh5PzF7cmsod0zLIOXpP8KD161mqNlroMhLcwpODiEzi7ZsRl5Z/AIuxpeNm8DCl43F4kz8A==", + "version": "29.2.1", + "resolved": "https://registry.npmjs.org/@jest/types/-/types-29.2.1.tgz", + "integrity": "sha512-O/QNDQODLnINEPAI0cl9U6zUIDXEWXt6IC1o2N2QENuos7hlGUIthlKyV4p6ki3TvXFX071blj8HUhgLGquPjw==", "dev": true, "dependencies": { "@jest/schemas": "^29.0.0", @@ -11282,9 +11282,9 @@ } }, "@jest/types": { - "version": "29.0.3", - "resolved": "https://registry.npmjs.org/@jest/types/-/types-29.0.3.tgz", - "integrity": "sha512-coBJmOQvurXjN1Hh5PzF7cmsod0zLIOXpP8KD161mqNlroMhLcwpODiEzi7ZsRl5Z/AIuxpeNm8DCl43F4kz8A==", + "version": "29.2.1", + "resolved": "https://registry.npmjs.org/@jest/types/-/types-29.2.1.tgz", + "integrity": "sha512-O/QNDQODLnINEPAI0cl9U6zUIDXEWXt6IC1o2N2QENuos7hlGUIthlKyV4p6ki3TvXFX071blj8HUhgLGquPjw==", "dev": true, "requires": { "@jest/schemas": "^29.0.0", diff --git a/package.json b/package.json index ef38c20..3243e77 100644 --- a/package.json +++ b/package.json @@ -36,7 +36,7 @@ "devDependencies": { "@commitlint/cli": "^17.1.2", "@ethersphere/bee-factory": "^0.4.1", - "@jest/types": "^29.0.3", + "@jest/types": "^29.2.1", "@types/express": "^4.17.14", "@types/jest": "^27.5.2", "@types/node": "^18.7.23",