chore: Various dependency updates (#2751)

This commit is contained in:
Tom Moor 2021-11-09 07:03:36 -08:00 committed by GitHub
parent 6a64dfe4b2
commit 87125223de
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 531 additions and 668 deletions

View File

@ -71,7 +71,7 @@
"copy-to-clipboard": "^3.3.1",
"core-js": "^3.10.2",
"datadog-metrics": "^0.9.3",
"date-fns": "2.22.1",
"date-fns": "^2.25.0",
"dd-trace": "^0.32.2",
"dotenv": "^4.0.0",
"emoji-regex": "^6.5.1",
@ -81,23 +81,22 @@
"fetch-with-proxy": "^3.0.1",
"file-loader": "^1.1.6",
"flow-typed": "^3.3.1",
"focus-visible": "^5.1.0",
"focus-visible": "^5.2.0",
"fractional-index": "^1.0.0",
"framer-motion": "^4.1.17",
"fs-extra": "^4.0.2",
"http-errors": "1.4.0",
"i18next": "^20.6.1",
"i18next-http-backend": "^1.3.1",
"immutable": "^3.8.2",
"imports-loader": "0.6.5",
"invariant": "^2.2.2",
"ioredis": "^4.24.3",
"immutable": "^4.0.0",
"invariant": "^2.2.4",
"ioredis": "^4.28.0",
"is-printable-key-event": "^1.0.0",
"joplin-turndown-plugin-gfm": "^1.0.12",
"js-search": "^1.4.2",
"json-loader": "0.5.4",
"jsonwebtoken": "^8.5.0",
"jszip": "^3.7.0",
"jszip": "^3.7.1",
"kbar": "^0.1.0-beta.16",
"koa": "^2.10.0",
"koa-body": "^4.2.0",
@ -107,13 +106,13 @@
"koa-jwt": "^3.6.0",
"koa-logger": "^3.2.1",
"koa-mount": "^3.0.0",
"koa-onerror": "^4.0.0",
"koa-onerror": "^4.1.0",
"koa-router": "7.0.1",
"koa-sendfile": "2.0.0",
"koa-sslify": "2.1.2",
"koa-static": "^4.0.1",
"lodash": "^4.17.19",
"mammoth": "^1.4.16",
"lodash": "^4.17.21",
"mammoth": "^1.4.19",
"mobx": "^4.15.4",
"mobx-react": "^6.3.1",
"natural-sort": "^1.0.0",
@ -125,8 +124,8 @@
"passport-oauth2": "^1.6.1",
"passport-slack-oauth2": "^1.1.0",
"pg": "^8.5.1",
"pg-hstore": "^2.3.3",
"polished": "3.6.5",
"pg-hstore": "^2.3.4",
"polished": "^3.7.2",
"query-string": "^7.0.1",
"quoted-printable": "^1.0.1",
"randomstring": "1.1.5",
@ -139,7 +138,7 @@
"react-dom": "^17.0.2",
"react-dropzone": "^11.3.2",
"react-helmet": "^6.1.0",
"react-i18next": "^11.7.3",
"react-i18next": "^11.13.0",
"react-is": "^17.0.2",
"react-portal": "^4.2.0",
"react-router-dom": "^5.2.0",
@ -152,8 +151,8 @@
"regenerator-runtime": "^0.13.7",
"rich-markdown-editor": "^11.19.2",
"semver": "^7.3.2",
"sequelize": "^6.3.4",
"sequelize-cli": "^6.2.0",
"sequelize": "^6.9.0",
"sequelize-cli": "^6.3.0",
"sequelize-encrypted": "^1.0.0",
"slate": "0.45.0",
"slate-md-serializer": "5.5.4",
@ -183,7 +182,7 @@
"devDependencies": {
"@babel/cli": "^7.10.5",
"@pmmmwh/react-refresh-webpack-plugin": "^0.4.3",
"@relative-ci/agent": "^2.0.0",
"@relative-ci/agent": "^3.0.0",
"babel-eslint": "^10.1.0",
"babel-jest": "^26.2.2",
"babel-loader": "^8.1.0",
@ -201,7 +200,7 @@
"eslint-plugin-react-hooks": "^4.1.0",
"fetch-test-server": "^1.1.0",
"flow-bin": "^0.124.0",
"html-webpack-plugin": "3.2.0",
"html-webpack-plugin": "4.5.1",
"i18next-parser": "^4.7.0",
"jest-cli": "^26.0.0",
"jest-fetch-mock": "^3.0.3",
@ -217,13 +216,13 @@
"webpack-cli": "^3.3.12",
"webpack-manifest-plugin": "^3.0.0",
"webpack-pwa-manifest": "^4.3.0",
"workbox-webpack-plugin": "^6.1.0",
"workbox-webpack-plugin": "^6.3.0",
"yarn-deduplicate": "^3.1.0"
},
"resolutions": {
"prosemirror-view": "1.21.0",
"prosemirror-view": "1.22.0",
"dot-prop": "^5.2.0",
"js-yaml": "^3.13.1"
"js-yaml": "^3.14.1"
},
"version": "0.59.0"
}

1160
yarn.lock

File diff suppressed because it is too large Load Diff