Skip to content

Commit

Permalink
fix: update dependencies
Browse files Browse the repository at this point in the history
semver, babel, jest, etc..
  • Loading branch information
juanpicado committed Jul 8, 2023
1 parent a699787 commit 971d500
Show file tree
Hide file tree
Showing 127 changed files with 2,236 additions and 1,867 deletions.
2,785 changes: 1,490 additions & 1,295 deletions .pnp.cjs

Large diffs are not rendered by default.

Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
46 changes: 23 additions & 23 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,13 +39,13 @@
"cookies": "0.8.0",
"cors": "2.8.5",
"debug": "^4.3.4",
"envinfo": "7.8.1",
"envinfo": "7.10.0",
"express": "4.18.2",
"express-rate-limit": "5.5.1",
"fast-safe-stringify": "2.1.1",
"handlebars": "4.7.7",
"js-yaml": "4.1.0",
"jsonwebtoken": "9.0.0",
"jsonwebtoken": "9.0.1",
"kleur": "4.1.5",
"lodash": "4.17.21",
"lru-cache": "7.18.3",
Expand All @@ -54,18 +54,18 @@
"mv": "2.1.1",
"pkginfo": "0.4.1",
"request": "2.88.2",
"semver": "7.5.2",
"semver": "7.5.4",
"validator": "13.9.0",
"verdaccio-audit": "11.0.0-6-next.35",
"verdaccio-htpasswd": "11.0.0-6-next.41"
},
"devDependencies": {
"@babel/cli": "7.22.5",
"@babel/core": "7.22.5",
"@babel/eslint-parser": "7.22.5",
"@babel/node": "7.22.5",
"@babel/cli": "7.22.6",
"@babel/core": "7.22.8",
"@babel/eslint-parser": "7.22.7",
"@babel/node": "7.22.6",
"@babel/plugin-proposal-class-properties": "7.18.6",
"@babel/plugin-proposal-decorators": "7.22.5",
"@babel/plugin-proposal-decorators": "7.22.7",
"@babel/plugin-proposal-export-namespace-from": "7.18.9",
"@babel/plugin-proposal-function-sent": "7.22.5",
"@babel/plugin-proposal-json-strings": "7.18.6",
Expand All @@ -77,51 +77,51 @@
"@babel/plugin-syntax-dynamic-import": "7.8.3",
"@babel/plugin-syntax-import-meta": "7.10.4",
"@babel/plugin-transform-async-to-generator": "7.22.5",
"@babel/plugin-transform-classes": "7.22.5",
"@babel/plugin-transform-runtime": "7.22.5",
"@babel/plugin-transform-classes": "7.22.6",
"@babel/plugin-transform-runtime": "7.22.7",
"@babel/polyfill": "^7.12.1",
"@babel/preset-env": "7.22.5",
"@babel/preset-env": "7.22.7",
"@babel/preset-typescript": "7.22.5",
"@babel/register": "7.22.5",
"@babel/runtime": "7.22.5",
"@octokit/rest": "19.0.7",
"@babel/runtime": "7.22.6",
"@octokit/rest": "19.0.13",
"@trivago/prettier-plugin-sort-imports": "4.1.1",
"@types/async": "3.2.20",
"@types/express": "4.17.17",
"@types/express-serve-static-core": "4.17.28",
"@types/express-serve-static-core": "4.17.35",
"@types/http-errors": "2.0.1",
"@types/jest": "26.0.24",
"@types/lodash": "4.14.194",
"@types/lodash": "4.14.195",
"@types/mime": "2.0.3",
"@types/minimatch": "3.0.5",
"@types/node": "18.16.5",
"@types/node": "18.16.19",
"@types/pino": "7.0.5",
"@types/request": "2.48.8",
"@types/semver": "7.5.0",
"@typescript-eslint/eslint-plugin": "5.59.11",
"@typescript-eslint/parser": "5.59.11",
"@verdaccio-scope/verdaccio-auth-foo": "0.0.2",
"@verdaccio/types": "11.0.0-6-next.25",
"babel-jest": "29.5.0",
"babel-jest": "29.6.1",
"babel-plugin-dynamic-import-node": "2.3.3",
"cross-env": "7.0.3",
"detect-secrets": "1.0.6",
"eslint": "8.43.0",
"eslint": "8.44.0",
"eslint-config-google": "0.14.0",
"eslint-config-prettier": "8.8.0",
"eslint-plugin-babel": "5.3.1",
"eslint-plugin-import": "2.27.5",
"eslint-plugin-jest": "27.2.1",
"eslint-plugin-jest": "27.2.2",
"eslint-plugin-prettier": "4.2.1",
"eslint-plugin-simple-import-sort": "9.0.0",
"eslint-plugin-verdaccio": "10.0.0",
"fs-extra": "10.1.0",
"get-port": "5.1.1",
"jest": "29.5.0",
"jest-config": "29.5.0",
"jest-environment-node": "29.5.0",
"jest": "29.6.1",
"jest-config": "29.6.1",
"jest-environment-node": "29.6.1",
"jest-junit": "15.0.0",
"lockfile-lint": "4.10.1",
"lockfile-lint": "4.10.6",
"nock": "12.0.3",
"node-mocks-http": "^1.12.2",
"pinst": "2.1.6",
Expand Down

0 comments on commit 971d500

Please sign in to comment.