verdaccio 6.0.0 → 6.0.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1,4 +1,5 @@
1
1
  /// <reference types="node" />
2
+ /// <reference types="node" />
2
3
  import { parseConfigFile } from '@verdaccio/config';
3
4
  import { errorUtils, validatioUtils } from '@verdaccio/core';
4
5
  import { StringValue } from '@verdaccio/types';
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "verdaccio",
3
- "version": "6.0.0",
3
+ "version": "6.0.2",
4
4
  "description": "A lightweight private npm proxy registry",
5
5
  "author": {
6
6
  "name": "Verdaccio Maintainers",
@@ -20,27 +20,27 @@
20
20
  },
21
21
  "dependencies": {
22
22
  "@cypress/request": "3.0.5",
23
- "@verdaccio/auth": "8.0.0-next-8.1",
24
- "@verdaccio/config": "8.0.0-next-8.1",
25
- "@verdaccio/core": "8.0.0-next-8.1",
23
+ "@verdaccio/auth": "8.0.0-next-8.4",
24
+ "@verdaccio/config": "8.0.0-next-8.4",
25
+ "@verdaccio/core": "8.0.0-next-8.4",
26
26
  "@verdaccio/local-storage-legacy": "11.0.2",
27
- "@verdaccio/logger": "8.0.0-next-8.1",
28
- "@verdaccio/middleware": "8.0.0-next-8.1",
29
- "@verdaccio/search-indexer": "8.0.0-next-8.0",
30
- "@verdaccio/signature": "8.0.0-next-8.0",
27
+ "@verdaccio/logger": "8.0.0-next-8.4",
28
+ "@verdaccio/middleware": "8.0.0-next-8.4",
29
+ "@verdaccio/search-indexer": "8.0.0-next-8.2",
30
+ "@verdaccio/signature": "8.0.0-next-8.1",
31
31
  "@verdaccio/streams": "10.2.1",
32
- "@verdaccio/tarball": "13.0.0-next-8.1",
33
- "@verdaccio/ui-theme": "8.0.0-next-8.1",
34
- "@verdaccio/url": "13.0.0-next-8.1",
32
+ "@verdaccio/tarball": "13.0.0-next-8.4",
33
+ "@verdaccio/ui-theme": "8.0.0-next-8.4",
34
+ "@verdaccio/url": "13.0.0-next-8.4",
35
35
  "@verdaccio/utils": "7.0.1-next-8.1",
36
36
  "JSONStream": "1.3.5",
37
37
  "async": "3.2.6",
38
- "clipanion": "4.0.0-rc.3",
39
- "compression": "1.7.4",
38
+ "clipanion": "4.0.0-rc.4",
39
+ "compression": "1.7.5",
40
40
  "cors": "2.8.5",
41
41
  "debug": "4.3.7",
42
42
  "envinfo": "7.14.0",
43
- "express": "4.21.0",
43
+ "express": "4.21.1",
44
44
  "express-rate-limit": "5.5.1",
45
45
  "fast-safe-stringify": "2.1.1",
46
46
  "handlebars": "4.7.8",
@@ -54,45 +54,45 @@
54
54
  "pkginfo": "0.4.1",
55
55
  "semver": "7.6.3",
56
56
  "validator": "13.12.0",
57
- "verdaccio-audit": "13.0.0-next-8.1",
58
- "verdaccio-htpasswd": "13.0.0-next-8.1"
57
+ "verdaccio-audit": "13.0.0-next-8.4",
58
+ "verdaccio-htpasswd": "13.0.0-next-8.4"
59
59
  },
