diff --git a/package-lock.json b/package-lock.json index b89920d6..33716025 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1337,8 +1337,9 @@ } }, "@exabyte-io/code.js": { - "version": "git+https://github.com/Exabyte-io/code.js.git#93cd709ea4ceac5dfca179bbe7fff48c7af60cdc", - "from": "git+https://github.com/Exabyte-io/code.js.git#93cd709ea4ceac5dfca179bbe7fff48c7af60cdc", + "version": "2023.11.22-0", + "resolved": "https://registry.npmjs.org/@exabyte-io/code.js/-/code.js-2023.11.22-0.tgz", + "integrity": "sha512-FKS3gUHimr3QA6V1hOoux1s6fafvjgbfCN9s45Ol6Qa3zdZLkUECJ20r4uGpHvg1ClFpB3BUL+cJU1kwlHjzJg==", "dev": true, "requires": { "@babel/cli": "7.16.0", @@ -1349,7 +1350,7 @@ "@babel/preset-react": "7.16.7", "@babel/register": "^7.16.0", "@babel/runtime-corejs3": "7.16.8", - "@exabyte-io/esse.js": "git+https://github.com/Exabyte-io/esse.git#4832e5175c18476acb88091a1bb64e8d4d535823", + "@exabyte-io/esse.js": "2023.11.22-1", "@types/chai": "^4.3.5", "@types/crypto-js": "^4.1.1", "@types/js-yaml": "^4.0.5", @@ -1440,8 +1441,9 @@ "dev": true }, "@exabyte-io/esse.js": { - "version": "git+https://github.com/Exabyte-io/esse.git#4832e5175c18476acb88091a1bb64e8d4d535823", - "from": "git+https://github.com/Exabyte-io/esse.git#4832e5175c18476acb88091a1bb64e8d4d535823", + "version": "2023.11.22-1", + "resolved": "https://registry.npmjs.org/@exabyte-io/esse.js/-/esse.js-2023.11.22-1.tgz", + "integrity": "sha512-G4D9u+srCZWEoG4o9rXDL9VFT6BR6an4m1RwVOE2KkLKIftCyGxCWrlUAfRHh51ZOcP6LMzg1m4MQwwN8J0OBA==", "dev": true, "requires": { "@babel/cli": "7.16.0", @@ -1702,15 +1704,15 @@ "dev": true }, "@types/mocha": { - "version": "10.0.5", - "resolved": "https://registry.npmjs.org/@types/mocha/-/mocha-10.0.5.tgz", - "integrity": "sha512-JUI82qwkRhYJYesuKSeFy46fKbhLaV9RU1gAh2PHmyoEECvlTf5UYeIivYlMszp1WT2CwJ4ziC3zoxsodhsGwg==", + "version": "10.0.6", + "resolved": "https://registry.npmjs.org/@types/mocha/-/mocha-10.0.6.tgz", + "integrity": "sha512-dJvrYWxP/UcXm36Qn36fxhUKu8A/xMRXVT2cliFF1Z7UA9liG5Psj3ezNSZw+5puH2czDXRLcXQxf8JbJt0ejg==", "dev": true }, "@types/node": { - "version": "20.9.3", - "resolved": "https://registry.npmjs.org/@types/node/-/node-20.9.3.tgz", - "integrity": "sha512-nk5wXLAXGBKfrhLB0cyHGbSqopS+nz0BUgZkUQqSHSSgdee0kssp1IAqlQOu333bW+gMNs2QREx7iynm19Abxw==", + "version": "20.9.4", + "resolved": "https://registry.npmjs.org/@types/node/-/node-20.9.4.tgz", + "integrity": "sha512-wmyg8HUhcn6ACjsn8oKYjkN/zUzQeNtMy44weTJSM6p4MMzEOuKbA3OjJ267uPCOW7Xex9dyrNTful8XTQYoDA==", "dev": true, "requires": { "undici-types": "~5.26.4" @@ -1750,9 +1752,9 @@ } }, "@types/scheduler": { - "version": "0.16.7", - "resolved": "https://registry.npmjs.org/@types/scheduler/-/scheduler-0.16.7.tgz", - "integrity": "sha512-8g25Nl3AuB1KulTlSUsUhUo/oBgBU6XIXQ+XURpeioEbEJvkO7qI4vDfREv3vJYHHzqXjcAHvoJy4pTtSQNZtA==", + "version": "0.16.8", + "resolved": "https://registry.npmjs.org/@types/scheduler/-/scheduler-0.16.8.tgz", + "integrity": "sha512-WZLiwShhwLRmeV6zH+GkbOFT6Z6VklCItrDioxUnv+u4Ll+8vKeFySoFyK/0ctcRpOmwAicELfmys1sDc/Rw+A==", "dev": true }, "@types/underscore": { diff --git a/package.json b/package.json index 09ae0523..136b2392 100644 --- a/package.json +++ b/package.json @@ -26,7 +26,7 @@ "homepage": "https://github.com/Exabyte-io/application-flavors", "devDependencies": { "@exabyte-io/eslint-config": "^2022.11.17-0", - "@exabyte-io/code.js": "git+https://github.com/Exabyte-io/code.js#93cd709ea4ceac5dfca179bbe7fff48c7af60cdc", + "@exabyte-io/code.js": "2023.11.22-0", "chai": "^4.3.4", "eslint": "^7.32.0", "eslint-config-airbnb": "^19.0.2",