diff --git a/integration-tests/package-lock.json b/integration-tests/package-lock.json index ef80c186..767a1b5b 100644 --- a/integration-tests/package-lock.json +++ b/integration-tests/package-lock.json @@ -9,7 +9,7 @@ "version": "1.0.0", "license": "MIT", "dependencies": { - "@fluencelabs/aqua-lib": "^0.7.0" + "@fluencelabs/aqua-lib": "0.7.0" }, "devDependencies": { "@fluencelabs/cli": "0.4.8" diff --git a/integration-tests/package.json b/integration-tests/package.json index b3fb09d9..debf5d52 100644 --- a/integration-tests/package.json +++ b/integration-tests/package.json @@ -3,7 +3,7 @@ "version": "1.0.0", "description": "Spells Integration Tests", "dependencies": { - "@fluencelabs/aqua-lib": "^0.7.0" + "@fluencelabs/aqua-lib": "0.7.0" }, "scripts": { "compile-aqua": "fluence aqua -i . -o ./target/typescript", diff --git a/src/aqua/installation-spell/src/plugins/ipfs/package-lock.json b/src/aqua/installation-spell/src/plugins/ipfs/package-lock.json index aaa1bdbb..19977ccd 100644 --- a/src/aqua/installation-spell/src/plugins/ipfs/package-lock.json +++ b/src/aqua/installation-spell/src/plugins/ipfs/package-lock.json @@ -9,8 +9,8 @@ "version": "1.0.0", "license": "ISC", "dependencies": { - "ipfs-http-client": "^57.0.3", - "multiaddr": "^10.0.1" + "ipfs-http-client": "57.0.3", + "multiaddr": "10.0.1" } }, "node_modules/@ipld/dag-cbor": { @@ -657,6 +657,7 @@ "version": "10.0.1", "resolved": "https://registry.npmjs.org/multiaddr/-/multiaddr-10.0.1.tgz", "integrity": "sha512-G5upNcGzEGuTHkzxezPrrD6CaIHR9uo+7MwqhNVcXTs33IInon4y7nMiGxl2CY5hG7chvYQUQhz5V52/Qe3cbg==", + "deprecated": "This module is deprecated, please upgrade to @multiformats/multiaddr", "dependencies": { "dns-over-http-resolver": "^1.2.3", "err-code": "^3.0.1", diff --git a/src/aqua/installation-spell/src/plugins/ipfs/package.json b/src/aqua/installation-spell/src/plugins/ipfs/package.json index 4ab91b8c..988fb5b0 100644 --- a/src/aqua/installation-spell/src/plugins/ipfs/package.json +++ b/src/aqua/installation-spell/src/plugins/ipfs/package.json @@ -9,7 +9,7 @@ "author": "", "license": "ISC", "dependencies": { - "ipfs-http-client": "^57.0.3", - "multiaddr": "^10.0.1" + "ipfs-http-client": "57.0.3", + "multiaddr": "10.0.1" } } diff --git a/src/spell/modules/spell/Cargo.lock b/src/spell/modules/spell/Cargo.lock index 3a4c9c28..91610aaa 100644 --- a/src/spell/modules/spell/Cargo.lock +++ b/src/spell/modules/spell/Cargo.lock @@ -1994,9 +1994,9 @@ dependencies = [ [[package]] name = "uuid" -version = "1.2.2" +version = "1.2.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "422ee0de9031b5b948b97a8fc04e3aa35230001a722ddd27943e0be31564ce4c" +checksum = "feb41e78f93363bb2df8b0e86a2ca30eed7806ea16ea0c790d757cf93f79be83" dependencies = [ "getrandom 0.2.8", ] diff --git a/src/spell/modules/spell/Cargo.toml b/src/spell/modules/spell/Cargo.toml index 1ba7be3d..76b855e7 100644 --- a/src/spell/modules/spell/Cargo.toml +++ b/src/spell/modules/spell/Cargo.toml @@ -6,4 +6,4 @@ members = [ ] [workspace.dependencies] -marine-sqlite-connector = "0.8.0" +marine-sqlite-connector = "=0.8.0" diff --git a/src/spell/modules/spell/spell-distro/Cargo.toml b/src/spell/modules/spell/spell-distro/Cargo.toml index e1b765f8..47c4d6e4 100644 --- a/src/spell/modules/spell/spell-distro/Cargo.toml +++ b/src/spell/modules/spell/spell-distro/Cargo.toml @@ -10,7 +10,7 @@ build = "build.rs" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] -maplit = "1.0.2" +maplit = "=1.0.2" [build-dependencies] -built = "0.5.2" +built = "=0.5.2" diff --git a/src/spell/modules/spell/spell-dtos/Cargo.toml b/src/spell/modules/spell/spell-dtos/Cargo.toml index 548b5116..c5750dc6 100644 --- a/src/spell/modules/spell/spell-dtos/Cargo.toml +++ b/src/spell/modules/spell/spell-dtos/Cargo.toml @@ -8,8 +8,8 @@ license = "Apache-2.0" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] -marine-rs-sdk = "0.7.1" -thiserror = "1.0.37" +marine-rs-sdk = "=0.7.1" +thiserror = "=1.0.37" marine-sqlite-connector = { workspace = true } -eyre = "0.6.8" -serde = "1.0.149" +eyre = "=0.6.8" +serde = "=1.0.149" diff --git a/src/spell/modules/spell/spell/Cargo.toml b/src/spell/modules/spell/spell/Cargo.toml index 1d6961f3..10a0118d 100644 --- a/src/spell/modules/spell/spell/Cargo.toml +++ b/src/spell/modules/spell/spell/Cargo.toml @@ -9,18 +9,18 @@ name = "spell" path = "src/main.rs" [dependencies] -marine-rs-sdk = "0.7.1" +marine-rs-sdk = "=0.7.1" marine-sqlite-connector = { workspace = true } -eyre = "0.6.8" -cid = "0.8.6" -thiserror = "1.0.37" -fstrings = "0.2.3" +eyre = "=0.6.8" +cid = "=0.8.6" +thiserror = "=1.0.37" +fstrings = "=0.2.3" fluence-spell-dtos = { path = "../spell-dtos", version = "0.5.0" } -serde = "1.0.149" -serde_json = "1.0.89" +serde = "=1.0.149" +serde_json = "=1.0.89" [dev-dependencies] -marine-rs-sdk-test = "0.8.1" -uuid = "1.2.1" -test-env-helpers = "0.2.2" -ctor = "0.1.26" +marine-rs-sdk-test = "=0.8.1" +uuid = "=1.2.1" +test-env-helpers = "=0.2.2" +ctor = "=0.1.26"