chore(deps): added "yarn outdated" plugin + updated some deps

This commit is contained in:
Danny Coates 2021-05-24 12:38:11 -07:00
Родитель badc0a8152
Коммит 952e4f3885
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4C442633C62E00CB
23 изменённых файлов: 652 добавлений и 571 удалений

29
.yarn/plugins/@yarnpkg/plugin-outdated.cjs поставляемый Normal file

Различия файлов скрыты, потому что одна или несколько строк слишком длинны

Просмотреть файл

@ -15,5 +15,7 @@ plugins:
spec: "@yarnpkg/plugin-workspace-tools"
- path: .yarn/plugins/@yarnpkg/plugin-relock.js
spec: "@yarnpkg/plugin-relock"
- path: .yarn/plugins/@yarnpkg/plugin-outdated.cjs
spec: "https://github.com/mskelton/yarn-plugin-outdated/raw/main/bundles/@yarnpkg/plugin-outdated.js"
yarnPath: .yarn/releases/yarn-2.4.1.cjs

Просмотреть файл

@ -36,7 +36,7 @@
"pm2": "^4.5.6",
"prettier": "^2.0.5",
"replace-in-file": "^6.1.0",
"semver": "^7.3.2"
"semver": "^7.3.5"
},
"engines": {
"node": "^14.15.1"

Просмотреть файл

@ -27,10 +27,10 @@
"convict": "^6.0.1",
"convict-format-with-validator": "^6.0.1",
"express": "^4.17.1",
"fxa-jwtool": "0.7.x",
"fxa-jwtool": "^0.7.2",
"morgan": "^1.10.0",
"node-rsa": "1.1.1",
"redis": "^3.1.1",
"redis": "^3.1.2",
"request": "^2.88.2"
},
"devDependencies": {

Просмотреть файл

@ -38,7 +38,7 @@
"request": "^2.88.2",
"should": "13.2.3",
"temp": "0.9.4",
"walk": "2.3.14"
"walk": "^2.3.14"
},
"scripts": {
"audit": "npm audit --json | audit-filter --nsp-config=.nsprc --audit=-",

Просмотреть файл

@ -21,7 +21,7 @@
"private": true,
"dependencies": {
"client-sessions": "0.8.x",
"ejs": "^3.1.2",
"ejs": "^3.1.6",
"express": "^4.17.1",
"morgan": "^1.10.0"
},

Просмотреть файл

@ -38,7 +38,7 @@
]
},
"dependencies": {
"@apollo/client": "^3.3.16",
"@apollo/client": "^3.3.19",
"@emotion/react": "^11.1.5",
"@material-ui/core": "v5.0.0-alpha.24",
"body-parser": "^1.19.0",
@ -63,17 +63,17 @@
},
"devDependencies": {
"@apollo/react-testing": "3.0.0",
"@babel/core": "^7.10.3",
"@babel/core": "^7.14.3",
"@rescripts/cli": "0.0.16",
"@storybook/addon-actions": "^6.2.9",
"@storybook/addon-links": "^6.2.9",
"@storybook/addons": "^6.2.9",
"@storybook/react": "^6.2.9",
"@tailwindcss/postcss7-compat": "^2.1.2",
"@testing-library/dom": "^7.30.4",
"@testing-library/dom": "^7.31.0",
"@testing-library/jest-dom": "^5.12.0",
"@testing-library/react": "^11.2.7",
"@testing-library/user-event": "^13.1.8",
"@testing-library/user-event": "^13.1.9",
"@types/babel__core": "7.1.14",
"@types/chance": "^1.1.1",
"@types/convict": "^5.2.2",
@ -92,7 +92,7 @@
"@typescript-eslint/eslint-plugin": "^4.22.1",
"@typescript-eslint/parser": "^4.24.0",
"babel-loader": "^8.1.0",
"chance": "^1.1.4",
"chance": "^1.1.7",
"eslint": "^7.17.0",
"eslint-plugin-fxa": "^2.0.2",
"eslint-plugin-jest": "^24.1.3",

Просмотреть файл

@ -30,16 +30,16 @@
"homepage": "https://github.com/mozilla/fxa#readme",
"readmeFilename": "README.md",
"dependencies": {
"@nestjs/common": "^7.6.15",
"@nestjs/common": "^7.6.17",
"@nestjs/config": "^0.6.3",
"@nestjs/core": "^7.6.15",
"@nestjs/core": "^7.6.17",
"@nestjs/graphql": "^7.10.6",
"@nestjs/mapped-types": "^0.4.1",
"@nestjs/platform-express": "^7.6.15",
"@nestjs/platform-express": "^7.6.17",
"@sentry/integrations": "^5.29.1",
"@sentry/node": "^6.0.1",
"apollo-server": "^2.24.1",
"apollo-server-express": "^2.24.0",
"apollo-server-express": "^2.24.1",
"class-transformer": "^0.4.0",
"class-validator": "^0.13.1",
"convict": "^6.0.1",
@ -48,7 +48,7 @@
"express": "^4.17.1",
"fxa-shared": "workspace:*",
"graphql": "^15.5.0",
"graphql-tools": "^7.0.1",
"graphql-tools": "^7.0.5",
"helmet": "^4.6.0",
"knex": "^0.21.18",
"mozlog": "^3.0.2",
@ -69,7 +69,7 @@
"@types/yargs": "^16.0.1",
"audit-filter": "^0.5.0",
"chai": "^4.3.4",
"chance": "^1.1.6",
"chance": "^1.1.7",
"eslint": "^7.17.0",
"jest": "26.6.0",
"pm2": "^4.5.6",

Просмотреть файл

@ -34,7 +34,7 @@
"convict": "^6.0.1",
"convict-format-with-moment": "^6.0.1",
"convict-format-with-validator": "^6.0.1",
"fxa-jwtool": "0.7.2",
"fxa-jwtool": "^0.7.2",
"fxa-shared": "workspace:*",
"ip": "^1.1.5",
"mozlog": "^3.0.2",

Просмотреть файл

@ -61,28 +61,28 @@
"convict-format-with-validator": "^6.0.1",
"email-addresses": "4.0.0",
"fxa-geodb": "workspace:*",
"fxa-jwtool": "0.7.2",
"fxa-jwtool": "^0.7.2",
"fxa-shared": "workspace:*",
"google-libphonenumber": "^3.2.19",
"handlebars": "^4.5.3",
"handlebars": "^4.7.7",
"hapi-error": "^2.3.0",
"hkdf": "0.0.2",
"hot-shots": "^8.3.1",
"i18n-abide": "0.0.26",
"ioredis": "^4.27.2",
"ioredis": "^4.27.3",
"jed": "0.5.4",
"jsonwebtoken": "^8.4.0",
"keyv": "4.0.3",
"lodash": "^4.17.19",
"lodash": "^4.17.21",
"luxon": "^1.27.0",
"memcached": "^2.2.2",
"moment-timezone": "0.5.32",
"moment-timezone": "^0.5.33",
"mozlog": "^3.0.2",
"mysql": "^2.18.1",
"mysql-patcher": "0.7.0",
"node-uap": "git://github.com/mozilla-fxa/node-uap.git#96dc1f9f224422ec184395b6408cd1fc40ee452a",
"node-zendesk": "^2.1.0",
"nodemailer": "^6.6.0",
"nodemailer": "^6.6.1",
"otplib": "^11.0.1",
"p-retry": "^4.2.0",
"pem-jwk": "^2.0.0",
@ -97,7 +97,7 @@
"stripe": "^8.148.0",
"superagent": "^6.0.0",
"typedi": "^0.8.0",
"uuid": "^8.3.0",
"uuid": "^8.3.2",
"verror": "^1.10.0",
"web-push": "3.4.4"
},
@ -127,8 +127,8 @@
"eslint-plugin-fxa": "^2.0.2",
"fxa-auth-db-mysql": "workspace:*",
"fxa-shared": "workspace:*",
"grunt": "^1.3.0",
"grunt-cli": "~1.4.1",
"grunt": "^1.4.1",
"grunt-cli": "^1.4.2",
"grunt-contrib-copy": "1.0.0",
"grunt-copyright": "0.3.0",
"grunt-eslint": "^23.0.0",
@ -157,6 +157,6 @@
"through": "2.3.8",
"ts-node": "^9.1.1",
"typescript": "^4.2.4",
"ws": "^7.4.0"
"ws": "^7.4.5"
}
}

