diff --git a/.changeset/silent-starfishes-peel.md b/.changeset/silent-starfishes-peel.md
deleted file mode 100644
index ea2536ca..00000000
--- a/.changeset/silent-starfishes-peel.md
+++ /dev/null
@@ -1,9 +0,0 @@
----
-'@moonbeam-network/xcm-builder': patch
-'@moonbeam-network/xcm-config': patch
-'@moonbeam-network/xcm-sdk': patch
-'@moonbeam-network/xcm-types': patch
-'@moonbeam-network/xcm-utils': patch
----
-
-Fix vulnerability
diff --git a/.changeset/twelve-donuts-sort.md b/.changeset/twelve-donuts-sort.md
deleted file mode 100644
index f2c02a48..00000000
--- a/.changeset/twelve-donuts-sort.md
+++ /dev/null
@@ -1,9 +0,0 @@
----
-'@moonbeam-network/xcm-builder': patch
-'@moonbeam-network/xcm-config': patch
-'@moonbeam-network/xcm-sdk': patch
-'@moonbeam-network/xcm-types': patch
-'@moonbeam-network/xcm-utils': patch
----
-
-fix cross-spawn vulnerability
diff --git a/examples/sdk-simple/package.json b/examples/sdk-simple/package.json
index bb1e6bec..a5ef7600 100644
--- a/examples/sdk-simple/package.json
+++ b/examples/sdk-simple/package.json
@@ -12,9 +12,9 @@
   "author": "",
   "license": "MIT",
   "dependencies": {
-    "@moonbeam-network/xcm-config": "2.7.4",
-    "@moonbeam-network/xcm-sdk": "2.7.4",
-    "@moonbeam-network/xcm-utils": "2.2.2"
+    "@moonbeam-network/xcm-config": "2.7.5",
+    "@moonbeam-network/xcm-sdk": "2.7.5",
+    "@moonbeam-network/xcm-utils": "2.2.3"
   },
   "devDependencies": {
     "bun": "^1.1.31"
diff --git a/package-lock.json b/package-lock.json
index f89c04a0..736c530a 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -50,9 +50,9 @@
       "version": "1.0.0",
       "license": "MIT",
       "dependencies": {
-        "@moonbeam-network/xcm-config": "2.7.4",
-        "@moonbeam-network/xcm-sdk": "2.7.4",
-        "@moonbeam-network/xcm-utils": "2.2.2"
+        "@moonbeam-network/xcm-config": "2.7.5",
+        "@moonbeam-network/xcm-sdk": "2.7.5",
+        "@moonbeam-network/xcm-utils": "2.2.3"
       },
       "devDependencies": {
         "bun": "^1.1.31"
@@ -20141,11 +20141,11 @@
     },
     "packages/builder": {
       "name": "@moonbeam-network/xcm-builder",
-      "version": "2.5.4",
+      "version": "2.5.5",
       "license": "MIT",
       "dependencies": {
-        "@moonbeam-network/xcm-types": "2.5.2",
-        "@moonbeam-network/xcm-utils": "2.2.2",
+        "@moonbeam-network/xcm-types": "2.5.3",
+        "@moonbeam-network/xcm-utils": "2.2.3",
         "big.js": "^6.2.1"
       },
       "peerDependencies": {
@@ -20158,11 +20158,11 @@
     },
     "packages/config": {
       "name": "@moonbeam-network/xcm-config",
-      "version": "2.7.4",
+      "version": "2.7.5",
       "license": "MIT",
       "dependencies": {
-        "@moonbeam-network/xcm-builder": "2.5.4",
-        "@moonbeam-network/xcm-types": "2.5.2"
+        "@moonbeam-network/xcm-builder": "2.5.5",
+        "@moonbeam-network/xcm-types": "2.5.3"
       },
       "peerDependencies": {
         "@polkadot/types": "^12.4.2",
@@ -20172,13 +20172,13 @@
     },
     "packages/sdk": {
       "name": "@moonbeam-network/xcm-sdk",
-      "version": "2.7.4",
+      "version": "2.7.5",
       "license": "MIT",
       "dependencies": {
-        "@moonbeam-network/xcm-builder": "2.5.4",
-        "@moonbeam-network/xcm-config": "2.7.4",
-        "@moonbeam-network/xcm-types": "2.5.2",
-        "@moonbeam-network/xcm-utils": "2.2.2",
+        "@moonbeam-network/xcm-builder": "2.5.5",
+        "@moonbeam-network/xcm-config": "2.7.5",
+        "@moonbeam-network/xcm-types": "2.5.3",
+        "@moonbeam-network/xcm-utils": "2.2.3",
         "big.js": "^6.2.1"
       },
       "peerDependencies": {
@@ -20192,10 +20192,10 @@
     },
     "packages/types": {
       "name": "@moonbeam-network/xcm-types",
-      "version": "2.5.2",
+      "version": "2.5.3",
       "license": "MIT",
       "dependencies": {
-        "@moonbeam-network/xcm-utils": "2.2.2",
+        "@moonbeam-network/xcm-utils": "2.2.3",
         "big.js": "^6.2.1"
       },
       "peerDependencies": {
@@ -20204,7 +20204,7 @@
     },
     "packages/utils": {
       "name": "@moonbeam-network/xcm-utils",
-      "version": "2.2.2",
+      "version": "2.2.3",
       "license": "MIT",
       "dependencies": {
         "big.js": "^6.2.1",
diff --git a/packages/builder/CHANGELOG.md b/packages/builder/CHANGELOG.md
index bbbe3026..c9abba84 100644
--- a/packages/builder/CHANGELOG.md
+++ b/packages/builder/CHANGELOG.md
@@ -1,5 +1,17 @@
 # @moonbeam-network/xcm-builder
 
+## 2.5.5
+
+### Patch Changes
+
+- [#390](https://github.com/moonbeam-foundation/xcm-sdk/pull/390) [`2790340`](https://github.com/moonbeam-foundation/xcm-sdk/commit/2790340bb8ea0edda13765875d91a3a5d993a072) Thanks [@dependabot](https://github.com/apps/dependabot)! - Fix vulnerability
+
+- [#393](https://github.com/moonbeam-foundation/xcm-sdk/pull/393) [`1546937`](https://github.com/moonbeam-foundation/xcm-sdk/commit/1546937e5636cb6e225a06a8e41c6e6593413c42) Thanks [@Rihyx](https://github.com/Rihyx)! - fix cross-spawn vulnerability
+
+- Updated dependencies [[`2790340`](https://github.com/moonbeam-foundation/xcm-sdk/commit/2790340bb8ea0edda13765875d91a3a5d993a072), [`1546937`](https://github.com/moonbeam-foundation/xcm-sdk/commit/1546937e5636cb6e225a06a8e41c6e6593413c42)]:
+  - @moonbeam-network/xcm-types@2.5.3
+  - @moonbeam-network/xcm-utils@2.2.3
+
 ## 2.5.4
 
 ### Patch Changes
diff --git a/packages/builder/package.json b/packages/builder/package.json
index d6b29070..cc7699e8 100644
--- a/packages/builder/package.json
+++ b/packages/builder/package.json
@@ -1,6 +1,6 @@
 {
   "name": "@moonbeam-network/xcm-builder",
-  "version": "2.5.4",
+  "version": "2.5.5",
   "description": "Moonbeam XCM builder",
   "scripts": {
     "build": "tsup",
@@ -49,8 +49,8 @@
   "types": "./build/index.d.ts",
   "main": "./build/index.cjs",
   "dependencies": {
-    "@moonbeam-network/xcm-types": "2.5.2",
-    "@moonbeam-network/xcm-utils": "2.2.2",
+    "@moonbeam-network/xcm-types": "2.5.3",
+    "@moonbeam-network/xcm-utils": "2.2.3",
     "big.js": "^6.2.1"
   },
   "peerDependencies": {
diff --git a/packages/config/CHANGELOG.md b/packages/config/CHANGELOG.md
index 0ccfbe2f..9aaa7a83 100644
--- a/packages/config/CHANGELOG.md
+++ b/packages/config/CHANGELOG.md
@@ -1,5 +1,17 @@
 # @moonbeam-network/xcm-config
 
+## 2.7.5
+
+### Patch Changes
+
+- [#390](https://github.com/moonbeam-foundation/xcm-sdk/pull/390) [`2790340`](https://github.com/moonbeam-foundation/xcm-sdk/commit/2790340bb8ea0edda13765875d91a3a5d993a072) Thanks [@dependabot](https://github.com/apps/dependabot)! - Fix vulnerability
+
+- [#393](https://github.com/moonbeam-foundation/xcm-sdk/pull/393) [`1546937`](https://github.com/moonbeam-foundation/xcm-sdk/commit/1546937e5636cb6e225a06a8e41c6e6593413c42) Thanks [@Rihyx](https://github.com/Rihyx)! - fix cross-spawn vulnerability
+
+- Updated dependencies [[`2790340`](https://github.com/moonbeam-foundation/xcm-sdk/commit/2790340bb8ea0edda13765875d91a3a5d993a072), [`1546937`](https://github.com/moonbeam-foundation/xcm-sdk/commit/1546937e5636cb6e225a06a8e41c6e6593413c42)]:
+  - @moonbeam-network/xcm-builder@2.5.5
+  - @moonbeam-network/xcm-types@2.5.3
+
 ## 2.7.4
 
 ### Patch Changes
diff --git a/packages/config/package.json b/packages/config/package.json
index 0e4ba698..0041f133 100644
--- a/packages/config/package.json
+++ b/packages/config/package.json
@@ -1,6 +1,6 @@
 {
   "name": "@moonbeam-network/xcm-config",
-  "version": "2.7.4",
+  "version": "2.7.5",
   "description": "All necessary configuration to transfer assets from Moonbeam, Moonriver, Moonbase to other parachains and back",
   "scripts": {
     "build": "tsup",
@@ -49,8 +49,8 @@
   "types": "./build/index.d.ts",
   "main": "./build/index.cjs",
   "dependencies": {
-    "@moonbeam-network/xcm-builder": "2.5.4",
-    "@moonbeam-network/xcm-types": "2.5.2"
+    "@moonbeam-network/xcm-builder": "2.5.5",
+    "@moonbeam-network/xcm-types": "2.5.3"
   },
   "peerDependencies": {
     "@polkadot/types": "^12.4.2",
diff --git a/packages/sdk/CHANGELOG.md b/packages/sdk/CHANGELOG.md
index 9841d32f..4229b5c1 100644
--- a/packages/sdk/CHANGELOG.md
+++ b/packages/sdk/CHANGELOG.md
@@ -1,5 +1,19 @@
 # @moonbeam-network/xcm-sdk
 
+## 2.7.5
+
+### Patch Changes
+
+- [#390](https://github.com/moonbeam-foundation/xcm-sdk/pull/390) [`2790340`](https://github.com/moonbeam-foundation/xcm-sdk/commit/2790340bb8ea0edda13765875d91a3a5d993a072) Thanks [@dependabot](https://github.com/apps/dependabot)! - Fix vulnerability
+
+- [#393](https://github.com/moonbeam-foundation/xcm-sdk/pull/393) [`1546937`](https://github.com/moonbeam-foundation/xcm-sdk/commit/1546937e5636cb6e225a06a8e41c6e6593413c42) Thanks [@Rihyx](https://github.com/Rihyx)! - fix cross-spawn vulnerability
+
+- Updated dependencies [[`2790340`](https://github.com/moonbeam-foundation/xcm-sdk/commit/2790340bb8ea0edda13765875d91a3a5d993a072), [`1546937`](https://github.com/moonbeam-foundation/xcm-sdk/commit/1546937e5636cb6e225a06a8e41c6e6593413c42)]:
+  - @moonbeam-network/xcm-builder@2.5.5
+  - @moonbeam-network/xcm-config@2.7.5
+  - @moonbeam-network/xcm-types@2.5.3
+  - @moonbeam-network/xcm-utils@2.2.3
+
 ## 2.7.4
 
 ### Patch Changes
diff --git a/packages/sdk/package.json b/packages/sdk/package.json
index e9cfc46f..2a7764f8 100644
--- a/packages/sdk/package.json
+++ b/packages/sdk/package.json
@@ -1,6 +1,6 @@
 {
   "name": "@moonbeam-network/xcm-sdk",
-  "version": "2.7.4",
+  "version": "2.7.5",
   "description": "The Moonbeam XCM SDK enables developers to easily deposit and withdraw assets to Moonbeam/Moonriver from the relay chain and other parachains in the Polkadot/Kusama ecosystem",
   "scripts": {
     "build": "tsup",
@@ -51,10 +51,10 @@
   "types": "./build/index.d.ts",
   "main": "./build/index.cjs",
   "dependencies": {
-    "@moonbeam-network/xcm-builder": "2.5.4",
-    "@moonbeam-network/xcm-config": "2.7.4",
-    "@moonbeam-network/xcm-types": "2.5.2",
-    "@moonbeam-network/xcm-utils": "2.2.2",
+    "@moonbeam-network/xcm-builder": "2.5.5",
+    "@moonbeam-network/xcm-config": "2.7.5",
+    "@moonbeam-network/xcm-types": "2.5.3",
+    "@moonbeam-network/xcm-utils": "2.2.3",
     "big.js": "^6.2.1"
   },
   "peerDependencies": {
diff --git a/packages/types/CHANGELOG.md b/packages/types/CHANGELOG.md
index 53e84712..895d0b89 100644
--- a/packages/types/CHANGELOG.md
+++ b/packages/types/CHANGELOG.md
@@ -1,5 +1,16 @@
 # @moonbeam-network/xcm-types
 
+## 2.5.3
+
+### Patch Changes
+
+- [#390](https://github.com/moonbeam-foundation/xcm-sdk/pull/390) [`2790340`](https://github.com/moonbeam-foundation/xcm-sdk/commit/2790340bb8ea0edda13765875d91a3a5d993a072) Thanks [@dependabot](https://github.com/apps/dependabot)! - Fix vulnerability
+
+- [#393](https://github.com/moonbeam-foundation/xcm-sdk/pull/393) [`1546937`](https://github.com/moonbeam-foundation/xcm-sdk/commit/1546937e5636cb6e225a06a8e41c6e6593413c42) Thanks [@Rihyx](https://github.com/Rihyx)! - fix cross-spawn vulnerability
+
+- Updated dependencies [[`2790340`](https://github.com/moonbeam-foundation/xcm-sdk/commit/2790340bb8ea0edda13765875d91a3a5d993a072), [`1546937`](https://github.com/moonbeam-foundation/xcm-sdk/commit/1546937e5636cb6e225a06a8e41c6e6593413c42)]:
+  - @moonbeam-network/xcm-utils@2.2.3
+
 ## 2.5.2
 
 ### Patch Changes
diff --git a/packages/types/package.json b/packages/types/package.json
index 6a775e19..fa9c800d 100644
--- a/packages/types/package.json
+++ b/packages/types/package.json
@@ -1,6 +1,6 @@
 {
   "name": "@moonbeam-network/xcm-types",
-  "version": "2.5.2",
+  "version": "2.5.3",
   "description": "Moonbeam XCM Types",
   "scripts": {
     "build": "tsup",
@@ -48,7 +48,7 @@
   "types": "./build/index.d.ts",
   "main": "./build/index.cjs",
   "dependencies": {
-    "@moonbeam-network/xcm-utils": "2.2.2",
+    "@moonbeam-network/xcm-utils": "2.2.3",
     "big.js": "^6.2.1"
   },
   "peerDependencies": {
diff --git a/packages/utils/CHANGELOG.md b/packages/utils/CHANGELOG.md
index 6b3ba5d2..aa11519f 100644
--- a/packages/utils/CHANGELOG.md
+++ b/packages/utils/CHANGELOG.md
@@ -1,5 +1,13 @@
 # @moonbeam-network/xcm-utils
 
+## 2.2.3
+
+### Patch Changes
+
+- [#390](https://github.com/moonbeam-foundation/xcm-sdk/pull/390) [`2790340`](https://github.com/moonbeam-foundation/xcm-sdk/commit/2790340bb8ea0edda13765875d91a3a5d993a072) Thanks [@dependabot](https://github.com/apps/dependabot)! - Fix vulnerability
+
+- [#393](https://github.com/moonbeam-foundation/xcm-sdk/pull/393) [`1546937`](https://github.com/moonbeam-foundation/xcm-sdk/commit/1546937e5636cb6e225a06a8e41c6e6593413c42) Thanks [@Rihyx](https://github.com/Rihyx)! - fix cross-spawn vulnerability
+
 ## 2.2.2
 
 ### Patch Changes
diff --git a/packages/utils/package.json b/packages/utils/package.json
index 49434c8f..923b6251 100644
--- a/packages/utils/package.json
+++ b/packages/utils/package.json
@@ -1,6 +1,6 @@
 {
   "name": "@moonbeam-network/xcm-utils",
-  "version": "2.2.2",
+  "version": "2.2.3",
   "description": "Moonbeam XCM utilities",
   "scripts": {
     "build": "tsup",