Skip to content

Commit 597c9ba

Browse files
Bump send from 0.18.0 to 0.19.0
Bumps [send](https://github.com/pillarjs/send) from 0.18.0 to 0.19.0. - [Release notes](https://github.com/pillarjs/send/releases) - [Changelog](https://github.com/pillarjs/send/blob/master/HISTORY.md) - [Commits](pillarjs/send@0.18.0...0.19.0) --- updated-dependencies: - dependency-name: send dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 4413aeb commit 597c9ba

File tree

2 files changed

+21
-2
lines changed

2 files changed

+21
-2
lines changed

packages/creepyface-site/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@
5959
"redux-thunk": "^2.4.1",
6060
"resize-observer-polyfill": "^1.5.1",
6161
"sass": "^1.54.8",
62-
"send": "^0.18.0",
62+
"send": "^0.19.0",
6363
"sharp": "^0.30.7",
6464
"stop-media-stream": "^1.0.0",
6565
"string-hash": "^1.1.3",

yarn.lock

+20-1
Original file line numberDiff line numberDiff line change
@@ -15275,7 +15275,7 @@ [email protected]:
1527515275
range-parser "~1.2.0"
1527615276
statuses "~1.4.0"
1527715277

15278-
[email protected], send@^0.18.0:
15278+
1527915279
version "0.18.0"
1528015280
resolved "https://registry.yarnpkg.com/send/-/send-0.18.0.tgz#670167cc654b05f5aa4a767f9113bb371bc706be"
1528115281
integrity sha512-qqWzuOjSFOuqPjFe4NOsMLafToQQwBSOEpS+FwEt3A2V3vKubTquT3vmLTQpFgMXp8AlFWFuP1qKaJZOtPpVXg==
@@ -15294,6 +15294,25 @@ [email protected], send@^0.18.0:
1529415294
range-parser "~1.2.1"
1529515295
statuses "2.0.1"
1529615296

15297+
send@^0.19.0:
15298+
version "0.19.0"
15299+
resolved "https://registry.yarnpkg.com/send/-/send-0.19.0.tgz#bbc5a388c8ea6c048967049dbeac0e4a3f09d7f8"
15300+
integrity sha512-dW41u5VfLXu8SJh5bwRmyYUbAoSB3c9uQh6L8h/KtsFREPWpbX1lrljJo186Jc4nmci/sGUZ9a0a0J2zgfq2hw==
15301+
dependencies:
15302+
debug "2.6.9"
15303+
depd "2.0.0"
15304+
destroy "1.2.0"
15305+
encodeurl "~1.0.2"
15306+
escape-html "~1.0.3"
15307+
etag "~1.8.1"
15308+
fresh "0.5.2"
15309+
http-errors "2.0.0"
15310+
mime "1.6.0"
15311+
ms "2.1.3"
15312+
on-finished "2.4.1"
15313+
range-parser "~1.2.1"
15314+
statuses "2.0.1"
15315+
1529715316
serialize-javascript@^2.1.2:
1529815317
version "2.1.2"
1529915318
resolved "https://registry.yarnpkg.com/serialize-javascript/-/serialize-javascript-2.1.2.tgz#ecec53b0e0317bdc95ef76ab7074b7384785fa61"

0 commit comments

Comments
 (0)