Skip to content

Commit 46d0102

Browse files
authored
fix: update pkgs (#965)
1 parent 45e2757 commit 46d0102

File tree

3 files changed

+95
-93
lines changed

3 files changed

+95
-93
lines changed

package-lock.json

Lines changed: 92 additions & 91 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,12 +32,13 @@
3232
"bundle-require": "^4.0.1",
3333
"esbuild": "^0.19.12",
3434
"eslint": "^9.16.0",
35-
"glob": "^10.4.5",
35+
"glob": "^11.0.1",
3636
"lighthouse": "^12.0.0",
3737
"lighthouse-logger": "2.0.1",
3838
"multi-progress-bars": "^5.0.3",
3939
"nx": "19.8.13",
4040
"parse-lcov": "^1.0.4",
41+
"rimraf": "^6.0.1",
4142
"semver": "^7.6.3",
4243
"simple-git": "^3.26.0",
4344
"ts-morph": "^24.0.0",

packages/ci/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
"dependencies": {
2929
"@code-pushup/models": "0.65.0",
3030
"@code-pushup/utils": "0.65.0",
31-
"glob": "^10.4.5",
31+
"glob": "^11.0.1",
3232
"simple-git": "^3.20.0",
3333
"yaml": "^2.5.1",
3434
"zod": "^3.22.1"

0 commit comments

Comments
 (0)