chore: upgrade deps (#2014)

This commit is contained in:
Mo
2022-11-16 09:52:21 -06:00
committed by GitHub
parent 353c757388
commit 05fe7de3eb
332 changed files with 2123 additions and 2332 deletions

View File

@@ -35,51 +35,51 @@
"@babel/core": "*",
"@babel/preset-env": "*",
"@standardnotes/api": "workspace:*",
"@standardnotes/common": "^1.43.0",
"@standardnotes/domain-events": "^2.39.0",
"@standardnotes/common": "^1.45.0",
"@standardnotes/domain-events": "^2.88.0",
"@standardnotes/encryption": "workspace:*",
"@standardnotes/features": "workspace:*",
"@standardnotes/files": "workspace:*",
"@standardnotes/models": "workspace:*",
"@standardnotes/responses": "workspace:*",
"@standardnotes/security": "^1.2.0",
"@standardnotes/security": "^1.7.0",
"@standardnotes/services": "workspace:*",
"@standardnotes/settings": "^1.17.0",
"@standardnotes/settings": "^1.18.3",
"@standardnotes/sncrypto-common": "workspace:*",
"@standardnotes/sncrypto-web": "workspace:*",
"@standardnotes/utils": "workspace:*",
"@types/crypto-js": "^4.1.1",
"@types/jest": "^28.1.5",
"@types/jsdom": "^16.2.14",
"@types/libsodium-wrappers": "^0.7.9",
"@types/lodash": "^4.14.179",
"@types/semver": "^7.3.10",
"@typescript-eslint/eslint-plugin": "^5.30.0",
"babel-jest": "^28.1.2",
"babel-loader": "^8.2.3",
"@types/jest": "^29.2.3",
"@types/jsdom": "^20.0.1",
"@types/libsodium-wrappers": "^0.7.10",
"@types/lodash": "^4.14.189",
"@types/semver": "^7.3.13",
"@typescript-eslint/eslint-plugin": "*",
"babel-jest": "^29.3.1",
"babel-loader": "^9.1.0",
"circular-dependency-plugin": "^5.2.2",
"crypto-js": "^4.1.1",
"docdash": "^1.2.0",
"docdash": "^2.0.0",
"dom-storage": "^2.1.0",
"eslint": "*",
"eslint-plugin-prettier": "*",
"exports-loader": "^3.1.0",
"jest": "^28.1.2",
"jest-environment-jsdom": "^28.1.2",
"jsdom": "^20.0.0",
"libsodium-wrappers": "^0.7.9",
"exports-loader": "^4.0.0",
"jest": "^29.3.1",
"jest-environment-jsdom": "^29.3.1",
"jsdom": "^20.0.2",
"libsodium-wrappers": "^0.7.10",
"lodash": "^4.17.21",
"nock": "^13.2.4",
"nock": "^13.2.9",
"otplib": "^12.0.1",
"reflect-metadata": "^0.1.13",
"script-loader": "^0.7.2",
"semver": "^7.3.7",
"ts-jest": "^28.0.5",
"ts-loader": "^9.2.6",
"ts-node": "^10.8.1",
"semver": "^7.3.8",
"ts-jest": "^29.0.3",
"ts-loader": "^9.4.1",
"ts-node": "^10.9.1",
"tscpaths": "0.0.9",
"typescript": "*",
"uuid": "^8.3.2",
"uuid": "^9.0.0",
"webpack": "*",
"webpack-cli": "*",
"webpack-merge": "^5.8.0"