Skip to content

Commit 37cc98a

Browse files
Update Patch updates
Signed-off-by: Renovate Bot <[email protected]>
1 parent e73e7ac commit 37cc98a

File tree

3 files changed

+109
-115
lines changed

3 files changed

+109
-115
lines changed

package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@
6767
"cross-env": "^7.0.3",
6868
"husky": "^9.1.7",
6969
"is-ci": "^4.1.0",
70-
"lint-staged": "^15.4.1",
70+
"lint-staged": "^15.4.3",
7171
"nx": "^20.3.2",
7272
"pkg-pr-new": "^0.0.39",
7373
"plop": "^4.0.1",
@@ -89,8 +89,8 @@
8989
"pnpm": {
9090
"overrides": {
9191
"braces@<3.0.3": ">=3.0.3",
92-
"chrono-node@<2.2.4": ">=2.7.7",
93-
"cross-spawn@>=7.0.0 <7.0.5": ">=7.0.5",
92+
"chrono-node@<2.2.4": ">=2.7.8",
93+
"cross-spawn@>=7.0.0 <7.0.5": ">=7.0.6",
9494
"micromatch@<4.0.8": ">=4.0.8",
9595
"vite@>=5.3.0 <=5.3.5": ">=5.3.6",
9696
"undici@>=6.0.0 <6.21.1": ">=6.21.1"

packages/packem/package.json

+5-5
Original file line numberDiff line numberDiff line change
@@ -392,7 +392,7 @@
392392
"jiti": "2.4.2",
393393
"magic-string": "0.30.17",
394394
"mlly": "1.7.4",
395-
"oxc-parser": "0.48.0",
395+
"oxc-parser": "0.48.2",
396396
"oxc-resolver": "4.0.0",
397397
"picomatch": "^4.0.2",
398398
"rollup": "4.32.0",
@@ -412,7 +412,7 @@
412412
"@anolilab/semantic-release-preset": "^10.0.2",
413413
"@arethetypeswrong/cli": "^0.17.3",
414414
"@babel/core": "^7.26.7",
415-
"@oxc-project/types": "0.48.0",
415+
"@oxc-project/types": "0.48.2",
416416
"@rushstack/eslint-plugin-security": "^0.8.3",
417417
"@secretlint/secretlint-rule-preset-recommend": "^9.0.0",
418418
"@svgr/core": "^8.1.0",
@@ -458,7 +458,7 @@
458458
"mime": "4.0.6",
459459
"minireset.css": "0.0.7",
460460
"node-sass": "^9.0.0",
461-
"oxc-transform": "^0.48.0",
461+
"oxc-transform": "^0.48.2",
462462
"p-queue": "^8.1.0",
463463
"postcss": "^8.5.1",
464464
"postcss-custom-properties": "14.0.4",
@@ -510,8 +510,8 @@
510510
"stylus": ">=0.63.0",
511511
"sucrase": ">=3.35.0",
512512
"typedoc": ">=0.26.0",
513-
"typedoc-plugin-markdown": ">=4.2.0",
514-
"typedoc-plugin-rename-defaults": ">=0.7.0",
513+
"typedoc-plugin-markdown": ">=4.2.10",
514+
"typedoc-plugin-rename-defaults": ">=0.7.2",
515515
"typescript": ">=4.5 || >=5.0"
516516
},
517517
"peerDependenciesMeta": {

0 commit comments

Comments
 (0)