chore(package): 更新依赖
All checks were successful
/ release (push) Successful in 21s

This commit is contained in:
zhaoyingbo 2024-10-12 07:33:39 +00:00
parent bd2b076319
commit e51b0839b9
2 changed files with 12 additions and 12 deletions

18
package-lock.json generated
View File

@ -13,15 +13,15 @@
],
"dependencies": {
"lodash": "^4.17.21",
"winston": "3.14.2",
"winston-daily-rotate-file": "5.0.0"
"winston": "^3.15.0",
"winston-daily-rotate-file": "^5.0.0"
},
"devDependencies": {
"@commitlint/cli": "19.4.0",
"@commitlint/config-conventional": "19.2.2",
"@eslint/js": "9.9.0",
"@lerna/conventional-commits": "6.4.1",
"@types/lodash": "^4.17.7",
"@types/lodash": "^4.17.10",
"@types/node": "22.4.0",
"eslint": "9.9.0",
"eslint-plugin-simple-import-sort": "12.1.1",
@ -2324,9 +2324,9 @@
}
},
"node_modules/@types/lodash": {
"version": "4.17.7",
"resolved": "https://registry.npmjs.org/@types/lodash/-/lodash-4.17.7.tgz",
"integrity": "sha512-8wTvZawATi/lsmNu10/j2hk1KEP0IvjubqPE3cu1Xz7xfXXt5oCq3SNUz4fMIP4XGF9Ky+Ue2tBA3hcS7LSBlA==",
"version": "4.17.10",
"resolved": "https://registry.npmjs.org/@types/lodash/-/lodash-4.17.10.tgz",
"integrity": "sha512-YpS0zzoduEhuOWjAotS6A5AVCva7X4lVlYLF0FYHAY9sdraBfnatttHItlWeZdGhuEkf+OzMNg2ZYAx8t+52uQ==",
"dev": true,
"license": "MIT"
},
@ -11725,9 +11725,9 @@
}
},
"node_modules/winston": {
"version": "3.14.2",
"resolved": "https://registry.npmjs.org/winston/-/winston-3.14.2.tgz",
"integrity": "sha512-CO8cdpBB2yqzEf8v895L+GNKYJiEq8eKlHU38af3snQBQ+sdAIUepjMSguOIJC7ICbzm0ZI+Af2If4vIJrtmOg==",
"version": "3.15.0",
"resolved": "https://registry.npmjs.org/winston/-/winston-3.15.0.tgz",
"integrity": "sha512-RhruH2Cj0bV0WgNL+lOfoUBI4DVfdUNjVnJGVovWZmrcKtrFTTRzgXYK2O9cymSGjrERCtaAeHwMNnUWXlwZow==",
"license": "MIT",
"dependencies": {
"@colors/colors": "^1.6.0",

View File

@ -26,7 +26,7 @@
"@commitlint/config-conventional": "19.2.2",
"@eslint/js": "9.9.0",
"@lerna/conventional-commits": "6.4.1",
"@types/lodash": "^4.17.7",
"@types/lodash": "^4.17.10",
"@types/node": "22.4.0",
"eslint": "9.9.0",
"eslint-plugin-simple-import-sort": "12.1.1",
@ -40,7 +40,7 @@
},
"dependencies": {
"lodash": "^4.17.21",
"winston": "3.14.2",
"winston-daily-rotate-file": "5.0.0"
"winston": "^3.15.0",
"winston-daily-rotate-file": "^5.0.0"
}
}