24
1
Fork 0

Compare commits

...

12 Commits

Author SHA1 Message Date
timvisee a37a0c8678
Update dependencies 2022-01-24 17:20:29 +01:00
timvisee 8c50da564f
Update configstore 2022-01-24 17:16:14 +01:00
timvisee 214f723232
Merge branch 'dependabot/npm_and_yarn/nanoid-3.2.0' into master
See https://github.com/timvisee/send/pull/64
2022-01-24 17:14:41 +01:00
dependabot[bot] f2a6af409e
Bump nanoid from 3.1.16 to 3.2.0
Bumps [nanoid](https://github.com/ai/nanoid) from 3.1.16 to 3.2.0.
- [Release notes](https://github.com/ai/nanoid/releases)
- [Changelog](https://github.com/ai/nanoid/blob/main/CHANGELOG.md)
- [Commits](https://github.com/ai/nanoid/compare/3.1.16...3.2.0)

---
updated-dependencies:
- dependency-name: nanoid
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-01-22 01:16:00 +00:00
timvisee b346e3e3ae
Bump version to 3.4.16 2022-01-17 13:09:45 +01:00
timvisee aea428372d
Update dependencies 2022-01-17 13:09:19 +01:00
timvisee ea8efb9d93
Merge branch 'dependabot/npm_and_yarn/follow-redirects-1.14.7' into master
See https://github.com/timvisee/send/pull/63
2022-01-17 13:05:15 +01:00
dependabot[bot] 2b7164f589
Bump follow-redirects from 1.14.5 to 1.14.7
Bumps [follow-redirects](https://github.com/follow-redirects/follow-redirects) from 1.14.5 to 1.14.7.
- [Release notes](https://github.com/follow-redirects/follow-redirects/releases)
- [Commits](https://github.com/follow-redirects/follow-redirects/compare/v1.14.5...v1.14.7)

---
updated-dependencies:
- dependency-name: follow-redirects
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-01-14 22:50:28 +00:00
timvisee 08399059e9
Bump version to 3.4.15 2021-12-19 23:07:24 +01:00
timvisee aea40fa11b
Update dependencies 2021-12-19 23:04:26 +01:00
timvisee e51c753c0d
Merge branch 'goxlur-patch-1' into master
See https://github.com/timvisee/send/pull/60
2021-12-19 23:00:14 +01:00
goxlur 6520d71faa
Fix page scroll overflow 2021-12-19 00:36:47 +01:00
3 changed files with 1426 additions and 1244 deletions

View File

@ -175,7 +175,6 @@ footer li a:hover {
position: relative;
max-width: 64rem;
width: 100%;
height: 100%;
}
.main > section {
@ -271,7 +270,6 @@ select {
@apply m-auto;
@apply py-8;
min-height: 42rem;
max-height: 42rem;
width: calc(100% - 3rem);
}

2646
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@ -1,7 +1,7 @@
{
"name": "send",
"description": "File Sharing Experiment",
"version": "3.4.14",
"version": "3.4.16",
"author": "Mozilla (https://mozilla.org)",
"contributors": [
"Tim Visee <3a4fb3964f@sinenomine.email> (https://timvisee.com)"
@ -62,10 +62,10 @@
"node": "^16.13.0"
},
"devDependencies": {
"@babel/core": "^7.16.0",
"@babel/plugin-proposal-class-properties": "^7.16.0",
"@babel/core": "^7.16.12",
"@babel/plugin-proposal-class-properties": "^7.16.7",
"@babel/plugin-syntax-dynamic-import": "^7.2.0",
"@babel/preset-env": "^7.16.4",
"@babel/preset-env": "^7.16.11",
"@dannycoates/webcrypto-liner": "^0.1.37",
"@fullhuman/postcss-purgecss": "^1.3.0",
"@mattiasbuelens/web-streams-polyfill": "0.2.1",
@ -74,9 +74,9 @@
"babel-loader": "^8.2.3",
"babel-plugin-istanbul": "^5.2.0",
"base64-js": "^1.5.1",
"content-disposition": "^0.5.3",
"content-disposition": "^0.5.4",
"copy-webpack-plugin": "^5.1.2",
"core-js": "^3.19.2",
"core-js": "^3.20.3",
"crc": "^3.8.0",
"cross-env": "^6.0.3",
"css-loader": "^3.6.0",
@ -133,20 +133,20 @@
"@dannycoates/express-ws": "^5.0.3",
"@fluent/bundle": "^0.13.0",
"@fluent/langneg": "^0.3.0",
"@google-cloud/storage": "^5.16.0",
"@google-cloud/storage": "^5.18.0",
"@sentry/node": "^5.30.0",
"aws-sdk": "^2.1040.0",
"body-parser": "^1.19.0",
"aws-sdk": "^2.1062.0",
"body-parser": "^1.19.1",
"choo": "^7.0.0",
"cldr-core": "^35.1.0",
"configstore": "github:dannycoates/configstore#master",
"convict": "^5.2.1",
"double-ended-queue": "^2.1.0-0",
"express": "^4.17.1",
"express": "^4.17.2",
"helmet": "^3.23.3",
"mkdirp": "^0.5.1",
"mozlog": "^2.2.0",
"node-fetch": "^2.6.6",
"node-fetch": "^2.6.7",
"redis": "^3.1.1",
"redis-mock": "^0.47.0",
"selenium-standalone": "^6.24.0",