mirror of
https://github.com/verdaccio/verdaccio.git
synced 2025-03-11 02:15:57 -05:00
fix(deps): update all core dependencies (master) (#3406)
* fix(deps): update all core dependencies * chore: fix tests Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Juan Picado <juanpicado19@gmail.com>
This commit is contained in:
parent
d4e6a6e2bf
commit
0783eeec1e
20 changed files with 1240 additions and 1918 deletions
28
package.json
28
package.json
|
@ -15,11 +15,11 @@
|
|||
"url": "https://opencollective.com/verdaccio"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@babel/cli": "7.18.10",
|
||||
"@babel/core": "7.19.1",
|
||||
"@babel/cli": "7.19.3",
|
||||
"@babel/core": "7.19.3",
|
||||
"@babel/node": "7.19.1",
|
||||
"@babel/plugin-proposal-class-properties": "7.18.6",
|
||||
"@babel/plugin-proposal-decorators": "7.19.1",
|
||||
"@babel/plugin-proposal-decorators": "7.19.3",
|
||||
"@babel/plugin-proposal-export-namespace-from": "7.18.9",
|
||||
"@babel/plugin-proposal-function-sent": "7.18.6",
|
||||
"@babel/plugin-proposal-json-strings": "7.18.6",
|
||||
|
@ -33,7 +33,7 @@
|
|||
"@babel/plugin-transform-async-to-generator": "7.18.6",
|
||||
"@babel/plugin-transform-classes": "7.19.0",
|
||||
"@babel/plugin-transform-runtime": "7.19.1",
|
||||
"@babel/preset-env": "7.19.1",
|
||||
"@babel/preset-env": "7.19.3",
|
||||
"@babel/preset-react": "7.18.6",
|
||||
"@babel/preset-typescript": "7.18.6",
|
||||
"@babel/register": "7.18.9",
|
||||
|
@ -49,17 +49,17 @@
|
|||
"@types/express": "4.17.14",
|
||||
"@types/http-errors": "1.8.2",
|
||||
"@types/jest": "27.5.2",
|
||||
"@types/lodash": "4.14.185",
|
||||
"@types/lodash": "4.14.186",
|
||||
"@types/mime": "2.0.3",
|
||||
"@types/minimatch": "3.0.5",
|
||||
"@types/node": "16.11.60",
|
||||
"@types/node": "16.11.62",
|
||||
"@types/jsonwebtoken": "8.5.9",
|
||||
"@types/request": "2.48.8",
|
||||
"@types/semver": "7.3.12",
|
||||
"@types/node-fetch": "2.6.2",
|
||||
"@types/supertest": "2.0.12",
|
||||
"@types/testing-library__jest-dom": "5.14.5",
|
||||
"@types/validator": "13.7.6",
|
||||
"@types/validator": "13.7.7",
|
||||
"@types/webpack": "5.28.0",
|
||||
"@types/webpack-env": "1.18.0",
|
||||
"@typescript-eslint/eslint-plugin": "5.37.0",
|
||||
|
@ -71,23 +71,23 @@
|
|||
"autocannon": "7.10.0",
|
||||
"babel-core": "7.0.0-bridge.0",
|
||||
"babel-eslint": "10.1.0",
|
||||
"babel-jest": "29.0.3",
|
||||
"babel-jest": "29.1.0",
|
||||
"babel-plugin-dynamic-import-node": "2.3.3",
|
||||
"babel-plugin-emotion": "10.2.2",
|
||||
"concurrently": "6.5.1",
|
||||
"core-js": "3.25.2",
|
||||
"core-js": "3.25.3",
|
||||
"cross-env": "7.0.3",
|
||||
"debug": "4.3.4",
|
||||
"detect-secrets": "1.0.6",
|
||||
"jest-diff": "29.0.3",
|
||||
"jest-diff": "29.1.0",
|
||||
"eslint": "8.23.1",
|
||||
"fs-extra": "10.1.0",
|
||||
"husky": "7.0.4",
|
||||
"in-publish": "2.0.1",
|
||||
"jest": "29.0.3",
|
||||
"jest-environment-jsdom": "29.0.3",
|
||||
"jest": "29.1.1",
|
||||
"jest-environment-jsdom": "29.1.1",
|
||||
"jest-environment-jsdom-global": "3.1.2",
|
||||
"jest-environment-node": "29.0.3",
|
||||
"jest-environment-node": "29.1.1",
|
||||
"jest-junit": "12.3.0",
|
||||
"kleur": "3.0.3",
|
||||
"lint-staged": "11.2.6",
|
||||
|
@ -100,7 +100,7 @@
|
|||
"selfsigned": "1.10.14",
|
||||
"supertest": "6.2.4",
|
||||
"ts-node": "10.9.1",
|
||||
"typescript": "4.8.3",
|
||||
"typescript": "4.8.4",
|
||||
"update-ts-references": "2.4.1",
|
||||
"verdaccio-audit": "workspace:*",
|
||||
"verdaccio-auth-memory": "workspace:*",
|
||||
|
|
|
@ -56,7 +56,7 @@
|
|||
"semver": "7.3.7"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@types/node": "16.11.60",
|
||||
"@types/node": "16.11.62",
|
||||
"@verdaccio/server": "workspace:6.0.0-6-next.37",
|
||||
"@verdaccio/types": "workspace:11.0.0-6-next.17",
|
||||
"@verdaccio/test-helper": "workspace:2.0.0-6-next.5",
|
||||
|
|
|
@ -39,7 +39,7 @@
|
|||
"semver": "7.3.7",
|
||||
"ajv": "8.11.0",
|
||||
"process-warning": "1.0.0",
|
||||
"core-js": "3.25.2"
|
||||
"core-js": "3.25.3"
|
||||
},
|
||||
"devDependencies": {
|
||||
"lodash": "4.17.21",
|
||||
|
|
|
@ -41,7 +41,7 @@
|
|||
"build": "tsc --emitDeclarationOnly -p tsconfig.build.json"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@types/node": "16.11.60",
|
||||
"@types/node": "16.11.62",
|
||||
"typedoc": "beta",
|
||||
"typedoc-plugin-missing-exports": "1.0.0"
|
||||
},
|
||||
|
|
|
@ -32,13 +32,13 @@
|
|||
"dependencies": {
|
||||
"@verdaccio/core": "workspace:6.0.0-6-next.48",
|
||||
"@verdaccio/logger": "workspace:6.0.0-6-next.16",
|
||||
"core-js": "3.25.2",
|
||||
"core-js": "3.25.3",
|
||||
"debug": "4.3.4",
|
||||
"handlebars": "4.7.7",
|
||||
"undici": "4.16.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@types/node": "16.11.60",
|
||||
"@types/node": "16.11.62",
|
||||
"@verdaccio/auth": "workspace:6.0.0-6-next.27",
|
||||
"@verdaccio/config": "workspace:6.0.0-6-next.48",
|
||||
"@verdaccio/types": "workspace:11.0.0-6-next.17"
|
||||
|
|
|
@ -46,7 +46,7 @@
|
|||
"sonic-boom": "3.2.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
"pino": "8.6.0"
|
||||
"pino": "8.6.1"
|
||||
},
|
||||
"funding": {
|
||||
"type": "opencollective",
|
||||
|
|
|
@ -43,7 +43,7 @@
|
|||
"@verdaccio/logger-prettify": "workspace:6.0.0-6-next.7",
|
||||
"debug": "4.3.4",
|
||||
"colorette": "2.0.19",
|
||||
"pino": "8.6.0"
|
||||
"pino": "8.6.1"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@verdaccio/types": "workspace:11.0.0-6-next.17"
|
||||
|
|
|
@ -44,12 +44,12 @@
|
|||
"@verdaccio/logger": "workspace:6.0.0-6-next.16",
|
||||
"@verdaccio/server": "workspace:6.0.0-6-next.37",
|
||||
"@verdaccio/server-fastify": "workspace:6.0.0-6-next.29",
|
||||
"core-js": "3.25.2",
|
||||
"core-js": "3.25.3",
|
||||
"debug": "4.3.4",
|
||||
"lodash": "4.17.21"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@types/node": "16.11.60",
|
||||
"@types/node": "16.11.62",
|
||||
"@verdaccio/types": "workspace:11.0.0-6-next.17",
|
||||
"jest-mock-process": "1.5.1",
|
||||
"selfsigned": "1.10.14",
|
||||
|
|
|
@ -38,7 +38,7 @@
|
|||
"@verdaccio/file-locking": "workspace:11.0.0-6-next.6",
|
||||
"apache-md5": "1.1.8",
|
||||
"bcryptjs": "2.4.3",
|
||||
"core-js": "3.25.2",
|
||||
"core-js": "3.25.3",
|
||||
"http-errors": "1.8.1",
|
||||
"debug": "4.3.4",
|
||||
"unix-crypt-td-js": "1.1.4"
|
||||
|
|
|
@ -40,7 +40,7 @@
|
|||
"@verdaccio/core": "workspace:6.0.0-6-next.48",
|
||||
"@verdaccio/file-locking": "workspace:11.0.0-6-next.6",
|
||||
"@verdaccio/utils": "workspace:6.0.0-6-next.16",
|
||||
"core-js": "3.25.2",
|
||||
"core-js": "3.25.3",
|
||||
"debug": "4.3.4",
|
||||
"globby": "11.1.0",
|
||||
"lockfile": "1.0.4",
|
||||
|
|
|
@ -26,8 +26,8 @@
|
|||
"@emotion/css": "11.10.0",
|
||||
"@emotion/babel-plugin": "11.10.2",
|
||||
"@mui/icons-material": "5.10.6",
|
||||
"@mui/material": "5.10.6",
|
||||
"@mui/styles": "5.10.6",
|
||||
"@mui/material": "5.10.7",
|
||||
"@mui/styles": "5.10.7",
|
||||
"@rematch/core": "2.2.0",
|
||||
"@rematch/loading": "2.1.2",
|
||||
"@testing-library/dom": "8.18.1",
|
||||
|
|
|
@ -157,7 +157,7 @@ exports[`<NotFound /> component should load the component in default state 1`] =
|
|||
Sorry, we couldn't find it...
|
||||
</h4>
|
||||
<button
|
||||
class="MuiButtonBase-root MuiButton-root MuiButton-contained MuiButton-containedPrimary MuiButton-sizeMedium MuiButton-containedSizeMedium emotion-5"
|
||||
class="MuiButtonBase-root MuiButton-root MuiButton-contained MuiButton-containedPrimary MuiButton-sizeMedium MuiButton-containedSizeMedium MuiButton-root MuiButton-contained MuiButton-containedPrimary MuiButton-sizeMedium MuiButton-containedSizeMedium emotion-5"
|
||||
data-testid="not-found-go-to-home-button"
|
||||
tabindex="0"
|
||||
type="button"
|
||||
|
|
|
@ -384,7 +384,7 @@ exports[`<Help /> component should load the component in default state 1`] = `
|
|||
class="MuiCardActions-root MuiCardActions-spacing emotion-23"
|
||||
>
|
||||
<a
|
||||
class="MuiButtonBase-root MuiButton-root MuiButton-text MuiButton-textPrimary MuiButton-sizeSmall MuiButton-textSizeSmall emotion-24"
|
||||
class="MuiButtonBase-root MuiButton-root MuiButton-text MuiButton-textPrimary MuiButton-sizeSmall MuiButton-textSizeSmall MuiButton-root MuiButton-text MuiButton-textPrimary MuiButton-sizeSmall MuiButton-textSizeSmall emotion-24"
|
||||
href="https://verdaccio.org/docs/en/installation"
|
||||
tabindex="0"
|
||||
>
|
||||
|
|
|
@ -52,7 +52,7 @@
|
|||
"undici": "4.16.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@types/node": "16.11.60",
|
||||
"@types/node": "16.11.62",
|
||||
"@verdaccio/types": "workspace:11.0.0-6-next.17",
|
||||
"get-stream": "^6.0.1",
|
||||
"nock": "13.2.9",
|
||||
|
|
|
@ -49,7 +49,7 @@
|
|||
"lodash": "4.17.21"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@types/node": "16.11.60",
|
||||
"@types/node": "16.11.62",
|
||||
"@verdaccio/proxy": "workspace:6.0.0-6-next.26",
|
||||
"@verdaccio/test-helper": "workspace:2.0.0-6-next.5",
|
||||
"http-errors": "1.8.1"
|
||||
|
|
|
@ -42,14 +42,14 @@
|
|||
"@verdaccio/tarball": "workspace:11.0.0-6-next.17",
|
||||
"@verdaccio/utils": "workspace:6.0.0-6-next.16",
|
||||
"@verdaccio/readme": "workspace:11.0.0-6-next.6",
|
||||
"core-js": "3.25.2",
|
||||
"core-js": "3.25.3",
|
||||
"debug": "4.3.4",
|
||||
"fastify": "4.6.0",
|
||||
"fastify-plugin": "4.2.1",
|
||||
"lodash": "4.17.21"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@types/node": "16.11.60",
|
||||
"@types/node": "16.11.62",
|
||||
"@verdaccio/types": "workspace:11.0.0-6-next.17",
|
||||
"ts-node": "10.9.1"
|
||||
},
|
||||
|
|
|
@ -56,7 +56,7 @@
|
|||
"semver": "7.3.7"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@types/node": "16.11.60",
|
||||
"@types/node": "16.11.62",
|
||||
"@verdaccio/types": "workspace:11.0.0-6-next.17",
|
||||
"@verdaccio/test-helper": "workspace:2.0.0-6-next.5",
|
||||
"undici": "4.16.0",
|
||||
|
|
|
@ -43,7 +43,7 @@
|
|||
"lru-cache": "6.0.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@types/node": "16.11.60",
|
||||
"@types/node": "16.11.62",
|
||||
"@verdaccio/types": "workspace:11.0.0-6-next.17",
|
||||
"@verdaccio/test-helper": "workspace:2.0.0-6-next.5",
|
||||
"@verdaccio/api": "workspace:6.0.0-6-next.31",
|
||||
|
|
3084
pnpm-lock.yaml
generated
3084
pnpm-lock.yaml
generated
File diff suppressed because it is too large
Load diff
|
@ -28,9 +28,9 @@
|
|||
"@docusaurus/theme-search-algolia": "2.1.0",
|
||||
"@docusaurus/plugin-content-docs": "2.1.0",
|
||||
"@docusaurus/theme-common": "2.1.0",
|
||||
"@mui/material": "5.10.6",
|
||||
"@mui/material": "5.10.7",
|
||||
"@mui/icons-material": "5.10.6",
|
||||
"@mui/styles": "5.10.6",
|
||||
"@mui/styles": "5.10.7",
|
||||
"@mdx-js/react": "^1.6.22",
|
||||
"clsx": "1.2.1",
|
||||
"classnames": "2.3.2",
|
||||
|
|
Loading…
Add table
Reference in a new issue