verdaccio 5.31.1 → 5.32.0
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/package.json +38 -39
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "verdaccio",
|
|
3
|
-
"version": "5.
|
|
3
|
+
"version": "5.32.0",
|
|
4
4
|
"description": "A lightweight private npm proxy registry",
|
|
5
5
|
"author": {
|
|
6
6
|
"name": "Verdaccio Maintainers",
|
|
@@ -20,25 +20,25 @@
|
|
|
20
20
|
},
|
|
21
21
|
"dependencies": {
|
|
22
22
|
"@cypress/request": "3.0.1",
|
|
23
|
-
"@verdaccio/auth": "7.0.0-next-7.
|
|
24
|
-
"@verdaccio/config": "7.0.0-next-7.
|
|
25
|
-
"@verdaccio/core": "7.0.0-next-7.
|
|
23
|
+
"@verdaccio/auth": "7.0.0-next-7.19",
|
|
24
|
+
"@verdaccio/config": "7.0.0-next-7.19",
|
|
25
|
+
"@verdaccio/core": "7.0.0-next-7.19",
|
|
26
26
|
"@verdaccio/local-storage-legacy": "11.0.2",
|
|
27
|
-
"@verdaccio/logger-7": "7.0.0-next-7.
|
|
28
|
-
"@verdaccio/middleware": "7.0.0-next-7.
|
|
27
|
+
"@verdaccio/logger-7": "7.0.0-next-7.19",
|
|
28
|
+
"@verdaccio/middleware": "7.0.0-next-7.19",
|
|
29
29
|
"@verdaccio/search-indexer": "7.0.0-next-7.2",
|
|
30
30
|
"@verdaccio/signature": "7.0.0-next-7.5",
|
|
31
31
|
"@verdaccio/streams": "10.2.1",
|
|
32
|
-
"@verdaccio/tarball": "12.0.0-next-7.
|
|
33
|
-
"@verdaccio/ui-theme": "7.0.0-next-7.
|
|
34
|
-
"@verdaccio/url": "12.0.0-next-7.
|
|
35
|
-
"@verdaccio/utils": "7.0.0-next-7.
|
|
32
|
+
"@verdaccio/tarball": "12.0.0-next-7.19",
|
|
33
|
+
"@verdaccio/ui-theme": "7.0.0-next-7.19",
|
|
34
|
+
"@verdaccio/url": "12.0.0-next-7.19",
|
|
35
|
+
"@verdaccio/utils": "7.0.0-next-7.19",
|
|
36
36
|
"JSONStream": "1.3.5",
|
|
37
37
|
"async": "3.2.5",
|
|
38
|
-
"clipanion": "
|
|
38
|
+
"clipanion": "4.0.0-rc.3",
|
|
39
39
|
"compression": "1.7.4",
|
|
40
40
|
"cors": "2.8.5",
|
|
41
|
-
"debug": "^4.3.
|
|
41
|
+
"debug": "^4.3.5",
|
|
42
42
|
"envinfo": "7.13.0",
|
|
43
43
|
"express": "4.19.2",
|
|
44
44
|
"express-rate-limit": "5.5.1",
|
|
@@ -53,54 +53,54 @@
|
|
|
53
53
|
"mkdirp": "1.0.4",
|
|
54
54
|
"mv": "2.1.1",
|
|
55
55
|
"pkginfo": "0.4.1",
|
|
56
|
-
"semver": "7.6.
|
|
56
|
+
"semver": "7.6.3",
|
|
57
57
|
"validator": "13.12.0",
|
|
58
|
-
"verdaccio-audit": "12.0.0-next-7.
|
|
59
|
-
"verdaccio-htpasswd": "12.0.0-next-7.
|
|
58
|
+
"verdaccio-audit": "12.0.0-next-7.19",
|
|
59
|
+
"verdaccio-htpasswd": "12.0.0-next-7.19"
|
|
60
60
|
},
|
|
61
61
|
"devDependencies": {
|
|
62
|
-
"@babel/cli": "7.24.
|
|
63
|
-
"@babel/core": "7.24.
|
|
64
|
-
"@babel/eslint-parser": "7.24.
|
|
65
|
-
"@babel/node": "7.24.
|
|
62
|
+
"@babel/cli": "7.24.8",
|
|
63
|
+
"@babel/core": "7.24.9",
|
|
64
|
+
"@babel/eslint-parser": "7.24.8",
|
|
65
|
+
"@babel/node": "7.24.8",
|
|
66
66
|
"@babel/plugin-proposal-class-properties": "7.18.6",
|
|
67
|
-
"@babel/plugin-proposal-decorators": "7.24.
|
|
67
|
+
"@babel/plugin-proposal-decorators": "7.24.7",
|
|
68
68
|
"@babel/plugin-proposal-export-namespace-from": "7.18.9",
|
|
69
|
-
"@babel/plugin-proposal-function-sent": "7.24.
|
|
69
|
+
"@babel/plugin-proposal-function-sent": "7.24.7",
|
|
70
70
|
"@babel/plugin-proposal-json-strings": "7.18.6",
|
|
71
71
|
"@babel/plugin-proposal-nullish-coalescing-operator": "7.18.6",
|
|
72
72
|
"@babel/plugin-proposal-numeric-separator": "7.18.6",
|
|
73
73
|
"@babel/plugin-proposal-object-rest-spread": "7.20.7",
|
|
74
74
|
"@babel/plugin-proposal-optional-chaining": "7.21.0",
|
|
75
|
-
"@babel/plugin-proposal-throw-expressions": "7.24.
|
|
75
|
+
"@babel/plugin-proposal-throw-expressions": "7.24.7",
|
|
76
76
|
"@babel/plugin-syntax-dynamic-import": "7.8.3",
|
|
77
77
|
"@babel/plugin-syntax-import-meta": "7.10.4",
|
|
78
|
-
"@babel/plugin-transform-async-to-generator": "7.24.
|
|
79
|
-
"@babel/plugin-transform-classes": "7.24.
|
|
80
|
-
"@babel/plugin-transform-runtime": "7.24.
|
|
78
|
+
"@babel/plugin-transform-async-to-generator": "7.24.7",
|
|
79
|
+
"@babel/plugin-transform-classes": "7.24.8",
|
|
80
|
+
"@babel/plugin-transform-runtime": "7.24.7",
|
|
81
81
|
"@babel/polyfill": "^7.12.1",
|
|
82
|
-
"@babel/preset-env": "7.24.
|
|
83
|
-
"@babel/preset-typescript": "7.24.
|
|
82
|
+
"@babel/preset-env": "7.24.8",
|
|
83
|
+
"@babel/preset-typescript": "7.24.7",
|
|
84
84
|
"@babel/register": "7.24.6",
|
|
85
|
-
"@babel/runtime": "7.24.
|
|
85
|
+
"@babel/runtime": "7.24.8",
|
|
86
86
|
"@octokit/rest": "19.0.13",
|
|
87
87
|
"@trivago/prettier-plugin-sort-imports": "4.3.0",
|
|
88
88
|
"@types/async": "3.2.24",
|
|
89
89
|
"@types/express": "4.17.21",
|
|
90
90
|
"@types/express-serve-static-core": "4.17.41",
|
|
91
91
|
"@types/http-errors": "2.0.4",
|
|
92
|
-
"@types/jest": "29.5.
|
|
93
|
-
"@types/lodash": "4.17.
|
|
92
|
+
"@types/jest": "29.5.12",
|
|
93
|
+
"@types/lodash": "4.17.7",
|
|
94
94
|
"@types/mime": "3.0.4",
|
|
95
95
|
"@types/minimatch": "5.1.2",
|
|
96
|
-
"@types/node": "
|
|
96
|
+
"@types/node": "20.14.11",
|
|
97
97
|
"@types/pino": "7.0.5",
|
|
98
98
|
"@types/request": "2.48.12",
|
|
99
99
|
"@types/semver": "7.5.8",
|
|
100
100
|
"@typescript-eslint/eslint-plugin": "5.62.0",
|
|
101
101
|
"@typescript-eslint/parser": "5.62.0",
|
|
102
102
|
"@verdaccio-scope/verdaccio-auth-foo": "0.0.2",
|
|
103
|
-
"@verdaccio/types": "12.0.0-next-7.
|
|
103
|
+
"@verdaccio/types": "12.0.0-next-7.5",
|
|
104
104
|
"babel-jest": "29.7.0",
|
|
105
105
|
"babel-plugin-dynamic-import-node": "2.3.3",
|
|
106
106
|
"cross-env": "7.0.3",
|
|
@@ -111,24 +111,23 @@
|
|
|
111
111
|
"eslint-plugin-babel": "5.3.1",
|
|
112
112
|
"eslint-plugin-import": "2.29.1",
|
|
113
113
|
"eslint-plugin-jest": "27.9.0",
|
|
114
|
-
"eslint-plugin-prettier": "5.1
|
|
115
|
-
"eslint-plugin-simple-import-sort": "12.1.
|
|
114
|
+
"eslint-plugin-prettier": "5.2.1",
|
|
115
|
+
"eslint-plugin-simple-import-sort": "12.1.1",
|
|
116
116
|
"eslint-plugin-verdaccio": "10.0.0",
|
|
117
117
|
"fs-extra": "10.1.0",
|
|
118
|
-
"get-port": "5.1.1",
|
|
119
118
|
"jest": "29.7.0",
|
|
120
119
|
"jest-config": "29.7.0",
|
|
121
120
|
"jest-environment-node": "29.7.0",
|
|
122
121
|
"jest-junit": "15.0.0",
|
|
123
|
-
"lockfile-lint": "4.
|
|
122
|
+
"lockfile-lint": "4.14.0",
|
|
124
123
|
"nock": "13.5.4",
|
|
125
|
-
"node-mocks-http": "^1.
|
|
124
|
+
"node-mocks-http": "^1.15.0",
|
|
126
125
|
"pinst": "2.1.6",
|
|
127
|
-
"prettier": "3.
|
|
126
|
+
"prettier": "3.3.3",
|
|
128
127
|
"rimraf": "3.0.2",
|
|
129
128
|
"selfsigned": "2.4.1",
|
|
130
129
|
"standard-version": "9.5.0",
|
|
131
|
-
"supertest": "
|
|
130
|
+
"supertest": "7.0.0",
|
|
132
131
|
"ts-node": "10.9.2",
|
|
133
132
|
"typescript": "4.9.5",
|
|
134
133
|
"verdaccio-auth-memory": "10.2.2",
|