Skip to content

Commit bdbefb6

Browse files
Bump the npm_and_yarn group across 2 directories with 9 updates
Bumps the npm_and_yarn group with 5 updates in the /Example01_JavaScript directory: | Package | From | To | | --- | --- | --- | | [express-jwt](https://github.com/auth0/express-jwt) | `0.1.3` | `6.0.0` | | [jsonwebtoken](https://github.com/auth0/node-jsonwebtoken) | `0.4.0` | `9.0.0` | | [libxmljs2](https://github.com/marudor/libxmljs2) | `0.32.0` | `0.35.0` | | [sanitize-html](https://github.com/apostrophecms/sanitize-html) | `1.4.2` | `2.12.1` | | [socket.io](https://github.com/socketio/socket.io) | `3.1.2` | `4.8.1` | Bumps the npm_and_yarn group with 4 updates in the /Example04_DockerPull_Build_Scan/client directory: [graphiql](https://github.com/graphql/graphiql/tree/HEAD/packages/graphiql), [minimatch](https://github.com/isaacs/minimatch), [minimist](https://github.com/minimistjs/minimist) and [ua-parser-js](https://github.com/faisalman/ua-parser-js). Updates `express-jwt` from 0.1.3 to 6.0.0 - [Changelog](https://github.com/auth0/express-jwt/blob/master/CHANGELOG.md) - [Commits](auth0/express-jwt@v0.1.3...v6.0.0) Updates `jsonwebtoken` from 0.4.0 to 9.0.0 - [Changelog](https://github.com/auth0/node-jsonwebtoken/blob/master/CHANGELOG.md) - [Commits](https://github.com/auth0/node-jsonwebtoken/commits/v9.0.0) Updates `libxmljs2` from 0.32.0 to 0.35.0 - [Release notes](https://github.com/marudor/libxmljs2/releases) - [Commits](marudor/libxmljs2@v0.32.0...v0.35.0) Updates `sanitize-html` from 1.4.2 to 2.12.1 - [Changelog](https://github.com/apostrophecms/sanitize-html/blob/main/CHANGELOG.md) - [Commits](https://github.com/apostrophecms/sanitize-html/commits/2.12.1) Updates `socket.io` from 3.1.2 to 4.8.1 - [Release notes](https://github.com/socketio/socket.io/releases) - [Changelog](https://github.com/socketio/socket.io/blob/main/CHANGELOG.md) - [Commits](https://github.com/socketio/socket.io/compare/[email protected]) Updates `graphiql` from 0.5.0 to 1.4.7 - [Release notes](https://github.com/graphql/graphiql/releases) - [Changelog](https://github.com/graphql/graphiql/blob/main/packages/graphiql/CHANGELOG.md) - [Commits](https://github.com/graphql/graphiql/commits/[email protected]/packages/graphiql) Updates `minimatch` from 3.0.4 to 3.1.2 - [Changelog](https://github.com/isaacs/minimatch/blob/main/changelog.md) - [Commits](isaacs/minimatch@v3.0.4...v3.1.2) Updates `minimist` from 1.2.5 to 1.2.8 - [Changelog](https://github.com/minimistjs/minimist/blob/main/CHANGELOG.md) - [Commits](minimistjs/minimist@v1.2.5...v1.2.8) Updates `ua-parser-js` from 0.7.31 to 0.7.40 - [Release notes](https://github.com/faisalman/ua-parser-js/releases) - [Changelog](https://github.com/faisalman/ua-parser-js/blob/master/CHANGELOG.md) - [Commits](faisalman/ua-parser-js@0.7.31...0.7.40) --- updated-dependencies: - dependency-name: express-jwt dependency-type: direct:production dependency-group: npm_and_yarn - dependency-name: jsonwebtoken dependency-type: direct:production dependency-group: npm_and_yarn - dependency-name: libxmljs2 dependency-type: direct:production dependency-group: npm_and_yarn - dependency-name: sanitize-html dependency-type: direct:production dependency-group: npm_and_yarn - dependency-name: socket.io dependency-type: direct:production dependency-group: npm_and_yarn - dependency-name: graphiql dependency-type: direct:production dependency-group: npm_and_yarn - dependency-name: minimatch dependency-type: indirect dependency-group: npm_and_yarn - dependency-name: minimist dependency-type: indirect dependency-group: npm_and_yarn - dependency-name: ua-parser-js dependency-type: indirect dependency-group: npm_and_yarn ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 05a656d commit bdbefb6

File tree

3 files changed

+2763
-152
lines changed

3 files changed

+2763
-152
lines changed

Example01_JavaScript/package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@
6464
"exif": "^0.6.0",
6565
"express": "^4.17.1",
6666
"express-ipfilter": "^1.2.0",
67-
"express-jwt": "0.1.3",
67+
"express-jwt": "6.0.0",
6868
"express-rate-limit": "^5.3.0",
6969
"express-robots-txt": "^0.4.1",
7070
"express-security.txt": "^2.0.0",
@@ -86,10 +86,10 @@
8686
"html-entities": "^1.3.1",
8787
"i18n": "^0.11.1",
8888
"js-yaml": "^3.14.0",
89-
"jsonwebtoken": "0.4.0",
89+
"jsonwebtoken": "9.0.0",
9090
"jssha": "^3.1.1",
9191
"juicy-chat-bot": "~0.7.1",
92-
"libxmljs2": "^0.32.0",
92+
"libxmljs2": "^0.35.0",
9393
"marsdb": "^0.6.11",
9494
"morgan": "^1.10.0",
9595
"multer": "^1.4.5-lts.1",
@@ -104,11 +104,11 @@
104104
"replace": "^1.2.0",
105105
"request": "^2.88.2",
106106
"sanitize-filename": "^1.6.3",
107-
"sanitize-html": "1.4.2",
107+
"sanitize-html": "2.12.1",
108108
"semver": "^7.3.2",
109109
"sequelize": "^6.15.1",
110110
"serve-index": "^1.9.1",
111-
"socket.io": "^3.1.0",
111+
"socket.io": "^4.8.1",
112112
"sqlite3": "^5.0.8",
113113
"svg-captcha": "^1.4.0",
114114
"swagger-ui-express": "^4.1.4",

0 commit comments

Comments
 (0)