Skip to content

Commit 1cb0856

Browse files
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 c629e7f commit 1cb0856

File tree

2 files changed

+47
-8
lines changed

2 files changed

+47
-8
lines changed

package-lock.json

Lines changed: 18 additions & 5 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

yarn.lock

Lines changed: 29 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2140,6 +2140,13 @@ aws4@^1.8.0:
21402140
resolved "https://registry.yarnpkg.com/aws4/-/aws4-1.9.1.tgz#7e33d8f7d449b3f673cd72deb9abdc552dbe528e"
21412141
integrity sha512-wMHVg2EOHaMRxbzgFJ9gtjOOCrI80OHLG14rxi28XwOW8ux6IiEbRCGGGqCtdAIg4FQCbW20k9RsT4y3gJlFug==
21422142

2143+
axios@^0.19.2:
2144+
version "0.19.2"
2145+
resolved "https://registry.yarnpkg.com/axios/-/axios-0.19.2.tgz#3ea36c5d8818d0d5f8a8a97a6d36b86cdc00cb27"
2146+
integrity sha512-fjgm5MvRHLhx+osE2xoekY70AhARk3a6hkN+3Io1jc00jtquGvxYlKlsFUhmUET0V5te6CcZI7lcv2Ym61mjHA==
2147+
dependencies:
2148+
follow-redirects "1.5.10"
2149+
21432150
axobject-query@^2.0.2:
21442151
version "2.1.2"
21452152
resolved "https://registry.yarnpkg.com/axobject-query/-/axobject-query-2.1.2.tgz#2bdffc0371e643e5f03ba99065d5179b9ca79799"
@@ -2395,6 +2402,11 @@ boolbase@^1.0.0, boolbase@~1.0.0:
23952402
resolved "https://registry.yarnpkg.com/boolbase/-/boolbase-1.0.0.tgz#68dff5fbe60c51eb37725ea9e3ed310dcc1e776e"
23962403
integrity sha1-aN/1++YMUes3cl6p4+0xDcwed24=
23972404

2405+
bootstrap@^4.5.0:
2406+
version "4.6.0"
2407+
resolved "https://registry.yarnpkg.com/bootstrap/-/bootstrap-4.6.0.tgz#97b9f29ac98f98dfa43bf7468262d84392552fd7"
2408+
integrity sha512-Io55IuQY3kydzHtbGvQya3H+KorS/M9rSNyfCGCg9WZ4pyT/lCxIlpJgG1GXW/PswzC84Tr2fBYi+7+jFVQQBw==
2409+
23982410
brace-expansion@^1.1.7:
23992411
version "1.1.11"
24002412
resolved "https://registry.yarnpkg.com/brace-expansion/-/brace-expansion-1.1.11.tgz#3c7fcbf529d87226f3d2f52b966ff5271eb441dd"
@@ -3454,6 +3466,13 @@ [email protected], debug@^2.2.0, debug@^2.3.3, debug@^2.6.0, debug@^2.6.9:
34543466
dependencies:
34553467
ms "2.0.0"
34563468

3469+
debug@=3.1.0:
3470+
version "3.1.0"
3471+
resolved "https://registry.yarnpkg.com/debug/-/debug-3.1.0.tgz#5bb5a0672628b64149566ba16819e61518c67261"
3472+
integrity sha512-OX8XqP7/1a9cqkxYw2yXss15f26NKWBpDXQd0/uK/KPqdQhxbPa994hnzjcE2VqQpDslf55723cKPUOGSmMY3g==
3473+
dependencies:
3474+
ms "2.0.0"
3475+
34573476
debug@^3.0.0, debug@^3.1.1, debug@^3.2.5:
34583477
version "3.2.6"
34593478
resolved "https://registry.yarnpkg.com/debug/-/debug-3.2.6.tgz#e83d17de16d8a7efb7717edbe5fb10135eee629b"
@@ -4509,6 +4528,13 @@ flush-write-stream@^1.0.0:
45094528
inherits "^2.0.3"
45104529
readable-stream "^2.3.6"
45114530

4531+
4532+
version "1.5.10"
4533+
resolved "https://registry.yarnpkg.com/follow-redirects/-/follow-redirects-1.5.10.tgz#7b7a9f9aea2fdff36786a94ff643ed07f4ff5e2a"
4534+
integrity sha512-0V5l4Cizzvqt5D44aTXbFZz+FtyXV1vrDN6qrelxtfYQKW0KO0W2T/hkE8xvGa/540LkZlkaUjO4ailYTFtHVQ==
4535+
dependencies:
4536+
debug "=3.1.0"
4537+
45124538
follow-redirects@^1.0.0:
45134539
version "1.10.0"
45144540
resolved "https://registry.yarnpkg.com/follow-redirects/-/follow-redirects-1.10.0.tgz#01f5263aee921c6a54fb91667f08f4155ce169eb"
@@ -9916,9 +9942,9 @@ tmp@^0.0.33:
99169942
os-tmpdir "~1.0.2"
99179943

99189944
9919-
version "1.0.4"
9920-
resolved "https://registry.yarnpkg.com/tmpl/-/tmpl-1.0.4.tgz#23640dd7b42d00433911140820e5cf440e521dd1"
9921-
integrity sha1-I2QN17QtAEM5ERQIIOXPRA5SHdE=
9945+
version "1.0.5"
9946+
resolved "https://registry.yarnpkg.com/tmpl/-/tmpl-1.0.5.tgz#8683e0b902bb9c20c4f726e3c0b69f36518c07cc"
9947+
integrity sha512-3f0uOEAQwIqGuWW2MVzYg8fV/QNnc/IpuJNG837rLuczAaLVHslWHZQj4IGiEl5Hs3kkbhwL9Ab7Hrsmuj+Smw==
99229948

99239949
to-arraybuffer@^1.0.0:
99249950
version "1.0.1"

0 commit comments

Comments
 (0)