From 0324a2423d77e9d8cd5f5e17ddd7fb2194424a2c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 25 Apr 2023 06:03:11 +0000 Subject: [PATCH] chore(deps-dev): bump prettier from 2.8.7 to 2.8.8 in /javascript Bumps [prettier](https://github.com/prettier/prettier) from 2.8.7 to 2.8.8. - [Release notes](https://github.com/prettier/prettier/releases) - [Changelog](https://github.com/prettier/prettier/blob/main/CHANGELOG.md) - [Commits](https://github.com/prettier/prettier/compare/2.8.7...2.8.8) --- updated-dependencies: - dependency-name: prettier dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- javascript/package-lock.json | 117 ++--------------------------------- javascript/package.json | 2 +- 2 files changed, 6 insertions(+), 113 deletions(-) diff --git a/javascript/package-lock.json b/javascript/package-lock.json index 28e08bdb0..7ae6f8ec9 100644 --- a/javascript/package-lock.json +++ b/javascript/package-lock.json @@ -31,7 +31,7 @@ "eslint-plugin-import": "^2.27.5", "eslint-plugin-prettier": "^4.2.1", "husky": "^8.0.3", - "prettier": "^2.8.7", + "prettier": "^2.8.8", "prettier-plugin-organize-imports": "^3.2.2" }, "engines": { @@ -4943,9 +4943,10 @@ } }, "node_modules/prettier": { - "version": "2.8.7", + "version": "2.8.8", + "resolved": "https://registry.npmjs.org/prettier/-/prettier-2.8.8.tgz", + "integrity": "sha512-tdN8qQGvNjw4CHbY+XXk0JgCXn9QiF21a55rBe5LJAU+kDyC4WQn4+awm2Xfk2lQMk5fKup9XgzTZtGkjBdP9Q==", "dev": true, - "license": "MIT", "bin": { "prettier": "bin-prettier.js" }, @@ -5839,10 +5840,6 @@ "node": "*" } }, - "node_modules/tweetnacl": { - "version": "1.0.3", - "license": "Unlicense" - }, "node_modules/type-check": { "version": "0.3.2", "license": "MIT", @@ -6227,7 +6224,7 @@ "dependencies": { "@polkadot/api": "^10.4.1", "@polkadot/keyring": "^12.0.1", - "@polkadot/util-crypto": "^11.1.3", + "@polkadot/util-crypto": "^12.0.1", "@zombienet/utils": "^0.0.18", "axios": "^0.27.2", "chai": "^4.3.7", @@ -6254,110 +6251,6 @@ "@types/mocha": "^10.0.1" } }, - "packages/orchestrator/node_modules/@polkadot/networks": { - "version": "11.1.3", - "license": "Apache-2.0", - "dependencies": { - "@polkadot/util": "11.1.3", - "@substrate/ss58-registry": "^1.39.0", - "tslib": "^2.5.0" - }, - "engines": { - "node": ">=14" - } - }, - "packages/orchestrator/node_modules/@polkadot/util": { - "version": "11.1.3", - "license": "Apache-2.0", - "dependencies": { - "@polkadot/x-bigint": "11.1.3", - "@polkadot/x-global": "11.1.3", - "@polkadot/x-textdecoder": "11.1.3", - "@polkadot/x-textencoder": "11.1.3", - "@types/bn.js": "^5.1.1", - "bn.js": "^5.2.1", - "tslib": "^2.5.0" - }, - "engines": { - "node": ">=14" - } - }, - "packages/orchestrator/node_modules/@polkadot/util-crypto": { - "version": "11.1.3", - "license": "Apache-2.0", - "dependencies": { - "@noble/hashes": "1.3.0", - "@noble/secp256k1": "1.7.1", - "@polkadot/networks": "11.1.3", - "@polkadot/util": "11.1.3", - "@polkadot/wasm-crypto": "^7.0.3", - "@polkadot/x-bigint": "11.1.3", - "@polkadot/x-randomvalues": "11.1.3", - "@scure/base": "1.1.1", - "tslib": "^2.5.0", - "tweetnacl": "^1.0.3" - }, - "engines": { - "node": ">=14" - }, - "peerDependencies": { - "@polkadot/util": "11.1.3" - } - }, - "packages/orchestrator/node_modules/@polkadot/x-bigint": { - "version": "11.1.3", - "license": "Apache-2.0", - "dependencies": { - "@polkadot/x-global": "11.1.3", - "tslib": "^2.5.0" - }, - "engines": { - "node": ">=14" - } - }, - "packages/orchestrator/node_modules/@polkadot/x-global": { - "version": "11.1.3", - "license": "Apache-2.0", - "dependencies": { - "tslib": "^2.5.0" - }, - "engines": { - "node": ">=14" - } - }, - "packages/orchestrator/node_modules/@polkadot/x-randomvalues": { - "version": "11.1.3", - "license": "Apache-2.0", - "dependencies": { - "@polkadot/x-global": "11.1.3", - "tslib": "^2.5.0" - }, - "engines": { - "node": ">=14" - } - }, - "packages/orchestrator/node_modules/@polkadot/x-textdecoder": { - "version": "11.1.3", - "license": "Apache-2.0", - "dependencies": { - "@polkadot/x-global": "11.1.3", - "tslib": "^2.5.0" - }, - "engines": { - "node": ">=14" - } - }, - "packages/orchestrator/node_modules/@polkadot/x-textencoder": { - "version": "11.1.3", - "license": "Apache-2.0", - "dependencies": { - "@polkadot/x-global": "11.1.3", - "tslib": "^2.5.0" - }, - "engines": { - "node": ">=14" - } - }, "packages/utils": { "name": "@zombienet/utils", "version": "0.0.18", diff --git a/javascript/package.json b/javascript/package.json index afe2f8068..c25cb0bf1 100644 --- a/javascript/package.json +++ b/javascript/package.json @@ -42,7 +42,7 @@ "eslint-plugin-import": "^2.27.5", "eslint-plugin-prettier": "^4.2.1", "husky": "^8.0.3", - "prettier": "^2.8.7", + "prettier": "^2.8.8", "prettier-plugin-organize-imports": "^3.2.2" }, "workspaces": [