Skip to content

Commit

Permalink
Chore(deps): bump the npm_and_yarn group across 1 directories with 6 …
Browse files Browse the repository at this point in the history
…updates

Bumps the npm_and_yarn group with 5 updates in the /. directory:

| Package | From | To |
| --- | --- | --- |
| [axios](https://github.com/axios/axios) | `0.26.1` | `1.6.0` |
| [mongoose](https://github.com/Automattic/mongoose) | `6.8.4` | `6.11.3` |
| [follow-redirects](https://github.com/follow-redirects/follow-redirects) | `1.15.2` | `1.15.5` |
| [semver](https://github.com/npm/node-semver) | `5.7.1` | `5.7.2` |
| [socket.io-parser](https://github.com/socketio/socket.io-parser) | `4.2.2` | `4.2.4` |


Updates `axios` from 0.26.1 to 1.6.0
- [Release notes](https://github.com/axios/axios/releases)
- [Changelog](https://github.com/axios/axios/blob/v1.x/CHANGELOG.md)
- [Commits](axios/axios@v0.26.1...v1.6.0)

Updates `mongoose` from 6.8.4 to 6.11.3
- [Release notes](https://github.com/Automattic/mongoose/releases)
- [Changelog](https://github.com/Automattic/mongoose/blob/master/CHANGELOG.md)
- [Commits](Automattic/mongoose@6.8.4...6.11.3)

Updates `follow-redirects` from 1.15.2 to 1.15.5
- [Release notes](https://github.com/follow-redirects/follow-redirects/releases)
- [Commits](follow-redirects/follow-redirects@v1.15.2...v1.15.5)

Updates `semver` from 5.7.1 to 5.7.2
- [Release notes](https://github.com/npm/node-semver/releases)
- [Changelog](https://github.com/npm/node-semver/blob/v5.7.2/CHANGELOG.md)
- [Commits](npm/node-semver@v5.7.1...v5.7.2)

Updates `mongodb` from 4.12.1 to 4.16.0
- [Release notes](https://github.com/mongodb/node-mongodb-native/releases)
- [Changelog](https://github.com/mongodb/node-mongodb-native/blob/v4.16.0/HISTORY.md)
- [Commits](mongodb/node-mongodb-native@v4.12.1...v4.16.0)

Updates `socket.io-parser` from 4.2.2 to 4.2.4
- [Release notes](https://github.com/socketio/socket.io-parser/releases)
- [Changelog](https://github.com/socketio/socket.io-parser/blob/main/CHANGELOG.md)
- [Commits](socketio/socket.io-parser@4.2.2...4.2.4)

---
updated-dependencies:
- dependency-name: axios
  dependency-type: direct:production
  dependency-group: npm_and_yarn-security-group
- dependency-name: mongoose
  dependency-type: direct:production
  dependency-group: npm_and_yarn-security-group
- dependency-name: follow-redirects
  dependency-type: indirect
  dependency-group: npm_and_yarn-security-group
- dependency-name: semver
  dependency-type: indirect
  dependency-group: npm_and_yarn-security-group
- dependency-name: mongodb
  dependency-type: indirect
  dependency-group: npm_and_yarn-security-group
- dependency-name: socket.io-parser
  dependency-type: indirect
  dependency-group: npm_and_yarn-security-group
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Feb 15, 2024
1 parent 213e91a commit 1bba853
Show file tree
Hide file tree
Showing 8 changed files with 104 additions and 129 deletions.
213 changes: 94 additions & 119 deletions package-lock.json

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion packages/demo-frontend/package.json
100755 → 100644
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"dependencies": {
"@js-soft/nmshd-login-demo-helper": "*",
"@rollup/plugin-typescript": "^8.3.1",
"axios": "^0.26.0",
"axios": "^1.6.0",
"keycloak-js": "^17.0.0",
"qs": "^6.10.3",
"socket.io-client": "^4.4.1",
Expand Down
2 changes: 1 addition & 1 deletion packages/lib/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"prepublishOnly": "npm run build"
},
"dependencies": {
"axios": "^0.26.0",
"axios": "^1.6.0",
"svelte-spa-router": "^3.2.0",
"sveltestrap": "^5.9.0"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/school-frontend/package.json
100755 → 100644
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"dependencies": {
"@js-soft/nmshd-login-demo-helper": "*",
"@rollup/plugin-typescript": "^8.3.1",
"axios": "^0.26.0",
"axios": "^1.6.0",
"keycloak-js": "^17.0.0",
"qs": "^6.10.3",
"socket.io-client": "^4.4.1",
Expand Down
4 changes: 2 additions & 2 deletions packages/school-server/package.json
100755 → 100644
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"@js-soft/docdb-querytranslator": "^1.0.1",
"@nmshd/connector-sdk": "^2.0.4",
"async-retry": "^1.3.3",
"axios": "^0.26.0",
"axios": "^1.6.0",
"config": "^3.3.7",
"connect-mongo": "^4.6.0",
"cookie-parser": "^1.4.6",
Expand All @@ -21,7 +21,7 @@
"http-proxy-middleware": "^2.0.6",
"isomorphic-fetch": "^3.0.0",
"jspdf": "^2.5.1",
"mongoose": "^6.2.7",
"mongoose": "^6.11.3",
"passport": "^0.6.0",
"passport-keycloak-bearer": "^2.1.0",
"luxon": "^3.1.0",
Expand Down
4 changes: 2 additions & 2 deletions packages/server/package.json
100755 → 100644
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"@js-soft/docdb-querytranslator": "^1.0.1",
"@nmshd/connector-sdk": "^2.0.4",
"async-retry": "^1.3.3",
"axios": "^0.26.0",
"axios": "^1.6.0",
"config": "^3.3.7",
"connect-mongo": "^4.6.0",
"cookie-parser": "^1.4.6",
Expand All @@ -21,7 +21,7 @@
"http-proxy-middleware": "^2.0.6",
"isomorphic-fetch": "^3.0.0",
"jspdf": "^2.5.1",
"mongoose": "^6.2.7",
"mongoose": "^6.11.3",
"passport": "^0.6.0",
"passport-keycloak-bearer": "^2.1.0",
"luxon": "^3.1.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/university-frontend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"dependencies": {
"@js-soft/nmshd-login-demo-helper": "*",
"@rollup/plugin-typescript": "^8.3.1",
"axios": "^0.26.0",
"axios": "^1.6.0",
"keycloak-js": "^17.0.0",
"qs": "^6.10.3",
"socket.io-client": "^4.4.1",
Expand Down
4 changes: 2 additions & 2 deletions packages/university-server/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"@js-soft/docdb-querytranslator": "^1.0.1",
"@nmshd/connector-sdk": "^2.0.4",
"async-retry": "^1.3.3",
"axios": "^0.26.0",
"axios": "^1.6.0",
"config": "^3.3.7",
"connect-mongo": "^4.6.0",
"cookie-parser": "^1.4.6",
Expand All @@ -21,7 +21,7 @@
"http-proxy-middleware": "^2.0.6",
"isomorphic-fetch": "^3.0.0",
"jspdf": "^2.5.1",
"mongoose": "^6.2.7",
"mongoose": "^6.11.3",
"passport": "^0.6.0",
"passport-keycloak-bearer": "^2.1.0",
"luxon": "^3.1.0",
Expand Down

0 comments on commit 1bba853

Please sign in to comment.