From 903468ea95e6832f5aa52a347d9d9e1cd0138769 Mon Sep 17 00:00:00 2001
From: Jongsun Suh <jongsun.suh@icloud.com>
Date: Tue, 25 Jun 2024 15:45:31 -0400
Subject: [PATCH] Bump out-of-sync dependencies

---
 .../package.json                              | 10 +++----
 packages/profile-sync-controller/package.json |  4 +--
 yarn.lock                                     | 26 +++----------------
 3 files changed, 10 insertions(+), 30 deletions(-)

diff --git a/packages/notification-services-controller/package.json b/packages/notification-services-controller/package.json
index 8933f8d3d0f..d694bbaeddc 100644
--- a/packages/notification-services-controller/package.json
+++ b/packages/notification-services-controller/package.json
@@ -35,10 +35,10 @@
     "changelog:update": "../../scripts/update-changelog.sh @metamask/notification-services-controller",
     "changelog:validate": "../../scripts/validate-changelog.sh @metamask/notification-services-controller",
     "publish:preview": "yarn npm publish --tag preview",
-    "test": "jest --reporters=jest-silent-reporter",
-    "test:clean": "jest --clearCache",
-    "test:verbose": "jest --verbose",
-    "test:watch": "jest --watch"
+    "test": "NODE_OPTIONS=--experimental-vm-modules jest --reporters=jest-silent-reporter",
+    "test:clean": "NODE_OPTIONS=--experimental-vm-modules jest --clearCache",
+    "test:verbose": "NODE_OPTIONS=--experimental-vm-modules jest --verbose",
+    "test:watch": "NODE_OPTIONS=--experimental-vm-modules jest --watch"
   },
   "dependencies": {
     "@contentful/rich-text-html-renderer": "^16.5.2",
@@ -64,7 +64,7 @@
     "ts-jest": "^27.1.4",
     "typedoc": "^0.24.8",
     "typedoc-plugin-missing-exports": "^2.0.0",
-    "typescript": "~4.9.5"
+    "typescript": "~5.0.4"
   },
   "peerDependencies": {
     "@metamask/keyring-controller": "^17.0.0",
diff --git a/packages/profile-sync-controller/package.json b/packages/profile-sync-controller/package.json
index 8dfc2926b95..8356f505a58 100644
--- a/packages/profile-sync-controller/package.json
+++ b/packages/profile-sync-controller/package.json
@@ -43,8 +43,8 @@
   "dependencies": {
     "@metamask/base-controller": "^6.0.0",
     "@metamask/snaps-controllers": "^8.1.1",
-    "@metamask/snaps-sdk": "^4.2.0",
-    "@metamask/snaps-utils": "^7.4.0",
+    "@metamask/snaps-sdk": "^4.4.1",
+    "@metamask/snaps-utils": "^7.4.1",
     "@noble/ciphers": "^0.5.2",
     "@noble/hashes": "^1.4.0",
     "ethers": "^6.12.0",
diff --git a/yarn.lock b/yarn.lock
index 6c313e6c683..8cd2e183db4 100644
--- a/yarn.lock
+++ b/yarn.lock
@@ -3268,7 +3268,7 @@ __metadata:
     ts-jest: ^27.1.4
     typedoc: ^0.24.8
     typedoc-plugin-missing-exports: ^2.0.0
-    typescript: ~4.9.5
+    typescript: ~5.0.4
     uuid: ^8.3.2
   peerDependencies:
     "@metamask/keyring-controller": ^17.0.0
@@ -3473,8 +3473,8 @@ __metadata:
     "@metamask/auto-changelog": ^3.4.4
     "@metamask/base-controller": ^6.0.0
     "@metamask/snaps-controllers": ^8.1.1
-    "@metamask/snaps-sdk": ^4.2.0
-    "@metamask/snaps-utils": ^7.4.0
+    "@metamask/snaps-sdk": ^4.4.1
+    "@metamask/snaps-utils": ^7.4.1
     "@noble/ciphers": ^0.5.2
     "@noble/hashes": ^1.4.0
     "@types/jest": ^27.4.1
@@ -12737,16 +12737,6 @@ __metadata:
   languageName: node
   linkType: hard
 
-"typescript@npm:~4.9.5":
-  version: 4.9.5
-  resolution: "typescript@npm:4.9.5"
-  bin:
-    tsc: bin/tsc
-    tsserver: bin/tsserver
-  checksum: ee000bc26848147ad423b581bd250075662a354d84f0e06eb76d3b892328d8d4440b7487b5a83e851b12b255f55d71835b008a66cbf8f255a11e4400159237db
-  languageName: node
-  linkType: hard
-
 "typescript@npm:~5.0.4":
   version: 5.0.4
   resolution: "typescript@npm:5.0.4"
@@ -12757,16 +12747,6 @@ __metadata:
   languageName: node
   linkType: hard
 
-"typescript@patch:typescript@~4.9.5#~builtin<compat/typescript>":
-  version: 4.9.5
-  resolution: "typescript@patch:typescript@npm%3A4.9.5#~builtin<compat/typescript>::version=4.9.5&hash=d73830"
-  bin:
-    tsc: bin/tsc
-    tsserver: bin/tsserver
-  checksum: 2eee5c37cad4390385db5db5a8e81470e42e8f1401b0358d7390095d6f681b410f2c4a0c496c6ff9ebd775423c7785cdace7bcdad76c7bee283df3d9718c0f20
-  languageName: node
-  linkType: hard
-
 "typescript@patch:typescript@~5.0.4#~builtin<compat/typescript>":
   version: 5.0.4
   resolution: "typescript@patch:typescript@npm%3A5.0.4#~builtin<compat/typescript>::version=5.0.4&hash=d73830"