Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(deps): update dev server packages #2038

Merged
merged 1 commit into from
Jan 5, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@
"@vitejs/plugin-vue": "5.2.1",
"@vitest/coverage-istanbul": "2.1.8",
"@vue/test-utils": "2.4.6",
"concurrently": "9.1.0",
"concurrently": "9.1.2",
"cross-fetch": "4.0.0",
"cypress": "13.16.1",
"cypress-vite": "1.5.0",
Expand All @@ -77,7 +77,7 @@
"istanbul-lib-coverage": "3.2.2",
"jsdom": "25.0.1",
"json-server": "0.17.4",
"nodemon": "3.1.7",
"nodemon": "3.1.9",
"nyc": "17.1.0",
"sass-embedded": "1.81.0",
"sinon": "19.0.2",
Expand Down
20 changes: 10 additions & 10 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -3779,9 +3779,9 @@ __metadata:
languageName: node
linkType: hard

"concurrently@npm:9.1.0":
version: 9.1.0
resolution: "concurrently@npm:9.1.0"
"concurrently@npm:9.1.2":
version: 9.1.2
resolution: "concurrently@npm:9.1.2"
dependencies:
chalk: "npm:^4.1.2"
lodash: "npm:^4.17.21"
Expand All @@ -3793,7 +3793,7 @@ __metadata:
bin:
conc: dist/bin/concurrently.js
concurrently: dist/bin/concurrently.js
checksum: 10c0/f2f42f94dde508bfbaf47b5ac654db9e8a4bf07d3d7b6267dd058ae6f362eec677ae7c8ede398d081e5fd0d1de5811dc9a53e57d3f1f68e72ac6459db9e0896b
checksum: 10c0/88e00269366aa885ca2b97fd53b04e7af2b0f31774d991bfc0e88c0de61cdebdf115ddacc9c897fbd1f1b90369014637fa77045a171d072a75693332b36dcc70
languageName: node
linkType: hard

Expand Down Expand Up @@ -3952,7 +3952,7 @@ __metadata:
"@vueuse/core": "npm:11.3.0"
apexcharts: "npm:3.41.0"
axios: "npm:1.7.8"
concurrently: "npm:9.1.0"
concurrently: "npm:9.1.2"
cross-fetch: "npm:4.0.0"
cypress: "npm:13.16.1"
cypress-vite: "npm:1.5.0"
Expand All @@ -3979,7 +3979,7 @@ __metadata:
lodash-es: "npm:4.17.21"
markdown-it: "npm:14.1.0"
mitt: "npm:3.0.1"
nodemon: "npm:3.1.7"
nodemon: "npm:3.1.9"
nprogress: "npm:1.0.0-1"
nyc: "npm:17.1.0"
preact: "npm:10.24.3"
Expand Down Expand Up @@ -7957,9 +7957,9 @@ __metadata:
languageName: node
linkType: hard

"nodemon@npm:3.1.7":
version: 3.1.7
resolution: "nodemon@npm:3.1.7"
"nodemon@npm:3.1.9":
version: 3.1.9
resolution: "nodemon@npm:3.1.9"
dependencies:
chokidar: "npm:^3.5.2"
debug: "npm:^4"
Expand All @@ -7973,7 +7973,7 @@ __metadata:
undefsafe: "npm:^2.0.5"
bin:
nodemon: bin/nodemon.js
checksum: 10c0/e0b46939abdbce251b1d6281005a5763cee57db295bb00bc4a753b0f5320dac00fe53547fb6764c70a086cf6d1238875cccb800fbc71544b3ecbd3ef71183c87
checksum: 10c0/dbd6fab40e6be18929ac02366bfdc2203c1688f45186d9468f6bdeb192f0666d044500dfb729d825526715196456e6a17509a13de019b058cbce428d72d04eb5
languageName: node
linkType: hard

Expand Down
Loading