Skip to content

Commit 8b44316

Browse files
chore(deps): update all non-major dependencies (#9180)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent b775b71 commit 8b44316

File tree

4 files changed

+328
-107
lines changed

4 files changed

+328
-107
lines changed

package.json

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"private": true,
33
"version": "3.3.4",
4-
"packageManager": "pnpm@8.6.2",
4+
"packageManager": "pnpm@8.7.6",
55
"type": "module",
66
"scripts": {
77
"dev": "node scripts/dev.js",
@@ -65,42 +65,42 @@
6565
"@rollup/plugin-replace": "^5.0.2",
6666
"@rollup/plugin-terser": "^0.4.0",
6767
"@types/hash-sum": "^1.0.0",
68-
"@types/node": "^16.4.7",
68+
"@types/node": "^16.18.52",
6969
"@typescript-eslint/parser": "^6.6.0",
7070
"@vitest/coverage-istanbul": "^0.34.3",
7171
"@vue/consolidate": "0.17.3",
7272
"chalk": "^4.1.0",
73-
"conventional-changelog-cli": "^2.0.31",
74-
"enquirer": "^2.3.2",
73+
"conventional-changelog-cli": "^2.2.2",
74+
"enquirer": "^2.4.1",
7575
"esbuild": "^0.17.4",
7676
"esbuild-plugin-polyfill-node": "^0.2.0",
7777
"eslint": "^8.48.0",
7878
"eslint-plugin-jest": "^27.2.3",
7979
"estree-walker": "^2.0.2",
80-
"execa": "^4.0.2",
80+
"execa": "^4.1.0",
8181
"jsdom": "^22.1.0",
8282
"lint-staged": "^14.0.1",
83-
"lodash": "^4.17.15",
83+
"lodash": "^4.17.21",
8484
"magic-string": "^0.30.0",
8585
"markdown-table": "^3.0.3",
86-
"marked": "^4.0.10",
87-
"minimist": "^1.2.0",
86+
"marked": "^4.3.0",
87+
"minimist": "^1.2.8",
8888
"npm-run-all": "^4.1.5",
8989
"prettier": "^3.0.3",
9090
"pretty-bytes": "^6.1.1",
91-
"pug": "^3.0.1",
91+
"pug": "^3.0.2",
9292
"puppeteer": "~21.1.1",
9393
"rollup": "^3.26.0",
9494
"rollup-plugin-dts": "^5.3.0",
9595
"rollup-plugin-esbuild": "^5.0.0",
9696
"rollup-plugin-polyfill-node": "^0.12.0",
97-
"semver": "^7.3.2",
97+
"semver": "^7.5.4",
9898
"serve": "^14.2.1",
9999
"simple-git-hooks": "^2.9.0",
100100
"terser": "^5.19.2",
101-
"todomvc-app-css": "^2.3.0",
102-
"tslib": "^2.5.0",
103-
"tsx": "^3.12.7",
101+
"todomvc-app-css": "^2.4.2",
102+
"tslib": "^2.6.2",
103+
"tsx": "^3.12.10",
104104
"typescript": "^5.1.6",
105105
"vite": "^4.3.0",
106106
"vitest": "^0.34.3"

packages/compiler-sfc/package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -45,16 +45,16 @@
4545
},
4646
"devDependencies": {
4747
"@babel/types": "^7.21.3",
48-
"@types/estree": "^0.0.48",
49-
"@types/lru-cache": "^5.1.0",
48+
"@types/estree": "^0.0.52",
49+
"@types/lru-cache": "^5.1.1",
5050
"@vue/consolidate": "^0.17.3",
5151
"hash-sum": "^2.0.0",
5252
"lru-cache": "^5.1.1",
5353
"merge-source-map": "^1.1.0",
54-
"minimatch": "^9.0.0",
54+
"minimatch": "^9.0.3",
5555
"postcss-modules": "^4.0.0",
5656
"postcss-selector-parser": "^6.0.4",
57-
"pug": "^3.0.1",
58-
"sass": "^1.26.9"
57+
"pug": "^3.0.2",
58+
"sass": "^1.67.0"
5959
}
6060
}

packages/runtime-dom/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,6 @@
3737
"dependencies": {
3838
"@vue/shared": "3.3.4",
3939
"@vue/runtime-core": "3.3.4",
40-
"csstype": "^3.1.1"
40+
"csstype": "^3.1.2"
4141
}
4242
}

0 commit comments

Comments
 (0)