From 3a731242bae15e28b7be115eb1c0e184b89b1d0f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 4 Nov 2024 04:12:08 +0000 Subject: [PATCH] Bump @polkadot/types-codec from 13.2.1 to 14.2.2 in /libraries/js Bumps [@polkadot/types-codec](https://github.com/polkadot-js/api/tree/HEAD/packages/types-codec) from 13.2.1 to 14.2.2. - [Release notes](https://github.com/polkadot-js/api/releases) - [Changelog](https://github.com/polkadot-js/api/blob/master/CHANGELOG.md) - [Commits](https://github.com/polkadot-js/api/commits/v14.2.2/packages/types-codec) --- updated-dependencies: - dependency-name: "@polkadot/types-codec" dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- libraries/js/package-lock.json | 122 ++++++++++++++++++++++++++++++--- libraries/js/package.json | 2 +- 2 files changed, 112 insertions(+), 12 deletions(-) diff --git a/libraries/js/package-lock.json b/libraries/js/package-lock.json index 859d466..f02ec29 100644 --- a/libraries/js/package-lock.json +++ b/libraries/js/package-lock.json @@ -17,7 +17,7 @@ "@digitalcredentials/vc": "^9.0.0", "@polkadot/keyring": "^13.1.1", "@polkadot/types": "^13.2.1", - "@polkadot/types-codec": "^13.2.1", + "@polkadot/types-codec": "^14.2.2", "@polkadot/util": "^13.1.1", "@polkadot/util-crypto": "^13.1.1", "base-x": "^5.0.0", @@ -4794,11 +4794,10 @@ "node": ">=18" } }, - "node_modules/@polkadot/types-codec": { + "node_modules/@polkadot/types-augment/node_modules/@polkadot/types-codec": { "version": "13.2.1", "resolved": "https://registry.npmjs.org/@polkadot/types-codec/-/types-codec-13.2.1.tgz", "integrity": "sha512-tFAzzS8sMYItoD5a91sFMD+rskWyv4WjSmUZaj0Y4OfLtDAiQvgO0KncdGJIB6D+zZ/T7khpgsv/CZbN3YnezA==", - "license": "Apache-2.0", "dependencies": { "@polkadot/util": "^13.1.1", "@polkadot/x-bigint": "^13.1.1", @@ -4808,6 +4807,83 @@ "node": ">=18" } }, + "node_modules/@polkadot/types-codec": { + "version": "14.2.2", + "resolved": "https://registry.npmjs.org/@polkadot/types-codec/-/types-codec-14.2.2.tgz", + "integrity": "sha512-ri1U50VQx2FvBK8iJr5kwA8lIg1zlv7OI0x7th35kHtfRr9icPOp2x1jNsOamfObs7OekTsl7+5Uq33Tl0JR+g==", + "dependencies": { + "@polkadot/util": "^13.2.2", + "@polkadot/x-bigint": "^13.2.2", + "tslib": "^2.8.0" + }, + "engines": { + "node": ">=18" + } + }, + "node_modules/@polkadot/types-codec/node_modules/@polkadot/util": { + "version": "13.2.2", + "resolved": "https://registry.npmjs.org/@polkadot/util/-/util-13.2.2.tgz", + "integrity": "sha512-zhsGtR0J2a0ODesJNbCYqEXOL2rhPrmv1F6OB2JMdho7iOrkONck3PZaoT/Y0JF7IlHjGV8K6yrw7k9KUtFrEA==", + "dependencies": { + "@polkadot/x-bigint": "13.2.2", + "@polkadot/x-global": "13.2.2", + "@polkadot/x-textdecoder": "13.2.2", + "@polkadot/x-textencoder": "13.2.2", + "@types/bn.js": "^5.1.6", + "bn.js": "^5.2.1", + "tslib": "^2.8.0" + }, + "engines": { + "node": ">=18" + } + }, + "node_modules/@polkadot/types-codec/node_modules/@polkadot/x-bigint": { + "version": "13.2.2", + "resolved": "https://registry.npmjs.org/@polkadot/x-bigint/-/x-bigint-13.2.2.tgz", + "integrity": "sha512-9ENDfG2wYqABWhQYYrbjJK0aPBvCqVPiFhBiKgIg6OTSJKJToa4Di9R8NxelF8eJTtz7DIvgf6gZY/jnKfbtWw==", + "dependencies": { + "@polkadot/x-global": "13.2.2", + "tslib": "^2.8.0" + }, + "engines": { + "node": ">=18" + } + }, + "node_modules/@polkadot/types-codec/node_modules/@polkadot/x-global": { + "version": "13.2.2", + "resolved": "https://registry.npmjs.org/@polkadot/x-global/-/x-global-13.2.2.tgz", + "integrity": "sha512-a+iKD7JXxDRtYVo0bp1+HHlaem6MkUHU2yE0cx2e97p9x+IKyNEY58D0L5P66kszLvhFw+t3Jq+qHIj0+2YxkQ==", + "dependencies": { + "tslib": "^2.8.0" + }, + "engines": { + "node": ">=18" + } + }, + "node_modules/@polkadot/types-codec/node_modules/@polkadot/x-textdecoder": { + "version": "13.2.2", + "resolved": "https://registry.npmjs.org/@polkadot/x-textdecoder/-/x-textdecoder-13.2.2.tgz", + "integrity": "sha512-elpIrgdq22yyvt4fzxwb2IRJEpswPVwizzauRipVy3uUmI/lC2f7D7u9jrC554Xy8UrrAPExX1sWJCxZA8DZ/g==", + "dependencies": { + "@polkadot/x-global": "13.2.2", + "tslib": "^2.8.0" + }, + "engines": { + "node": ">=18" + } + }, + "node_modules/@polkadot/types-codec/node_modules/@polkadot/x-textencoder": { + "version": "13.2.2", + "resolved": "https://registry.npmjs.org/@polkadot/x-textencoder/-/x-textencoder-13.2.2.tgz", + "integrity": "sha512-nxlNvK5h0KPCaAE/cx92e8JCPAlmFGbuXC9l03C1Ei1wAnOcWuJWRIk2qOkCEYkpT+G0jITPN4dgk634+pBQSw==", + "dependencies": { + "@polkadot/x-global": "13.2.2", + "tslib": "^2.8.0" + }, + "engines": { + "node": ">=18" + } + }, "node_modules/@polkadot/types-create": { "version": "13.2.1", "resolved": "https://registry.npmjs.org/@polkadot/types-create/-/types-create-13.2.1.tgz", @@ -4822,6 +4898,32 @@ "node": ">=18" } }, + "node_modules/@polkadot/types-create/node_modules/@polkadot/types-codec": { + "version": "13.2.1", + "resolved": "https://registry.npmjs.org/@polkadot/types-codec/-/types-codec-13.2.1.tgz", + "integrity": "sha512-tFAzzS8sMYItoD5a91sFMD+rskWyv4WjSmUZaj0Y4OfLtDAiQvgO0KncdGJIB6D+zZ/T7khpgsv/CZbN3YnezA==", + "dependencies": { + "@polkadot/util": "^13.1.1", + "@polkadot/x-bigint": "^13.1.1", + "tslib": "^2.7.0" + }, + "engines": { + "node": ">=18" + } + }, + "node_modules/@polkadot/types/node_modules/@polkadot/types-codec": { + "version": "13.2.1", + "resolved": "https://registry.npmjs.org/@polkadot/types-codec/-/types-codec-13.2.1.tgz", + "integrity": "sha512-tFAzzS8sMYItoD5a91sFMD+rskWyv4WjSmUZaj0Y4OfLtDAiQvgO0KncdGJIB6D+zZ/T7khpgsv/CZbN3YnezA==", + "dependencies": { + "@polkadot/util": "^13.1.1", + "@polkadot/x-bigint": "^13.1.1", + "tslib": "^2.7.0" + }, + "engines": { + "node": ">=18" + } + }, "node_modules/@polkadot/util": { "version": "13.1.1", "resolved": "https://registry.npmjs.org/@polkadot/util/-/util-13.1.1.tgz", @@ -6625,10 +6727,9 @@ "license": "Apache-2.0" }, "node_modules/@types/bn.js": { - "version": "5.1.5", - "resolved": "https://registry.npmjs.org/@types/bn.js/-/bn.js-5.1.5.tgz", - "integrity": "sha512-V46N0zwKRF5Q00AZ6hWtN0T8gGmDUaUzLWQvHFo5yThtVwK/VCenFY3wXVbOvNfajEpsTfQM4IN9k/d6gUVX3A==", - "license": "MIT", + "version": "5.1.6", + "resolved": "https://registry.npmjs.org/@types/bn.js/-/bn.js-5.1.6.tgz", + "integrity": "sha512-Xh8vSwUeMKeYYrj3cX4lGQgFSF/N03r+tv4AiLl1SucqV+uTQpxRcnM8AkXKHwYP9ZPXOYXRr2KPXpVlIvqh9w==", "dependencies": { "@types/node": "*" } @@ -17913,10 +18014,9 @@ "license": "Apache-2.0" }, "node_modules/tslib": { - "version": "2.7.0", - "resolved": "https://registry.npmjs.org/tslib/-/tslib-2.7.0.tgz", - "integrity": "sha512-gLXCKdN1/j47AiHiOkJN69hJmcbGTHI0ImLmbYLHykhgeN0jVGola9yVjFgzCUklsZQMW55o+dW7IXv3RCXDzA==", - "license": "0BSD" + "version": "2.8.1", + "resolved": "https://registry.npmjs.org/tslib/-/tslib-2.8.1.tgz", + "integrity": "sha512-oJFu94HQb+KVduSUQL7wnpmqnfmLsOA/nAh6b6EH0wCEoK0/mPeXU6c3wKDV83MkOuHPRHtSXKKU99IBazS/2w==" }, "node_modules/tsup": { "version": "8.3.0", diff --git a/libraries/js/package.json b/libraries/js/package.json index 040da55..3949afc 100644 --- a/libraries/js/package.json +++ b/libraries/js/package.json @@ -50,7 +50,7 @@ "@digitalcredentials/vc": "^9.0.0", "@polkadot/keyring": "^13.1.1", "@polkadot/types": "^13.2.1", - "@polkadot/types-codec": "^13.2.1", + "@polkadot/types-codec": "^14.2.2", "@polkadot/util": "^13.1.1", "@polkadot/util-crypto": "^13.1.1", "base-x": "^5.0.0",