Просмотреть файл

@ -32,12 +32,12 @@
"author": "Mozilla (https://mozilla.org/)",
"license": "MPL-2.0",
"dependencies": {
"@babel/core": "^7.10.3",
"@babel/plugin-proposal-class-properties": "^7.10.1",
"@babel/core": "^7.14.3",
"@babel/plugin-proposal-class-properties": "^7.13.0",
"@babel/plugin-syntax-dynamic-import": "^7.8.3",
"@babel/preset-env": "^7.10.3",
"@babel/preset-react": "^7.10.1",
"@babel/preset-typescript": "^7.10.1",
"@babel/preset-env": "^7.14.2",
"@babel/preset-react": "^7.13.13",
"@babel/preset-typescript": "^7.13.0",
"@sentry/browser": "^5.27.6",
"@sentry/node": "^6.0.1",
"asmcrypto.js": "^0.22.0",
@ -72,7 +72,7 @@
"fxa-react": "workspace:*",
"fxa-settings": "workspace:*",
"fxa-shared": "workspace:*",
"grunt": "^1.3.0",
"grunt": "^1.4.1",
"grunt-babel": "8.0.0",
"grunt-cdn": "0.6.5",
"grunt-contrib-clean": "^2.0.0",
@ -87,7 +87,7 @@
"grunt-text-replace": "0.4.0",
"grunt-usemin": "3.1.1",
"grunt-z-schema": "0.1.0",
"handlebars": "^4.5.2",
"handlebars": "^4.7.7",
"helmet": "^4.6.0",
"hot-shots": "^8.3.1",
"http-proxy-middleware": "^2.0.0",
@ -102,7 +102,7 @@
"jsxgettext-recursive-next": "1.1.0",
"legal-docs": "git://github.com/mozilla/legal-docs.git#569f5c812ef288c4ebf19b8d521ba90b99e99cfc",
"load-grunt-tasks": "^5.1.0",
"lodash": "^4.17.19",
"lodash": "^4.17.21",
"mkdirp": "0.5.1",
"mocha": "^7.1.2",
"morgan": "^1.10.0",
@ -123,7 +123,7 @@
"source-map": "^0.7.3",
"source-map-loader": "^1.1.1",
"speed-trap": "0.0.10",
"thread-loader": "^3.0.3",
"thread-loader": "^3.0.4",
"time-grunt": "2.0.0",
"typescript": "^4.2.4",
"ua-parser-js": "git://github.com/mozilla-fxa/ua-parser-js.git#fxa-version",
@ -134,7 +134,7 @@
"webpack-cli": "^4.7.0"
},
"devDependencies": {
"@babel/cli": "7.14.3",
"@babel/cli": "^7.14.3",
"@testing-library/react": "^11.2.7",
"@types/backbone": "^1.4.10",
"@types/sinon-chai": "3.2.5",

Просмотреть файл

@ -34,7 +34,7 @@
"convict-format-with-validator": "^6.0.1",
"deep-equal": "2.0.5",
"ip": "^1.1.5",
"ip-reputation-js-client": "6.0.1",
"ip-reputation-js-client": "^6.0.3",
"lodash.isequal": "4.5.0",
"lodash.merge": "4.6.2",
"memcached": "^2.2.2"
@ -45,8 +45,8 @@
"eslint": "^7.17.0",
"eslint-plugin-fxa": "^2.0.2",
"fxa-shared": "workspace:*",
"grunt": "^1.3.0",
"grunt-cli": "~1.4.1",
"grunt": "^1.4.1",
"grunt-cli": "^1.4.2",
"grunt-copyright": "0.3.0",
"grunt-eslint": "^23.0.0",
"load-grunt-tasks": "^5.1.0",
@ -57,6 +57,6 @@
"restify-clients": "^3.1.0",
"sinon": "^9.0.3",
"tap": "^14.11.0",
"walk": "2.3.x"
"walk": "^2.3.14"
}
}

