Skip to content

Commit 6aa9955

Browse files
ADMS: vuln minor upgrades — 14 packages (minor: 6 · patch: 8)
Co-authored-by: dd-octo-sts-dcc400[bot] <266798637+dd-octo-sts-dcc400[bot]@users.noreply.github.com>
1 parent ae91033 commit 6aa9955

2 files changed

Lines changed: 141 additions & 105 deletions

File tree

package.json

Lines changed: 23 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -46,12 +46,6 @@
4646
"webpack": "5.106.2"
4747
},
4848
"packageManager": "yarn@4.10.3",
49-
"resolutions": {
50-
"tar@npm:7.5.11": "npm:^7.5.22",
51-
"minimatch@npm:10.1.1": "npm:^10.2.6",
52-
"js-yaml@npm:4.1.1": "npm:^4.3.1",
53-
"typescript@npm:>=5.0.2": "npm:5.9.3"
54-
},
5549
"dependencies": {
5650
"emoji-name-map": "^2.0.3"
5751
},
@@ -62,5 +56,28 @@
6256
"jest>@jest/core>jest-resolve>unrs-resolver": true,
6357
"lerna>nx": true
6458
}
59+
},
60+
"resolutions": {
61+
"tar@npm:7.5.11": "npm:^7.5.22",
62+
"minimatch@npm:10.1.1": "npm:^10.2.6",
63+
"js-yaml@npm:4.1.1": "npm:^4.3.1",
64+
"typescript@npm:>=5.0.2": "npm:5.9.3",
65+
"axios@npm:^1.12.0": "npm:^1.19.0",
66+
"undici@npm:^7.24.5": "npm:^7.29.0",
67+
"fast-uri@npm:^3.0.1": "npm:^3.1.5",
68+
"brace-expansion@npm:^1.1.7": "npm:^1.1.18",
69+
"brace-expansion@npm:^2.0.1": "npm:^2.1.4",
70+
"picomatch@npm:^4.0.2": "npm:^4.0.5",
71+
"picomatch@npm:^4.0.3": "npm:^4.0.5",
72+
"ws@npm:^8.18.0": "npm:^8.21.3",
73+
"tmp@npm:~0.2.1": "npm:>=0.2.7",
74+
"form-data@npm:^4.0.5": "npm:^4.0.6",
75+
"sigstore@npm:^4.0.0": "npm:^4.1.1",
76+
"yaml@npm:^2.6.0": "npm:^2.8.4",
77+
"@sigstore/verify@npm:^3.1.0": "npm:^3.1.1",
78+
"ajv@npm:^8.0.0": "npm:^8.20.0",
79+
"ajv@npm:^8.9.0": "npm:^8.20.0",
80+
"@sigstore/core@npm:^3.1.0": "npm:^3.2.1",
81+
"diff@npm:^4.0.1": "npm:^4.0.4"
6582
}
6683
}

0 commit comments

Comments
 (0)