Skip to content

Commit d3a48b8

Browse files
chore(deps-dev): bump the patch-dependencies group with 2 updates (#4343)
Bumps the patch-dependencies group with 2 updates: [vitest](https://github.com/vitest-dev/vitest/tree/HEAD/packages/vitest) and [@types/express](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/express). Updates `vitest` from 3.2.2 to 3.2.3 - [Release notes](https://github.com/vitest-dev/vitest/releases) - [Commits](https://github.com/vitest-dev/vitest/commits/v3.2.3/packages/vitest) Updates `@types/express` from 5.0.2 to 5.0.3 - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases) - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/express) --- updated-dependencies: - dependency-name: vitest dependency-version: 3.2.3 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: patch-dependencies - dependency-name: "@types/express" dependency-version: 5.0.3 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: patch-dependencies ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent adf09d1 commit d3a48b8

File tree

5 files changed

+84
-69
lines changed

5 files changed

+84
-69
lines changed

package-lock.json

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

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@
104104
"typescript": "^5.4.5",
105105
"validate-branch-name": "^1.3.2",
106106
"vite": "6.3.5",
107-
"vitest": "^3.2.2",
107+
"vitest": "^3.2.3",
108108
"xo": "^0.60.0",
109109
"zone.js": "~0.15.1"
110110
},

packages/migration/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
"cpr": "3.0.1",
3434
"esbuild": "0.25.5",
3535
"tsx": "^4.19.4",
36-
"vitest": "^3.2.2"
36+
"vitest": "^3.2.3"
3737
},
3838
"publishConfig": {
3939
"registry": "https://registry.npmjs.org/",

packages/stylelint/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@
3939
"stylelint-config-standard-scss": "^15.0.1",
4040
"stylelint-config-standard-vue": "^1.0.0",
4141
"typescript": "^5.4.5",
42-
"vitest": "^3.2.2"
42+
"vitest": "^3.2.3"
4343
},
4444
"publishConfig": {
4545
"registry": "https://registry.npmjs.org/",

showcases/angular-ssr-showcase/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
"express": "^5.1.0"
1616
},
1717
"devDependencies": {
18-
"@types/express": "^5.0.2",
18+
"@types/express": "^5.0.3",
1919
"@types/node": "^22.15.30",
2020
"cpr": "3.0.1",
2121
"typescript": "^5.4.5"

0 commit comments

Comments
 (0)