Files
cline/testing-platform/package.json
T
dependabot[bot] 0ff27591d5 chore(deps-dev): bump lodash (#8803)
Bumps the npm_and_yarn group with 1 update in the /testing-platform directory: [lodash](https://github.com/lodash/lodash).


Updates `lodash` from 4.17.21 to 4.17.23
- [Release notes](https://github.com/lodash/lodash/releases)
- [Commits](https://github.com/lodash/lodash/compare/4.17.21...4.17.23)

---
updated-dependencies:
- dependency-name: lodash
  dependency-version: 4.17.23
  dependency-type: direct:development
  dependency-group: npm_and_yarn
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2026-03-16 12:25:46 -07:00

20 lines
376 B
JSON

{
"name": "testing-infra",
"version": "0.1.0",
"main": "dist/runner.js",
"scripts": {
"build": "tsc",
"start:dev": "ts-node index.ts",
"start": "npm run build && node dist/runner.js"
},
"dependencies": {
"jest-diff": "^30.1.2"
},
"devDependencies": {
"@types/lodash": "^4.17.20",
"lodash": "^4.17.23",
"ts-node": "^10.9.1",
"typescript": "^5.3.3"
}
}