verdaccio 5.2.0 → 5.2.1

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.
Files changed (2) hide show
  1. package/CHANGELOG.md +9 -0
  2. package/package.json +27 -27
package/CHANGELOG.md CHANGED
@@ -2,6 +2,15 @@
2
2
 
3
3
  All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
4
4
 
5
+ ### [5.2.1](https://github.com/verdaccio/verdaccio/compare/v5.2.0...v5.2.1) (2021-11-08)
6
+
7
+
8
+ ### Bug Fixes
9
+
10
+ * **deps:** update dependency async to v3.2.2 ([#2633](https://github.com/verdaccio/verdaccio/issues/2633)) ([da5d7e9](https://github.com/verdaccio/verdaccio/commit/da5d7e96cbb05e0244347c39ae160e5008f85b8f))
11
+ * **deps:** update dependency mime to v2.6.0 ([#2634](https://github.com/verdaccio/verdaccio/issues/2634)) ([089796c](https://github.com/verdaccio/verdaccio/commit/089796ca471af45def091736be5fcad54141f4e7))
12
+ * **deps:** update dependency validator to v13.7.0 ([#2635](https://github.com/verdaccio/verdaccio/issues/2635)) ([ef2fbff](https://github.com/verdaccio/verdaccio/commit/ef2fbff7558a5417d13a44e32f2bdf90df7d480e))
13
+
5
14
  ## [5.2.0](https://github.com/verdaccio/verdaccio/compare/v5.1.6...v5.2.0) (2021-10-24)
6
15
 
7
16
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "verdaccio",
3
- "version": "5.2.0",
3
+ "version": "5.2.1",
4
4
  "description": "A lightweight private npm proxy registry",
5
5
  "author": {
6
6
  "name": "Verdaccio Maintainers",
@@ -24,7 +24,7 @@
24
24
  "@verdaccio/streams": "10.0.0",
25
25
  "@verdaccio/ui-theme": "3.2.1",
26
26
  "JSONStream": "1.3.5",
27
- "async": "3.2.1",
27
+ "async": "3.2.2",
28
28
  "body-parser": "1.19.0",
29
29
  "clipanion": "3.1.0",
30
30
  "compression": "1.7.4",
@@ -46,7 +46,7 @@
46
46
  "lunr-mutable-indexes": "2.3.2",
47
47
  "marked": "2.1.3",
48
48
  "memoizee": "0.4.15",
49
- "mime": "2.5.2",
49
+ "mime": "2.6.0",
50
50
  "minimatch": "3.0.4",
51
51
  "mkdirp": "1.0.4",
52
52
  "mv": "2.1.1",
@@ -56,43 +56,43 @@
56
56
  "pretty-ms": "^7.0.1",
57
57
  "request": "2.88.0",
58
58
  "semver": "7.3.5",
59
- "validator": "13.6.0",
59
+ "validator": "13.7.0",
60
60
  "verdaccio-audit": "10.0.2",
61
61
  "verdaccio-htpasswd": "10.0.0"
62
62
  },
63
63
  "devDependencies": {
64
- "@babel/cli": "7.15.7",
65
- "@babel/core": "7.15.8",
66
- "@babel/node": "7.15.8",
67
- "@babel/plugin-proposal-class-properties": "7.14.5",
68
- "@babel/plugin-proposal-decorators": "7.15.8",
69
- "@babel/plugin-proposal-export-namespace-from": "7.14.5",
70
- "@babel/plugin-proposal-function-sent": "7.14.5",
71
- "@babel/plugin-proposal-json-strings": "7.14.5",
72
- "@babel/plugin-proposal-nullish-coalescing-operator": "7.14.5",
73
- "@babel/plugin-proposal-numeric-separator": "7.14.5",
74
- "@babel/plugin-proposal-object-rest-spread": "7.15.6",
75
- "@babel/plugin-proposal-optional-chaining": "7.14.5",
76
- "@babel/plugin-proposal-throw-expressions": "7.14.5",
64
+ "@babel/cli": "7.16.0",
65
+ "@babel/core": "7.16.0",
66
+ "@babel/node": "7.16.0",
67
+ "@babel/plugin-proposal-class-properties": "7.16.0",
68
+ "@babel/plugin-proposal-decorators": "7.16.0",
69
+ "@babel/plugin-proposal-export-namespace-from": "7.16.0",
70
+ "@babel/plugin-proposal-function-sent": "7.16.0",
71
+ "@babel/plugin-proposal-json-strings": "7.16.0",
72
+ "@babel/plugin-proposal-nullish-coalescing-operator": "7.16.0",
73
+ "@babel/plugin-proposal-numeric-separator": "7.16.0",
74
+ "@babel/plugin-proposal-object-rest-spread": "7.16.0",
75
+ "@babel/plugin-proposal-optional-chaining": "7.16.0",
76
+ "@babel/plugin-proposal-throw-expressions": "7.16.0",
77
77
  "@babel/plugin-syntax-dynamic-import": "7.8.3",
78
78
  "@babel/plugin-syntax-import-meta": "7.10.4",
79
- "@babel/plugin-transform-async-to-generator": "7.14.5",
80
- "@babel/plugin-transform-classes": "7.15.4",
81
- "@babel/plugin-transform-runtime": "7.15.8",
79
+ "@babel/plugin-transform-async-to-generator": "7.16.0",
80
+ "@babel/plugin-transform-classes": "7.16.0",
81
+ "@babel/plugin-transform-runtime": "7.16.0",
82
82
  "@babel/polyfill": "^7.12.1",
83
- "@babel/preset-env": "7.15.8",
84
- "@babel/preset-typescript": "7.15.0",
85
- "@babel/register": "7.15.3",
86
- "@babel/runtime": "7.15.4",
83
+ "@babel/preset-env": "7.16.0",
84
+ "@babel/preset-typescript": "7.16.0",
85
+ "@babel/register": "7.16.0",
86
+ "@babel/runtime": "7.16.0",
87
87
  "@commitlint/cli": "12.1.4",
88
88
  "@commitlint/config-conventional": "12.1.4",
89
89
  "@octokit/rest": "18.6.0",
90
- "@types/async": "3.2.4",
90
+ "@types/async": "3.2.9",
91
91
  "@types/express": "4.17.6",
92
92
  "@types/http-errors": "1.8.0",
93
93
  "@types/jest": "26.0.14",
94
94
  "@types/lodash": "4.14.167",
95
- "@types/mime": "2.0.1",
95
+ "@types/mime": "2.0.3",
96
96
  "@types/minimatch": "3.0.3",
97
97
  "@types/node": "14.14.37",
98
98
  "@types/pino": "6.3.12",
@@ -132,7 +132,7 @@
132
132
  "puppeteer": "5.5.0",
133
133
  "rimraf": "3.0.2",
134
134
  "selfsigned": "1.10.11",
135
- "standard-version": "9.3.1",
135
+ "standard-version": "9.3.2",
136
136
  "supertest": "6.1.3",
137
137
  "ts-node": "10.2.0",
138
138
  "typescript": "4.1.3",