Skip to content

Commit 8872fa4

Browse files
committed
neutronjsplus rc18
1 parent fa0ccf9 commit 8872fa4

File tree

2 files changed

+22
-22
lines changed

2 files changed

+22
-22
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@
4646
"@cosmos-client/core": "^0.47.4",
4747
"@cosmos-client/cosmwasm": "^0.40.3",
4848
"@cosmos-client/ibc": "^1.2.1",
49-
"@neutron-org/neutronjsplus": "0.4.0-rc17",
49+
"@neutron-org/neutronjsplus": "0.4.0-rc18",
5050
"@types/lodash": "^4.14.182",
5151
"@types/long": "^5.0.0",
5252
"axios": "^0.27.2",

yarn.lock

+21-21
Original file line numberDiff line numberDiff line change
@@ -108,10 +108,10 @@
108108
regexpu-core "^5.3.1"
109109
semver "^6.3.1"
110110

111-
"@babel/helper-define-polyfill-provider@^0.6.1":
112-
version "0.6.1"
113-
resolved "https://registry.yarnpkg.com/@babel/helper-define-polyfill-provider/-/helper-define-polyfill-provider-0.6.1.tgz#fadc63f0c2ff3c8d02ed905dcea747c5b0fb74fd"
114-
integrity sha512-o7SDgTJuvx5vLKD6SFvkydkSMBvahDKGiNJzG22IZYXhiqoe9efY7zocICBgzHV4IRg5wdgl2nEL/tulKIEIbA==
111+
"@babel/helper-define-polyfill-provider@^0.6.1", "@babel/helper-define-polyfill-provider@^0.6.2":
112+
version "0.6.2"
113+
resolved "https://registry.yarnpkg.com/@babel/helper-define-polyfill-provider/-/helper-define-polyfill-provider-0.6.2.tgz#18594f789c3594acb24cfdb4a7f7b7d2e8bd912d"
114+
integrity sha512-LV76g+C502biUK6AyZ3LK10vDpDyCzZnhZFXkH1L75zHPj68+qc8Zfpx2th+gzwA2MzyK+1g/3EPl62yFnVttQ==
115115
dependencies:
116116
"@babel/helper-compilation-targets" "^7.22.6"
117117
"@babel/helper-plugin-utils" "^7.22.5"
@@ -1004,9 +1004,9 @@
10041004
integrity sha512-0hYQ8SB4Db5zvZB4axdMHGwEaQjkZzFjQiN9LVYvIFB2nSUHW9tYpxWriPrWDASIxiaXax83REcLxuSdnGPZtw==
10051005

10061006
"@bufbuild/protobuf@^1.4.2":
1007-
version "1.8.0"
1008-
resolved "https://registry.yarnpkg.com/@bufbuild/protobuf/-/protobuf-1.8.0.tgz#1c8651ea34adb8019b483e09de02aeeb1cd57d79"
1009-
integrity sha512-qR9FwI8QKIveDnUYutvfzbC21UZJJryYrLuZGjeZ/VGz+vXelUkK+xgkOHsvPEdYEdxtgUUq4313N8QtOehJ1Q==
1007+
version "1.9.0"
1008+
resolved "https://registry.yarnpkg.com/@bufbuild/protobuf/-/protobuf-1.9.0.tgz#fffac3183059a41ceef5311e07e3724d426a95c4"
1009+
integrity sha512-W7gp8Q/v1NlCZLsv8pQ3Y0uCu/SHgXOVFK+eUluUKWXmsb6VHkpNx0apdOWWcDbB9sJoKeP8uPrjmehJz6xETQ==
10101010

10111011
"@confio/ics23@^0.6.8":
10121012
version "0.6.8"
@@ -2188,12 +2188,12 @@ babel-plugin-jest-hoist@^29.6.3:
21882188
"@types/babel__traverse" "^7.0.6"
21892189

21902190
babel-plugin-polyfill-corejs2@^0.4.10:
2191-
version "0.4.10"
2192-
resolved "https://registry.yarnpkg.com/babel-plugin-polyfill-corejs2/-/babel-plugin-polyfill-corejs2-0.4.10.tgz#276f41710b03a64f6467433cab72cbc2653c38b1"
2193-
integrity sha512-rpIuu//y5OX6jVU+a5BCn1R5RSZYWAl2Nar76iwaOdycqb6JPxediskWFMMl7stfwNJR4b7eiQvh5fB5TEQJTQ==
2191+
version "0.4.11"
2192+
resolved "https://registry.yarnpkg.com/babel-plugin-polyfill-corejs2/-/babel-plugin-polyfill-corejs2-0.4.11.tgz#30320dfe3ffe1a336c15afdcdafd6fd615b25e33"
2193+
integrity sha512-sMEJ27L0gRHShOh5G54uAAPaiCOygY/5ratXuiyb2G46FmlSpc9eFCzYVyDiPxfNbwzA7mYahmjQc5q+CZQ09Q==
21942194
dependencies:
21952195
"@babel/compat-data" "^7.22.6"
2196-
"@babel/helper-define-polyfill-provider" "^0.6.1"
2196+
"@babel/helper-define-polyfill-provider" "^0.6.2"
21972197
semver "^6.3.1"
21982198

