Skip to content

Commit

Permalink
fix: set engine to 14.21.3
Browse files Browse the repository at this point in the history
  • Loading branch information
juanpicado committed May 11, 2024
1 parent 0f53de1 commit 6cf6064
Showing 1 changed file with 14 additions and 14 deletions.
28 changes: 14 additions & 14 deletions package.json
@@ -1,6 +1,6 @@
{
"name": "verdaccio",
"version": "5.31.0",
"version": "5.30.3",
"description": "A lightweight private npm proxy registry",
"author": {
"name": "Verdaccio Maintainers",
Expand Down Expand Up @@ -39,7 +39,7 @@
"compression": "1.7.4",
"cors": "2.8.5",
"debug": "^4.3.4",
"envinfo": "7.13.0",
"envinfo": "7.11.1",
"express": "4.19.2",
"express-rate-limit": "5.5.1",
"fast-safe-stringify": "2.1.1",
Expand All @@ -53,8 +53,8 @@
"mkdirp": "1.0.4",
"mv": "2.1.1",
"pkginfo": "0.4.1",
"semver": "7.6.2",
"validator": "13.12.0",
"semver": "7.6.0",
"validator": "13.11.0",
"verdaccio-audit": "12.0.0-next-7.15",
"verdaccio-htpasswd": "12.0.0-next-7.15"
},
Expand Down Expand Up @@ -90,13 +90,13 @@
"@types/express-serve-static-core": "4.17.41",
"@types/http-errors": "2.0.4",
"@types/jest": "29.5.11",
"@types/lodash": "4.17.1",
"@types/lodash": "4.14.202",
"@types/mime": "3.0.4",
"@types/minimatch": "5.1.2",
"@types/node": "18.19.33",
"@types/node": "18.19.8",
"@types/pino": "7.0.5",
"@types/request": "2.48.12",
"@types/semver": "7.5.8",
"@types/semver": "7.5.6",
"@typescript-eslint/eslint-plugin": "5.62.0",
"@typescript-eslint/parser": "5.62.0",
"@verdaccio-scope/verdaccio-auth-foo": "0.0.2",
Expand All @@ -105,26 +105,26 @@
"babel-plugin-dynamic-import-node": "2.3.3",
"cross-env": "7.0.3",
"detect-secrets": "1.0.6",
"eslint": "8.57.0",
"eslint": "8.56.0",
"eslint-config-google": "0.14.0",
"eslint-config-prettier": "9.1.0",
"eslint-plugin-babel": "5.3.1",
"eslint-plugin-import": "2.29.1",
"eslint-plugin-jest": "27.9.0",
"eslint-plugin-jest": "27.6.3",
"eslint-plugin-prettier": "5.1.3",
"eslint-plugin-simple-import-sort": "12.1.0",
"eslint-plugin-simple-import-sort": "10.0.0",
"eslint-plugin-verdaccio": "10.0.0",
"fs-extra": "10.1.0",
"get-port": "5.1.1",
"jest": "29.7.0",
"jest-config": "29.7.0",
"jest-environment-node": "29.7.0",
"jest-junit": "15.0.0",
"lockfile-lint": "4.13.2",
"nock": "13.5.4",
"lockfile-lint": "4.12.1",
"nock": "13.5.0",
"node-mocks-http": "^1.14.1",
"pinst": "2.1.6",
"prettier": "3.2.5",
"prettier": "3.2.2",
"rimraf": "3.0.2",
"selfsigned": "2.4.1",
"standard-version": "9.5.0",
Expand Down Expand Up @@ -173,7 +173,7 @@
"docker:run": "docker run -it --rm -p 4873:4873 verdaccio/verdaccio:local"
},
"engines": {
"node": ">=12.18"
"node": ">=14.21.3"
},
"preferGlobal": true,
"license": "MIT",
Expand Down

0 comments on commit 6cf6064

Please sign in to comment.