mirror of
https://github.com/Unleash/unleash.git
synced 2024-12-22 19:07:54 +01:00
7eba1b8ee9
[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [@swc/core](https://swc.rs) ([source](https://togithub.com/swc-project/swc)) | [`1.6.13` -> `1.7.3`](https://renovatebot.com/diffs/npm/@swc%2fcore/1.6.13/1.7.3) | [![age](https://developer.mend.io/api/mc/badges/age/npm/@swc%2fcore/1.7.3?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/@swc%2fcore/1.7.3?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/@swc%2fcore/1.6.13/1.7.3?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/@swc%2fcore/1.6.13/1.7.3?slim=true)](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes <details> <summary>swc-project/swc (@​swc/core)</summary> ### [`v1.7.3`](https://togithub.com/swc-project/swc/blob/HEAD/CHANGELOG.md#173---2024-07-27) [Compare Source](https://togithub.com/swc-project/swc/compare/v1.7.2...v1.7.3) ##### Bug Fixes - **(es/decorators)** Fix TypeScript syntax assertion ([#​9336](https://togithub.com/swc-project/swc/issues/9336)) ([acb3952](acb3952ae3
)) ### [`v1.7.2`](https://togithub.com/swc-project/swc/blob/HEAD/CHANGELOG.md#172---2024-07-25) [Compare Source](https://togithub.com/swc-project/swc/compare/v1.7.1...v1.7.2) ##### Bug Fixes - **(es/ast)** Accept any case of EsVersion during deserialization ([#​9329](https://togithub.com/swc-project/swc/issues/9329)) ([56da6be](56da6be0e9
)) - **(es/typescrupt)** Fix ASI issue in fast ts strip ([#​9332](https://togithub.com/swc-project/swc/issues/9332)) ([57146cf](57146cf58a
)) - **(swc_core)** Remove unused `preset_env` ([#​9333](https://togithub.com/swc-project/swc/issues/9333)) ([75bc7bf](75bc7bfb52
)) ##### Documentation - **(bindings/wasm)** Document supported TypeScript version ([#​9334](https://togithub.com/swc-project/swc/issues/9334)) ([66f31c0](66f31c0af4
)) ### [`v1.7.1`](https://togithub.com/swc-project/swc/blob/HEAD/CHANGELOG.md#171---2024-07-24) [Compare Source](https://togithub.com/swc-project/swc/compare/v1.7.0...v1.7.1) ##### Bug Fixes - **(bindings/types)** Add missing mangle options ([#​9298](https://togithub.com/swc-project/swc/issues/9298)) ([567f40d](567f40d797
)) - **(deps)** Update cargo (patch) ([#​9317](https://togithub.com/swc-project/swc/issues/9317)) ([ea66e84](ea66e84911
)) - **(es/ast)** Make span of binding ident include type ann ([#​9293](https://togithub.com/swc-project/swc/issues/9293)) ([2b32481](2b324812ac
)) - **(es/minifier)** Support minifying JSX ([#​9271](https://togithub.com/swc-project/swc/issues/9271)) ([9a6367b](9a6367b0f6
)) - **(es/typescript)** Fix typings ([#​9301](https://togithub.com/swc-project/swc/issues/9301)) ([27ca712](27ca712812
)) - **(es/typescript)** Preserve type assertions ([#​9328](https://togithub.com/swc-project/swc/issues/9328)) ([4d60f52](4d60f528d1
)) - **(es/utils)** Use `$crate` for `quote_ident!()` ([#​9309](https://togithub.com/swc-project/swc/issues/9309)) ([bdaaf47](bdaaf47cb4
)) ##### Features - **(allocator)** Feature gate `nightly` via macros ([#​9274](https://togithub.com/swc-project/swc/issues/9274)) ([a31fb58](a31fb58399
)) - **(allocator)** Add `maybe` types ([#​9278](https://togithub.com/swc-project/swc/issues/9278)) ([a417ff4](a417ff4d86
)) - **(es/typescript)** Add esm build for fast ts strip ([#​9286](https://togithub.com/swc-project/swc/issues/9286)) ([d10cb9f](d10cb9ffa2
)) ##### Miscellaneous Tasks - **(deps)** Update actions ([#​9311](https://togithub.com/swc-project/swc/issues/9311)) ([475432e](475432e83a
)) - **(deps)** Update npm (patch) ([#​9318](https://togithub.com/swc-project/swc/issues/9318)) ([9d983c3](9d983c3864
)) - **(deps)** Update `wasmer` to fix broken Windows build ([#​9322](https://togithub.com/swc-project/swc/issues/9322)) ([a120faf](a120faf84b
)) - **(deps)** Drop `atty` ([#​9325](https://togithub.com/swc-project/swc/issues/9325)) ([831500e](831500e24a
)) ##### Performance - **(allocator)** Use `std` instead of `allocator-api2` ([#​9281](https://togithub.com/swc-project/swc/issues/9281)) ([88723db](88723dbf19
)) - **(es/codegen)** Use `Vec<T>` from `swc_allocator` ([#​9280](https://togithub.com/swc-project/swc/issues/9280)) ([c1cd0b9](c1cd0b99c1
)) - **(es/codegen)** Optimize using `swc_allocator` ([#​9294](https://togithub.com/swc-project/swc/issues/9294)) ([07376c6](07376c6fbb
)) - **(es/helpers)** Use `bool` instead of `AtomicBool` ([#​9321](https://togithub.com/swc-project/swc/issues/9321)) ([8107e98](8107e985e1
)) - **(es/minifier)** Pre-allocate collections ([#​9289](https://togithub.com/swc-project/swc/issues/9289)) ([76fe139](76fe139334
)) - **(visit)** Modify `Box` and `Vec` in-place ([#​9291](https://togithub.com/swc-project/swc/issues/9291)) ([ae2ac05](ae2ac05b94
)) - **(visit)** Add `#[inline]` ([#​9302](https://togithub.com/swc-project/swc/issues/9302)) ([0b3dbb8](0b3dbb8937
)) - Enable LTO for benchmarks ([#​9279](https://togithub.com/swc-project/swc/issues/9279)) ([a3020b2](a3020b2bc7
)) ##### Refactor - Remove unused files ([#​9285](https://togithub.com/swc-project/swc/issues/9285)) ([33284c1](33284c128e
)) ##### Build - Update `rustc` to `nightly-2024-07-21` ([#​9319](https://togithub.com/swc-project/swc/issues/9319)) ([279ea91](279ea910e0
)) ### [`v1.7.0`](https://togithub.com/swc-project/swc/blob/HEAD/CHANGELOG.md#170---2024-07-18) [Compare Source](https://togithub.com/swc-project/swc/compare/v1.6.13...v1.7.0) ##### Bug Fixes - **(allocator)** Fix allocator & add benchmark ([#​9234](https://togithub.com/swc-project/swc/issues/9234)) ([037dad5](037dad52f4
)) - **(allocator)** Remove wrong assertions and add tests ([#​9252](https://togithub.com/swc-project/swc/issues/9252)) ([d8e8b04](d8e8b04cd8
)) - **(ci)** Fix CI of \`peff ([#​9216](https://togithub.com/swc-project/swc/issues/9216)) ([602e0e5](602e0e5aa1
)) - **(es/codegen)** Fix codegen of large numeric literals ([#​9226](https://togithub.com/swc-project/swc/issues/9226)) ([fba79e6](fba79e6f03
)) - **(es/compat)** Consider only the variables used in the closure ([#​9151](https://togithub.com/swc-project/swc/issues/9151)) ([1357531](1357531805
)) - **(es/compat)** Add support for destructuring with BigInts ([#​9215](https://togithub.com/swc-project/swc/issues/9215)) ([2cc7028](2cc70287e0
)) - **(es/fixer)** Wrap `in` expr in for-in head ([#​9209](https://togithub.com/swc-project/swc/issues/9209)) ([5cd837f](5cd837f39a
)) - **(es/minifier)** Fix case matching ([#​9208](https://togithub.com/swc-project/swc/issues/9208)) ([f81fa6e](f81fa6e063
)) - **(es/minifier)** Fix compress pow `NaN` ([#​9210](https://togithub.com/swc-project/swc/issues/9210)) ([2b361e6](2b361e679a
)) - **(es/minifier)** Fix variable declaration in default branch ([#​9220](https://togithub.com/swc-project/swc/issues/9220)) ([a7c82bd](a7c82bdfa9
)) - **(es/minifier)** Check `this` in function params ([#​9229](https://togithub.com/swc-project/swc/issues/9229)) ([da4866d](da4866d13b
)) - **(es/minifier)** Remove optimization for array pattern ([#​9241](https://togithub.com/swc-project/swc/issues/9241)) ([521161e](521161e170
)) - **(es/minifier)** Fix exponentiate operator ([#​9251](https://togithub.com/swc-project/swc/issues/9251)) ([06bb533](06bb5338ce
)) - **(es/minifier)** Fix panic in bitwise logic and incorrect values ([#​9258](https://togithub.com/swc-project/swc/issues/9258)) ([baeb9e2](baeb9e2df9
)) - **(es/minifier)** Collect raw str values for new Tpl element ([#​9261](https://togithub.com/swc-project/swc/issues/9261)) ([6ddbfa0](6ddbfa04db
)) - **(es/modules)** Fix lint issue ([#​9206](https://togithub.com/swc-project/swc/issues/9206)) ([efb8636](efb8636834
)) - **(es/quote)** Fix macro ([#​9270](https://togithub.com/swc-project/swc/issues/9270)) ([93d9e44](93d9e44f1c
)) - **(es/typescript)** Handle unicode for fast ts strip ([#​9202](https://togithub.com/swc-project/swc/issues/9202)) ([096bfe3](096bfe3751
)) - **(es/typescript)** Fix `transform` mode ([#​9243](https://togithub.com/swc-project/swc/issues/9243)) ([0e79a5b](0e79a5b428
)) - **(es/typescript)** Workaround `wasm-bindgen` ([#​9272](https://togithub.com/swc-project/swc/issues/9272)) ([6b1d2ff](6b1d2ff66b
)) ##### Documentation - **(allocator)** Mention `oxc_allocator` ([be99ce0](be99ce0a57
)) - **(contributing)** Fix deno installation url ([#​9249](https://togithub.com/swc-project/swc/issues/9249)) ([ff5bbda](ff5bbdae6a
)) - **(es/minifier)** Add contributing section ([e22f3ba](e22f3ba9ad
)) ##### Features - **(allocator)** Initialize package ([#​9195](https://togithub.com/swc-project/swc/issues/9195)) ([f3681cb](f3681cb340
)) - **(allocator)** Implement `SwcAlloc` ([#​9232](https://togithub.com/swc-project/swc/issues/9232)) ([e343eb6](e343eb6de2
)) - **(allocator)** Add a cargo feature ([#​9239](https://togithub.com/swc-project/swc/issues/9239)) ([398dc21](398dc21e07
)) - **(allocator)** Implement `default` mode ([#​9242](https://togithub.com/swc-project/swc/issues/9242)) ([b6333db](b6333dbcfc
)) - **(es/typescript)** Add `transform` mode back to fast TS strip ([#​9237](https://togithub.com/swc-project/swc/issues/9237)) ([8231e3c](8231e3cd4f
)) - **(es/utils)** Support for arrays using `cast_to_number` ([#​9212](https://togithub.com/swc-project/swc/issues/9212)) ([2aef14d](2aef14d34d
)) ##### Miscellaneous Tasks - **(es)** Bump `unicode-id-start` to `v1.2.0` ([#​9177](https://togithub.com/swc-project/swc/issues/9177)) ([9904a53](9904a53b7f
)) - **(es/typescript)** Improve decorator handling of fast strip ([#​9178](https://togithub.com/swc-project/swc/issues/9178)) ([962170f](962170fb70
)) ##### Performance - **(allocator)** Drop `scoped_tls` ([#​9240](https://togithub.com/swc-project/swc/issues/9240)) ([4ce2514](4ce2514d1b
)) - **(bindings)** Invert Wasm size shrink ([#​9224](https://togithub.com/swc-project/swc/issues/9224)) ([aa7f791](aa7f791dfd
)) - **(bindings/wasm)** Shrink the size of the wasm file ([#​9191](https://togithub.com/swc-project/swc/issues/9191)) ([3a23b3d](3a23b3d120
)) - **(es/codegen)** Use scoped allocator ([#​9248](https://togithub.com/swc-project/swc/issues/9248)) ([970f323](970f32398c
)) - **(es/typescript)** Add a benchmark for fast TS strip ([#​9205](https://togithub.com/swc-project/swc/issues/9205)) ([7d9364c](7d9364cad3
)) - **(es/visit)** Introduce `standard_only_*` macros ([#​9207](https://togithub.com/swc-project/swc/issues/9207)) ([92879b1](92879b14fe
)) ##### Refactor - **(allocator)** Use `&` instead of a thread-local ([#​9235](https://togithub.com/swc-project/swc/issues/9235)) ([8d5670e](8d5670e72b
)) - **(allocator)** Use RAII guard instead of `scope` ([#​9254](https://togithub.com/swc-project/swc/issues/9254)) ([6e098ae](6e098aeeb5
)) - **(common)** Drop `SyntaxContext` from AST nodes ([#​9175](https://togithub.com/swc-project/swc/issues/9175)) ([b2491e5](b2491e5461
)) - **(es)** Use `into` for AST construction ([#​9197](https://togithub.com/swc-project/swc/issues/9197)) ([e7358e0](e7358e0f81
)) - **(es)** Use `Into` and `From` for AST construction ([#​9201](https://togithub.com/swc-project/swc/issues/9201)) ([0960b23](0960b23c04
)) - **(es/codegen)** Revert [#​9248](https://togithub.com/swc-project/swc/issues/9248) ([#​9266](https://togithub.com/swc-project/swc/issues/9266)) ([b9b233c](b9b233cacd
)) - **(es/helpers)** Remove unnecessary exports ([#​9225](https://togithub.com/swc-project/swc/issues/9225)) ([69719c2](69719c2acb
)) - **(visit)** Pre-generate visitor code ([#​9262](https://togithub.com/swc-project/swc/issues/9262)) ([9c17663](9c176632b1
)) ##### Testing - **(allocator)** Merge test ([#​9267](https://togithub.com/swc-project/swc/issues/9267)) ([efc3963](efc396377f
)) - **(es/base)** Disable flaky benchmark ([#​9221](https://togithub.com/swc-project/swc/issues/9221)) ([bd4bef1](bd4bef16fb
)) - Enable scoped API by default ([#​9247](https://togithub.com/swc-project/swc/issues/9247)) ([e7ce94b](e7ce94b5ee
)) ##### Pers - **(es/ast)** Introduce `IdentName` ([#​9185](https://togithub.com/swc-project/swc/issues/9185)) ([7b3e5b3](7b3e5b3f61
)) </details> --- ### Configuration 📅 **Schedule**: Branch creation - "after 7pm every weekday,before 5am every weekday" in timezone Europe/Madrid, Automerge - At any time (no schedule defined). 🚦 **Automerge**: Enabled. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR was generated by [Mend Renovate](https://www.mend.io/free-developer-tools/renovate/). View the [repository job log](https://developer.mend.io/github/Unleash/unleash). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy40NDAuNyIsInVwZGF0ZWRJblZlciI6IjM3LjQ0MC43IiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6W119--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
251 lines
7.7 KiB
JSON
251 lines
7.7 KiB
JSON
{
|
||
"name": "unleash-server",
|
||
"description": "Unleash is an enterprise ready feature toggles service. It provides different strategies for handling feature toggles.",
|
||
"version": "6.0.4+main",
|
||
"keywords": [
|
||
"unleash",
|
||
"feature toggle",
|
||
"feature",
|
||
"toggle",
|
||
"feature flag",
|
||
"flag"
|
||
],
|
||
"files": [
|
||
"dist",
|
||
"docs",
|
||
"frontend/build",
|
||
"frontend/build/*",
|
||
"frontend/build/**/*",
|
||
"frontend/index.js",
|
||
"frontend/package.json"
|
||
],
|
||
"repository": {
|
||
"type": "git",
|
||
"url": "ssh://git@github.com:unleash/unleash.git"
|
||
},
|
||
"bugs": {
|
||
"url": "https://github.com/unleash/unleash/issues"
|
||
},
|
||
"types": "./dist/lib/server-impl.d.ts",
|
||
"engines": {
|
||
"node": ">=18 <21"
|
||
},
|
||
"license": "Apache-2.0",
|
||
"main": "./dist/lib/server-impl.js",
|
||
"scripts": {
|
||
"start": "TZ=UTC node ./dist/server.js",
|
||
"copy-templates": "copyfiles -u 1 src/mailtemplates/**/*.mustache dist/",
|
||
"build:backend": "tsc --pretty --strictNullChecks false",
|
||
"build:frontend": "yarn --cwd ./frontend run build",
|
||
"build:frontend:if-needed": "./scripts/build-frontend-if-needed.sh",
|
||
"build": "yarn run clean && concurrently \"yarn:copy-templates\" \"yarn:build:frontend\" \"yarn:build:backend\"",
|
||
"dev:backend": "TZ=UTC NODE_ENV=development tsc-watch --strictNullChecks false --onSuccess \"node dist/server-dev.js\"",
|
||
"dev:frontend": "wait-on tcp:4242 && yarn --cwd ./frontend run dev",
|
||
"dev": "concurrently \"yarn:dev:backend\" \"yarn:dev:frontend\"",
|
||
"prepare:backend": "concurrently \"yarn:copy-templates\" \"yarn:build:backend\"",
|
||
"start:dev": "yarn run clean && TZ=UTC NODE_ENV=development tsc-watch --strictNullChecks false --onSuccess \"node dist/server-dev.js\"",
|
||
"db-migrate": "db-migrate --migrations-dir ./src/migrations",
|
||
"lint": "biome check .",
|
||
"lint:fix": "biome check . --write",
|
||
"local:package": "del-cli --force build && mkdir build && cp -r dist docs CHANGELOG.md LICENSE README.md package.json build",
|
||
"build:watch": "yarn run clean && tsc -w --strictNullChecks false",
|
||
"prepare": "husky && yarn --cwd ./frontend install && if [ ! -d ./dist ]; then yarn build; fi",
|
||
"test": "NODE_ENV=test PORT=4243 node --trace-warnings node_modules/.bin/jest",
|
||
"test:unit": "NODE_ENV=test PORT=4243 jest --testPathIgnorePatterns=src/test/e2e --testPathIgnorePatterns=dist",
|
||
"test:docker": "./scripts/docker-postgres.sh",
|
||
"test:report": "NODE_ENV=test PORT=4243 jest --reporters=\"default\" --reporters=\"jest-junit\"",
|
||
"test:docker:cleanup": "docker rm -f unleash-postgres",
|
||
"test:watch": "yarn test --watch",
|
||
"test:coverage": "NODE_ENV=test PORT=4243 jest --coverage --testLocationInResults --outputFile=\"coverage/report.json\" --forceExit --testTimeout=10000",
|
||
"test:coverage:jest": "NODE_ENV=test PORT=4243 jest --silent --ci --json --coverage --testLocationInResults --outputFile=\"report.json\" --forceExit --testTimeout=10000",
|
||
"seed:setup": "ts-node --compilerOptions '{\"strictNullChecks\": false}' src/test/e2e/seed/segment.seed.ts",
|
||
"seed:serve": "UNLEASH_DATABASE_NAME=unleash_test UNLEASH_DATABASE_SCHEMA=seed yarn run start:dev",
|
||
"clean": "del-cli --force dist",
|
||
"preversion": "./scripts/check-release.sh",
|
||
"heroku-postbuild": "cd frontend && yarn && yarn build",
|
||
"prepack": "./scripts/prepack.sh",
|
||
"schema:update": "node ./.husky/update-openapi-spec-list.js"
|
||
},
|
||
"jest-junit": {
|
||
"suiteName": "Unleash Unit Tests",
|
||
"outputDirectory": "./reports",
|
||
"outputName": "jest-junit.xml",
|
||
"uniqueOutputName": "false",
|
||
"classNameTemplate": "{classname}-{title}",
|
||
"titleTemplate": "{classname}-{title}",
|
||
"ancestorSeparator": " › ",
|
||
"usePathForSuiteName": "true"
|
||
},
|
||
"jest": {
|
||
"automock": false,
|
||
"maxWorkers": 4,
|
||
"testTimeout": 10000,
|
||
"globalSetup": "./scripts/jest-setup.js",
|
||
"transform": {
|
||
"^.+\\.tsx?$": [
|
||
"@swc/jest"
|
||
]
|
||
},
|
||
"testRegex": "(/__tests__/.*|(\\.|/)(test|spec))\\.(jsx?|tsx?)$",
|
||
"testPathIgnorePatterns": [
|
||
"/dist/",
|
||
"/node_modules/",
|
||
"/frontend/",
|
||
"/website/"
|
||
],
|
||
"moduleFileExtensions": [
|
||
"ts",
|
||
"tsx",
|
||
"js",
|
||
"jsx",
|
||
"json"
|
||
],
|
||
"coveragePathIgnorePatterns": [
|
||
"/node_modules/",
|
||
"/dist/",
|
||
"/src/migrations",
|
||
"/src/test"
|
||
]
|
||
},
|
||
"dependencies": {
|
||
"@slack/web-api": "^6.10.0",
|
||
"@wesleytodd/openapi": "^0.3.0",
|
||
"ajv": "^8.12.0",
|
||
"ajv-formats": "^2.1.1",
|
||
"async": "^3.2.4",
|
||
"bcryptjs": "^2.4.3",
|
||
"compression": "^1.7.4",
|
||
"connect-session-knex": "^5.0.0",
|
||
"cookie-parser": "^1.4.6",
|
||
"cookie-session": "^2.0.0-rc.1",
|
||
"cors": "^2.8.5",
|
||
"date-fns": "^2.25.0",
|
||
"db-migrate": "0.11.14",
|
||
"db-migrate-pg": "1.5.2",
|
||
"db-migrate-shared": "1.2.0",
|
||
"deep-object-diff": "^1.1.9",
|
||
"deepmerge": "^4.3.1",
|
||
"errorhandler": "^1.5.1",
|
||
"express": "4.19.2",
|
||
"express-rate-limit": "^7.3.1",
|
||
"express-session": "^1.17.3",
|
||
"fast-json-patch": "^3.1.0",
|
||
"hash-sum": "^2.0.0",
|
||
"helmet": "^6.0.0",
|
||
"http-errors": "^2.0.0",
|
||
"ip": "^2.0.1",
|
||
"joi": "^17.13.3",
|
||
"js-sha256": "^0.11.0",
|
||
"js-yaml": "^4.1.0",
|
||
"json-diff": "^1.0.6",
|
||
"json-schema-to-ts": "2.12.0",
|
||
"json2csv": "^5.0.7",
|
||
"knex": "^3.1.0",
|
||
"lodash.get": "^4.4.2",
|
||
"lodash.groupby": "^4.6.0",
|
||
"lodash.sortby": "^4.7.0",
|
||
"log4js": "^6.0.0",
|
||
"make-fetch-happen": "^13.0.0",
|
||
"memoizee": "^0.4.17",
|
||
"mime": "^3.0.0",
|
||
"murmurhash3js": "^3.0.1",
|
||
"mustache": "^4.1.0",
|
||
"nodemailer": "^6.9.9",
|
||
"openapi-types": "^12.1.3",
|
||
"owasp-password-strength-test": "^1.3.0",
|
||
"parse-database-url": "^0.3.0",
|
||
"pg": "^8.12.0",
|
||
"pg-connection-string": "^2.5.0",
|
||
"pkginfo": "^0.4.1",
|
||
"prom-client": "^14.0.0",
|
||
"response-time": "^2.3.2",
|
||
"sanitize-filename": "^1.6.3",
|
||
"semver": "^7.6.2",
|
||
"serve-favicon": "^2.5.0",
|
||
"slug": "^9.0.0",
|
||
"stoppable": "^1.1.0",
|
||
"ts-toolbelt": "^9.6.0",
|
||
"type-is": "^1.6.18",
|
||
"unleash-client": "5.5.5",
|
||
"uuid": "^9.0.0"
|
||
},
|
||
"devDependencies": {
|
||
"@apidevtools/swagger-parser": "10.1.0",
|
||
"@babel/core": "7.24.9",
|
||
"@biomejs/biome": "^1.8.3",
|
||
"@cyclonedx/yarn-plugin-cyclonedx": "^1.0.0-rc.7",
|
||
"@swc/core": "1.7.3",
|
||
"@swc/jest": "0.2.36",
|
||
"@types/bcryptjs": "2.4.6",
|
||
"@types/cors": "2.8.17",
|
||
"@types/express": "4.17.21",
|
||
"@types/express-session": "1.18.0",
|
||
"@types/faker": "5.5.9",
|
||
"@types/hash-sum": "^1.0.0",
|
||
"@types/jest": "29.5.12",
|
||
"@types/js-yaml": "4.0.9",
|
||
"@types/lodash.groupby": "4.6.9",
|
||
"@types/make-fetch-happen": "10.0.4",
|
||
"@types/memoizee": "0.4.11",
|
||
"@types/mime": "3.0.4",
|
||
"@types/mustache": "^4.2.5",
|
||
"@types/node": "20.14.10",
|
||
"@types/nodemailer": "6.4.15",
|
||
"@types/owasp-password-strength-test": "1.3.2",
|
||
"@types/pg": "8.11.6",
|
||
"@types/semver": "7.5.8",
|
||
"@types/slug": "^5.0.8",
|
||
"@types/stoppable": "1.1.3",
|
||
"@types/supertest": "6.0.2",
|
||
"@types/type-is": "1.6.6",
|
||
"@types/uuid": "9.0.8",
|
||
"concurrently": "^8.0.1",
|
||
"copyfiles": "2.4.1",
|
||
"coveralls": "3.1.1",
|
||
"del-cli": "5.1.0",
|
||
"faker": "5.5.3",
|
||
"fast-check": "3.19.0",
|
||
"fetch-mock": "9.11.0",
|
||
"husky": "^9.0.11",
|
||
"jest": "29.7.0",
|
||
"jest-junit": "^16.0.0",
|
||
"lint-staged": "15.2.7",
|
||
"nock": "13.5.4",
|
||
"openapi-enforcer": "1.23.0",
|
||
"proxyquire": "2.1.3",
|
||
"source-map-support": "0.5.21",
|
||
"superagent": "9.0.2",
|
||
"supertest": "7.0.0",
|
||
"ts-node": "10.9.2",
|
||
"tsc-watch": "6.2.0",
|
||
"typescript": "5.4.5",
|
||
"wait-on": "^7.2.0"
|
||
},
|
||
"resolutions": {
|
||
"async": "^3.2.4",
|
||
"es5-ext": "0.10.64",
|
||
"node-forge": "^1.0.0",
|
||
"set-value": "^4.0.1",
|
||
"ansi-regex": "^5.0.1",
|
||
"ssh2": "^1.4.0",
|
||
"json-schema": "^0.4.0",
|
||
"ip": "^2.0.1",
|
||
"tar": "6.2.1",
|
||
"minimatch": "^5.0.0",
|
||
"semver": "^7.6.2",
|
||
"tough-cookie": "4.1.4"
|
||
},
|
||
"lint-staged": {
|
||
"*.{js,ts}": [
|
||
"yarn biome check --write --no-errors-on-unmatched"
|
||
],
|
||
"*.{jsx,tsx}": [
|
||
"yarn biome check --write --no-errors-on-unmatched"
|
||
],
|
||
"*.json": [
|
||
"yarn biome format --write --no-errors-on-unmatched"
|
||
]
|
||
},
|
||
"packageManager": "yarn@4.3.1"
|
||
}
|