diff --git a/.yarn/cache/@types-jest-npm-28.1.5-baa8088d99-994bfc25a5.zip b/.yarn/cache/@types-jest-npm-28.1.5-baa8088d99-994bfc25a5.zip new file mode 100644 index 000000000..9094b616f Binary files /dev/null and b/.yarn/cache/@types-jest-npm-28.1.5-baa8088d99-994bfc25a5.zip differ diff --git a/packages/api/package.json b/packages/api/package.json index f5b6bac06..4cb41979f 100644 --- a/packages/api/package.json +++ b/packages/api/package.json @@ -25,7 +25,7 @@ "test:unit": "jest spec --coverage" }, "devDependencies": { - "@types/jest": "^28.1.4", + "@types/jest": "^28.1.5", "@types/lodash": "^4.14.182", "@typescript-eslint/eslint-plugin": "^5.30.0", "eslint-plugin-prettier": "*", diff --git a/packages/components/src/Packages/Editors/org.standardnotes.advanced-checklist/package.json b/packages/components/src/Packages/Editors/org.standardnotes.advanced-checklist/package.json index bb0aa6393..08e41a17d 100644 --- a/packages/components/src/Packages/Editors/org.standardnotes.advanced-checklist/package.json +++ b/packages/components/src/Packages/Editors/org.standardnotes.advanced-checklist/package.json @@ -94,7 +94,7 @@ "@testing-library/jest-dom": "5.16.2", "@testing-library/react": "12.1.4", "@testing-library/user-event": "13.5.0", - "@types/jest": "^28.1.4", + "@types/jest": "^28.1.5", "@types/lodash": "4.14.179", "@types/node": "17.0.21", "@types/react": "17.0.40", diff --git a/packages/components/src/Packages/Editors/org.standardnotes.markdown-visual-editor/package.json b/packages/components/src/Packages/Editors/org.standardnotes.markdown-visual-editor/package.json index 2bf14c200..110b200cc 100644 --- a/packages/components/src/Packages/Editors/org.standardnotes.markdown-visual-editor/package.json +++ b/packages/components/src/Packages/Editors/org.standardnotes.markdown-visual-editor/package.json @@ -45,7 +45,7 @@ "@testing-library/jest-dom": "^5.16.2", "@testing-library/react": "^12.1.4", "@testing-library/user-event": "^13.5.0", - "@types/jest": "^28.1.4", + "@types/jest": "^28.1.5", "@types/lodash": "^4.14.179", "@types/marked": "^4.0.2", "@types/node": "^17.0.21", diff --git a/packages/encryption/package.json b/packages/encryption/package.json index 8a14134eb..1398930d7 100644 --- a/packages/encryption/package.json +++ b/packages/encryption/package.json @@ -25,7 +25,7 @@ }, "devDependencies": { "@standardnotes/config": "2.4.3", - "@types/jest": "^28.1.4", + "@types/jest": "^28.1.5", "@types/node": "^18.0.0", "@typescript-eslint/eslint-plugin": "*", "eslint": "*", diff --git a/packages/features/package.json b/packages/features/package.json index 0a1b8f653..8503db4e1 100644 --- a/packages/features/package.json +++ b/packages/features/package.json @@ -31,7 +31,7 @@ "reflect-metadata": "^0.1.13" }, "devDependencies": { - "@types/jest": "^28.1.4", + "@types/jest": "^28.1.5", "@typescript-eslint/eslint-plugin": "^5.30.0", "eslint-plugin-prettier": "*", "jest": "^28.1.2", diff --git a/packages/filepicker/package.json b/packages/filepicker/package.json index ee0f6f622..beb66c5b0 100644 --- a/packages/filepicker/package.json +++ b/packages/filepicker/package.json @@ -23,7 +23,7 @@ "test:unit": "jest" }, "devDependencies": { - "@types/jest": "^28.1.4", + "@types/jest": "^28.1.5", "@typescript-eslint/eslint-plugin": "^5.30.0", "eslint-plugin-prettier": "*", "jest": "^28.1.2", diff --git a/packages/files/package.json b/packages/files/package.json index 25dd37761..1f141a64a 100644 --- a/packages/files/package.json +++ b/packages/files/package.json @@ -23,7 +23,7 @@ "test:unit": "jest" }, "devDependencies": { - "@types/jest": "^28.1.4", + "@types/jest": "^28.1.5", "@typescript-eslint/eslint-plugin": "^5.30.0", "eslint-plugin-prettier": "*", "jest": "^28.1.2", diff --git a/packages/mobile/package.json b/packages/mobile/package.json index 7a732511e..dc0668d23 100644 --- a/packages/mobile/package.json +++ b/packages/mobile/package.json @@ -94,7 +94,7 @@ "@standardnotes/config": "^2.4.3", "@types/detox": "^18.1.0", "@types/faker": "^6.6.9", - "@types/jest": "^28.1.4", + "@types/jest": "^28.1.5", "@types/js-base64": "^3.3.1", "@types/react": "17.0.2", "@types/react-native": "^0.67.3", diff --git a/packages/models/package.json b/packages/models/package.json index a7b50b9d3..d815d6cf1 100644 --- a/packages/models/package.json +++ b/packages/models/package.json @@ -23,7 +23,7 @@ "test:unit": "jest" }, "devDependencies": { - "@types/jest": "^28.1.4", + "@types/jest": "^28.1.5", "@types/lodash": "^4.14.182", "@typescript-eslint/eslint-plugin": "^5.30.0", "eslint-plugin-prettier": "*", diff --git a/packages/responses/package.json b/packages/responses/package.json index 3ff27b2e2..c603db206 100644 --- a/packages/responses/package.json +++ b/packages/responses/package.json @@ -24,7 +24,7 @@ "test:unit": "jest spec --coverage --passWithNoTests" }, "devDependencies": { - "@types/jest": "^28.1.4", + "@types/jest": "^28.1.5", "@typescript-eslint/eslint-plugin": "^5.30.0", "eslint-plugin-prettier": "*", "jest": "^28.1.2", diff --git a/packages/services/package.json b/packages/services/package.json index 0bbd56ecf..ceb3d06ab 100644 --- a/packages/services/package.json +++ b/packages/services/package.json @@ -32,7 +32,7 @@ "reflect-metadata": "^0.1.13" }, "devDependencies": { - "@types/jest": "^28.1.4", + "@types/jest": "^28.1.5", "@typescript-eslint/eslint-plugin": "^5.30.0", "@typescript-eslint/parser": "^5.12.1", "eslint-plugin-prettier": "*", diff --git a/packages/snjs/package.json b/packages/snjs/package.json index a2fcc7b91..6dd9ceb2b 100644 --- a/packages/snjs/package.json +++ b/packages/snjs/package.json @@ -32,7 +32,7 @@ "@babel/core": "*", "@babel/preset-env": "*", "@types/crypto-js": "^4.1.1", - "@types/jest": "^28.1.4", + "@types/jest": "^28.1.5", "@types/jsdom": "^16.2.14", "@types/libsodium-wrappers": "^0.7.9", "@types/lodash": "^4.14.179", diff --git a/packages/utils/package.json b/packages/utils/package.json index 6ca8716e9..db3efb9f5 100644 --- a/packages/utils/package.json +++ b/packages/utils/package.json @@ -32,7 +32,7 @@ }, "devDependencies": { "@types/dompurify": "^2.3.3", - "@types/jest": "^28.1.4", + "@types/jest": "^28.1.5", "@types/jsdom": "^16.2.14", "@types/lodash": "^4.14.179", "@types/node": "^18.0.0", diff --git a/packages/web/package.json b/packages/web/package.json index d531ff47e..5615c846a 100644 --- a/packages/web/package.json +++ b/packages/web/package.json @@ -26,7 +26,7 @@ "@babel/preset-env": "*", "@babel/preset-typescript": "^7.16.7", "@pmmmwh/react-refresh-webpack-plugin": "^0.5.7", - "@types/jest": "^28.1.4", + "@types/jest": "^28.1.5", "@types/react": "^17.0.42", "@types/react-dom": "^18.0.5", "@types/wicg-file-system-access": "^2020.9.5", diff --git a/yarn.lock b/yarn.lock index 60603d6e1..d8752080a 100644 --- a/yarn.lock +++ b/yarn.lock @@ -6152,7 +6152,7 @@ __metadata: "@testing-library/jest-dom": 5.16.2 "@testing-library/react": 12.1.4 "@testing-library/user-event": 13.5.0 - "@types/jest": ^28.1.4 + "@types/jest": ^28.1.5 "@types/lodash": 4.14.179 "@types/node": 17.0.21 "@types/react": 17.0.40 @@ -6195,7 +6195,7 @@ __metadata: "@standardnotes/security": ^1.1.0 "@standardnotes/services": "workspace:*" "@standardnotes/utils": "workspace:*" - "@types/jest": ^28.1.4 + "@types/jest": ^28.1.5 "@types/lodash": ^4.14.182 "@typescript-eslint/eslint-plugin": ^5.30.0 eslint-plugin-prettier: "*" @@ -6560,7 +6560,7 @@ __metadata: "@standardnotes/services": "workspace:*" "@standardnotes/sncrypto-common": "workspace:*" "@standardnotes/utils": "workspace:*" - "@types/jest": ^28.1.4 + "@types/jest": ^28.1.5 "@types/node": ^18.0.0 "@typescript-eslint/eslint-plugin": "*" eslint: "*" @@ -6598,7 +6598,7 @@ __metadata: "@standardnotes/auth": ^3.19.4 "@standardnotes/common": ^1.23.1 "@standardnotes/security": ^1.2.0 - "@types/jest": ^28.1.4 + "@types/jest": ^28.1.5 "@typescript-eslint/eslint-plugin": ^5.30.0 eslint-plugin-prettier: "*" jest: ^28.1.2 @@ -6615,7 +6615,7 @@ __metadata: "@standardnotes/common": ^1.23.1 "@standardnotes/services": "workspace:*" "@standardnotes/utils": "workspace:*" - "@types/jest": ^28.1.4 + "@types/jest": ^28.1.5 "@types/wicg-file-system-access": ^2020.9.5 "@typescript-eslint/eslint-plugin": ^5.30.0 eslint-plugin-prettier: "*" @@ -6638,7 +6638,7 @@ __metadata: "@standardnotes/services": "workspace:*" "@standardnotes/sncrypto-common": "workspace:*" "@standardnotes/utils": "workspace:*" - "@types/jest": ^28.1.4 + "@types/jest": ^28.1.5 "@typescript-eslint/eslint-plugin": ^5.30.0 eslint-plugin-prettier: "*" jest: ^28.1.2 @@ -6884,7 +6884,7 @@ __metadata: "@testing-library/jest-dom": ^5.16.2 "@testing-library/react": ^12.1.4 "@testing-library/user-event": ^13.5.0 - "@types/jest": ^28.1.4 + "@types/jest": ^28.1.5 "@types/lodash": ^4.14.179 "@types/marked": ^4.0.2 "@types/node": ^17.0.21 @@ -6944,7 +6944,7 @@ __metadata: "@standardnotes/web": "workspace:*" "@types/detox": ^18.1.0 "@types/faker": ^6.6.9 - "@types/jest": ^28.1.4 + "@types/jest": ^28.1.5 "@types/js-base64": ^3.3.1 "@types/react": 17.0.2 "@types/react-native": ^0.67.3 @@ -7023,7 +7023,7 @@ __metadata: "@standardnotes/features": "workspace:*" "@standardnotes/responses": "workspace:*" "@standardnotes/utils": "workspace:*" - "@types/jest": ^28.1.4 + "@types/jest": ^28.1.5 "@types/lodash": ^4.14.182 "@typescript-eslint/eslint-plugin": ^5.30.0 eslint-plugin-prettier: "*" @@ -7089,7 +7089,7 @@ __metadata: "@standardnotes/common": ^1.23.1 "@standardnotes/features": "workspace:*" "@standardnotes/security": ^1.1.0 - "@types/jest": ^28.1.4 + "@types/jest": ^28.1.5 "@typescript-eslint/eslint-plugin": ^5.30.0 eslint-plugin-prettier: "*" jest: ^28.1.2 @@ -7159,7 +7159,7 @@ __metadata: "@standardnotes/responses": "workspace:*" "@standardnotes/security": ^1.2.0 "@standardnotes/utils": "workspace:*" - "@types/jest": ^28.1.4 + "@types/jest": ^28.1.5 "@typescript-eslint/eslint-plugin": ^5.30.0 "@typescript-eslint/parser": ^5.12.1 eslint-plugin-prettier: "*" @@ -7276,7 +7276,7 @@ __metadata: "@standardnotes/sncrypto-web": "workspace:*" "@standardnotes/utils": "workspace:*" "@types/crypto-js": ^4.1.1 - "@types/jest": ^28.1.4 + "@types/jest": ^28.1.5 "@types/jsdom": ^16.2.14 "@types/libsodium-wrappers": ^0.7.9 "@types/lodash": ^4.14.179 @@ -7434,7 +7434,7 @@ __metadata: dependencies: "@standardnotes/common": ^1.23.1 "@types/dompurify": ^2.3.3 - "@types/jest": ^28.1.4 + "@types/jest": ^28.1.5 "@types/jsdom": ^16.2.14 "@types/lodash": ^4.14.179 "@types/node": ^18.0.0 @@ -7482,7 +7482,7 @@ __metadata: "@standardnotes/snjs": "workspace:*" "@standardnotes/styles": "workspace:*" "@standardnotes/toast": "workspace:*" - "@types/jest": ^28.1.4 + "@types/jest": ^28.1.5 "@types/react": ^17.0.42 "@types/react-dom": ^18.0.5 "@types/wicg-file-system-access": ^2020.9.5 @@ -8346,7 +8346,7 @@ __metadata: languageName: node linkType: hard -"@types/jest@npm:*, @types/jest@npm:^28.1.4": +"@types/jest@npm:*": version: 28.1.4 resolution: "@types/jest@npm:28.1.4" dependencies: @@ -8356,6 +8356,16 @@ __metadata: languageName: node linkType: hard +"@types/jest@npm:^28.1.5": + version: 28.1.5 + resolution: "@types/jest@npm:28.1.5" + dependencies: + jest-matcher-utils: ^28.0.0 + pretty-format: ^28.0.0 + checksum: 994bfc25a5e767ec1506a2a7d94e60a7a5645b2e4e8444c56ae902f3a3e27ae54e821e41c1b4e7c8d7f5022bf5abfdd0460ead223ba6f2d0a194e5b2bed1ad76 + languageName: node + linkType: hard + "@types/js-base64@npm:^3.3.1": version: 3.3.1 resolution: "@types/js-base64@npm:3.3.1"