Skip to content

Commit

Permalink
Merge pull request #92 from gmajor-encrypt/dependabot/npm_and_yarn/po…
Browse files Browse the repository at this point in the history
…lkadot-js/main/polkadot/types-codec-10.10.1

Bump @polkadot/types-codec from 10.9.1 to 10.10.1 in /polkadot-js
  • Loading branch information
gmajor-encrypt authored Oct 18, 2023
2 parents bd443ae + 8e09a9b commit d519479
Show file tree
Hide file tree
Showing 3 changed files with 204 additions and 26 deletions.
160 changes: 150 additions & 10 deletions polkadot-js/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion polkadot-js/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
},
"dependencies": {
"@polkadot/api": "10.9.1",
"@polkadot/types-codec": "10.9.1",
"@polkadot/types-codec": "10.10.1",
"ffi-napi": "^4.0.3",
"ref-array-di": "^1.2.2",
"ref-struct-di": "^1.1.1"
Expand Down
68 changes: 53 additions & 15 deletions polkadot-js/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1407,6 +1407,15 @@
"@polkadot/util" "^12.3.1"
tslib "^2.5.3"

"@polkadot/[email protected]":
version "10.10.1"
resolved "https://registry.yarnpkg.com/@polkadot/types-codec/-/types-codec-10.10.1.tgz#61d28a461493bfb72606b4399078460969a049c8"
integrity sha512-ETPG0wzWzt/bDKRQmYbO7CLe/0lUt8VrG6/bECdv+Kye+8Qedba2LZyTWm/9f2ngms8TZ82yI8mPv/mozdtfnw==
dependencies:
"@polkadot/util" "^12.5.1"
"@polkadot/x-bigint" "^12.5.1"
tslib "^2.6.2"

"@polkadot/[email protected]":
version "10.9.1"
resolved "https://registry.yarnpkg.com/@polkadot/types-codec/-/types-codec-10.9.1.tgz#f30026d3dfeaa69c07c45fa66d1c39318fd232cc"
Expand Down Expand Up @@ -1475,7 +1484,7 @@
"@scure/base" "1.1.1"
tslib "^2.6.1"

"@polkadot/[email protected]", "@polkadot/util@^12.3.1":
"@polkadot/[email protected]":
version "12.4.1"
resolved "https://registry.yarnpkg.com/@polkadot/util/-/util-12.4.1.tgz#36604ebb410c3f063fbb20151e804006ddeeddf5"
integrity sha512-msKecQxYwi/1AEkBvvqE7SdbomDl/0xUe77jzhU9rtOlmHnUhTei5cOiFlXqMD3vxMH7hfh+80u2MnexXgeqHA==
Expand All @@ -1488,6 +1497,19 @@
bn.js "^5.2.1"
tslib "^2.6.1"

"@polkadot/util@^12.3.1", "@polkadot/util@^12.5.1":
version "12.5.1"
resolved "https://registry.yarnpkg.com/@polkadot/util/-/util-12.5.1.tgz#f4e7415600b013d3b69527aa88904acf085be3f5"
integrity sha512-fDBZL7D4/baMG09Qowseo884m3QBzErGkRWNBId1UjWR99kyex+cIY9fOSzmuQxo6nLdJlLHw1Nz2caN3+Bq0A==
dependencies:
"@polkadot/x-bigint" "12.5.1"
"@polkadot/x-global" "12.5.1"
"@polkadot/x-textdecoder" "12.5.1"
"@polkadot/x-textencoder" "12.5.1"
"@types/bn.js" "^5.1.1"
bn.js "^5.2.1"
tslib "^2.6.2"

"@polkadot/[email protected]":
version "7.2.2"
resolved "https://registry.yarnpkg.com/@polkadot/wasm-bridge/-/wasm-bridge-7.2.2.tgz#957b82b17927fe080729e8930b5b5c554f77b8df"
Expand Down Expand Up @@ -1549,13 +1571,13 @@
"@polkadot/x-global" "12.4.1"
tslib "^2.6.1"

"@polkadot/x-bigint@^12.3.1":
version "12.3.2"
resolved "https://registry.yarnpkg.com/@polkadot/x-bigint/-/x-bigint-12.3.2.tgz#0e99489cc7938bed40762aaaed58ded6850ab54b"
integrity sha512-JLqLgfGXe/x+hZJETd5ZqfpVsbwyMsH5Nn1Q20ineMMjXN/ig+kVR8Mc15LXBMuw4g7LldFW6UUrotWnuMI8Yw==
"@polkadot/x-bigint@12.5.1", "@polkadot/x-bigint@^12.3.1", "@polkadot/x-bigint@^12.5.1":
version "12.5.1"
resolved "https://registry.yarnpkg.com/@polkadot/x-bigint/-/x-bigint-12.5.1.tgz#0a6a3a34fae51468e7b02b42e0ff0747fd88a80a"
integrity sha512-Fw39eoN9v0sqxSzfSC5awaDVdzojIiE7d1hRSQgVSrES+8whWvtbYMR0qwbVhTuW7DvogHmye41P9xKMlXZysg==
dependencies:
"@polkadot/x-global" "12.3.2"
tslib "^2.5.3"
"@polkadot/x-global" "12.5.1"
tslib "^2.6.2"

"@polkadot/x-fetch@^12.3.1":
version "12.4.1"
Expand All @@ -1566,20 +1588,20 @@
node-fetch "^3.3.2"
tslib "^2.6.1"

"@polkadot/[email protected]":
version "12.3.2"
resolved "https://registry.yarnpkg.com/@polkadot/x-global/-/x-global-12.3.2.tgz#04ac0b0e559a35107f0b95ff7889fcade3796aa3"
integrity sha512-yVZq6oIegjlyh5rUZiTklgu+fL+W/DG1ypEa02683tUCB3avV5cA3PAHKptMSlb6FpweHu37lKKrqfAWrraDxg==
dependencies:
tslib "^2.5.3"

"@polkadot/[email protected]", "@polkadot/x-global@^12.3.1":
version "12.4.1"
resolved "https://registry.yarnpkg.com/@polkadot/x-global/-/x-global-12.4.1.tgz#029fe7b61e039521ce4852775f630a7afea5bd0b"
integrity sha512-r83Bd/VE6Gq5aXhIX0DUQWn3XF1c9ZH5AxqD1wwUiU3DQ5sKcO9DXRm5+sJ9ZTZrAl0efkix97TAygH+GXWD7Q==
dependencies:
tslib "^2.6.1"

"@polkadot/[email protected]":
version "12.5.1"
resolved "https://registry.yarnpkg.com/@polkadot/x-global/-/x-global-12.5.1.tgz#947bb90e0c46c853ffe216dd6dcb6847d5c18a98"
integrity sha512-6K0YtWEg0eXInDOihU5aSzeb1t9TiDdX9ZuRly+58ALSqw5kPZYmQLbzE1d8HWzyXRXK+YH65GtLzfMGqfYHmw==
dependencies:
tslib "^2.6.2"

"@polkadot/[email protected]":
version "12.4.1"
resolved "https://registry.yarnpkg.com/@polkadot/x-randomvalues/-/x-randomvalues-12.4.1.tgz#2ec9e5427243e0f9ff83f85670da994262090dae"
Expand All @@ -1596,6 +1618,14 @@
"@polkadot/x-global" "12.4.1"
tslib "^2.6.1"

"@polkadot/[email protected]":
version "12.5.1"
resolved "https://registry.yarnpkg.com/@polkadot/x-textdecoder/-/x-textdecoder-12.5.1.tgz#8d89d2b5efbffb2550a48f8afb4a834e1d8d4f6e"
integrity sha512-j2YZGWfwhMC8nHW3BXq10fAPY02ObLL/qoTjCMJ1Cmc/OGq18Ep7k9cXXbjFAq3wf3tUUewt/u/hStKCk3IvfQ==
dependencies:
"@polkadot/x-global" "12.5.1"
tslib "^2.6.2"

"@polkadot/[email protected]":
version "12.4.1"
resolved "https://registry.yarnpkg.com/@polkadot/x-textencoder/-/x-textencoder-12.4.1.tgz#876ae8412cbd8f134f618612ba35b47354ef7a2c"
Expand All @@ -1604,6 +1634,14 @@
"@polkadot/x-global" "12.4.1"
tslib "^2.6.1"

"@polkadot/[email protected]":
version "12.5.1"
resolved "https://registry.yarnpkg.com/@polkadot/x-textencoder/-/x-textencoder-12.5.1.tgz#9104e37a60068df2fbf57c81a7ce48669430c76c"
integrity sha512-1JNNpOGb4wD+c7zFuOqjibl49LPnHNr4rj4s3WflLUIZvOMY6euoDuN3ISjQSHCLlVSoH0sOCWA3qXZU4bCTDQ==
dependencies:
"@polkadot/x-global" "12.5.1"
tslib "^2.6.2"

"@polkadot/x-ws@^12.3.1":
version "12.4.1"
resolved "https://registry.yarnpkg.com/@polkadot/x-ws/-/x-ws-12.4.1.tgz#0b87bce585127adad759b42b8c593cf5f5edc7f6"
Expand Down Expand Up @@ -3752,7 +3790,7 @@ ts-jest@^28.0.8:
semver "7.x"
yargs-parser "^21.0.1"

tslib@^2.1.0, tslib@^2.5.3, tslib@^2.6.1:
tslib@^2.1.0, tslib@^2.5.3, tslib@^2.6.1, tslib@^2.6.2:
version "2.6.2"
resolved "https://registry.yarnpkg.com/tslib/-/tslib-2.6.2.tgz#703ac29425e7b37cd6fd456e92404d46d1f3e4ae"
integrity sha512-AEYxH93jGFPn/a2iVAwW87VuUIkR1FVUKB77NwMF7nBTDkDrrT/Hpt/IrCJ0QXhW27jTBDcf5ZY7w6RiqTMw2Q==
Expand Down

0 comments on commit d519479

Please sign in to comment.