mirror of
https://github.com/sp-tarkov/server.git
synced 2025-02-13 09:50:43 -05:00
Pins NPM Packages (#1062)
We can't commit our npm lockfile, so this should help lock things down.
This commit is contained in:
parent
fb10df25e0
commit
a821f1caba
@ -37,45 +37,46 @@
|
||||
"dependencies": {
|
||||
"atomically": "2.0.3",
|
||||
"fs-extra": "11.2.0",
|
||||
"i18n": "~0.15",
|
||||
"json5": "~2.2",
|
||||
"jsonc": "~2.0",
|
||||
"i18n": "0.15.1",
|
||||
"json5": "2.2.3",
|
||||
"jsonc": "2.0.0",
|
||||
"jsonrepair": "3.11.2",
|
||||
"logform": "~2.6",
|
||||
"mongoid-js": "~1.3",
|
||||
"reflect-metadata": "~0.2",
|
||||
"semver": "~7.6",
|
||||
"source-map-support": "~0.5",
|
||||
"string-similarity-js": "~2.1",
|
||||
"tsyringe": "~4.8",
|
||||
"winston": "~3.13",
|
||||
"winston-daily-rotate-file": "~5.0",
|
||||
"ws": "~8.18"
|
||||
"logform": "2.7.0",
|
||||
"mongoid-js": "1.3.0",
|
||||
"reflect-metadata": "0.2.2",
|
||||
"semver": "7.6.3",
|
||||
"source-map-support": "0.5.21",
|
||||
"string-similarity-js": "2.1.4",
|
||||
"tsyringe": "4.8.0",
|
||||
"winston": "3.17.0",
|
||||
"winston-daily-rotate-file": "5.0.0",
|
||||
"ws": "8.18.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@biomejs/biome": "1.8.3",
|
||||
"@swc/cli": "0.5.2",
|
||||
"@swc/core": "1.10.6",
|
||||
"@biomejs/biome": "1.9.4",
|
||||
"@swc/cli": "0.6.0",
|
||||
"@swc/core": "1.10.4",
|
||||
"@types/fs-extra": "11.0.4",
|
||||
"@types/i18n": "~0.13",
|
||||
"@types/node": "22.10.2",
|
||||
"@types/semver": "~7.5",
|
||||
"@types/ws": "~8.5",
|
||||
"@vitest/coverage-istanbul": "^2.1.8",
|
||||
"@vitest/ui": "^2.1.8",
|
||||
"@types/i18n": "0.13.12",
|
||||
"@types/minimist": "1.2.5",
|
||||
"@types/node": "22.10.5",
|
||||
"@types/semver": "7.5.8",
|
||||
"@types/ws": "8.5.13",
|
||||
"@vitest/coverage-istanbul": "2.1.8",
|
||||
"@vitest/ui": "2.1.8",
|
||||
"@yao-pkg/pkg": "6.2.0",
|
||||
"@yao-pkg/pkg-fetch": "3.5.18",
|
||||
"cross-env": "~7.0",
|
||||
"gulp": "~5.0",
|
||||
"gulp-execa": "~7.0",
|
||||
"gulp-rename": "~2.0",
|
||||
"madge": "~7",
|
||||
"minimist": "~1.2",
|
||||
"resedit": "~2.0",
|
||||
"cross-env": "7.0.3",
|
||||
"gulp": "5.0.0",
|
||||
"gulp-execa": "8.0.0",
|
||||
"gulp-rename": "2.0.0",
|
||||
"madge": "8.0.0",
|
||||
"minimist": "1.2.8",
|
||||
"resedit": "2.0.3",
|
||||
"tsx": "4.19.2",
|
||||
"typedoc": "~0.26",
|
||||
"typescript": "~5.5",
|
||||
"vitest": "^2.1.8"
|
||||
"typescript": "5.7.3",
|
||||
"vitest": "2.1.8"
|
||||
},
|
||||
"targets": {
|
||||
"default": {
|
||||
|
Loading…
x
Reference in New Issue
Block a user