60
60
  "devDependencies": {
61
- "@babel/cli": "7.24.8",
62
- "@babel/core": "7.25.2",
63
- "@babel/eslint-parser": "7.25.1",
64
- "@babel/node": "7.25.0",
61
+ "@babel/cli": "7.25.7",
62
+ "@babel/core": "7.25.8",
63
+ "@babel/eslint-parser": "7.25.8",
64
+ "@babel/node": "7.25.7",
65
65
  "@babel/plugin-proposal-class-properties": "7.18.6",
66
- "@babel/plugin-proposal-decorators": "7.24.7",
66
+ "@babel/plugin-proposal-decorators": "7.25.7",
67
67
  "@babel/plugin-proposal-export-namespace-from": "7.18.9",
68
- "@babel/plugin-proposal-function-sent": "7.24.7",
68
+ "@babel/plugin-proposal-function-sent": "7.25.8",
69
69
  "@babel/plugin-proposal-json-strings": "7.18.6",
70
70
  "@babel/plugin-proposal-nullish-coalescing-operator": "7.18.6",
71
71
  "@babel/plugin-proposal-numeric-separator": "7.18.6",
72
72
  "@babel/plugin-proposal-object-rest-spread": "7.20.7",
73
73
  "@babel/plugin-proposal-optional-chaining": "7.21.0",
74
- "@babel/plugin-proposal-throw-expressions": "7.24.7",
74
+ "@babel/plugin-proposal-throw-expressions": "7.25.8",
75
75
  "@babel/plugin-syntax-dynamic-import": "7.8.3",
76
76
  "@babel/plugin-syntax-import-meta": "7.10.4",
77
- "@babel/plugin-transform-async-to-generator": "7.24.7",
78
- "@babel/plugin-transform-classes": "7.25.0",
79
- "@babel/plugin-transform-runtime": "7.24.7",
77
+ "@babel/plugin-transform-async-to-generator": "7.25.7",
78
+ "@babel/plugin-transform-classes": "7.25.7",
79
+ "@babel/plugin-transform-runtime": "7.25.7",
80
80
  "@babel/polyfill": "^7.12.1",
81
- "@babel/preset-env": "7.25.3",
82
- "@babel/preset-typescript": "7.24.7",
83
- "@babel/register": "7.24.6",
84
- "@babel/runtime": "7.25.0",
81
+ "@babel/preset-env": "7.25.8",
82
+ "@babel/preset-typescript": "7.25.7",
83
+ "@babel/register": "7.25.7",
84
+ "@babel/runtime": "7.25.7",
85
85
  "@octokit/rest": "19.0.13",
86
86
  "@trivago/prettier-plugin-sort-imports": "4.3.0",
87
87
  "@types/async": "3.2.24",
88
88
  "@types/express": "4.17.21",
89
- "@types/express-serve-static-core": "4.17.41",
89
+ "@types/express-serve-static-core": "4.19.6",
90
90
  "@types/http-errors": "2.0.4",
91
- "@types/jest": "29.5.12",
92
- "@types/lodash": "4.17.7",
91
+ "@types/jest": "29.5.13",
92
+ "@types/lodash": "4.17.10",
93
93
  "@types/mime": "3.0.4",
94
94
  "@types/minimatch": "5.1.2",
95
- "@types/node": "20.14.11",
95
+ "@types/node": "20.16.11",
96
96
  "@types/pino": "7.0.5",
97
97
  "@types/request": "2.48.12",
98
98
  "@types/semver": "7.5.8",
@@ -104,11 +104,11 @@
104
104
  "babel-plugin-dynamic-import-node": "2.3.3",
105
105
  "cross-env": "7.0.3",
106
106
  "detect-secrets": "1.0.6",
107
- "eslint": "8.57.0",
107
+ "eslint": "8.57.1",
108
108
  "eslint-config-google": "0.14.0",
109
109
  "eslint-config-prettier": "9.1.0",
110
110
  "eslint-plugin-babel": "5.3.1",
111
- "eslint-plugin-import": "2.29.1",
111
+ "eslint-plugin-import": "2.31.0",
112
112
  "eslint-plugin-jest": "27.9.0",
113
113
  "eslint-plugin-prettier": "5.2.1",
114
114
  "eslint-plugin-simple-import-sort": "12.1.1",
@@ -176,13 +176,13 @@
176
176
  "preferGlobal": true,
177
177
  "license": "MIT",
178
178
  "resolutions": {
179
- "@types/serve-static": "1.15.5",
180
- "@types/express-serve-static-core": "4.17.41"
179
+ "@types/serve-static": "1.15.7",
180
+ "@types/express-serve-static-core": "4.19.6"
181
181
  },
182
182
  "collective": {
183
183
  "type": "opencollective",
184
184
  "url": "https://opencollective.com/verdaccio",
185
185
  "logo": "https://opencollective.com/verdaccio/logo.txt"
186
186
  },
187
- "packageManager": "yarn@3.8.5"
187
+ "packageManager": "yarn@3.8.6"
188
188
  }