Skip to content

Commit d8bdfb8

Browse files
authored
Merge pull request #45 from adhocteam/automated-dependency-updates
Automated Dependency Updates
2 parents 0f40157 + 115da7e commit d8bdfb8

3 files changed

Lines changed: 11 additions & 176 deletions

File tree

audit-report.json

Lines changed: 6 additions & 167 deletions
Original file line numberDiff line numberDiff line change
@@ -1,183 +1,22 @@
11
{
22
"auditReportVersion": 2,
3-
"vulnerabilities": {
4-
"@typescript-eslint/eslint-plugin": {
5-
"name": "@typescript-eslint/eslint-plugin",
6-
"severity": "high",
7-
"isDirect": true,
8-
"via": [
9-
"@typescript-eslint/type-utils",
10-
"@typescript-eslint/utils"
11-
],
12-
"effects": [],
13-
"range": "6.16.0 - 7.5.0",
14-
"nodes": [
15-
"node_modules/@typescript-eslint/eslint-plugin"
16-
],
17-
"fixAvailable": true
18-
},
19-
"@typescript-eslint/parser": {
20-
"name": "@typescript-eslint/parser",
21-
"severity": "high",
22-
"isDirect": true,
23-
"via": [
24-
"@typescript-eslint/typescript-estree"
25-
],
26-
"effects": [],
27-
"range": "6.16.0 - 7.5.0",
28-
"nodes": [
29-
"node_modules/@typescript-eslint/parser"
30-
],
31-
"fixAvailable": true
32-
},
33-
"@typescript-eslint/type-utils": {
34-
"name": "@typescript-eslint/type-utils",
35-
"severity": "high",
36-
"isDirect": false,
37-
"via": [
38-
"@typescript-eslint/typescript-estree",
39-
"@typescript-eslint/utils"
40-
],
41-
"effects": [],
42-
"range": "6.16.0 - 7.5.0",
43-
"nodes": [
44-
"node_modules/@typescript-eslint/type-utils"
45-
],
46-
"fixAvailable": true
47-
},
48-
"@typescript-eslint/typescript-estree": {
49-
"name": "@typescript-eslint/typescript-estree",
50-
"severity": "high",
51-
"isDirect": false,
52-
"via": [
53-
"minimatch"
54-
],
55-
"effects": [
56-
"@typescript-eslint/parser",
57-
"@typescript-eslint/type-utils",
58-
"@typescript-eslint/utils"
59-
],
60-
"range": "6.16.0 - 7.5.0",
61-
"nodes": [
62-
"node_modules/@typescript-eslint/typescript-estree"
63-
],
64-
"fixAvailable": true
65-
},
66-
"@typescript-eslint/utils": {
67-
"name": "@typescript-eslint/utils",
68-
"severity": "high",
69-
"isDirect": false,
70-
"via": [
71-
"@typescript-eslint/typescript-estree"
72-
],
73-
"effects": [
74-
"@typescript-eslint/eslint-plugin"
75-
],
76-
"range": "6.16.0 - 7.5.0",
77-
"nodes": [
78-
"node_modules/@typescript-eslint/utils"
79-
],
80-
"fixAvailable": true
81-
},
82-
"ajv": {
83-
"name": "ajv",
84-
"severity": "moderate",
85-
"isDirect": false,
86-
"via": [
87-
{
88-
"source": 1113428,
89-
"name": "ajv",
90-
"dependency": "ajv",
91-
"title": "ajv has ReDoS when using `$data` option",
92-
"url": "https://github.com/advisories/GHSA-2g4f-4pwh-qvx6",
93-
"severity": "moderate",
94-
"cwe": [
95-
"CWE-400",
96-
"CWE-1333"
97-
],
98-
"cvss": {
99-
"score": 0,
100-
"vectorString": null
101-
},
102-
"range": "<6.14.0"
103-
}
104-
],
105-
"effects": [],
106-
"range": "<6.14.0",
107-
"nodes": [
108-
"node_modules/ajv"
109-
],
110-
"fixAvailable": true
111-
},
112-
"minimatch": {
113-
"name": "minimatch",
114-
"severity": "high",
115-
"isDirect": false,
116-
"via": [
117-
{
118-
"source": 1113459,
119-
"name": "minimatch",
120-
"dependency": "minimatch",
121-
"title": "minimatch has a ReDoS via repeated wildcards with non-matching literal in pattern",
122-
"url": "https://github.com/advisories/GHSA-3ppc-4f35-3m26",
123-
"severity": "high",
124-
"cwe": [
125-
"CWE-1333"
126-
],
127-
"cvss": {
128-
"score": 0,
129-
"vectorString": null
130-
},
131-
"range": "<3.1.3"
132-
},
133-
{
134-
"source": 1113465,
135-
"name": "minimatch",
136-
"dependency": "minimatch",
137-
"title": "minimatch has a ReDoS via repeated wildcards with non-matching literal in pattern",
138-
"url": "https://github.com/advisories/GHSA-3ppc-4f35-3m26",
139-
"severity": "high",
140-
"cwe": [
141-
"CWE-1333"
142-
],
143-
"cvss": {
144-
"score": 0,
145-
"vectorString": null
146-
},
147-
"range": ">=9.0.0 <9.0.6"
148-
}
149-
],
150-
"effects": [
151-
"@typescript-eslint/typescript-estree"
152-
],
153-
"range": "<3.1.3 || >=9.0.0 <9.0.6",
154-
"nodes": [
155-
"node_modules/@eslint/eslintrc/node_modules/minimatch",
156-
"node_modules/@humanwhocodes/config-array/node_modules/minimatch",
157-
"node_modules/eslint/node_modules/minimatch",
158-
"node_modules/glob/node_modules/minimatch",
159-
"node_modules/minimatch",
160-
"node_modules/test-exclude/node_modules/minimatch"
161-
],
162-
"fixAvailable": true
163-
}
164-
},
3+
"vulnerabilities": {},
1654
"metadata": {
1665
"vulnerabilities": {
1676
"info": 0,
1687
"low": 0,
169-
"moderate": 1,
170-
"high": 6,
8+
"moderate": 0,
9+
"high": 0,
17110
"critical": 0,
172-
"total": 7
11+
"total": 0
17312
},
17413
"dependencies": {
17514
"prod": 7,
176-
"dev": 388,
15+
"dev": 387,
17716
"optional": 2,
17817
"peer": 0,
17918
"peerOptional": 0,
180-
"total": 394
19+
"total": 393
18120
}
18221
}
18322
}

