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": {
|
"dependencies": {
|
||||||
"atomically": "2.0.3",
|
"atomically": "2.0.3",
|
||||||
"fs-extra": "11.2.0",
|
"fs-extra": "11.2.0",
|
||||||
"i18n": "~0.15",
|
"i18n": "0.15.1",
|
||||||
"json5": "~2.2",
|
"json5": "2.2.3",
|
||||||
"jsonc": "~2.0",
|
"jsonc": "2.0.0",
|
||||||
"jsonrepair": "3.11.2",
|
"jsonrepair": "3.11.2",
|
||||||
"logform": "~2.6",
|
"logform": "2.7.0",
|
||||||
"mongoid-js": "~1.3",
|
"mongoid-js": "1.3.0",
|
||||||
"reflect-metadata": "~0.2",
|
"reflect-metadata": "0.2.2",
|
||||||
"semver": "~7.6",
|
"semver": "7.6.3",
|
||||||
"source-map-support": "~0.5",
|
"source-map-support": "0.5.21",
|
||||||
"string-similarity-js": "~2.1",
|
"string-similarity-js": "2.1.4",
|
||||||
"tsyringe": "~4.8",
|
"tsyringe": "4.8.0",
|
||||||
"winston": "~3.13",
|
"winston": "3.17.0",
|
||||||
"winston-daily-rotate-file": "~5.0",
|
"winston-daily-rotate-file": "5.0.0",
|
||||||
"ws": "~8.18"
|
"ws": "8.18.0"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@biomejs/biome": "1.8.3",
|
"@biomejs/biome": "1.9.4",
|
||||||
"@swc/cli": "0.5.2",
|
"@swc/cli": "0.6.0",
|
||||||
"@swc/core": "1.10.6",
|
"@swc/core": "1.10.4",
|
||||||
"@types/fs-extra": "11.0.4",
|
"@types/fs-extra": "11.0.4",
|
||||||
"@types/i18n": "~0.13",
|
"@types/i18n": "0.13.12",
|
||||||
"@types/node": "22.10.2",
|
"@types/minimist": "1.2.5",
|
||||||
"@types/semver": "~7.5",
|
"@types/node": "22.10.5",
|
||||||
"@types/ws": "~8.5",
|
"@types/semver": "7.5.8",
|
||||||
"@vitest/coverage-istanbul": "^2.1.8",
|
"@types/ws": "8.5.13",
|
||||||
"@vitest/ui": "^2.1.8",
|
"@vitest/coverage-istanbul": "2.1.8",
|
||||||
|
"@vitest/ui": "2.1.8",
|
||||||
"@yao-pkg/pkg": "6.2.0",
|
"@yao-pkg/pkg": "6.2.0",
|
||||||
"@yao-pkg/pkg-fetch": "3.5.18",
|
"@yao-pkg/pkg-fetch": "3.5.18",
|
||||||
"cross-env": "~7.0",
|
"cross-env": "7.0.3",
|
||||||
"gulp": "~5.0",
|
"gulp": "5.0.0",
|
||||||
"gulp-execa": "~7.0",
|
"gulp-execa": "8.0.0",
|
||||||
"gulp-rename": "~2.0",
|
"gulp-rename": "2.0.0",
|
||||||
"madge": "~7",
|
"madge": "8.0.0",
|
||||||
"minimist": "~1.2",
|
"minimist": "1.2.8",
|
||||||
"resedit": "~2.0",
|
"resedit": "2.0.3",
|
||||||
"tsx": "4.19.2",
|
"tsx": "4.19.2",
|
||||||
"typedoc": "~0.26",
|
"typedoc": "~0.26",
|
||||||
"typescript": "~5.5",
|
"typescript": "5.7.3",
|
||||||
"vitest": "^2.1.8"
|
"vitest": "2.1.8"
|
||||||
},
|
},
|
||||||
"targets": {
|
"targets": {
|
||||||
"default": {
|
"default": {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user