mirror of
https://github.com/pezkuwichain/pezkuwi-ui.git
synced 2026-05-31 00:31:04 +00:00
Bump deps (incl. sec fixes) (#155)
This commit is contained in:
+2
-2
@@ -24,8 +24,8 @@
|
|||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@babel/core": "^7.5.4",
|
"@babel/core": "^7.5.4",
|
||||||
"@babel/runtime": "^7.5.4",
|
"@babel/runtime": "^7.5.4",
|
||||||
"@polkadot/dev-react": "^0.30.0-beta.20",
|
"@polkadot/dev-react": "^0.30.0-beta.21",
|
||||||
"@polkadot/ts": "^0.1.61",
|
"@polkadot/ts": "^0.1.62",
|
||||||
"empty": "^0.10.1",
|
"empty": "^0.10.1",
|
||||||
"gh-pages": "^2.0.1"
|
"gh-pages": "^2.0.1"
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -24,8 +24,8 @@
|
|||||||
"react": "*"
|
"react": "*"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@polkadot/keyring": "^0.94.0-beta.8",
|
"@polkadot/keyring": "^0.94.0-beta.9",
|
||||||
"@polkadot/util-crypto": "^0.94.0-beta.8",
|
"@polkadot/util-crypto": "^0.94.0-beta.9",
|
||||||
"xmlserializer": "^0.6.1"
|
"xmlserializer": "^0.6.1"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -19,9 +19,9 @@
|
|||||||
"styled-components": "^4.3.1"
|
"styled-components": "^4.3.1"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@polkadot/keyring": "^0.94.0-beta.8",
|
"@polkadot/keyring": "^0.94.0-beta.9",
|
||||||
"@polkadot/types": "^0.82.0-beta.46",
|
"@polkadot/types": "^0.82.0-beta.48",
|
||||||
"@polkadot/util": "^0.94.0-beta.8"
|
"@polkadot/util": "^0.94.0-beta.9"
|
||||||
},
|
},
|
||||||
"peerDependencies": {
|
"peerDependencies": {
|
||||||
"@polkadot/keyring": "*",
|
"@polkadot/keyring": "*",
|
||||||
|
|||||||
@@ -14,7 +14,7 @@
|
|||||||
"store": "^2.0.12"
|
"store": "^2.0.12"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@polkadot/util": "^0.94.0-beta.8"
|
"@polkadot/util": "^0.94.0-beta.9"
|
||||||
},
|
},
|
||||||
"peerDependencies": {
|
"peerDependencies": {
|
||||||
"@polkadot/util": "*"
|
"@polkadot/util": "*"
|
||||||
|
|||||||
@@ -1861,15 +1861,15 @@
|
|||||||
universal-user-agent "^2.0.0"
|
universal-user-agent "^2.0.0"
|
||||||
url-template "^2.0.8"
|
url-template "^2.0.8"
|
||||||
|
|
||||||
"@polkadot/dev-react@^0.30.0-beta.20":
|
"@polkadot/dev-react@^0.30.0-beta.21":
|
||||||
version "0.30.0-beta.20"
|
version "0.30.0-beta.21"
|
||||||
resolved "https://registry.yarnpkg.com/@polkadot/dev-react/-/dev-react-0.30.0-beta.20.tgz#0711621609693487de0b5966e29407b628dd0b34"
|
resolved "https://registry.yarnpkg.com/@polkadot/dev-react/-/dev-react-0.30.0-beta.21.tgz#fccfec135aa2347e27f9c70212c6201ff9cb42ee"
|
||||||
integrity sha512-oeoSc3cwxaCRZ0Y3ZnIV4uVyyzQE8BPU+3LUwTrSza2+Ubp1KCe0N7bQoJeiKrawENpmCwUdtNtmKBvE/jbDCQ==
|
integrity sha512-XkkasfKz4VaqHgig2/ZpzbUw2frQ4gsQbslDNOyN5qhG5INHUc1ppL89kRLYcGKn3tL07ELdhhfbfshhNxAQMg==
|
||||||
dependencies:
|
dependencies:
|
||||||
"@babel/core" "^7.5.4"
|
"@babel/core" "^7.5.4"
|
||||||
"@babel/plugin-syntax-dynamic-import" "^7.2.0"
|
"@babel/plugin-syntax-dynamic-import" "^7.2.0"
|
||||||
"@babel/preset-react" "^7.0.0"
|
"@babel/preset-react" "^7.0.0"
|
||||||
"@polkadot/dev" "^0.30.0-beta.20"
|
"@polkadot/dev" "^0.30.0-beta.21"
|
||||||
"@types/react" "^16.8.23"
|
"@types/react" "^16.8.23"
|
||||||
"@types/react-dom" "^16.8.4"
|
"@types/react-dom" "^16.8.4"
|
||||||
"@types/styled-components" "4.1.8"
|
"@types/styled-components" "4.1.8"
|
||||||
@@ -1887,7 +1887,7 @@
|
|||||||
mini-css-extract-plugin "^0.7.0"
|
mini-css-extract-plugin "^0.7.0"
|
||||||
react "^16.8.6"
|
react "^16.8.6"
|
||||||
react-dom "^16.8.6"
|
react-dom "^16.8.6"
|
||||||
react-hot-loader "^4.11.1"
|
react-hot-loader "^4.12.6"
|
||||||
style-loader "^0.23.0"
|
style-loader "^0.23.0"
|
||||||
styled-components "^4.3.2"
|
styled-components "^4.3.2"
|
||||||
thread-loader "^2.1.2"
|
thread-loader "^2.1.2"
|
||||||
@@ -1899,10 +1899,10 @@
|
|||||||
webpack-plugin-serve "^0.11.0"
|
webpack-plugin-serve "^0.11.0"
|
||||||
worker-loader "^2.0.0"
|
worker-loader "^2.0.0"
|
||||||
|
|
||||||
"@polkadot/dev@^0.30.0-beta.20":
|
"@polkadot/dev@^0.30.0-beta.21":
|
||||||
version "0.30.0-beta.20"
|
version "0.30.0-beta.21"
|
||||||
resolved "https://registry.yarnpkg.com/@polkadot/dev/-/dev-0.30.0-beta.20.tgz#f72b91702b106c9bf6451eb59241fcecbd1761e9"
|
resolved "https://registry.yarnpkg.com/@polkadot/dev/-/dev-0.30.0-beta.21.tgz#f94369c48bf5d5d3ea5543fad9d317e5e37fd288"
|
||||||
integrity sha512-1S4IbH4T7Zn9HJCv1lI4mbGMBfwdBAuMfIcnSBoeFEtMl+pit2xy7fq8/bo2TwKZpDDitxvbx8pacjDzLfPXhA==
|
integrity sha512-tCfjoSnhkCBEbDO5M0Tt1vTctlXlzFUj9NbjrVx9k4Lgy5b1l1KpuJZCVpUD8MRTUhUgEciYobECP7eSkJMStA==
|
||||||
dependencies:
|
dependencies:
|
||||||
"@babel/cli" "^7.5.0"
|
"@babel/cli" "^7.5.0"
|
||||||
"@babel/core" "^7.5.4"
|
"@babel/core" "^7.5.4"
|
||||||
@@ -1927,7 +1927,7 @@
|
|||||||
cpx "^1.5.0"
|
cpx "^1.5.0"
|
||||||
eslint "^6.0.1"
|
eslint "^6.0.1"
|
||||||
eslint-config-semistandard "^13.0.0"
|
eslint-config-semistandard "^13.0.0"
|
||||||
eslint-config-standard "^12.0.0"
|
eslint-config-standard "^13.0.0"
|
||||||
eslint-plugin-import "^2.18.0"
|
eslint-plugin-import "^2.18.0"
|
||||||
eslint-plugin-node "^9.1.0"
|
eslint-plugin-node "^9.1.0"
|
||||||
eslint-plugin-promise "^4.2.1"
|
eslint-plugin-promise "^4.2.1"
|
||||||
@@ -1946,38 +1946,38 @@
|
|||||||
typescript "^3.5.3"
|
typescript "^3.5.3"
|
||||||
vuepress "^1.0.2"
|
vuepress "^1.0.2"
|
||||||
|
|
||||||
"@polkadot/keyring@^0.94.0-beta.8":
|
"@polkadot/keyring@^0.94.0-beta.9":
|
||||||
version "0.94.0-beta.8"
|
version "0.94.0-beta.9"
|
||||||
resolved "https://registry.yarnpkg.com/@polkadot/keyring/-/keyring-0.94.0-beta.8.tgz#0184bda41e6fdb657188ea774c925eba695506b3"
|
resolved "https://registry.yarnpkg.com/@polkadot/keyring/-/keyring-0.94.0-beta.9.tgz#cacc28cd399d57b4b6ccf1d89da774af77599eb4"
|
||||||
integrity sha512-8d+sQ2AFVRvp0Lgt/+1UyE/RQHR8Iqup6gjJRYsbBfpGq8OWu9n18LA82D54md5m7MNWcRYQEcKhlbdRyhgrsA==
|
integrity sha512-vSSL8ZCldPL7r55hDuN5Lv6xKCdpfGpv+myjURWAC0zzx6c0C7ZUo/T5dBnKsA5pE60Qaj43On2/MXNF9qLe6Q==
|
||||||
dependencies:
|
dependencies:
|
||||||
"@babel/runtime" "^7.5.4"
|
"@babel/runtime" "^7.5.4"
|
||||||
"@polkadot/util" "^0.94.0-beta.8"
|
"@polkadot/util" "^0.94.0-beta.9"
|
||||||
"@polkadot/util-crypto" "^0.94.0-beta.8"
|
"@polkadot/util-crypto" "^0.94.0-beta.9"
|
||||||
|
|
||||||
"@polkadot/ts@^0.1.61":
|
"@polkadot/ts@^0.1.62":
|
||||||
version "0.1.61"
|
version "0.1.62"
|
||||||
resolved "https://registry.yarnpkg.com/@polkadot/ts/-/ts-0.1.61.tgz#a1348029e6908a598ca86f1c88440607627e61c7"
|
resolved "https://registry.yarnpkg.com/@polkadot/ts/-/ts-0.1.62.tgz#aed5e951f1b8ee49efecb360302abdede155140b"
|
||||||
integrity sha512-/mul0xp4aG40u5a8oi1MKmCWksjCnzGA3agCOxvGUSflhnJoElrXtGDWvh0Ld8tixr3VXNAjJxrliYvnhCncxA==
|
integrity sha512-sx1L7Z9WwqfltQ+e8im32xGcX89G2QdgpKNwMg/dur/RMnPBkVF0A0o4H4jFSEdMiBg+dasbfJkbnxvgjWlV2A==
|
||||||
dependencies:
|
dependencies:
|
||||||
"@types/chrome" "^0.0.86"
|
"@types/chrome" "^0.0.86"
|
||||||
|
|
||||||
"@polkadot/types@^0.82.0-beta.46":
|
"@polkadot/types@^0.82.0-beta.48":
|
||||||
version "0.82.0-beta.46"
|
version "0.82.0-beta.48"
|
||||||
resolved "https://registry.yarnpkg.com/@polkadot/types/-/types-0.82.0-beta.46.tgz#480e53ada52827286e3e552a09f88b66830c189c"
|
resolved "https://registry.yarnpkg.com/@polkadot/types/-/types-0.82.0-beta.48.tgz#9e746d8860fb691e3a4fcc25d974843f321e7dd9"
|
||||||
integrity sha512-Z2NugHS03of9skIrIsOf9mY9CgeCLN37+ksnPz6p6stcYB7Lh9giLyWU6zXCIzbNpEQNKK2BlCmt2UxY1xTibw==
|
integrity sha512-nMKAejUbM9rTWfUxBQvTBYNGd7Ga2D4cRVO7xjRUk96w+QTY/KKxpEA1KaENnTrqubHDcauNP39hcChMTGXNGw==
|
||||||
dependencies:
|
dependencies:
|
||||||
"@babel/runtime" "^7.5.4"
|
"@babel/runtime" "^7.5.4"
|
||||||
"@polkadot/util" "^0.94.0-beta.8"
|
"@polkadot/util" "^0.94.0-beta.9"
|
||||||
"@polkadot/util-crypto" "^0.94.0-beta.8"
|
"@polkadot/util-crypto" "^0.94.0-beta.9"
|
||||||
|
|
||||||
"@polkadot/util-crypto@^0.94.0-beta.8":
|
"@polkadot/util-crypto@^0.94.0-beta.9":
|
||||||
version "0.94.0-beta.8"
|
version "0.94.0-beta.9"
|
||||||
resolved "https://registry.yarnpkg.com/@polkadot/util-crypto/-/util-crypto-0.94.0-beta.8.tgz#67552dec92c8b47c175e0ef364ae08655017f124"
|
resolved "https://registry.yarnpkg.com/@polkadot/util-crypto/-/util-crypto-0.94.0-beta.9.tgz#b33b82fb3dfe7df117141310afde68de352d665f"
|
||||||
integrity sha512-w/lhvOkMSX2p72+M2/A7fGOlfGnSMjPFlLseT7Suzcj/VCDGAwYzY5vCk69ob/gCUeHMieVl57D00OHZcgE7ow==
|
integrity sha512-xoeQ9mWIm9zl7AKX9xqjDjKHfokdReIE0ZtMO4tJanCZ1ujyToDOW9sI1jmZHOgz2s46CtqpGOO+gZalnCazwQ==
|
||||||
dependencies:
|
dependencies:
|
||||||
"@babel/runtime" "^7.5.4"
|
"@babel/runtime" "^7.5.4"
|
||||||
"@polkadot/util" "^0.94.0-beta.8"
|
"@polkadot/util" "^0.94.0-beta.9"
|
||||||
"@polkadot/wasm-crypto" "^0.11.1"
|
"@polkadot/wasm-crypto" "^0.11.1"
|
||||||
"@types/bip39" "^2.4.2"
|
"@types/bip39" "^2.4.2"
|
||||||
"@types/bs58" "^4.0.0"
|
"@types/bs58" "^4.0.0"
|
||||||
@@ -1993,10 +1993,10 @@
|
|||||||
tweetnacl "^1.0.1"
|
tweetnacl "^1.0.1"
|
||||||
xxhashjs "^0.2.2"
|
xxhashjs "^0.2.2"
|
||||||
|
|
||||||
"@polkadot/util@^0.94.0-beta.8":
|
"@polkadot/util@^0.94.0-beta.9":
|
||||||
version "0.94.0-beta.8"
|
version "0.94.0-beta.9"
|
||||||
resolved "https://registry.yarnpkg.com/@polkadot/util/-/util-0.94.0-beta.8.tgz#0612adcc7c3001109918fd2f9230c88938769bb0"
|
resolved "https://registry.yarnpkg.com/@polkadot/util/-/util-0.94.0-beta.9.tgz#a5ac1421a6e4a2492b60993e8eb5ae107cce8b56"
|
||||||
integrity sha512-8LXHfou6GLao9VdAICibLgTEDcTUr65joOPi3GDpNvdi3W8OcOafYjaTpQnNd/jbM4x1Yc1sB78RgpWOABYb4A==
|
integrity sha512-QUnxPEIj6oc0vECHujVnV4faOLn+5u85O6x9LhlXlYZAe0EQbEXL4pAI6WCK919BaybXBlfPqtFcFQWmxq8JDw==
|
||||||
dependencies:
|
dependencies:
|
||||||
"@babel/runtime" "^7.5.4"
|
"@babel/runtime" "^7.5.4"
|
||||||
"@types/bn.js" "^4.11.5"
|
"@types/bn.js" "^4.11.5"
|
||||||
@@ -5200,9 +5200,9 @@ ee-first@1.1.1:
|
|||||||
integrity sha1-WQxhFWsK4vTwJVcyoViyZrxWsh0=
|
integrity sha1-WQxhFWsK4vTwJVcyoViyZrxWsh0=
|
||||||
|
|
||||||
electron-to-chromium@^1.3.188:
|
electron-to-chromium@^1.3.188:
|
||||||
version "1.3.188"
|
version "1.3.190"
|
||||||
resolved "https://registry.yarnpkg.com/electron-to-chromium/-/electron-to-chromium-1.3.188.tgz#e28e1afe4bb229989e280bfd3b395c7ec03c8b7a"
|
resolved "https://registry.yarnpkg.com/electron-to-chromium/-/electron-to-chromium-1.3.190.tgz#5bf599519983bfffd9d4387817039a3ed7ca085f"
|
||||||
integrity sha512-tEQcughYIMj8WDMc59EGEtNxdGgwal/oLLTDw+NEqJRJwGflQvH3aiyiexrWeZOETP4/ko78PVr6gwNhdozvuQ==
|
integrity sha512-cs9WnTnGBGnYYVFMCtLmr9jXNTOkdp95RLz5VhwzDn7dErg1Lnt9o4d01gEH69XlmRKWUr91Yu1hA+Hi8qW0PA==
|
||||||
|
|
||||||
elliptic@^6.0.0, elliptic@^6.4.1:
|
elliptic@^6.0.0, elliptic@^6.4.1:
|
||||||
version "6.5.0"
|
version "6.5.0"
|
||||||
@@ -5430,10 +5430,10 @@ eslint-config-semistandard@^13.0.0:
|
|||||||
resolved "https://registry.yarnpkg.com/eslint-config-semistandard/-/eslint-config-semistandard-13.0.0.tgz#52ecf19081e1b6b1ccc839d049f6429ca6252ad7"
|
resolved "https://registry.yarnpkg.com/eslint-config-semistandard/-/eslint-config-semistandard-13.0.0.tgz#52ecf19081e1b6b1ccc839d049f6429ca6252ad7"
|
||||||
integrity sha512-ZuImKnf/9LeZjr6dtRJ0zEdQbjBwXu0PJR3wXJXoQeMooICMrYPyD70O1tIA9Ng+wutgLjB7UXvZOKYPvzHg+w==
|
integrity sha512-ZuImKnf/9LeZjr6dtRJ0zEdQbjBwXu0PJR3wXJXoQeMooICMrYPyD70O1tIA9Ng+wutgLjB7UXvZOKYPvzHg+w==
|
||||||
|
|
||||||
eslint-config-standard@^12.0.0:
|
eslint-config-standard@^13.0.0:
|
||||||
version "12.0.0"
|
version "13.0.0"
|
||||||
resolved "https://registry.yarnpkg.com/eslint-config-standard/-/eslint-config-standard-12.0.0.tgz#638b4c65db0bd5a41319f96bba1f15ddad2107d9"
|
resolved "https://registry.yarnpkg.com/eslint-config-standard/-/eslint-config-standard-13.0.0.tgz#8032d6fe954f651399763ba4607294aa3c201a23"
|
||||||
integrity sha512-COUz8FnXhqFitYj4DTqHzidjIL/t4mumGZto5c7DrBpvWoie+Sn3P4sLEzUGeYhRElWuFEf8K1S1EfvD1vixCQ==
|
integrity sha512-GRvEpe2lnML3qPqNryLPjgbU0nDeGBEWOC/IMfn/DjDLyO7DoASyDtGtPhN+Z+XDGUzrHWF8dKDLdDx2bO6CGw==
|
||||||
|
|
||||||
eslint-import-resolver-node@^0.3.2:
|
eslint-import-resolver-node@^0.3.2:
|
||||||
version "0.3.2"
|
version "0.3.2"
|
||||||
@@ -7066,9 +7066,9 @@ init-package-json@^1.10.3:
|
|||||||
validate-npm-package-name "^3.0.0"
|
validate-npm-package-name "^3.0.0"
|
||||||
|
|
||||||
inquirer@^6.2.0, inquirer@^6.2.2:
|
inquirer@^6.2.0, inquirer@^6.2.2:
|
||||||
version "6.4.1"
|
version "6.5.0"
|
||||||
resolved "https://registry.yarnpkg.com/inquirer/-/inquirer-6.4.1.tgz#7bd9e5ab0567cd23b41b0180b68e0cfa82fc3c0b"
|
resolved "https://registry.yarnpkg.com/inquirer/-/inquirer-6.5.0.tgz#2303317efc9a4ea7ec2e2df6f86569b734accf42"
|
||||||
integrity sha512-/Jw+qPZx4EDYsaT6uz7F4GJRNFMRdKNeUZw3ZnKV8lyuUgz/YWRCSUAJMZSVhSq4Ec0R2oYnyi6b3d4JXcL5Nw==
|
integrity sha512-scfHejeG/lVZSpvCXpsB4j/wQNPM5JC8kiElOI0OUTwmc1RTpXr4H32/HOlQHcZiYl2z2VElwuCVDRG8vFmbnA==
|
||||||
dependencies:
|
dependencies:
|
||||||
ansi-escapes "^3.2.0"
|
ansi-escapes "^3.2.0"
|
||||||
chalk "^2.4.2"
|
chalk "^2.4.2"
|
||||||
@@ -7076,7 +7076,7 @@ inquirer@^6.2.0, inquirer@^6.2.2:
|
|||||||
cli-width "^2.0.0"
|
cli-width "^2.0.0"
|
||||||
external-editor "^3.0.3"
|
external-editor "^3.0.3"
|
||||||
figures "^2.0.0"
|
figures "^2.0.0"
|
||||||
lodash "^4.17.11"
|
lodash "^4.17.12"
|
||||||
mute-stream "0.0.7"
|
mute-stream "0.0.7"
|
||||||
run-async "^2.2.0"
|
run-async "^2.2.0"
|
||||||
rxjs "^6.4.0"
|
rxjs "^6.4.0"
|
||||||
@@ -8491,7 +8491,7 @@ lodash.uniq@^4.5.0:
|
|||||||
resolved "https://registry.yarnpkg.com/lodash.uniq/-/lodash.uniq-4.5.0.tgz#d0225373aeb652adc1bc82e4945339a842754773"
|
resolved "https://registry.yarnpkg.com/lodash.uniq/-/lodash.uniq-4.5.0.tgz#d0225373aeb652adc1bc82e4945339a842754773"
|
||||||
integrity sha1-0CJTc662Uq3BvILklFM5qEJ1R3M=
|
integrity sha1-0CJTc662Uq3BvILklFM5qEJ1R3M=
|
||||||
|
|
||||||
lodash@^4.15.0, lodash@^4.17.10, lodash@^4.17.11, lodash@^4.17.3, lodash@^4.17.5, lodash@^4.2.1:
|
lodash@^4.15.0, lodash@^4.17.10, lodash@^4.17.11, lodash@^4.17.12, lodash@^4.17.3, lodash@^4.17.5, lodash@^4.2.1:
|
||||||
version "4.17.14"
|
version "4.17.14"
|
||||||
resolved "https://registry.yarnpkg.com/lodash/-/lodash-4.17.14.tgz#9ce487ae66c96254fe20b599f21b6816028078ba"
|
resolved "https://registry.yarnpkg.com/lodash/-/lodash-4.17.14.tgz#9ce487ae66c96254fe20b599f21b6816028078ba"
|
||||||
integrity sha512-mmKYbW3GLuJeX+iGP+Y7Gp1AiGHGbXHCOh/jZmrawMmsE7MS4znI3RL2FsjbqOyMayHInjOeykW7PEajUk1/xw==
|
integrity sha512-mmKYbW3GLuJeX+iGP+Y7Gp1AiGHGbXHCOh/jZmrawMmsE7MS4znI3RL2FsjbqOyMayHInjOeykW7PEajUk1/xw==
|
||||||
@@ -10770,7 +10770,7 @@ react-dom@^16.8.6:
|
|||||||
prop-types "^15.6.2"
|
prop-types "^15.6.2"
|
||||||
scheduler "^0.13.6"
|
scheduler "^0.13.6"
|
||||||
|
|
||||||
react-hot-loader@^4.11.1:
|
react-hot-loader@^4.12.6:
|
||||||
version "4.12.6"
|
version "4.12.6"
|
||||||
resolved "https://registry.yarnpkg.com/react-hot-loader/-/react-hot-loader-4.12.6.tgz#bd7a41501b02576638031482474a72bac453587d"
|
resolved "https://registry.yarnpkg.com/react-hot-loader/-/react-hot-loader-4.12.6.tgz#bd7a41501b02576638031482474a72bac453587d"
|
||||||
integrity sha512-tRXWgF5MhQSEXX3EHIplCOWCzSg+ye7ddHeQLt7Z+CaZMeEfeCL2/uSGITIzWXOQYhefnLX8IZtr2cff4xIrww==
|
integrity sha512-tRXWgF5MhQSEXX3EHIplCOWCzSg+ye7ddHeQLt7Z+CaZMeEfeCL2/uSGITIzWXOQYhefnLX8IZtr2cff4xIrww==
|
||||||
@@ -11784,9 +11784,9 @@ spdx-expression-parse@^3.0.0:
|
|||||||
spdx-license-ids "^3.0.0"
|
spdx-license-ids "^3.0.0"
|
||||||
|
|
||||||
spdx-license-ids@^3.0.0:
|
spdx-license-ids@^3.0.0:
|
||||||
version "3.0.4"
|
version "3.0.5"
|
||||||
resolved "https://registry.yarnpkg.com/spdx-license-ids/-/spdx-license-ids-3.0.4.tgz#75ecd1a88de8c184ef015eafb51b5b48bfd11bb1"
|
resolved "https://registry.yarnpkg.com/spdx-license-ids/-/spdx-license-ids-3.0.5.tgz#3694b5804567a458d3c8045842a6358632f62654"
|
||||||
integrity sha512-7j8LYJLeY/Yb6ACbQ7F76qy5jHkp0U6jgBfJsk97bwWlVUnUWsAgpyaCvo17h0/RQGnQ036tVDomiwoI4pDkQA==
|
integrity sha512-J+FWzZoynJEXGphVIS+XEh3kFSjZX/1i9gFBaWQcB+/tmpe2qUsSBABpcxqxnAxFdiUFEgAX1bjYGQvIZmoz9Q==
|
||||||
|
|
||||||
spdy-transport@^3.0.0:
|
spdy-transport@^3.0.0:
|
||||||
version "3.0.0"
|
version "3.0.0"
|
||||||
|
|||||||
Reference in New Issue
Block a user