dependency-updates.json

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,6 @@
11
{
22
"@types/jest": "^30.0.0",
33
"@types/node": "^25.3.0",
4-
"@typescript-eslint/eslint-plugin": "^8.56.1",
5-
"@typescript-eslint/parser": "^8.56.1",
64
"eslint": "^10.0.2",
75
"eslint-config-prettier": "^10.1.8",
86
"eslint-plugin-prettier": "^5.5.5",

dependency-updates.txt

Lines changed: 5 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -7,12 +7,10 @@ Minor Backwards-compatible features
77
typescript ^5.1.6 → ^5.9.3
88

99
Major Potentially breaking API changes
10-
@types/jest ^29.5.5 → ^30.0.0
11-
@types/node ^20.5.0 → ^25.3.0
12-
@typescript-eslint/eslint-plugin ^6.4.0 → ^8.56.1
13-
@typescript-eslint/parser ^6.4.0 → ^8.56.1
14-
eslint ^8.47.0 → ^10.0.2
15-
eslint-config-prettier ^9.0.0 → ^10.1.8
16-
jest ^29.6.2 → ^30.2.0
10+
@types/jest ^29.5.5 → ^30.0.0
11+
@types/node ^20.5.0 → ^25.3.0
12+
eslint ^8.47.0 → ^10.0.2
13+
eslint-config-prettier ^9.0.0 → ^10.1.8
14+
jest ^29.6.2 → ^30.2.0
1715

1816
Run ncu --format group -u to upgrade package.json

0 commit comments

Comments
 (0)