Skip to content

Commit e840d43

Browse files
authored
Bump 3rd party deps (#4865)
1 parent c384311 commit e840d43

File tree

17 files changed

+44
-44
lines changed

17 files changed

+44
-44
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,9 +31,9 @@
3131
"test:watch": "polkadot-dev-run-test --watch"
3232
},
3333
"devDependencies": {
34-
"@babel/core": "^7.18.0",
34+
"@babel/core": "^7.18.2",
3535
"@babel/register": "^7.17.7",
36-
"@babel/runtime": "^7.18.0",
36+
"@babel/runtime": "^7.18.3",
3737
"@polkadot/dev": "^0.66.30",
3838
"@polkadot/typegen": "workspace:packages/typegen",
3939
"@types/jest": "^27.5.1",

packages/api-augment/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
"version": "8.5.2-11",
2424
"main": "index.js",
2525
"dependencies": {
26-
"@babel/runtime": "^7.18.0",
26+
"@babel/runtime": "^7.18.3",
2727
"@polkadot/api-base": "8.5.2-11",
2828
"@polkadot/rpc-augment": "8.5.2-11",
2929
"@polkadot/types": "8.5.2-11",

packages/api-base/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
"version": "8.5.2-11",
2424
"main": "index.js",
2525
"dependencies": {
26-
"@babel/runtime": "^7.18.0",
26+
"@babel/runtime": "^7.18.3",
2727
"@polkadot/rpc-core": "8.5.2-11",
2828
"@polkadot/types": "8.5.2-11",
2929
"@polkadot/util": "^9.3.1",

packages/api-contract/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
"version": "8.5.2-11",
2424
"main": "index.js",
2525
"dependencies": {
26-
"@babel/runtime": "^7.18.0",
26+
"@babel/runtime": "^7.18.3",
2727
"@polkadot/api": "8.5.2-11",
2828
"@polkadot/types": "8.5.2-11",
2929
"@polkadot/types-codec": "8.5.2-11",

packages/api-derive/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
"version": "8.5.2-11",
2424
"main": "index.js",
2525
"dependencies": {
26-
"@babel/runtime": "^7.18.0",
26+
"@babel/runtime": "^7.18.3",
2727
"@polkadot/api": "8.5.2-11",
2828
"@polkadot/api-augment": "8.5.2-11",
2929
"@polkadot/api-base": "8.5.2-11",

packages/api/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
"version": "8.5.2-11",
2424
"main": "index.js",
2525
"dependencies": {
26-
"@babel/runtime": "^7.18.0",
26+
"@babel/runtime": "^7.18.3",
2727
"@polkadot/api-augment": "8.5.2-11",
2828
"@polkadot/api-base": "8.5.2-11",
2929
"@polkadot/api-derive": "8.5.2-11",

packages/rpc-augment/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
"version": "8.5.2-11",
2424
"main": "index.js",
2525
"dependencies": {
26-
"@babel/runtime": "^7.18.0",
26+
"@babel/runtime": "^7.18.3",
2727
"@polkadot/rpc-core": "8.5.2-11",
2828
"@polkadot/types": "8.5.2-11",
2929
"@polkadot/types-codec": "8.5.2-11",

packages/rpc-core/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
"version": "8.5.2-11",
2424
"main": "index.js",
2525
"dependencies": {
26-
"@babel/runtime": "^7.18.0",
26+
"@babel/runtime": "^7.18.3",
2727
"@polkadot/rpc-augment": "8.5.2-11",
2828
"@polkadot/rpc-provider": "8.5.2-11",
2929
"@polkadot/types": "8.5.2-11",

packages/rpc-provider/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
"version": "8.5.2-11",
2424
"main": "index.js",
2525
"dependencies": {
26-
"@babel/runtime": "^7.18.0",
26+
"@babel/runtime": "^7.18.3",
2727
"@polkadot/keyring": "^9.3.1",
2828
"@polkadot/types": "8.5.2-11",
2929
"@polkadot/types-support": "8.5.2-11",
@@ -34,7 +34,7 @@
3434
"@polkadot/x-ws": "^9.3.1",
3535
"@substrate/connect": "0.7.5",
3636
"eventemitter3": "^4.0.7",
37-
"mock-socket": "^9.1.3",
37+
"mock-socket": "^9.1.4",
3838
"nock": "^13.2.4"
3939
}
4040
}

packages/typegen/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,9 +30,9 @@
3030
"polkadot-types-internal-metadata": "./scripts/polkadot-types-internal-metadata.cjs"
3131
},
3232
"dependencies": {
33-
"@babel/core": "^7.18.0",
33+
"@babel/core": "^7.18.2",
3434
"@babel/register": "^7.17.7",
35-
"@babel/runtime": "^7.18.0",
35+
"@babel/runtime": "^7.18.3",
3636
"@polkadot/api": "8.5.2-11",
3737
"@polkadot/api-augment": "8.5.2-11",
3838
"@polkadot/rpc-augment": "8.5.2-11",

0 commit comments

Comments
 (0)