Skip to content

Commit 84ccd4c

Browse files
committed
fix: cves
1 parent a51f5b7 commit 84ccd4c

2 files changed

Lines changed: 429 additions & 541 deletions

File tree

package.json

Lines changed: 14 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -57,15 +57,15 @@
5757
"devDependencies": {
5858
"@commitlint/cli": "^20.4.2",
5959
"@commitlint/config-conventional": "^20.4.2",
60-
"conventional-changelog-conventionalcommits": "^9.3.0",
6160
"@eslint/js": "^9.39.3",
6261
"@eslint/markdown": "^7.5.1",
63-
"@lerna-lite/cli": "^4.11.3",
64-
"@lerna-lite/list": "^4.11.3",
65-
"@lerna-lite/publish": "^4.11.3",
62+
"@lerna-lite/cli": "^4.11.5",
63+
"@lerna-lite/list": "^4.11.5",
64+
"@lerna-lite/publish": "^4.11.5",
6665
"@types/node": "25.3.3",
6766
"c8": "11.0.0",
6867
"concurrently": "^9.2.1",
68+
"conventional-changelog-conventionalcommits": "^9.3.0",
6969
"eslint": "^9.39.3",
7070
"eslint-import-resolver-typescript": "^4.4.4",
7171
"eslint-plugin-import-x": "^4.16.1",
@@ -122,15 +122,22 @@
122122
"object.groupby": "npm:@nolyfill/object.groupby@^1",
123123
"object.values": "npm:@nolyfill/object.values@^1",
124124
"safer-buffer": "npm:@nolyfill/safer-buffer@^1",
125-
"serialize-javascript": ">=7.0.3",
126125
"side-channel": "npm:@nolyfill/side-channel@^1",
127-
"smol-toml": "npm:smol-toml@^1.3.1",
126+
"smol-toml": ">=1.6.1",
128127
"string.prototype.codepointat": "npm:@nolyfill/string.prototype.codepointat@^1",
129128
"string.prototype.matchall": "npm:@nolyfill/string.prototype.matchall@^1",
130129
"string.prototype.repeat": "npm:@nolyfill/string.prototype.repeat@^1",
131130
"tar": ">=7.5.11",
132131
"undici": "^7.24.0",
133-
"safe-buffer": "npm:@nolyfill/safe-buffer@^1"
132+
"safe-buffer": "npm:@nolyfill/safe-buffer@^1",
133+
"handlebars": ">=4.7.9",
134+
"node-forge": ">=1.4.0",
135+
"path-to-regexp": ">=8.4.0",
136+
"fastify": ">=5.8.3",
137+
"picomatch": ">=4.0.4",
138+
"serialize-javascript": ">=7.0.5",
139+
"brace-expansion@>=4.0.0 <5.0.5": ">=5.0.5",
140+
"brace-expansion@<1.1.13": "1.1.13"
134141
}
135142
}
136143
}

0 commit comments

Comments
 (0)