mirror of
https://github.com/mastermindzh/rickvanlieshout.com
synced 2024-12-26 06:49:18 +01:00
Update dependencies
This commit is contained in:
parent
0b98162d78
commit
a10db95540
@ -33,7 +33,7 @@
|
||||
"classnames": "^2.2.6",
|
||||
"bluebird": "^3.5.2",
|
||||
"codecov": "^3.1.0",
|
||||
"gatsby": "^2.0.38",
|
||||
"gatsby": "^2.0.46",
|
||||
"gatsby-link": "^2.0.4",
|
||||
"gatsby-plugin-catch-links": "^2.0.4",
|
||||
"gatsby-plugin-feed": "^2.0.8",
|
||||
@ -52,9 +52,8 @@
|
||||
"gatsby-remark-relative-images": "^0.2.0",
|
||||
"gatsby-remark-smartypants": "^2.0.5",
|
||||
"gatsby-source-filesystem": "^2.0.3",
|
||||
"gatsby-transformer-remark": "^2.1.7",
|
||||
"gatsby-transformer-remark": "^2.1.12",
|
||||
"gatsby-transformer-sharp": "^2.1.3",
|
||||
"gatsby-pagination": "^1.2.0",
|
||||
"invariant": "^2.2.4",
|
||||
"lodash": "^4.17.11",
|
||||
"moment": "^2.2.2",
|
||||
|
175
yarn.lock
175
yarn.lock
@ -1961,9 +1961,9 @@ babel-preset-fbjs@^2.1.4:
|
||||
babel-plugin-transform-react-display-name "^6.8.0"
|
||||
babel-plugin-transform-react-jsx "^6.8.0"
|
||||
|
||||
babel-preset-gatsby@^0.1.2:
|
||||
version "0.1.2"
|
||||
resolved "https://registry.yarnpkg.com/babel-preset-gatsby/-/babel-preset-gatsby-0.1.2.tgz#6446cf311106f50882571240ae0175a6af738b23"
|
||||
babel-preset-gatsby@^0.1.3:
|
||||
version "0.1.3"
|
||||
resolved "https://registry.yarnpkg.com/babel-preset-gatsby/-/babel-preset-gatsby-0.1.3.tgz#048e3893212662d5091428272f02a34d6795503b"
|
||||
dependencies:
|
||||
"@babel/plugin-proposal-class-properties" "^7.0.0"
|
||||
"@babel/plugin-syntax-dynamic-import" "^7.0.0"
|
||||
@ -2632,7 +2632,7 @@ caw@^2.0.0:
|
||||
tunnel-agent "^0.6.0"
|
||||
url-to-options "^1.0.1"
|
||||
|
||||
ccount@^1.0.0:
|
||||
ccount@^1.0.0, ccount@^1.0.3:
|
||||
version "1.0.3"
|
||||
resolved "https://registry.yarnpkg.com/ccount/-/ccount-1.0.3.tgz#f1cec43f332e2ea5a569fd46f9f5bde4e6102aff"
|
||||
|
||||
@ -3384,6 +3384,15 @@ css-what@2.1:
|
||||
version "2.1.0"
|
||||
resolved "https://registry.yarnpkg.com/css-what/-/css-what-2.1.0.tgz#9467d032c38cfaefb9f2d79501253062f87fa1bd"
|
||||
|
||||
css@2.2.4:
|
||||
version "2.2.4"
|
||||
resolved "https://registry.yarnpkg.com/css/-/css-2.2.4.tgz#c646755c73971f2bba6a601e2cf2fd71b1298929"
|
||||
dependencies:
|
||||
inherits "^2.0.3"
|
||||
source-map "^0.6.1"
|
||||
source-map-resolve "^0.5.2"
|
||||
urix "^0.1.0"
|
||||
|
||||
cssesc@^0.1.0:
|
||||
version "0.1.0"
|
||||
resolved "https://registry.yarnpkg.com/cssesc/-/cssesc-0.1.0.tgz#c814903e45623371a0477b40109aaafbeeaddbb4"
|
||||
@ -3735,7 +3744,7 @@ default-require-extensions@^1.0.0:
|
||||
dependencies:
|
||||
strip-bom "^2.0.0"
|
||||
|
||||
define-properties@^1.1.1, define-properties@^1.1.2:
|
||||
define-properties@^1.1.2:
|
||||
version "1.1.3"
|
||||
resolved "https://registry.yarnpkg.com/define-properties/-/define-properties-1.1.3.tgz#cf88da6cbee26fe6db7094f61d870cbd84cee9f1"
|
||||
dependencies:
|
||||
@ -5270,9 +5279,9 @@ fuzzy@^0.1.1:
|
||||
version "0.1.3"
|
||||
resolved "https://registry.yarnpkg.com/fuzzy/-/fuzzy-0.1.3.tgz#4c76ec2ff0ac1a36a9dccf9a00df8623078d4ed8"
|
||||
|
||||
gatsby-cli@^2.4.4:
|
||||
version "2.4.4"
|
||||
resolved "https://registry.yarnpkg.com/gatsby-cli/-/gatsby-cli-2.4.4.tgz#0d3833721100e03c0f37b1dd330e5f2ddd47400f"
|
||||
gatsby-cli@^2.4.5:
|
||||
version "2.4.5"
|
||||
resolved "https://registry.yarnpkg.com/gatsby-cli/-/gatsby-cli-2.4.5.tgz#a3fc171067cfac9a3e131a6765160748c59c0a22"
|
||||
dependencies:
|
||||
"@babel/code-frame" "^7.0.0"
|
||||
"@babel/runtime" "^7.0.0"
|
||||
@ -5314,10 +5323,6 @@ gatsby-link@^2.0.6:
|
||||
"@types/reach__router" "^1.0.0"
|
||||
prop-types "^15.6.1"
|
||||
|
||||
gatsby-pagination@^1.2.0:
|
||||
version "1.2.0"
|
||||
resolved "https://registry.yarnpkg.com/gatsby-pagination/-/gatsby-pagination-1.2.0.tgz#847ebb694613969665c1f6f686ee4025ba392cc2"
|
||||
|
||||
gatsby-plugin-catch-links@^2.0.4:
|
||||
version "2.0.4"
|
||||
resolved "https://registry.yarnpkg.com/gatsby-plugin-catch-links/-/gatsby-plugin-catch-links-2.0.4.tgz#7b62099dc7a99f72d58e0f8631581892fcef59f8"
|
||||
@ -5372,9 +5377,9 @@ gatsby-plugin-offline@^2.0.6:
|
||||
lodash "^4.17.10"
|
||||
workbox-build "^3.4.1"
|
||||
|
||||
gatsby-plugin-page-creator@^2.0.2:
|
||||
version "2.0.2"
|
||||
resolved "https://registry.yarnpkg.com/gatsby-plugin-page-creator/-/gatsby-plugin-page-creator-2.0.2.tgz#67d18fc4eca10eb12acb5b401e292e092e1df776"
|
||||
gatsby-plugin-page-creator@^2.0.4:
|
||||
version "2.0.4"
|
||||
resolved "https://registry.yarnpkg.com/gatsby-plugin-page-creator/-/gatsby-plugin-page-creator-2.0.4.tgz#d35a8eb3483f06a388a3a188f2fe460d66c76cf6"
|
||||
dependencies:
|
||||
"@babel/runtime" "^7.0.0"
|
||||
bluebird "^3.5.0"
|
||||
@ -5382,6 +5387,7 @@ gatsby-plugin-page-creator@^2.0.2:
|
||||
fs-exists-cached "^1.0.0"
|
||||
glob "^7.1.1"
|
||||
lodash "^4.17.10"
|
||||
micromatch "^3.1.10"
|
||||
parse-filepath "^1.0.1"
|
||||
slash "^1.0.0"
|
||||
|
||||
@ -5514,15 +5520,15 @@ gatsby-source-filesystem@^2.0.3:
|
||||
valid-url "^1.0.9"
|
||||
xstate "^3.1.0"
|
||||
|
||||
gatsby-transformer-remark@^2.1.7:
|
||||
version "2.1.7"
|
||||
resolved "https://registry.yarnpkg.com/gatsby-transformer-remark/-/gatsby-transformer-remark-2.1.7.tgz#09abb259666c819d01b9832a8e9e49546c89a895"
|
||||
gatsby-transformer-remark@^2.1.12:
|
||||
version "2.1.12"
|
||||
resolved "https://registry.yarnpkg.com/gatsby-transformer-remark/-/gatsby-transformer-remark-2.1.12.tgz#192c87622bed497bb0f719e9bd8ea36f4290c8fc"
|
||||
dependencies:
|
||||
"@babel/runtime" "^7.0.0"
|
||||
bluebird "^3.5.0"
|
||||
gray-matter "^4.0.0"
|
||||
hast-util-raw "^2.0.2"
|
||||
hast-util-to-html "^3.0.0"
|
||||
hast-util-raw "^4.0.0"
|
||||
hast-util-to-html "^4.0.0"
|
||||
lodash "^4.17.10"
|
||||
mdast-util-to-hast "^3.0.0"
|
||||
mdast-util-toc "^2.0.1"
|
||||
@ -5549,9 +5555,9 @@ gatsby-transformer-sharp@^2.1.3:
|
||||
probe-image-size "^4.0.0"
|
||||
sharp "^0.20.2"
|
||||
|
||||
gatsby@^2.0.38:
|
||||
version "2.0.38"
|
||||
resolved "https://registry.yarnpkg.com/gatsby/-/gatsby-2.0.38.tgz#e30132c4d22449265d51581e8cdec403329ff3a2"
|
||||
gatsby@^2.0.46:
|
||||
version "2.0.46"
|
||||
resolved "https://registry.yarnpkg.com/gatsby/-/gatsby-2.0.46.tgz#08ebdf0669e07d1d79d7e0bc2566e885c273dab2"
|
||||
dependencies:
|
||||
"@babel/code-frame" "^7.0.0"
|
||||
"@babel/core" "^7.0.0"
|
||||
@ -5567,7 +5573,7 @@ gatsby@^2.0.38:
|
||||
babel-plugin-add-module-exports "^0.2.1"
|
||||
babel-plugin-dynamic-import-node "^1.2.0"
|
||||
babel-plugin-remove-graphql-queries "^2.5.1"
|
||||
babel-preset-gatsby "^0.1.2"
|
||||
babel-preset-gatsby "^0.1.3"
|
||||
better-queue "^3.8.6"
|
||||
bluebird "^3.5.0"
|
||||
cache-manager "^2.9.0"
|
||||
@ -5601,9 +5607,9 @@ gatsby@^2.0.38:
|
||||
flat "^4.0.0"
|
||||
friendly-errors-webpack-plugin "^1.6.1"
|
||||
fs-extra "^5.0.0"
|
||||
gatsby-cli "^2.4.4"
|
||||
gatsby-cli "^2.4.5"
|
||||
gatsby-link "^2.0.6"
|
||||
gatsby-plugin-page-creator "^2.0.2"
|
||||
gatsby-plugin-page-creator "^2.0.4"
|
||||
gatsby-react-router-scroll "^2.0.1"
|
||||
glob "^7.1.1"
|
||||
graphql "^0.13.2"
|
||||
@ -6264,17 +6270,16 @@ hash.js@^1.0.0, hash.js@^1.0.3:
|
||||
inherits "^2.0.3"
|
||||
minimalistic-assert "^1.0.1"
|
||||
|
||||
hast-to-hyperscript@^3.0.0:
|
||||
version "3.1.0"
|
||||
resolved "https://registry.yarnpkg.com/hast-to-hyperscript/-/hast-to-hyperscript-3.1.0.tgz#58ef4af5344f4da22f0622e072a8d5fa062693d3"
|
||||
hast-to-hyperscript@^5.0.0:
|
||||
version "5.0.0"
|
||||
resolved "https://registry.yarnpkg.com/hast-to-hyperscript/-/hast-to-hyperscript-5.0.0.tgz#5106cbba78edb7c95e2e8a49079371eb196c1ced"
|
||||
dependencies:
|
||||
comma-separated-tokens "^1.0.0"
|
||||
is-nan "^1.2.1"
|
||||
kebab-case "^1.0.0"
|
||||
property-information "^3.0.0"
|
||||
property-information "^4.0.0"
|
||||
space-separated-tokens "^1.0.0"
|
||||
trim "0.0.1"
|
||||
style-to-object "^0.2.1"
|
||||
unist-util-is "^2.0.0"
|
||||
web-namespaces "^1.1.2"
|
||||
|
||||
hast-util-embedded@^1.0.0:
|
||||
version "1.0.1"
|
||||
@ -6292,14 +6297,15 @@ hast-util-from-parse5@^1.0.0:
|
||||
property-information "^3.1.0"
|
||||
vfile-location "^2.0.0"
|
||||
|
||||
hast-util-from-parse5@^2.0.0:
|
||||
version "2.1.0"
|
||||
resolved "https://registry.yarnpkg.com/hast-util-from-parse5/-/hast-util-from-parse5-2.1.0.tgz#f6123d83d3689630b097e13e430d16d9d1bd8884"
|
||||
hast-util-from-parse5@^4.0.2:
|
||||
version "4.0.2"
|
||||
resolved "https://registry.yarnpkg.com/hast-util-from-parse5/-/hast-util-from-parse5-4.0.2.tgz#b7164a7ffc88da4f751dc7c2f801ff8d7c143bab"
|
||||
dependencies:
|
||||
camelcase "^3.0.0"
|
||||
hastscript "^3.0.0"
|
||||
property-information "^3.1.0"
|
||||
vfile-location "^2.0.0"
|
||||
ccount "^1.0.3"
|
||||
hastscript "^4.0.0"
|
||||
property-information "^4.0.0"
|
||||
web-namespaces "^1.1.2"
|
||||
xtend "^4.0.1"
|
||||
|
||||
hast-util-has-property@^1.0.0:
|
||||
version "1.0.1"
|
||||
@ -6320,16 +6326,21 @@ hast-util-parse-selector@^2.0.0:
|
||||
version "2.2.0"
|
||||
resolved "https://registry.yarnpkg.com/hast-util-parse-selector/-/hast-util-parse-selector-2.2.0.tgz#2175f18cdd697308fc3431d5c29a9e48dfa4817a"
|
||||
|
||||
hast-util-raw@^2.0.2:
|
||||
version "2.0.2"
|
||||
resolved "https://registry.yarnpkg.com/hast-util-raw/-/hast-util-raw-2.0.2.tgz#20674cfb45428213917a54ec929e6774df0642d8"
|
||||
hast-util-parse-selector@^2.2.0:
|
||||
version "2.2.1"
|
||||
resolved "https://registry.yarnpkg.com/hast-util-parse-selector/-/hast-util-parse-selector-2.2.1.tgz#4ddbae1ae12c124e3eb91b581d2556441766f0ab"
|
||||
|
||||
hast-util-raw@^4.0.0:
|
||||
version "4.0.0"
|
||||
resolved "https://registry.yarnpkg.com/hast-util-raw/-/hast-util-raw-4.0.0.tgz#2dc10c9facd9b810ea6ac51df251e6f87c2ed5b5"
|
||||
dependencies:
|
||||
hast-util-from-parse5 "^2.0.0"
|
||||
hast-util-to-parse5 "^2.0.0"
|
||||
hast-util-from-parse5 "^4.0.2"
|
||||
hast-util-to-parse5 "^4.0.1"
|
||||
html-void-elements "^1.0.1"
|
||||
parse5 "^3.0.3"
|
||||
parse5 "^5.0.0"
|
||||
unist-util-position "^3.0.0"
|
||||
web-namespaces "^1.0.0"
|
||||
xtend "^4.0.1"
|
||||
zwitch "^1.0.0"
|
||||
|
||||
hast-util-to-html@^3.0.0:
|
||||
@ -6348,6 +6359,21 @@ hast-util-to-html@^3.0.0:
|
||||
unist-util-is "^2.0.0"
|
||||
xtend "^4.0.1"
|
||||
|
||||
hast-util-to-html@^4.0.0:
|
||||
version "4.0.1"
|
||||
resolved "https://registry.yarnpkg.com/hast-util-to-html/-/hast-util-to-html-4.0.1.tgz#3666b05afb62bd69f8f5e6c94db04dea19438e2a"
|
||||
dependencies:
|
||||
ccount "^1.0.0"
|
||||
comma-separated-tokens "^1.0.1"
|
||||
hast-util-is-element "^1.0.0"
|
||||
hast-util-whitespace "^1.0.0"
|
||||
html-void-elements "^1.0.0"
|
||||
property-information "^4.0.0"
|
||||
space-separated-tokens "^1.0.0"
|
||||
stringify-entities "^1.0.1"
|
||||
unist-util-is "^2.0.0"
|
||||
xtend "^4.0.1"
|
||||
|
||||
hast-util-to-mdast@^1.1.0:
|
||||
version "1.2.0"
|
||||
resolved "https://registry.yarnpkg.com/hast-util-to-mdast/-/hast-util-to-mdast-1.2.0.tgz#2812f744286186043d5d526dfc964ff026be07b7"
|
||||
@ -6360,12 +6386,12 @@ hast-util-to-mdast@^1.1.0:
|
||||
unist-util-visit "^1.1.1"
|
||||
xtend "^4.0.1"
|
||||
|
||||
hast-util-to-parse5@^2.0.0:
|
||||
version "2.2.0"
|
||||
resolved "https://registry.yarnpkg.com/hast-util-to-parse5/-/hast-util-to-parse5-2.2.0.tgz#48c8f7f783020c04c3625db06109d02017033cbc"
|
||||
hast-util-to-parse5@^4.0.1:
|
||||
version "4.0.1"
|
||||
resolved "https://registry.yarnpkg.com/hast-util-to-parse5/-/hast-util-to-parse5-4.0.1.tgz#e52534b4bf40dc4e7d0428fcaf6d32bc75c62ee5"
|
||||
dependencies:
|
||||
hast-to-hyperscript "^3.0.0"
|
||||
mapz "^1.0.0"
|
||||
hast-to-hyperscript "^5.0.0"
|
||||
property-information "^4.0.0"
|
||||
web-namespaces "^1.0.0"
|
||||
xtend "^4.0.1"
|
||||
zwitch "^1.0.0"
|
||||
@ -6388,6 +6414,15 @@ hastscript@^3.0.0:
|
||||
property-information "^3.0.0"
|
||||
space-separated-tokens "^1.0.0"
|
||||
|
||||
hastscript@^4.0.0:
|
||||
version "4.1.0"
|
||||
resolved "https://registry.yarnpkg.com/hastscript/-/hastscript-4.1.0.tgz#ea5593fa6f6709101fc790ced818393ddaa045ce"
|
||||
dependencies:
|
||||
comma-separated-tokens "^1.0.0"
|
||||
hast-util-parse-selector "^2.2.0"
|
||||
property-information "^4.0.0"
|
||||
space-separated-tokens "^1.0.0"
|
||||
|
||||
he@1.2.x:
|
||||
version "1.2.0"
|
||||
resolved "https://registry.yarnpkg.com/he/-/he-1.2.0.tgz#84ae65fa7eafb165fddb61566ae14baf05664f0f"
|
||||
@ -7096,12 +7131,6 @@ is-jpg@^1.0.0:
|
||||
version "1.0.1"
|
||||
resolved "https://registry.yarnpkg.com/is-jpg/-/is-jpg-1.0.1.tgz#296d57fdd99ce010434a7283e346ab9a1035e975"
|
||||
|
||||
is-nan@^1.2.1:
|
||||
version "1.2.1"
|
||||
resolved "https://registry.yarnpkg.com/is-nan/-/is-nan-1.2.1.tgz#9faf65b6fb6db24b7f5c0628475ea71f988401e2"
|
||||
dependencies:
|
||||
define-properties "^1.1.1"
|
||||
|
||||
is-natural-number@^2.0.0:
|
||||
version "2.1.1"
|
||||
resolved "https://registry.yarnpkg.com/is-natural-number/-/is-natural-number-2.1.1.tgz#7d4c5728377ef386c3e194a9911bf57c6dc335e7"
|
||||
@ -8413,12 +8442,6 @@ map-visit@^1.0.0:
|
||||
dependencies:
|
||||
object-visit "^1.0.0"
|
||||
|
||||
mapz@^1.0.0:
|
||||
version "1.0.2"
|
||||
resolved "https://registry.yarnpkg.com/mapz/-/mapz-1.0.2.tgz#f6af94c425db0874ac2c4e67a76f5df1724b1322"
|
||||
dependencies:
|
||||
x-is-array "^0.1.0"
|
||||
|
||||
markdown-escapes@^1.0.0:
|
||||
version "1.0.2"
|
||||
resolved "https://registry.yarnpkg.com/markdown-escapes/-/markdown-escapes-1.0.2.tgz#e639cbde7b99c841c0bacc8a07982873b46d2122"
|
||||
@ -9857,12 +9880,16 @@ parse5@^2.1.5:
|
||||
version "2.2.3"
|
||||
resolved "https://registry.yarnpkg.com/parse5/-/parse5-2.2.3.tgz#0c4fc41c1000c5e6b93d48b03f8083837834e9f6"
|
||||
|
||||
parse5@^3.0.1, parse5@^3.0.3:
|
||||
parse5@^3.0.1:
|
||||
version "3.0.3"
|
||||
resolved "https://registry.yarnpkg.com/parse5/-/parse5-3.0.3.tgz#042f792ffdd36851551cf4e9e066b3874ab45b5c"
|
||||
dependencies:
|
||||
"@types/node" "*"
|
||||
|
||||
parse5@^5.0.0:
|
||||
version "5.1.0"
|
||||
resolved "https://registry.yarnpkg.com/parse5/-/parse5-5.1.0.tgz#c59341c9723f414c452975564c7c00a68d58acd2"
|
||||
|
||||
parseqs@0.0.5:
|
||||
version "0.0.5"
|
||||
resolved "https://registry.yarnpkg.com/parseqs/-/parseqs-0.0.5.tgz#d5208a3738e46766e291ba2ea173684921a8b89d"
|
||||
@ -10588,6 +10615,12 @@ property-information@^3.0.0, property-information@^3.1.0:
|
||||
version "3.2.0"
|
||||
resolved "https://registry.yarnpkg.com/property-information/-/property-information-3.2.0.tgz#fd1483c8fbac61808f5fe359e7693a1f48a58331"
|
||||
|
||||
property-information@^4.0.0:
|
||||
version "4.2.0"
|
||||
resolved "https://registry.yarnpkg.com/property-information/-/property-information-4.2.0.tgz#f0e66e07cbd6fed31d96844d958d153ad3eb486e"
|
||||
dependencies:
|
||||
xtend "^4.0.1"
|
||||
|
||||
proto-list@~1.2.1:
|
||||
version "1.2.4"
|
||||
resolved "https://registry.yarnpkg.com/proto-list/-/proto-list-1.2.4.tgz#212d5bfe1318306a420f6402b8e26ff39647a849"
|
||||
@ -12324,7 +12357,7 @@ source-list-map@^2.0.0:
|
||||
version "2.0.1"
|
||||
resolved "https://registry.yarnpkg.com/source-list-map/-/source-list-map-2.0.1.tgz#3993bd873bfc48479cca9ea3a547835c7c154b34"
|
||||
|
||||
source-map-resolve@^0.5.0:
|
||||
source-map-resolve@^0.5.0, source-map-resolve@^0.5.2:
|
||||
version "0.5.2"
|
||||
resolved "https://registry.yarnpkg.com/source-map-resolve/-/source-map-resolve-0.5.2.tgz#72e2cc34095543e43b2c62b2c4c10d4a9054f259"
|
||||
dependencies:
|
||||
@ -12746,6 +12779,12 @@ style-search@^0.1.0:
|
||||
version "0.1.0"
|
||||
resolved "https://registry.yarnpkg.com/style-search/-/style-search-0.1.0.tgz#7958c793e47e32e07d2b5cafe5c0bf8e12e77902"
|
||||
|
||||
style-to-object@^0.2.1:
|
||||
version "0.2.2"
|
||||
resolved "https://registry.yarnpkg.com/style-to-object/-/style-to-object-0.2.2.tgz#3ea3b276bd3fa9da1195fcdcdd03bc52aa2aae01"
|
||||
dependencies:
|
||||
css "2.2.4"
|
||||
|
||||
stylehacks@^4.0.0:
|
||||
version "4.0.1"
|
||||
resolved "https://registry.yarnpkg.com/stylehacks/-/stylehacks-4.0.1.tgz#3186595d047ab0df813d213e51c8b94e0b9010f2"
|
||||
@ -13825,7 +13864,7 @@ wbuf@^1.1.0, wbuf@^1.7.2:
|
||||
dependencies:
|
||||
minimalistic-assert "^1.0.0"
|
||||
|
||||
web-namespaces@^1.0.0:
|
||||
web-namespaces@^1.0.0, web-namespaces@^1.1.2:
|
||||
version "1.1.2"
|
||||
resolved "https://registry.yarnpkg.com/web-namespaces/-/web-namespaces-1.1.2.tgz#c8dc267ab639505276bae19e129dbd6ae72b22b4"
|
||||
|
||||
@ -14224,10 +14263,6 @@ ws@~3.3.1:
|
||||
safe-buffer "~5.1.0"
|
||||
ultron "~1.1.0"
|
||||
|
||||
x-is-array@^0.1.0:
|
||||
version "0.1.0"
|
||||
resolved "https://registry.yarnpkg.com/x-is-array/-/x-is-array-0.1.0.tgz#de520171d47b3f416f5587d629b89d26b12dc29d"
|
||||
|
||||
x-is-string@^0.1.0:
|
||||
version "0.1.0"
|
||||
resolved "https://registry.yarnpkg.com/x-is-string/-/x-is-string-0.1.0.tgz#474b50865af3a49a9c4657f05acd145458f77d82"
|
||||
|
Loading…
Reference in New Issue
Block a user