From 94ecba13925ffe2a3384e26dd151adb408d10558 Mon Sep 17 00:00:00 2001 From: Pranab Das <31024886+pranabdas@users.noreply.github.com> Date: Fri, 19 Apr 2024 20:20:09 +0800 Subject: [PATCH] SOF-7323: update dependencies with published version --- package-lock.json | 22 ++++++++++++---------- package.json | 4 ++-- 2 files changed, 14 insertions(+), 12 deletions(-) diff --git a/package-lock.json b/package-lock.json index 3c75047..07ae21e 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1607,8 +1607,9 @@ } }, "@exabyte-io/application-flavors.js": { - "version": "git+https://github.com/Exabyte-io/application-flavors.git#131de7ffa9d98a849796c8c550dcbeada9ea1fc9", - "from": "git+https://github.com/Exabyte-io/application-flavors.git#131de7ffa9d98a849796c8c550dcbeada9ea1fc9", + "version": "2024.4.19-0", + "resolved": "https://registry.npmjs.org/@exabyte-io/application-flavors.js/-/application-flavors.js-2024.4.19-0.tgz", + "integrity": "sha512-IPkQgrW4vcXZhKnFU1QAv4v4qw/S+vv4+GeJCQ0qGzja/ij/jECtc7K72F5m42secJir1ozXFBMLuGwuc/K/GQ==", "dev": true, "requires": { "@babel/cli": "7.16.0", @@ -1893,8 +1894,9 @@ } }, "@mat3ra/esse": { - "version": "git+https://github.com/Exabyte-io/esse.git#1d895aaafecc9fcdb51a63db6716f3ec6c3c9e80", - "from": "git+https://github.com/Exabyte-io/esse.git#1d895aaafecc9fcdb51a63db6716f3ec6c3c9e80", + "version": "2024.4.19-1", + "resolved": "https://registry.npmjs.org/@mat3ra/esse/-/esse-2024.4.19-1.tgz", + "integrity": "sha512-hSr4iix2AeaOb3YKahBZKRdmEAVfQkcQSiDo3RsyXa0GJkfZFxhzSzEjmr5lb/p1b2wlVvElfvx2D/D0ppvqCg==", "dev": true, "requires": { "@babel/cli": "7.16.0", @@ -2188,9 +2190,9 @@ } }, "caniuse-lite": { - "version": "1.0.30001608", - "resolved": "https://registry.npmjs.org/caniuse-lite/-/caniuse-lite-1.0.30001608.tgz", - "integrity": "sha512-cjUJTQkk9fQlJR2s4HMuPMvTiRggl0rAVMtthQuyOlDWuqHXqN8azLq+pi8B2TjwKJ32diHjUqRIKeFX4z1FoA==", + "version": "1.0.30001611", + "resolved": "https://registry.npmjs.org/caniuse-lite/-/caniuse-lite-1.0.30001611.tgz", + "integrity": "sha512-19NuN1/3PjA3QI8Eki55N8my4LzfkMCRLgCVfrl/slbSAchQfV0+GwjPrK3rq37As4UCLlM/DHajbKkAqbv92Q==", "dev": true }, "convert-source-map": { @@ -2200,9 +2202,9 @@ "dev": true }, "electron-to-chromium": { - "version": "1.4.733", - "resolved": "https://registry.npmjs.org/electron-to-chromium/-/electron-to-chromium-1.4.733.tgz", - "integrity": "sha512-gUI9nhI2iBGF0OaYYLKOaOtliFMl+Bt1rY7VmEjwxOxqoYLub/D9xmduPEhbw2imE6gYkJKhIE5it+KE2ulVxQ==", + "version": "1.4.744", + "resolved": "https://registry.npmjs.org/electron-to-chromium/-/electron-to-chromium-1.4.744.tgz", + "integrity": "sha512-nAGcF0yeKKfrP13LMFr5U1eghfFSvFLg302VUFzWlcjPOnUYd52yU5x6PBYrujhNbc4jYmZFrGZFK+xasaEzVA==", "dev": true }, "js-yaml": { diff --git a/package.json b/package.json index 5ebb122..0f1a23f 100644 --- a/package.json +++ b/package.json @@ -45,10 +45,10 @@ }, "devDependencies": { "@exabyte-io/eslint-config": "^2022.11.17-0", - "@exabyte-io/application-flavors.js": "git+https://github.com/Exabyte-io/application-flavors.git#131de7ffa9d98a849796c8c550dcbeada9ea1fc9", + "@exabyte-io/application-flavors.js": "2024.4.19-0", "@mat3ra/code": "2024.3.25-3", "@mat3ra/made": "2024.3.26-0", - "@mat3ra/esse": "git+https://github.com/Exabyte-io/esse.git#1d895aaafecc9fcdb51a63db6716f3ec6c3c9e80", + "@mat3ra/esse": "2024.4.19-1", "chai": "^4.3.4", "eslint": "7.32.0", "eslint-config-airbnb": "19.0.2",