Просмотреть файл

@ -15,7 +15,7 @@
"author": "Mozilla (https://mozilla.org/)",
"license": "MPL-2.0",
"dependencies": {
"chalk": "^4.1.0",
"chalk": "^4.1.1",
"foxfire": "^2.0.0"
},
"devDependencies": {

Просмотреть файл

@ -35,13 +35,13 @@
"@grpc/grpc-js": "^1.1.3",
"@hapi/hoek": "^9.0.4",
"@hapi/joi": "^15.1.1",
"@nestjs/common": "^7.6.15",
"@nestjs/common": "^7.6.17",
"@nestjs/config": "^0.6.3",
"@nestjs/core": "^7.6.15",
"@nestjs/core": "^7.6.17",
"@nestjs/graphql": "^7.10.6",
"@nestjs/mapped-types": "^0.4.1",
"@nestjs/passport": "^7.1.5",
"@nestjs/platform-express": "^7.6.15",
"@nestjs/platform-express": "^7.6.17",
"@nestjs/schedule": "^0.4.3",
"@sentry/integrations": "^5.29.1",
"@sentry/node": "^6.0.1",
@ -68,12 +68,12 @@
"rxjs": "^6.6.6",
"sqs-consumer": "^5.5.0",
"typesafe-joi": "^2.1.0",
"uuid": "^8.3.0"
"uuid": "^8.3.2"
},
"devDependencies": {
"@nestjs/cli": "^7.6.0",
"@nestjs/schematics": "^7.3.1",
"@nestjs/testing": "^7.6.15",
"@nestjs/testing": "^7.6.17",
"@types/chance": "^1.1.1",
"@types/convict": "^5.2.2",
"@types/express": "^4.17.8",
@ -87,7 +87,7 @@
"@typescript-eslint/eslint-plugin": "^4.22.1",
"@typescript-eslint/parser": "^4.24.0",
"audit-filter": "^0.5.0",
"chance": "^1.1.6",
"chance": "^1.1.7",
"eslint": "^7.17.0",
"eslint-config-prettier": "^8.1.0",
"eslint-plugin-import": "^2.22.1",

Просмотреть файл

@ -30,18 +30,18 @@
"homepage": "https://github.com/mozilla/fxa#readme",
"readmeFilename": "README.md",
"dependencies": {
"@nestjs/common": "^7.6.15",
"@nestjs/common": "^7.6.17",
"@nestjs/config": "^0.6.3",
"@nestjs/core": "^7.6.15",
"@nestjs/core": "^7.6.17",
"@nestjs/graphql": "^7.10.6",
"@nestjs/mapped-types": "^0.4.1",
"@nestjs/passport": "^7.1.5",
"@nestjs/platform-express": "^7.6.15",
"@nestjs/platform-express": "^7.6.17",
"@sentry/integrations": "^5.29.1",
"@sentry/node": "^6.0.1",
"apollo-datasource": "^0.9.0",
"apollo-server": "^2.24.1",
"apollo-server-express": "^2.24.0",
"apollo-server-express": "^2.24.1",
"class-transformer": "^0.4.0",
"class-validator": "^0.13.1",
"commander": "^6.0.0",
@ -51,14 +51,14 @@
"express": "^4.17.1",
"fxa-auth-client": "workspace:*",
"fxa-shared": "workspace:*",
"get-stream": "^6.0.0",
"get-stream": "^6.0.1",
"graphql": "^15.5.0",
"graphql-parse-resolve-info": "^4.11.0",
"graphql-query-complexity": "^0.8.0",
"graphql-tools": "^7.0.1",
"graphql-tools": "^7.0.5",
"graphql-upload": "^11.0.0",
"helmet": "^4.6.0",
"ioredis": "^4.27.2",
"ioredis": "^4.27.3",
"knex": "^0.21.18",
"mozlog": "^3.0.2",
"mysql": "^2.18.1",
@ -86,7 +86,7 @@
"@types/supertest": "^2.0.11",
"@types/yargs": "^16.0.1",
"audit-filter": "^0.5.0",
"chance": "^1.1.6",
"chance": "^1.1.7",
"eslint": "^7.17.0",
"jest": "26.6.0",
"nock": "^13.0.11",

Просмотреть файл

@ -49,6 +49,6 @@
"sinon": "^9.0.3",
"ts-node": "^9.1.1",
"typescript": "^4.2.4",
"uuid": "^8.3.0"
"uuid": "^8.3.2"
}
}

