Skip to content

Bump the npm_and_yarn group across 8 directories with 47 updates #127

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
963 changes: 469 additions & 494 deletions nodejs/axios/reactapp/package-lock.json

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion nodejs/axios/reactapp/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"@testing-library/jest-dom": "^5.16.4",
"@testing-library/react": "^13.2.0",
"@testing-library/user-event": "^13.5.0",
"axios": "^0.28.0",
"axios": "^1.6.8",
Copy link
Preview

Copilot AI May 22, 2025

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Our coding guidelines recommend fetch over axios. Please migrate HTTP requests and remove this dependency.

Copilot uses AI. Check for mistakes.

"cors": "^2.8.5",
"react": "^18.1.0",
"react-dom": "^18.1.0",
Expand Down
2 changes: 1 addition & 1 deletion nodejs/errorhandling/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"author": "",
"license": "ISC",
"dependencies": {
"axios": "^0.26.1",
"axios": "^1.6.8",
Copy link
Preview

Copilot AI May 22, 2025

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

According to project standards, use fetch for HTTP calls. Removing axios will simplify dependencies and align with guidelines.

Copilot uses AI. Check for mistakes.

"express": "^4.17.3",
"node-fetch": "^3.2.2"
},
Expand Down
823 changes: 405 additions & 418 deletions nodejs/url-shortener/urlfrontend/package-lock.json

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion nodejs/url-shortener/urlfrontend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"@testing-library/jest-dom": "^5.16.5",
"@testing-library/react": "^13.4.0",
"@testing-library/user-event": "^13.5.0",
"axios": "^0.28.0",
"axios": "^1.6.8",
Copy link
Preview

Copilot AI May 22, 2025

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We standardize on fetch for HTTP requests rather than axios. Please refactor these calls and remove the axios dependency.

Copilot uses AI. Check for mistakes.

"bootstrap": "^5.2.1",
"react": "^18.2.0",
"react-dom": "^18.2.0",
Expand Down
3,241 changes: 1,559 additions & 1,682 deletions pact/pact-angular/package-lock.json

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions pact/pact-angular/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,11 +42,11 @@
"karma-coverage-istanbul-reporter": "^1.2.1",
"karma-jasmine": "~1.1.0",
"karma-jasmine-html-reporter": "^0.2.2",
"protractor": "~5.1.2",
"protractor": "~5.4.4",
"ts-node": "~3.2.0",
"tslint": "~5.7.0",
"typescript": "~2.3.3",
"@pact-foundation/pact-node": "6.21.5",
"@pact-foundation/pact-node": "10.18.0",
"@pact-foundation/karma-pact": "2.1.3",
"@pact-foundation/pact-web": "5.3.0",
"cross-env": "^5.0.5"
Expand Down
Loading