Skip to content

Commit

Permalink
chore: Update all non-major dependencies (v3.x.x) (#3838)
Browse files Browse the repository at this point in the history
* chore: Update all non-major dependencies

* fix shrinkwrap

Signed-off-by: ac892247 <[email protected]>

* remove undici and cheerio

Signed-off-by: ac892247 <[email protected]>

---------

Signed-off-by: ac892247 <[email protected]>
Co-authored-by: Renovate Bot <[email protected]>
Co-authored-by: ac892247 <[email protected]>
  • Loading branch information
3 people authored Oct 10, 2024
1 parent 077be72 commit efb5f89
Show file tree
Hide file tree
Showing 8 changed files with 147 additions and 128 deletions.
32 changes: 17 additions & 15 deletions api-catalog-ui/frontend/package-lock.json

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

12 changes: 5 additions & 7 deletions api-catalog-ui/frontend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,6 @@
"sass": "1.79.4",
"stream": "0.0.3",
"swagger-ui-react": "5.17.14",
"undici": "6.19.8",
"url": "0.11.4",
"util": "0.12.5",
"uuid": "10.0.0"
Expand Down Expand Up @@ -90,12 +89,11 @@
"@testing-library/dom": "10.4.0",
"@testing-library/jest-dom": "6.5.0",
"@testing-library/react": "16.0.1",
"@testing-library/user-event": "14.5.0",
"@testing-library/user-event": "14.5.2",
"ajv": "8.17.1",
"ansi-regex": "6.1.0",
"body-parser": "1.20.3",
"caniuse-lite": "1.0.30001667",
"cheerio": "1.0.0",
"concurrently": "9.0.1",
"cors": "2.8.5",
"cross-env": "7.0.3",
Expand All @@ -113,7 +111,7 @@
"eslint-plugin-prettier": "5.2.1",
"eslint-plugin-react": "7.37.1",
"express": "4.21.1",
"globals": "15.10.0",
"globals": "15.11.0",
"html-loader": "5.1.0",
"jest": "29.7.0",
"jest-environment-enzyme": "7.1.2",
Expand Down Expand Up @@ -142,7 +140,7 @@
"overrides": {
"nth-check": "2.1.1",
"jsdom": "16.7.0",
"got": "14.4.2",
"got": "14.4.3",
"react-error-overlay": "6.0.11",
"tough-cookie": "5.0.0",
"@braintree/sanitize-url": "7.1.0",
Expand All @@ -152,8 +150,8 @@
"@babel/traverse": "7.25.7"
},
"engines": {
"npm": "=10.7.0",
"node": "=20.14.0"
"npm": "=10.9.0",
"node": "=20.18.0"
},
"browserslist": [
">0.2%",
Expand Down
8 changes: 4 additions & 4 deletions onboarding-enabler-nodejs-sample-app/package-lock.json

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

4 changes: 2 additions & 2 deletions onboarding-enabler-nodejs-sample-app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
"tough-cookie": "5.0.0"
},
"engines": {
"npm": "=10.7.0",
"node": "=20.14.0"
"npm": "=10.9.0",
"node": "=20.18.0"
}
}
4 changes: 2 additions & 2 deletions onboarding-enabler-nodejs/package-lock.json

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

4 changes: 2 additions & 2 deletions onboarding-enabler-nodejs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
"tough-cookie": "5.0.0"
},
"engines": {
"npm": "=10.7.0",
"node": "=20.14.0"
"npm": "=10.9.0",
"node": "=20.18.0"
}
}
Loading

0 comments on commit efb5f89

Please sign in to comment.