Просмотреть файл

@ -41,7 +41,7 @@
},
"homepage": "https://github.com/mozilla/fxa/tree/main/packages/fxa-payments-server#README.md",
"devDependencies": {
"@babel/core": "^7.10.3",
"@babel/core": "^7.14.3",
"@babel/register": "^7.13.16",
"@fluent/bundle": "^0.16.1",
"@fluent/langneg": "^0.5.2",
@ -78,19 +78,19 @@
"@types/webpack": "5.28.0",
"@typescript-eslint/eslint-plugin": "^4.22.1",
"@typescript-eslint/parser": "^4.24.0",
"async-wait-until": "^2.0.5",
"async-wait-until": "^2.0.7",
"audit-filter": "^0.5.0",
"babel-eslint": "^10.1.0",
"babel-loader": "^8.0.6",
"browserslist": "^4.7.2",
"caniuse-lite": "^1.0.30001223",
"caniuse-lite": "^1.0.30001228",
"eslint": "^7.17.0",
"eslint-plugin-fxa": "^2.0.2",
"eslint-plugin-jest": "^24.1.3",
"eslint-plugin-react": "^7.22.0",
"express-http-proxy": "^1.6.2",
"fetch-mock": "^9.10.7",
"handlebars": "^4.5.3",
"handlebars": "^4.7.7",
"intl": "1.2.5",
"intl-pluralrules": "^1.2.2",
"jest": "26.6.0",
@ -145,7 +145,7 @@
"react-router-dom": "^5.1.2",
"react-scripts": "^4.0.3",
"react-stripe-elements": "^6.1.2",
"react-test-renderer": "^17.0.1",
"react-test-renderer": "^17.0.2",
"react-transition-group": "^4.3.0",
"redux": "^4.1.0",
"redux-actions": "^2.6.5",
@ -154,7 +154,7 @@
"serve-static": "^1.13.2",
"type-to-reducer": "^1.2.0",
"typedi": "^0.8.0",
"uuid": "^8.3.0"
"uuid": "^8.3.2"
},
"readmeFilename": "README.md",
"jest": {

Просмотреть файл

@ -30,13 +30,13 @@
"convict-format-with-moment": "^6.0.1",
"convict-format-with-validator": "^6.0.1",
"fxa-shared": "workspace:*",
"lodash": "^4.17.19",
"lodash": "^4.17.21",
"mozlog": "^3.0.2",
"mysql": "^2.18.1",
"mysql-patcher": "0.7.0",
"poolee": "^1.0.1",
"request": "^2.88.2",
"sharp": "^0.28.2",
"sharp": "^0.28.3",
"stream-to-array": "2.3.0"
},
"devDependencies": {

Просмотреть файл

@ -25,7 +25,7 @@
"@fluent/bundle": "^0.16.1",
"@fluent/langneg": "^0.5.2",
"@fluent/react": "^0.13.1",
"async-wait-until": "^2.0.5",
"async-wait-until": "^2.0.7",
"classnames": "^2.3.1",
"fetch-mock": "^9.11.0",
"fxa-shared": "workspace:*",
@ -37,17 +37,17 @@
"tailwindcss-dir": "^4.0.0"
},
"devDependencies": {
"@babel/core": "^7.10.3",
"@babel/core": "^7.14.3",
"@storybook/addon-actions": "^6.2.9",
"@storybook/addon-links": "^6.2.9",
"@storybook/addons": "^6.2.9",
"@storybook/react": "^6.2.9",
"@svgr/webpack": "^5.5.0",
"@tailwindcss/postcss7-compat": "^2.1.2",
"@testing-library/dom": "^7.30.4",
"@testing-library/dom": "^7.31.0",
"@testing-library/jest-dom": "^5.12.0",
"@testing-library/react": "^11.2.7",
"@testing-library/user-event": "^13.1.8",
"@testing-library/user-event": "^13.1.9",
"@types/camelcase": "5.2.0",
"@types/classnames": "^2.3.1",
"@types/file-loader": "^4.2.0",

Просмотреть файл

@ -39,7 +39,7 @@
]
},
"dependencies": {
"@apollo/client": "^3.3.16",
"@apollo/client": "^3.3.19",
"@emotion/react": "^11.1.5",
"@fluent/react": "^0.13.1",
"@material-ui/core": "v5.0.0-alpha.24",
@ -68,7 +68,7 @@
"uuid": "^8.3.2"
},
"devDependencies": {
"@babel/core": "^7.10.3",
"@babel/core": "^7.14.3",
"@rescripts/cli": "0.0.16",
"@sentry/browser": "^5.27.6",
"@storybook/addon-actions": "^6.2.9",
@ -76,11 +76,11 @@
"@storybook/addons": "^6.2.9",
"@storybook/react": "^6.2.9",
"@tailwindcss/postcss7-compat": "^2.1.2",
"@testing-library/dom": "^7.30.4",
"@testing-library/dom": "^7.31.0",
"@testing-library/jest-dom": "^5.12.0",
"@testing-library/react": "^11.2.7",
"@testing-library/react-hooks": "^5.1.2",
"@testing-library/user-event": "^13.1.8",
"@testing-library/react-hooks": "^6.0.0",
"@testing-library/user-event": "^13.1.9",
"@types/babel__core": "7.1.14",
"@types/classnames": "^2.3.1",
"@types/jest": "^26.0.23",
@ -103,7 +103,7 @@
"npm-run-all": "^4.1.5",
"pm2": "^4.5.6",
"postcss-cli": "^7.1.1",
"react-test-renderer": "^17.0.1",
"react-test-renderer": "^17.0.2",
"webpack": "^4.43.0",
"webpack-merge-and-include-globally": "^2.3.4",
"webpack-watch-files-plugin": "^1.1.0"

Просмотреть файл

@ -34,7 +34,7 @@
},
"homepage": "https://github.com/mozilla/fxa/tree/main/packages/fxa-shared#readme",
"devDependencies": {
"@nestjs/testing": "^7.6.15",
"@nestjs/testing": "^7.6.17",
"@types/chai": "^4.2.11",
"@types/chance": "^1",
"@types/generic-pool": "^3.1.9",
@ -69,12 +69,12 @@
"tsconfig-paths": "^3.9.0",
"typescript": "^4.2.4",
"underscore": "^1.10.2",
"uuid": "^8.3.0"
"uuid": "^8.3.2"
},
"dependencies": {
"@nestjs/common": "^7.6.15",
"@nestjs/common": "^7.6.17",
"@nestjs/config": "^0.6.3",
"@nestjs/core": "^7.6.15",
"@nestjs/core": "^7.6.17",
"@nestjs/graphql": "^7.10.6",
"@nestjs/mapped-types": "^0.4.1",
"@sentry/browser": "^5.27.6",
@ -104,7 +104,7 @@
"mysql": "^2.18.1",
"node-uap": "git://github.com/mozilla-fxa/node-uap.git#96dc1f9f224422ec184395b6408cd1fc40ee452a",
"objection": "^2.2.15",
"redis": "^3.1.1",
"redis": "^3.1.2",
"reflect-metadata": "^0.1.13",
"rxjs": "^6.6.6",
"stripe": "^8.148.0",

Просмотреть файл

@ -31,11 +31,11 @@
"author": "Mozilla (https://mozilla.org/)",
"readmeFilename": "README.md",
"dependencies": {
"@nestjs/common": "^7.6.15",
"@nestjs/common": "^7.6.17",
"@nestjs/config": "^0.6.3",
"@nestjs/core": "^7.6.15",
"@nestjs/core": "^7.6.17",
"@nestjs/mapped-types": "^0.4.1",
"@nestjs/platform-express": "^7.6.15",
"@nestjs/platform-express": "^7.6.17",
"@sentry/integrations": "^5.29.1",
"@sentry/node": "^6.0.1",
"class-transformer": "^0.4.0",
@ -45,14 +45,14 @@
"convict-format-with-validator": "^6.0.1",
"express": "^4.17.1",
"fxa-shared": "workspace:*",
"handlebars": "^4.7.6",
"handlebars": "^4.7.7",
"hbs": "^4.1.2",
"helmet": "^4.6.0",
"mozlog": "^3.0.2",
"reflect-metadata": "^0.1.13",
"rimraf": "^3.0.2",
"rxjs": "^6.6.6",
"semver": "^7.3.2",
"semver": "^7.3.5",
"superagent": "^6.0.0",
"tslib": "2.2.0",
"typesafe-joi": "^2.1.0"

1022
yarn.lock

Разница между файлами не показана из-за своего большого размера Загрузить разницу