verdaccio 5.26.1 → 5.26.3
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.
- package/README.md +0 -20
- package/build/api/endpoint/api/publish.js +3 -3
- package/build/api/endpoint/api/star.js +3 -3
- package/build/api/endpoint/api/v1/token.js +3 -3
- package/build/api/index.js +2 -2
- package/build/api/web/api/index.js +3 -3
- package/build/api/web/api/package.js +3 -3
- package/build/lib/auth.js +3 -3
- package/build/lib/bootstrap.js +3 -3
- package/build/lib/cli/commands/init.js +3 -3
- package/build/lib/notify/index.js +3 -3
- package/build/lib/run-server.js +3 -3
- package/build/lib/storage-utils.js +3 -3
- package/build/lib/utils.js +3 -3
- package/package.json +46 -46
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "verdaccio",
|
|
3
|
-
"version": "5.26.
|
|
3
|
+
"version": "5.26.3",
|
|
4
4
|
"description": "A lightweight private npm proxy registry",
|
|
5
5
|
"author": {
|
|
6
6
|
"name": "Verdaccio Maintainers",
|
|
@@ -19,18 +19,18 @@
|
|
|
19
19
|
"url": "https://opencollective.com/verdaccio"
|
|
20
20
|
},
|
|
21
21
|
"dependencies": {
|
|
22
|
-
"@verdaccio/config": "
|
|
23
|
-
"@verdaccio/core": "
|
|
22
|
+
"@verdaccio/config": "7.0.0-next.2",
|
|
23
|
+
"@verdaccio/core": "7.0.0-next.2",
|
|
24
24
|
"@verdaccio/local-storage": "10.3.3",
|
|
25
|
-
"@verdaccio/logger-7": "
|
|
26
|
-
"@verdaccio/middleware": "
|
|
27
|
-
"@verdaccio/search": "
|
|
28
|
-
"@verdaccio/signature": "
|
|
25
|
+
"@verdaccio/logger-7": "7.0.0-next.2",
|
|
26
|
+
"@verdaccio/middleware": "7.0.0-next.2",
|
|
27
|
+
"@verdaccio/search": "7.0.0-next.1",
|
|
28
|
+
"@verdaccio/signature": "7.0.0-next.0",
|
|
29
29
|
"@verdaccio/streams": "10.2.1",
|
|
30
|
-
"@verdaccio/tarball": "
|
|
31
|
-
"@verdaccio/ui-theme": "
|
|
32
|
-
"@verdaccio/url": "
|
|
33
|
-
"@verdaccio/utils": "
|
|
30
|
+
"@verdaccio/tarball": "12.0.0-next.2",
|
|
31
|
+
"@verdaccio/ui-theme": "7.0.0-next.2",
|
|
32
|
+
"@verdaccio/url": "12.0.0-next.2",
|
|
33
|
+
"@verdaccio/utils": "7.0.0-next.2",
|
|
34
34
|
"JSONStream": "1.3.5",
|
|
35
35
|
"async": "3.2.4",
|
|
36
36
|
"clipanion": "3.2.1",
|
|
@@ -42,9 +42,9 @@
|
|
|
42
42
|
"express": "4.18.2",
|
|
43
43
|
"express-rate-limit": "5.5.1",
|
|
44
44
|
"fast-safe-stringify": "2.1.1",
|
|
45
|
-
"handlebars": "4.7.
|
|
45
|
+
"handlebars": "4.7.8",
|
|
46
46
|
"js-yaml": "4.1.0",
|
|
47
|
-
"jsonwebtoken": "9.0.
|
|
47
|
+
"jsonwebtoken": "9.0.2",
|
|
48
48
|
"kleur": "4.1.5",
|
|
49
49
|
"lodash": "4.17.21",
|
|
50
50
|
"lru-cache": "7.18.3",
|
|
@@ -54,17 +54,17 @@
|
|
|
54
54
|
"pkginfo": "0.4.1",
|
|
55
55
|
"request": "2.88.2",
|
|
56
56
|
"semver": "7.5.4",
|
|
57
|
-
"validator": "13.
|
|
58
|
-
"verdaccio-audit": "
|
|
59
|
-
"verdaccio-htpasswd": "
|
|
57
|
+
"validator": "13.11.0",
|
|
58
|
+
"verdaccio-audit": "12.0.0-next.2",
|
|
59
|
+
"verdaccio-htpasswd": "12.0.0-next.2"
|
|
60
60
|
},
|
|
61
61
|
"devDependencies": {
|
|
62
|
-
"@babel/cli": "7.22.
|
|
63
|
-
"@babel/core": "7.22.
|
|
64
|
-
"@babel/eslint-parser": "7.22.
|
|
65
|
-
"@babel/node": "7.22.
|
|
62
|
+
"@babel/cli": "7.22.15",
|
|
63
|
+
"@babel/core": "7.22.20",
|
|
64
|
+
"@babel/eslint-parser": "7.22.15",
|
|
65
|
+
"@babel/node": "7.22.19",
|
|
66
66
|
"@babel/plugin-proposal-class-properties": "7.18.6",
|
|
67
|
-
"@babel/plugin-proposal-decorators": "7.22.
|
|
67
|
+
"@babel/plugin-proposal-decorators": "7.22.15",
|
|
68
68
|
"@babel/plugin-proposal-export-namespace-from": "7.18.9",
|
|
69
69
|
"@babel/plugin-proposal-function-sent": "7.22.5",
|
|
70
70
|
"@babel/plugin-proposal-json-strings": "7.18.6",
|
|
@@ -76,15 +76,15 @@
|
|
|
76
76
|
"@babel/plugin-syntax-dynamic-import": "7.8.3",
|
|
77
77
|
"@babel/plugin-syntax-import-meta": "7.10.4",
|
|
78
78
|
"@babel/plugin-transform-async-to-generator": "7.22.5",
|
|
79
|
-
"@babel/plugin-transform-classes": "7.22.
|
|
80
|
-
"@babel/plugin-transform-runtime": "7.22.
|
|
79
|
+
"@babel/plugin-transform-classes": "7.22.15",
|
|
80
|
+
"@babel/plugin-transform-runtime": "7.22.15",
|
|
81
81
|
"@babel/polyfill": "^7.12.1",
|
|
82
|
-
"@babel/preset-env": "7.22.
|
|
83
|
-
"@babel/preset-typescript": "7.22.
|
|
84
|
-
"@babel/register": "7.22.
|
|
85
|
-
"@babel/runtime": "7.22.
|
|
82
|
+
"@babel/preset-env": "7.22.20",
|
|
83
|
+
"@babel/preset-typescript": "7.22.15",
|
|
84
|
+
"@babel/register": "7.22.15",
|
|
85
|
+
"@babel/runtime": "7.22.15",
|
|
86
86
|
"@octokit/rest": "19.0.13",
|
|
87
|
-
"@trivago/prettier-plugin-sort-imports": "4.
|
|
87
|
+
"@trivago/prettier-plugin-sort-imports": "4.2.0",
|
|
88
88
|
"@types/async": "3.2.20",
|
|
89
89
|
"@types/express": "4.17.17",
|
|
90
90
|
"@types/express-serve-static-core": "4.17.35",
|
|
@@ -93,38 +93,38 @@
|
|
|
93
93
|
"@types/lodash": "4.14.195",
|
|
94
94
|
"@types/mime": "2.0.3",
|
|
95
95
|
"@types/minimatch": "3.0.5",
|
|
96
|
-
"@types/node": "18.
|
|
96
|
+
"@types/node": "18.17.19",
|
|
97
97
|
"@types/pino": "7.0.5",
|
|
98
98
|
"@types/request": "2.48.8",
|
|
99
|
-
"@types/semver": "7.5.
|
|
100
|
-
"@typescript-eslint/eslint-plugin": "5.
|
|
101
|
-
"@typescript-eslint/parser": "5.
|
|
99
|
+
"@types/semver": "7.5.2",
|
|
100
|
+
"@typescript-eslint/eslint-plugin": "5.62.0",
|
|
101
|
+
"@typescript-eslint/parser": "5.62.0",
|
|
102
102
|
"@verdaccio-scope/verdaccio-auth-foo": "0.0.2",
|
|
103
|
-
"@verdaccio/types": "
|
|
104
|
-
"babel-jest": "29.
|
|
103
|
+
"@verdaccio/types": "12.0.0-next.0",
|
|
104
|
+
"babel-jest": "29.7.0",
|
|
105
105
|
"babel-plugin-dynamic-import-node": "2.3.3",
|
|
106
106
|
"cross-env": "7.0.3",
|
|
107
107
|
"detect-secrets": "1.0.6",
|
|
108
|
-
"eslint": "8.
|
|
108
|
+
"eslint": "8.50.0",
|
|
109
109
|
"eslint-config-google": "0.14.0",
|
|
110
|
-
"eslint-config-prettier": "
|
|
110
|
+
"eslint-config-prettier": "9.0.0",
|
|
111
111
|
"eslint-plugin-babel": "5.3.1",
|
|
112
|
-
"eslint-plugin-import": "2.
|
|
113
|
-
"eslint-plugin-jest": "27.
|
|
114
|
-
"eslint-plugin-prettier": "
|
|
115
|
-
"eslint-plugin-simple-import-sort": "
|
|
112
|
+
"eslint-plugin-import": "2.28.1",
|
|
113
|
+
"eslint-plugin-jest": "27.4.0",
|
|
114
|
+
"eslint-plugin-prettier": "5.0.0",
|
|
115
|
+
"eslint-plugin-simple-import-sort": "10.0.0",
|
|
116
116
|
"eslint-plugin-verdaccio": "10.0.0",
|
|
117
117
|
"fs-extra": "10.1.0",
|
|
118
118
|
"get-port": "5.1.1",
|
|
119
|
-
"jest": "29.
|
|
120
|
-
"jest-config": "29.
|
|
121
|
-
"jest-environment-node": "29.
|
|
119
|
+
"jest": "29.7.0",
|
|
120
|
+
"jest-config": "29.7.0",
|
|
121
|
+
"jest-environment-node": "29.7.0",
|
|
122
122
|
"jest-junit": "15.0.0",
|
|
123
123
|
"lockfile-lint": "4.10.6",
|
|
124
|
-
"nock": "
|
|
125
|
-
"node-mocks-http": "^1.
|
|
124
|
+
"nock": "13.3.3",
|
|
125
|
+
"node-mocks-http": "^1.13.0",
|
|
126
126
|
"pinst": "2.1.6",
|
|
127
|
-
"prettier": "
|
|
127
|
+
"prettier": "3.0.3",
|
|
128
128
|
"rimraf": "3.0.2",
|
|
129
129
|
"selfsigned": "2.1.1",
|
|
130
130
|
"standard-version": "9.5.0",
|