Skip to content

Commit

Permalink
chore(deps): update all non-major dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed May 29, 2024
1 parent 0ae6053 commit 9d3af07
Show file tree
Hide file tree
Showing 9 changed files with 669 additions and 577 deletions.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
version: 2.1

orbs:
secops: apollo/circleci-secops-orb@2.0.6
secops: apollo/circleci-secops-orb@2.0.7

workflows:
security-scans:
Expand Down
599 changes: 321 additions & 278 deletions client/package-lock.json

Large diffs are not rendered by default.

8 changes: 4 additions & 4 deletions client/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,15 +38,15 @@
"@testing-library/jest-dom": "^4.2.4",
"@testing-library/react": "^9.3.2",
"@testing-library/user-event": "^7.1.2",
"@vitejs/plugin-react": "^4.0.1",
"@vitest/ui": "^0.32.2",
"@vitejs/plugin-react": "^4.3.0",
"@vitest/ui": "^0.34.0",
"happy-dom": "^9.20.3",
"jest": "^27.5.1",
"vite": "^4.3.9",
"vitest": "^0.32.2"
"vitest": "^0.34.0"
},
"overrides": {
"nth-check": "2.0.1"
"nth-check": "2.1.1"
},
"main": "src/index.js",
"author": "Raphael Terrier @R4ph-t",
Expand Down
599 changes: 321 additions & 278 deletions final/client/package-lock.json

Large diffs are not rendered by default.

8 changes: 4 additions & 4 deletions final/client/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,15 +38,15 @@
"@testing-library/jest-dom": "^4.2.4",
"@testing-library/react": "^9.3.2",
"@testing-library/user-event": "^7.1.2",
"@vitejs/plugin-react": "^4.0.1",
"@vitest/ui": "^0.32.2",
"@vitejs/plugin-react": "^4.3.0",
"@vitest/ui": "^0.34.0",
"happy-dom": "^9.20.3",
"jest": "^27.5.1",
"vite": "^4.3.9",
"vitest": "^0.32.2"
"vitest": "^0.34.0"
},
"overrides": {
"nth-check": "2.0.1"
"nth-check": "2.1.1"
},
"main": "src/index.js",
"author": "Raphael Terrier @R4ph-t",
Expand Down
13 changes: 8 additions & 5 deletions final/server/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion final/server/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
},
"devDependencies": {
"dotenv": "^8.2.0",
"nodemon": "^3.0.2"
"nodemon": "^3.1.0"
},
"author": "Raphael Terrier @R4ph-t",
"license": "MIT",
Expand Down
13 changes: 8 additions & 5 deletions server/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion server/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
},
"devDependencies": {
"dotenv": "^8.2.0",
"nodemon": "^3.0.2"
"nodemon": "^3.1.0"
},
"author": "Raphael Terrier @R4ph-t",
"license": "MIT",
Expand Down

0 comments on commit 9d3af07

Please sign in to comment.