Bumps the npm_and_yarn group with 1 update in the /cmd/bugseti/frontend directory: [tar](https://github.com/isaacs/node-tar). Updates `tar` from 6.2.1 to 7.5.7 - [Release notes](https://github.com/isaacs/node-tar/releases) - [Changelog](https://github.com/isaacs/node-tar/blob/main/CHANGELOG.md) - [Commits](https://github.com/isaacs/node-tar/compare/v6.2.1...v7.5.7) --- updated-dependencies: - dependency-name: tar dependency-version: 7.5.7 dependency-type: indirect 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> Co-authored-by: Snider <snider@host.uk.com>
41 lines
1.2 KiB
JSON
41 lines
1.2 KiB
JSON
{
|
|
"name": "bugseti",
|
|
"version": "0.1.0",
|
|
"private": true,
|
|
"scripts": {
|
|
"ng": "ng",
|
|
"start": "ng serve",
|
|
"dev": "ng serve --configuration development",
|
|
"build": "ng build --configuration production",
|
|
"build:dev": "ng build --configuration development",
|
|
"watch": "ng build --watch --configuration development",
|
|
"test": "ng test",
|
|
"lint": "ng lint"
|
|
},
|
|
"dependencies": {
|
|
"@angular/animations": "^19.1.0",
|
|
"@angular/common": "^19.1.0",
|
|
"@angular/compiler": "^19.1.0",
|
|
"@angular/core": "^19.1.0",
|
|
"@angular/forms": "^19.1.0",
|
|
"@angular/platform-browser": "^19.1.0",
|
|
"@angular/platform-browser-dynamic": "^19.1.0",
|
|
"@angular/router": "^19.1.0",
|
|
"rxjs": "~7.8.0",
|
|
"tslib": "^2.3.0",
|
|
"zone.js": "~0.15.0"
|
|
},
|
|
"devDependencies": {
|
|
"@angular-devkit/build-angular": "^19.1.0",
|
|
"@angular/cli": "^21.1.2",
|
|
"@angular/compiler-cli": "^19.1.0",
|
|
"@types/jasmine": "~5.1.0",
|
|
"jasmine-core": "~5.1.0",
|
|
"karma": "~6.4.0",
|
|
"karma-chrome-launcher": "~3.2.0",
|
|
"karma-coverage": "~2.2.0",
|
|
"karma-jasmine": "~5.1.0",
|
|
"karma-jasmine-html-reporter": "~2.1.0",
|
|
"typescript": "~5.5.2"
|
|
}
|
|
}
|