1
0
Fork 0

devDeps: concurrently@^8.2.1->^8.2.2

pull/1519/head
legobt 2024-04-22 09:20:22 +00:00
parent 8b20335ffe
commit 31f5c8aa86
No known key found for this signature in database
GPG Key ID: C5F28D4B2B8927AB
2 changed files with 6 additions and 6 deletions

8
package-lock.json generated
View File

@ -9,7 +9,7 @@
"@types/jest": "^29.5.4",
"@types/node": "^20.5.7",
"@types/signale": "^1.4.1",
"concurrently": "^8.2.1",
"concurrently": "^8.2.2",
"eslint": "^8.0.1",
"eslint-config-prettier": "^8.9.0",
"eslint-plugin-github": "^4.9.2",
@ -5739,9 +5739,9 @@
}
},
"node_modules/concurrently": {
"version": "8.2.1",
"resolved": "https://registry.npmjs.org/concurrently/-/concurrently-8.2.1.tgz",
"integrity": "sha512-nVraf3aXOpIcNud5pB9M82p1tynmZkrSGQ1p6X/VY8cJ+2LMVqAgXsJxYYefACSHbTYlm92O1xuhdGTjwoEvbQ==",
"version": "8.2.2",
"resolved": "https://registry.npmjs.org/concurrently/-/concurrently-8.2.2.tgz",
"integrity": "sha512-1dP4gpXFhei8IOtlXRE/T/4H88ElHgTiUzh71YUmtjTEHMSRS2Z/fgOxHSxxusGHogsRfxNq1vyAwxSC+EVyDg==",
"dev": true,
"dependencies": {
"chalk": "^4.1.2",

View File

@ -19,7 +19,7 @@
"@types/jest": "^29.5.4",
"@types/node": "^20.5.7",
"@types/signale": "^1.4.1",
"concurrently": "^8.2.1",
"concurrently": "^8.2.2",
"eslint": "^8.0.1",
"eslint-config-prettier": "^8.9.0",
"eslint-plugin-github": "^4.9.2",
@ -33,4 +33,4 @@
"ts-jest": "^29.1.1",
"typescript": "^5.2.2"
}
}
}