verdaccio-audit 12.0.0-next.2 → 12.0.0-next.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/CHANGELOG.md +17 -0
- package/package.json +7 -7
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,22 @@
|
|
|
1
1
|
# Change Log
|
|
2
2
|
|
|
3
|
+
## 12.0.0-next.3
|
|
4
|
+
|
|
5
|
+
### Major Changes
|
|
6
|
+
|
|
7
|
+
- e7ebccb61: update major dependencies, remove old nodejs support
|
|
8
|
+
|
|
9
|
+
### Minor Changes
|
|
10
|
+
|
|
11
|
+
- daceb6d87: restore legacy support
|
|
12
|
+
|
|
13
|
+
### Patch Changes
|
|
14
|
+
|
|
15
|
+
- Updated dependencies [daceb6d87]
|
|
16
|
+
- Updated dependencies [e7ebccb61]
|
|
17
|
+
- @verdaccio/config@7.0.0-next.3
|
|
18
|
+
- @verdaccio/core@7.0.0-next.3
|
|
19
|
+
|
|
3
20
|
## 12.0.0-next.2
|
|
4
21
|
|
|
5
22
|
### Patch Changes
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "verdaccio-audit",
|
|
3
|
-
"version": "12.0.0-next.
|
|
3
|
+
"version": "12.0.0-next.3",
|
|
4
4
|
"description": "Verdaccio Middleware plugin to bypass npmjs audit",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"private",
|
|
@@ -30,17 +30,17 @@
|
|
|
30
30
|
"node": ">=12"
|
|
31
31
|
},
|
|
32
32
|
"dependencies": {
|
|
33
|
-
"@verdaccio/
|
|
34
|
-
"@verdaccio/
|
|
33
|
+
"@verdaccio/config": "7.0.0-next.3",
|
|
34
|
+
"@verdaccio/core": "7.0.0-next.3",
|
|
35
35
|
"express": "4.18.2",
|
|
36
36
|
"https-proxy-agent": "5.0.1",
|
|
37
37
|
"node-fetch": "cjs"
|
|
38
38
|
},
|
|
39
39
|
"devDependencies": {
|
|
40
|
-
"@verdaccio/
|
|
41
|
-
"@verdaccio/
|
|
42
|
-
"@verdaccio/
|
|
43
|
-
"nock": "13.
|
|
40
|
+
"@verdaccio/auth": "7.0.0-next.3",
|
|
41
|
+
"@verdaccio/logger": "7.0.0-next.3",
|
|
42
|
+
"@verdaccio/types": "12.0.0-next.1",
|
|
43
|
+
"nock": "13.3.3",
|
|
44
44
|
"supertest": "6.3.3"
|
|
45
45
|
},
|
|
46
46
|
"funding": {
|