From 9087804352e1dd788d9022d498cb246e314b5d32 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 21 Sep 2021 13:40:06 +0000 Subject: [PATCH] build(deps): bump tmpl from 1.0.4 to 1.0.5 in /examples/demo-single-spa Bumps [tmpl](https://github.com/daaku/nodejs-tmpl) from 1.0.4 to 1.0.5. - [Release notes](https://github.com/daaku/nodejs-tmpl/releases) - [Commits](https://github.com/daaku/nodejs-tmpl/commits/v1.0.5) --- updated-dependencies: - dependency-name: tmpl dependency-type: indirect ... Signed-off-by: dependabot[bot] --- examples/demo-single-spa/yarn.lock | 121 +++++++++++++++++++++++++++-- 1 file changed, 115 insertions(+), 6 deletions(-) diff --git a/examples/demo-single-spa/yarn.lock b/examples/demo-single-spa/yarn.lock index d95bb49..770fd3e 100644 --- a/examples/demo-single-spa/yarn.lock +++ b/examples/demo-single-spa/yarn.lock @@ -877,6 +877,13 @@ dependencies: regenerator-runtime "^0.13.2" +"@babel/runtime@^7.12.1", "@babel/runtime@^7.12.13": + version "7.15.4" + resolved "https://registry.nlark.com/@babel/runtime/download/@babel/runtime-7.15.4.tgz?cache=0&sync_timestamp=1630620117101&other_urls=https%3A%2F%2Fregistry.nlark.com%2F%40babel%2Fruntime%2Fdownload%2F%40babel%2Fruntime-7.15.4.tgz#fd17d16bfdf878e6dd02d19753a39fa8a8d9c84a" + integrity sha1-/RfRa/34eObdAtGXU6OfqKjZyEo= + dependencies: + regenerator-runtime "^0.13.4" + "@babel/template@^7.4.0", "@babel/template@^7.6.0", "@babel/template@^7.7.0": version "7.7.0" resolved "https://registry.npm.taobao.org/@babel/template/download/@babel/template-7.7.0.tgz#4fadc1b8e734d97f56de39c77de76f2562e597d0" @@ -1130,6 +1137,66 @@ resolved "https://registry.npm.taobao.org/@nodelib/fs.stat/download/@nodelib/fs.stat-1.1.3.tgz#2b5a3ab3f918cca48a8c754c08168e3f03eba61b" integrity sha1-K1o6s/kYzKSKjHVMCBaOPwPrphs= +"@spax/core@^1.4.2": + version "1.4.2" + resolved "https://registry.npm.taobao.org/@spax/core/download/@spax/core-1.4.2.tgz#4fe727ec24ad7f356bea23809e84b2fb0fd7cd12" + integrity sha1-T+cn7CStfzVr6iOAnoSy+w/XzRI= + dependencies: + "@spax/debug" "^1.1.1" + events "^3.0.0" + history "^4.10.1" + +"@spax/debug@^1.1.1": + version "1.1.1" + resolved "https://registry.npm.taobao.org/@spax/debug/download/@spax/debug-1.1.1.tgz#ea2107cc3bcfc97f30a1dd4940e2e775e3a257d9" + integrity sha1-6iEHzDvPyX8wod1JQOLndeOiV9k= + +"@spax/framework-simple@^1.4.3": + version "1.4.3" + resolved "https://registry.npm.taobao.org/@spax/framework-simple/download/@spax/framework-simple-1.4.3.tgz#c9c85cc72d897e3a078661f98b049579eec22763" + integrity sha1-ychcxy2JfjoHhmH5iwSVee7CJ2M= + dependencies: + "@spax/core" "^1.4.2" + "@spax/framework" "^1.4.2" + "@spax/plugin-lazy" "^1.4.2" + "@spax/plugin-path" "^1.4.2" + "@spax/plugin-router" "^1.4.3" + +"@spax/framework@^1.4.2": + version "1.4.2" + resolved "https://registry.npm.taobao.org/@spax/framework/download/@spax/framework-1.4.2.tgz#81811cc737cdb5bb1005a5859aed3f52aec6412b" + integrity sha1-gYEcxzfNtbsQBaWFmu0/Uq7GQSs= + dependencies: + "@spax/core" "^1.4.2" + "@spax/debug" "^1.1.1" + history "^4.10.1" + lodash "^4.17.15" + +"@spax/plugin-lazy@^1.4.2": + version "1.4.2" + resolved "https://registry.npm.taobao.org/@spax/plugin-lazy/download/@spax/plugin-lazy-1.4.2.tgz#4e8b248af75e5cc79a9ddb6b113d9fda1fcbf8ec" + integrity sha1-ToskivdeXMeandtrET2f2h/L+Ow= + dependencies: + "@spax/core" "^1.4.2" + history "^4.10.1" + +"@spax/plugin-path@^1.4.2": + version "1.4.2" + resolved "https://registry.npm.taobao.org/@spax/plugin-path/download/@spax/plugin-path-1.4.2.tgz#9472572eb2ecbc10211044d5aa4617dde656a23b" + integrity sha1-lHJXLrLsvBAhEETVqkYX3eZWojs= + dependencies: + "@spax/core" "^1.4.2" + "@spax/debug" "^1.1.1" + +"@spax/plugin-router@^1.4.3": + version "1.4.3" + resolved "https://registry.npm.taobao.org/@spax/plugin-router/download/@spax/plugin-router-1.4.3.tgz#a0bba9aa9e47db7f8283f60565482de2c21c890f" + integrity sha1-oLupqp5H23+Cg/YFZUgt4sIciQ8= + dependencies: + "@spax/core" "^1.4.2" + "@spax/debug" "^1.1.1" + react-router-dom "^5.1.1" + "@svgr/babel-plugin-add-jsx-attribute@^4.2.0": version "4.2.0" resolved "https://registry.npm.taobao.org/@svgr/babel-plugin-add-jsx-attribute/download/@svgr/babel-plugin-add-jsx-attribute-4.2.0.tgz#dadcb6218503532d6884b210e7f3c502caaa44b1" @@ -4623,9 +4690,9 @@ hex-color-regex@^1.1.0: resolved "https://registry.npm.taobao.org/hex-color-regex/download/hex-color-regex-1.1.0.tgz#4c06fccb4602fe2602b3c93df82d7e7dbf1a8a8e" integrity sha1-TAb8y0YC/iYCs8k9+C1+fb8aio4= -history@^4.9.0: +history@^4.10.1, history@^4.9.0: version "4.10.1" - resolved "https://registry.npm.taobao.org/history/download/history-4.10.1.tgz#33371a65e3a83b267434e2b3f3b1b4c58aad4cf3" + resolved "https://registry.nlark.com/history/download/history-4.10.1.tgz#33371a65e3a83b267434e2b3f3b1b4c58aad4cf3" integrity sha1-MzcaZeOoOyZ0NOKz87G0xYqtTPM= dependencies: "@babel/runtime" "^7.1.2" @@ -6332,6 +6399,14 @@ mini-create-react-context@^0.3.0: gud "^1.0.0" tiny-warning "^1.0.2" +mini-create-react-context@^0.4.0: + version "0.4.1" + resolved "https://registry.npm.taobao.org/mini-create-react-context/download/mini-create-react-context-0.4.1.tgz#072171561bfdc922da08a60c2197a497cc2d1d5e" + integrity sha1-ByFxVhv9ySLaCKYMIZekl8wtHV4= + dependencies: + "@babel/runtime" "^7.12.1" + tiny-warning "^1.0.3" + mini-css-extract-plugin@0.8.0: version "0.8.0" resolved "https://registry.npm.taobao.org/mini-css-extract-plugin/download/mini-css-extract-plugin-0.8.0.tgz#81d41ec4fe58c713a96ad7c723cdb2d0bd4d70e1" @@ -8235,6 +8310,19 @@ react-is@^16.6.0, react-is@^16.7.0, react-is@^16.8.1, react-is@^16.8.4: resolved "https://registry.npm.taobao.org/react-is/download/react-is-16.12.0.tgz#2cc0fe0fba742d97fd527c42a13bec4eeb06241c" integrity sha1-LMD+D7p0LZf9UnxCoTvsTusGJBw= +react-router-dom@^5.1.1: + version "5.3.0" + resolved "https://registry.nlark.com/react-router-dom/download/react-router-dom-5.3.0.tgz#da1bfb535a0e89a712a93b97dd76f47ad1f32363" + integrity sha1-2hv7U1oOiacSqTuX3Xb0etHzI2M= + dependencies: + "@babel/runtime" "^7.12.13" + history "^4.9.0" + loose-envify "^1.3.1" + prop-types "^15.6.2" + react-router "5.2.1" + tiny-invariant "^1.0.2" + tiny-warning "^1.0.0" + react-router-dom@^5.1.2: version "5.1.2" resolved "https://registry.npm.taobao.org/react-router-dom/download/react-router-dom-5.1.2.tgz#06701b834352f44d37fbb6311f870f84c76b9c18" @@ -8264,6 +8352,22 @@ react-router@5.1.2: tiny-invariant "^1.0.2" tiny-warning "^1.0.0" +react-router@5.2.1: + version "5.2.1" + resolved "https://registry.nlark.com/react-router/download/react-router-5.2.1.tgz#4d2e4e9d5ae9425091845b8dbc6d9d276239774d" + integrity sha1-TS5OnVrpQlCRhFuNvG2dJ2I5d00= + dependencies: + "@babel/runtime" "^7.12.13" + history "^4.9.0" + hoist-non-react-statics "^3.1.0" + loose-envify "^1.3.1" + mini-create-react-context "^0.4.0" + path-to-regexp "^1.7.0" + prop-types "^15.6.2" + react-is "^16.6.0" + tiny-invariant "^1.0.2" + tiny-warning "^1.0.0" + react-scripts@^3.2.0: version "3.2.0" resolved "https://registry.npm.taobao.org/react-scripts/download/react-scripts-3.2.0.tgz#58ccd6b4ffa27f1b4d2986cbdcaa916660e9e33c" @@ -8435,6 +8539,11 @@ regenerator-runtime@^0.11.0: resolved "https://registry.npm.taobao.org/regenerator-runtime/download/regenerator-runtime-0.11.1.tgz#be05ad7f9bf7d22e056f9726cee5017fbf19e2e9" integrity sha1-vgWtf5v30i4Fb5cmzuUBf78Z4uk= +regenerator-runtime@^0.13.4: + version "0.13.9" + resolved "https://registry.nlark.com/regenerator-runtime/download/regenerator-runtime-0.13.9.tgz#8925742a98ffd90814988d7566ad30ca3b263b52" + integrity sha1-iSV0Kpj/2QgUmI11Zq0wyjsmO1I= + regenerator-transform@^0.14.0: version "0.14.1" resolved "https://registry.npm.taobao.org/regenerator-transform/download/regenerator-transform-0.14.1.tgz#3b2fce4e1ab7732c08f665dfdb314749c7ddd2fb" @@ -9604,7 +9713,7 @@ tiny-invariant@^1.0.2: resolved "https://registry.npm.taobao.org/tiny-invariant/download/tiny-invariant-1.0.6.tgz#b3f9b38835e36a41c843a3b0907a5a7b3755de73" integrity sha1-s/mziDXjakHIQ6OwkHpaezdV3nM= -tiny-warning@^1.0.0, tiny-warning@^1.0.2: +tiny-warning@^1.0.0, tiny-warning@^1.0.2, tiny-warning@^1.0.3: version "1.0.3" resolved "https://registry.npm.taobao.org/tiny-warning/download/tiny-warning-1.0.3.tgz#94a30db453df4c643d0fd566060d60a875d84754" integrity sha1-lKMNtFPfTGQ9D9VmBg1gqHXYR1Q= @@ -9617,9 +9726,9 @@ tmp@^0.0.33: os-tmpdir "~1.0.2" tmpl@1.0.x: - version "1.0.4" - resolved "https://registry.npm.taobao.org/tmpl/download/tmpl-1.0.4.tgz#23640dd7b42d00433911140820e5cf440e521dd1" - integrity sha1-I2QN17QtAEM5ERQIIOXPRA5SHdE= + version "1.0.5" + resolved "https://registry.yarnpkg.com/tmpl/-/tmpl-1.0.5.tgz#8683e0b902bb9c20c4f726e3c0b69f36518c07cc" + integrity sha512-3f0uOEAQwIqGuWW2MVzYg8fV/QNnc/IpuJNG837rLuczAaLVHslWHZQj4IGiEl5Hs3kkbhwL9Ab7Hrsmuj+Smw== to-arraybuffer@^1.0.0: version "1.0.1"