Skip to content

Commit 8c0381e

Browse files
chore(deps): bump tmpl from 1.0.4 to 1.0.5
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] <[email protected]>
1 parent 75af34f commit 8c0381e

File tree

1 file changed

+41
-4
lines changed

1 file changed

+41
-4
lines changed

yarn.lock

Lines changed: 41 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1499,7 +1499,7 @@
14991499
stylelint-declaration-block-no-ignored-properties "^1.1.0"
15001500
stylelint-order "^0.8.1"
15011501

1502-
"@planjs/utils@^1.10.0", "@planjs/utils@^1.11.3":
1502+
"@planjs/utils@^1.10.0":
15031503
version "1.11.3"
15041504
resolved "https://registry.nlark.com/@planjs/utils/download/@planjs/utils-1.11.3.tgz#2cef88b4ddbb9e791391a7bd3fb7273a24e90f11"
15051505
integrity sha1-LO+ItN27nnkTkae9P7cnOiTpDxE=
@@ -1508,6 +1508,19 @@
15081508
decimal.js "^10.3.1"
15091509
query-string "^7.0.1"
15101510

1511+
"@planjs/utils@^1.11.5":
1512+
version "1.11.5"
1513+
resolved "https://registry.yarnpkg.com/@planjs/utils/-/utils-1.11.5.tgz#24a21ce0bb12c677b97dae9b92888182fe7e026f"
1514+
integrity sha512-4e2FuQDVRL8QOGREETNupmJo0DkQ0nS7DfzGt5yhsB+AT6w7gMPGv0fhrKKZD2Iv2uixTjsRzAphSUQZQkyFoA==
1515+
dependencies:
1516+
"@babel/runtime" "^7.15.4"
1517+
"@types/lodash.debounce" "^4.0.6"
1518+
"@types/lodash.throttle" "^4.1.6"
1519+
decimal.js "^10.3.1"
1520+
lodash.debounce "^4.0.8"
1521+
lodash.throttle "^4.1.1"
1522+
query-string "^7.0.1"
1523+
15111524
"@rollup/plugin-alias@^3.1.2":
15121525
version "3.1.4"
15131526
resolved "https://registry.nlark.com/@rollup/plugin-alias/download/@rollup/plugin-alias-3.1.4.tgz#47774f4ff0eab5937f7acb392cf2b89921f03b7d"
@@ -1805,6 +1818,25 @@
18051818
resolved "https://registry.nlark.com/@types/json-schema/download/@types/json-schema-7.0.8.tgz#edf1bf1dbf4e04413ca8e5b17b3b7d7d54b59818"
18061819
integrity sha1-7fG/Hb9OBEE8qOWxezt9fVS1mBg=
18071820

1821+
"@types/lodash.debounce@^4.0.6":
1822+
version "4.0.6"
1823+
resolved "https://registry.yarnpkg.com/@types/lodash.debounce/-/lodash.debounce-4.0.6.tgz#c5a2326cd3efc46566c47e4c0aa248dc0ee57d60"
1824+
integrity sha512-4WTmnnhCfDvvuLMaF3KV4Qfki93KebocUF45msxhYyjMttZDQYzHkO639ohhk8+oco2cluAFL3t5+Jn4mleylQ==
1825+
dependencies:
1826+
"@types/lodash" "*"
1827+
1828+
"@types/lodash.throttle@^4.1.6":
1829+
version "4.1.6"
1830+
resolved "https://registry.yarnpkg.com/@types/lodash.throttle/-/lodash.throttle-4.1.6.tgz#f5ba2c22244ee42ff6c2c49e614401a870c1009c"
1831+
integrity sha512-/UIH96i/sIRYGC60NoY72jGkCJtFN5KVPhEMMMTjol65effe1gPn0tycJqV5tlSwMTzX8FqzB5yAj0rfGHTPNg==
1832+
dependencies:
1833+
"@types/lodash" "*"
1834+
1835+
"@types/lodash@*":
1836+
version "4.14.173"
1837+
resolved "https://registry.yarnpkg.com/@types/lodash/-/lodash-4.14.173.tgz#9d3b674c67a26cf673756f6aca7b429f237f91ed"
1838+
integrity sha512-vv0CAYoaEjCw/mLy96GBTnRoZrSxkGE0BKzKimdR8P3OzrNYNvBgtW7p055A+E8C31vXNUhWKoFCbhq7gbyhFg==
1839+
18081840
"@types/lodash@^4.14.161":
18091841
version "4.14.171"
18101842
resolved "https://registry.nlark.com/@types/lodash/download/@types/lodash-4.14.171.tgz?cache=0&sync_timestamp=1625609589008&other_urls=https%3A%2F%2Fregistry.nlark.com%2F%40types%2Flodash%2Fdownload%2F%40types%2Flodash-4.14.171.tgz#f01b3a5fe3499e34b622c362a46a609fdb23573b"
@@ -6741,6 +6773,11 @@ lodash.memoize@^4.1.2:
67416773
resolved "https://registry.nlark.com/lodash.memoize/download/lodash.memoize-4.1.2.tgz#bcc6c49a42a2840ed997f323eada5ecd182e0bfe"
67426774
integrity sha1-vMbEmkKihA7Zl/Mj6tpezRguC/4=
67436775

6776+
lodash.throttle@^4.1.1:
6777+
version "4.1.1"
6778+
resolved "https://registry.yarnpkg.com/lodash.throttle/-/lodash.throttle-4.1.1.tgz#c23e91b710242ac70c37f1e1cda9274cc39bf2f4"
6779+
integrity sha1-wj6RtxAkKscMN/HhzaknTMOb8vQ=
6780+
67446781
lodash.uniq@^4.5.0:
67456782
version "4.5.0"
67466783
resolved "https://registry.nlark.com/lodash.uniq/download/lodash.uniq-4.5.0.tgz#d0225373aeb652adc1bc82e4945339a842754773"
@@ -9892,9 +9929,9 @@ timsort@^0.3.0:
98929929
integrity sha1-QFQRqOfmM5/mTbmiNN4R3DHgK9Q=
98939930

98949931
9895-
version "1.0.4"
9896-
resolved "https://registry.npm.taobao.org/tmpl/download/tmpl-1.0.4.tgz#23640dd7b42d00433911140820e5cf440e521dd1"
9897-
integrity sha1-I2QN17QtAEM5ERQIIOXPRA5SHdE=
9932+
version "1.0.5"
9933+
resolved "https://registry.yarnpkg.com/tmpl/-/tmpl-1.0.5.tgz#8683e0b902bb9c20c4f726e3c0b69f36518c07cc"
9934+
integrity sha512-3f0uOEAQwIqGuWW2MVzYg8fV/QNnc/IpuJNG837rLuczAaLVHslWHZQj4IGiEl5Hs3kkbhwL9Ab7Hrsmuj+Smw==
98989935

98999936
to-absolute-glob@^2.0.0:
99009937
version "2.0.2"

0 commit comments

Comments
 (0)