21992199
babel-plugin-polyfill-corejs3@^0.10.4:
@@ -2205,11 +2205,11 @@ babel-plugin-polyfill-corejs3@^0.10.4:
22052205
core-js-compat "^3.36.1"
22062206

22072207
babel-plugin-polyfill-regenerator@^0.6.1:
2208-
version "0.6.1"
2209-
resolved "https://registry.yarnpkg.com/babel-plugin-polyfill-regenerator/-/babel-plugin-polyfill-regenerator-0.6.1.tgz#4f08ef4c62c7a7f66a35ed4c0d75e30506acc6be"
2210-
integrity sha512-JfTApdE++cgcTWjsiCQlLyFBMbTUft9ja17saCc93lgV33h4tuCVj7tlvu//qpLwaG+3yEz7/KhahGrUMkVq9g==
2208+
version "0.6.2"
2209+
resolved "https://registry.yarnpkg.com/babel-plugin-polyfill-regenerator/-/babel-plugin-polyfill-regenerator-0.6.2.tgz#addc47e240edd1da1058ebda03021f382bba785e"
2210+
integrity sha512-2R25rQZWP63nGwaAswvDazbPXfrM3HwVoBXK6HcqeKrSrL/JqcC/rDcf95l4r7LXLyxDXc8uQDa064GubtCABg==
22112211
dependencies:
2212-
"@babel/helper-define-polyfill-provider" "^0.6.1"
2212+
"@babel/helper-define-polyfill-provider" "^0.6.2"
22132213

22142214
babel-preset-current-node-syntax@^1.0.0:
22152215
version "1.0.1"
@@ -2429,9 +2429,9 @@ camelcase@^6.2.0:
24292429
integrity sha512-Gmy6FhYlCY7uOElZUSbxo2UCDH8owEk996gkbrpsgGtrJLM3J7jGxl9Ic7Qwwj4ivOE5AWZWRMecDdF7hqGjFA==
24302430

24312431
caniuse-lite@^1.0.30001587:
2432-
version "1.0.30001611"
2433-
resolved "https://registry.yarnpkg.com/caniuse-lite/-/caniuse-lite-1.0.30001611.tgz#4dbe78935b65851c2d2df1868af39f709a93a96e"
2434-
integrity sha512-19NuN1/3PjA3QI8Eki55N8my4LzfkMCRLgCVfrl/slbSAchQfV0+GwjPrK3rq37As4UCLlM/DHajbKkAqbv92Q==
2432+
version "1.0.30001612"
2433+
resolved "https://registry.yarnpkg.com/caniuse-lite/-/caniuse-lite-1.0.30001612.tgz#d34248b4ec1f117b70b24ad9ee04c90e0b8a14ae"
2434+
integrity sha512-lFgnZ07UhaCcsSZgWW0K5j4e69dK1u/ltrL9lTUiFOwNHs12S3UMIEYgBV0Z6C6hRDev7iRnMzzYmKabYdXF9g==
24352435

24362436
chalk@^2.3.0, chalk@^2.4.2:
24372437
version "2.4.2"
@@ -2818,9 +2818,9 @@ ee-first@1.1.1:
28182818
integrity sha512-WMwm9LhRUo+WUaRN+vRuETqG89IgZphVSNkdFgeb6sS/E4OrDIN7t48CAewSHXc6C8lefD8KKfr5vY61brQlow==
28192819

28202820
electron-to-chromium@^1.4.668:
2821-
version "1.4.744"
2822-
resolved "https://registry.yarnpkg.com/electron-to-chromium/-/electron-to-chromium-1.4.744.tgz#d19cdfdbd81bd800b71773702bcbaa129a3b2e8f"
2823-
integrity sha512-nAGcF0yeKKfrP13LMFr5U1eghfFSvFLg302VUFzWlcjPOnUYd52yU5x6PBYrujhNbc4jYmZFrGZFK+xasaEzVA==
2821+
version "1.4.747"
2822+
resolved "https://registry.yarnpkg.com/electron-to-chromium/-/electron-to-chromium-1.4.747.tgz#e37fa5b7b7e4c22607c5f59b5cf78f947266e77d"
2823+
integrity sha512-+FnSWZIAvFHbsNVmUxhEqWiaOiPMcfum1GQzlWCg/wLigVtshOsjXHyEFfmt6cFK6+HkS3QOJBv6/3OPumbBfw==
28242824

28252825
elliptic@^6.4.0, elliptic@^6.5.3, elliptic@^6.5.4:
28262826
version "6.5.5"

0 commit comments

Comments
 (0)