* build(deps): bump org.jacoco:jacoco-maven-plugin in /server Bumps [org.jacoco:jacoco-maven-plugin](https://github.com/jacoco/jacoco) from 0.8.13 to 0.8.14. - [Release notes](https://github.com/jacoco/jacoco/releases) - [Commits](https://github.com/jacoco/jacoco/compare/v0.8.13...v0.8.14) --- updated-dependencies: - dependency-name: org.jacoco:jacoco-maven-plugin dependency-version: 0.8.14 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> * fix: client/Dockerfile to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-ALPINE320-OPENSSL-13174134 - https://snyk.io/vuln/SNYK-ALPINE320-OPENSSL-13174135 - https://snyk.io/vuln/SNYK-ALPINE320-OPENSSL-13174135 - https://snyk.io/vuln/SNYK-ALPINE320-OPENSSL-13174136 - https://snyk.io/vuln/SNYK-ALPINE320-OPENSSL-13174136 * build(deps): bump actions/setup-node from 5 to 6 Bumps [actions/setup-node](https://github.com/actions/setup-node) from 5 to 6. - [Release notes](https://github.com/actions/setup-node/releases) - [Commits](https://github.com/actions/setup-node/compare/v5...v6) --- updated-dependencies: - dependency-name: actions/setup-node dependency-version: '6' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> * fix: server/Dockerfile to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-DEBIAN12-PERL-5489190 - https://snyk.io/vuln/SNYK-DEBIAN12-ZLIB-6008963 - https://snyk.io/vuln/SNYK-DEBIAN12-PAM-10378969 - https://snyk.io/vuln/SNYK-DEBIAN12-PAM-10378969 - https://snyk.io/vuln/SNYK-DEBIAN12-PAM-10378969 * build(deps): bump org.springframework.boot:spring-boot-starter-parent Bumps [org.springframework.boot:spring-boot-starter-parent](https://github.com/spring-projects/spring-boot) from 3.5.6 to 3.5.7. - [Release notes](https://github.com/spring-projects/spring-boot/releases) - [Commits](https://github.com/spring-projects/spring-boot/compare/v3.5.6...v3.5.7) --- updated-dependencies: - dependency-name: org.springframework.boot:spring-boot-starter-parent dependency-version: 3.5.7 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> * build(deps): bump com.puppycrawl.tools:checkstyle in /server Bumps [com.puppycrawl.tools:checkstyle](https://github.com/checkstyle/checkstyle) from 11.1.0 to 12.1.1. - [Release notes](https://github.com/checkstyle/checkstyle/releases) - [Commits](https://github.com/checkstyle/checkstyle/compare/checkstyle-11.1.0...checkstyle-12.1.1) --- updated-dependencies: - dependency-name: com.puppycrawl.tools:checkstyle dependency-version: 12.1.1 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> * build(deps): bump org.hibernate.orm.tooling:hibernate-enhance-maven-plugin Bumps [org.hibernate.orm.tooling:hibernate-enhance-maven-plugin](https://github.com/hibernate/hibernate-orm) from 6.6.31.Final to 6.6.34.Final. - [Release notes](https://github.com/hibernate/hibernate-orm/releases) - [Changelog](https://github.com/hibernate/hibernate-orm/blob/6.6.34/changelog.txt) - [Commits](https://github.com/hibernate/hibernate-orm/compare/6.6.31...6.6.34) --- updated-dependencies: - dependency-name: org.hibernate.orm.tooling:hibernate-enhance-maven-plugin dependency-version: 6.6.34.Final dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> * chore: bump dependencies and fix tests --------- Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: snyk-bot <snyk-bot@snyk.io>
90 lines
2.4 KiB
JSON
90 lines
2.4 KiB
JSON
{
|
|
"name": "task-note",
|
|
"version": "1.0.0",
|
|
"license": "GPL-3.0-only",
|
|
"description": "TaskNote App - Your daily-basis friend to help you with TODOs and Notes",
|
|
"keywords": [
|
|
"react",
|
|
"typescript",
|
|
"node",
|
|
"nestjs"
|
|
],
|
|
"repository": "https://github.com/ricardo-campos-org/react-typescript-todolist",
|
|
"private": true,
|
|
"dependencies": {
|
|
"@popperjs/core": "^2.11.8",
|
|
"@types/node": "^24.9.2",
|
|
"@types/react-dom": "^19.2.2",
|
|
"@vitejs/plugin-react": "^5.1.0",
|
|
"bootstrap": "^5.3.8",
|
|
"dompurify": "^3.3.0",
|
|
"i18next": "^25.6.0",
|
|
"react": "^19.2.0",
|
|
"react-bootstrap": "^2.10.10",
|
|
"react-bootstrap-icons": "^1.11.6",
|
|
"react-charts": "^3.0.0-beta.57",
|
|
"react-datepicker": "^8.8.0",
|
|
"react-dom": "^19.2.0",
|
|
"react-i18next": "^16.2.3",
|
|
"react-markdown": "^10.1.0",
|
|
"react-router": "^7.9.5",
|
|
"react-router-bootstrap": "^0.26.3",
|
|
"typescript": "^5.9.3",
|
|
"vite": "^7.1.12"
|
|
},
|
|
"scripts": {
|
|
"start": "vite --host",
|
|
"build": "tsc && vite build",
|
|
"preview": "vite build && vite preview",
|
|
"test": "vitest",
|
|
"test:coverage": "vitest run --coverage --watch=false",
|
|
"lint": "./node_modules/.bin/eslint",
|
|
"lint:fix": "./node_modules/.bin/eslint --fix"
|
|
},
|
|
"eslintConfig": {
|
|
"extends": [
|
|
"react-app",
|
|
"react-app/jest"
|
|
]
|
|
},
|
|
"browserslist": {
|
|
"production": [
|
|
">0.2%",
|
|
"not dead",
|
|
"not op_mini all"
|
|
],
|
|
"development": [
|
|
"last 1 chrome version",
|
|
"last 1 firefox version",
|
|
"last 1 safari version"
|
|
]
|
|
},
|
|
"devDependencies": {
|
|
"@eslint/compat": "^1.4.1",
|
|
"@eslint/eslintrc": "^3.3.1",
|
|
"@eslint/js": "^9.39.0",
|
|
"@stylistic/eslint-plugin": "^5.5.0",
|
|
"@testing-library/jest-dom": "^6.9.1",
|
|
"@testing-library/react": "^16.3.0",
|
|
"@testing-library/user-event": "^14.6.1",
|
|
"@types/jest": "^30.0.0",
|
|
"@types/react": "^19.2.2",
|
|
"@types/react-router-bootstrap": "^0.26.8",
|
|
"@vitest/coverage-v8": "^4.0.6",
|
|
"eslint": "^9.39.0",
|
|
"eslint-config-prettier": "^10.1.8",
|
|
"eslint-plugin-import": "^2.32.0",
|
|
"eslint-plugin-jsdoc": "^61.1.11",
|
|
"eslint-plugin-n": "^17.23.1",
|
|
"eslint-plugin-promise": "^7.2.1",
|
|
"eslint-plugin-react": "^7.37.5",
|
|
"globals": "^16.4.0",
|
|
"jsdom": "^27.1.0",
|
|
"prettier": "^3.6.2",
|
|
"sass": "^1.93.3",
|
|
"source-map-support": "^0.5.21",
|
|
"typescript-eslint": "^8.46.2",
|
|
"vitest": "^4.0.6"
|
|
}
|
|
}
|