From 3e7ac518ebd1799e9a6d96e374d4678bcb6c2c9a Mon Sep 17 00:00:00 2001 From: Pranab Das <31024886+pranabdas@users.noreply.github.com> Date: Fri, 29 Mar 2024 19:35:03 +0800 Subject: [PATCH] SOF-7315: update deps --- package-lock.json | 8 ++++---- package.json | 4 ++-- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/package-lock.json b/package-lock.json index 61d3dc3..b3aff74 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1470,8 +1470,8 @@ } }, "@exabyte-io/ade.js": { - "version": "git+https://github.com/Exabyte-io/ade.js.git#8449549b4c8a9c7a721c015123746930bb4acbcb", - "from": "git+https://github.com/Exabyte-io/ade.js.git#8449549b4c8a9c7a721c015123746930bb4acbcb", + "version": "git+https://github.com/Exabyte-io/ade.js.git#0c02cb777caf441fac31b806916faf107d42bcd9", + "from": "git+https://github.com/Exabyte-io/ade.js.git#0c02cb777caf441fac31b806916faf107d42bcd9", "dev": true, "requires": { "@babel/cli": "7.16.0", @@ -1491,8 +1491,8 @@ } }, "@exabyte-io/application-flavors.js": { - "version": "git+https://github.com/Exabyte-io/application-flavors.git#1f8546c9454fa8f396f0c3f85bd5443d67fd2c7e", - "from": "git+https://github.com/Exabyte-io/application-flavors.git#1f8546c9454fa8f396f0c3f85bd5443d67fd2c7e", + "version": "git+https://github.com/Exabyte-io/application-flavors.git#77dca4100e6c39dd1da2eaac748e0f97fc49db61", + "from": "git+https://github.com/Exabyte-io/application-flavors.git#77dca4100e6c39dd1da2eaac748e0f97fc49db61", "dev": true, "requires": { "@babel/cli": "7.16.0", diff --git a/package.json b/package.json index c5b3d93..387bd10 100644 --- a/package.json +++ b/package.json @@ -46,8 +46,8 @@ "underscore.string": "^3.3.4" }, "devDependencies": { - "@exabyte-io/ade.js": "https://github.com/Exabyte-io/ade.js.git#8449549b4c8a9c7a721c015123746930bb4acbcb", - "@exabyte-io/application-flavors.js": "https://github.com/Exabyte-io/application-flavors.git#1f8546c9454fa8f396f0c3f85bd5443d67fd2c7e", + "@exabyte-io/ade.js": "https://github.com/Exabyte-io/ade.js.git#0c02cb777caf441fac31b806916faf107d42bcd9", + "@exabyte-io/application-flavors.js": "https://github.com/Exabyte-io/application-flavors.git#77dca4100e6c39dd1da2eaac748e0f97fc49db61", "@exabyte-io/eslint-config": "^2022.11.17-0", "@exabyte-io/ide.js": "2024.3.26-0", "@exabyte-io/mode.js": "2024.3.26-0",