Skip to content

Commit 936b313

Browse files
chore(deps): bump the patch-dependencies group with 2 updates (#4374)
Bumps the patch-dependencies group with 2 updates: [glob](https://github.com/isaacs/node-glob) and [tsx](https://github.com/privatenumber/tsx). Updates `glob` from 11.0.2 to 11.0.3 - [Changelog](https://github.com/isaacs/node-glob/blob/main/changelog.md) - [Commits](isaacs/node-glob@v11.0.2...v11.0.3) Updates `tsx` from 4.20.1 to 4.20.2 - [Release notes](https://github.com/privatenumber/tsx/releases) - [Changelog](https://github.com/privatenumber/tsx/blob/master/release.config.cjs) - [Commits](privatenumber/tsx@v4.20.1...v4.20.2) --- updated-dependencies: - dependency-name: glob dependency-version: 11.0.3 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: patch-dependencies - dependency-name: tsx dependency-version: 4.20.2 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 6d77388 commit 936b313

File tree

7 files changed

+52
-40
lines changed

7 files changed

+52
-40
lines changed

output/vue/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@
4040
"@playwright/experimental-ct-vue": "1.51.1",
4141
"@vitejs/plugin-vue": "^5.2.4",
4242
"replace-in-file": "^8.3.0",
43-
"tsx": "^4.20.1",
43+
"tsx": "^4.20.2",
4444
"typescript": "^5.4.5",
4545
"vite": "^6.3.5",
4646
"vue": "^3.5.16",

package-lock.json

Lines changed: 43 additions & 31 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 & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@
7979
"eslint": "8.57.1",
8080
"eslint-plugin-prettier": "^5.4.1",
8181
"find-versions": "^6.0.0",
82-
"glob": "^11.0.2",
82+
"glob": "^11.0.3",
8383
"http-server": "14.1.1",
8484
"husky": "9.1.7",
8585
"jscpd": "^4.0.5",
@@ -100,7 +100,7 @@
100100
"stylelint-use-logical": "2.1.2",
101101
"tar": "^7.4.3",
102102
"tslib": "^2.8.1",
103-
"tsx": "^4.20.1",
103+
"tsx": "^4.20.2",
104104
"typescript": "^5.4.5",
105105
"validate-branch-name": "^1.3.2",
106106
"vite": "6.3.5",

packages/components/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@
5454
"hygen": "^6.2.11",
5555
"nodemon": "3.1.10",
5656
"sass": "1.85.0",
57-
"tsx": "^4.20.1"
57+
"tsx": "^4.20.2"
5858
},
5959
"publishConfig": {
6060
"registry": "https://registry.npmjs.org/",

packages/foundations/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -50,11 +50,11 @@
5050
"cpr": "3.0.1",
5151
"cssnano": "^7.0.7",
5252
"dotenv": "^16.5.0",
53-
"glob": "11.0.2",
53+
"glob": "11.0.3",
5454
"nodemon": "3.1.10",
5555
"prettier": "^3.5.3",
5656
"sass": "1.85.0",
57-
"tsx": "^4.20.1",
57+
"tsx": "^4.20.2",
5858
"typescript": "^5.4.5",
5959
"vite": "^6.3.5"
6060
},

packages/migration/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,13 +26,13 @@
2626
},
2727
"dependencies": {
2828
"commander": "^14.0.0",
29-
"glob": "^11.0.2",
29+
"glob": "^11.0.3",
3030
"replace-in-file": "^8.3.0"
3131
},
3232
"devDependencies": {
3333
"cpr": "3.0.1",
3434
"esbuild": "0.25.5",
35-
"tsx": "^4.20.1",
35+
"tsx": "^4.20.2",
3636
"vitest": "^3.2.3"
3737
},
3838
"publishConfig": {

scripts/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@
7171
"devDependencies": {
7272
"@inquirer/prompts": "7.5.3",
7373
"find-versions": "^6.0.0",
74-
"glob": "^11.0.2",
74+
"glob": "^11.0.3",
7575
"inquirer": "^12.6.3",
7676
"replace-in-file": "^8.3.0"
7777
}

0 commit comments

Comments
 (0)