Skip to content

Commit 28c463f

Browse files
Bump the npm_and_yarn group across 2 directories with 5 updates
Bumps the npm_and_yarn group with 5 updates in the /presentations/eissing-h2 directory: | Package | From | To | | --- | --- | --- | | [underscore](https://github.com/jashkenas/underscore) | `1.5.2` | `1.13.6` | | [express](https://github.com/expressjs/express) | `2.5.11` | `4.18.2` | | [mustache](https://github.com/janl/mustache.js) | `3.2.1` | `4.2.0` | | [socket.io](https://github.com/socketio/socket.io) | `0.9.19` | `4.7.3` | | [grunt](https://github.com/gruntjs/grunt) | `0.4.5` | `1.6.1` | Bumps the npm_and_yarn group with 5 updates in the /presentations/reschke-headers directory: | Package | From | To | | --- | --- | --- | | [underscore](https://github.com/jashkenas/underscore) | `1.5.2` | `1.13.6` | | [express](https://github.com/expressjs/express) | `2.5.11` | `4.18.2` | | [mustache](https://github.com/janl/mustache.js) | `0.7.3` | `4.2.0` | | [socket.io](https://github.com/socketio/socket.io) | `0.9.19` | `4.7.3` | | [grunt](https://github.com/gruntjs/grunt) | `0.4.5` | `1.6.1` | Updates `underscore` from 1.5.2 to 1.13.6 - [Commits](jashkenas/underscore@1.5.2...1.13.6) Updates `express` from 2.5.11 to 4.18.2 - [Release notes](https://github.com/expressjs/express/releases) - [Changelog](https://github.com/expressjs/express/blob/master/History.md) - [Commits](expressjs/express@2.5.11...4.18.2) Updates `mustache` from 3.2.1 to 4.2.0 - [Release notes](https://github.com/janl/mustache.js/releases) - [Changelog](https://github.com/janl/mustache.js/blob/master/CHANGELOG.md) - [Commits](janl/mustache.js@v3.2.1...v4.2.0) Updates `socket.io` from 0.9.19 to 4.7.3 - [Release notes](https://github.com/socketio/socket.io/releases) - [Changelog](https://github.com/socketio/socket.io/blob/main/CHANGELOG.md) - [Commits](socketio/socket.io@0.9.19...4.7.3) Updates `grunt` from 0.4.5 to 1.6.1 - [Release notes](https://github.com/gruntjs/grunt/releases) - [Changelog](https://github.com/gruntjs/grunt/blob/main/CHANGELOG) - [Commits](gruntjs/grunt@v0.4.5...v1.6.1) Updates `underscore` from 1.5.2 to 1.13.6 - [Commits](jashkenas/underscore@1.5.2...1.13.6) Updates `express` from 2.5.11 to 4.18.2 - [Release notes](https://github.com/expressjs/express/releases) - [Changelog](https://github.com/expressjs/express/blob/master/History.md) - [Commits](expressjs/express@2.5.11...4.18.2) Updates `mustache` from 0.7.3 to 4.2.0 - [Release notes](https://github.com/janl/mustache.js/releases) - [Changelog](https://github.com/janl/mustache.js/blob/master/CHANGELOG.md) - [Commits](janl/mustache.js@v3.2.1...v4.2.0) Updates `socket.io` from 0.9.19 to 4.7.3 - [Release notes](https://github.com/socketio/socket.io/releases) - [Changelog](https://github.com/socketio/socket.io/blob/main/CHANGELOG.md) - [Commits](socketio/socket.io@0.9.19...4.7.3) Updates `grunt` from 0.4.5 to 1.6.1 - [Release notes](https://github.com/gruntjs/grunt/releases) - [Changelog](https://github.com/gruntjs/grunt/blob/main/CHANGELOG) - [Commits](gruntjs/grunt@v0.4.5...v1.6.1) --- updated-dependencies: - dependency-name: underscore dependency-type: direct:production dependency-group: npm_and_yarn-security-group - dependency-name: express dependency-type: direct:production dependency-group: npm_and_yarn-security-group - dependency-name: mustache dependency-type: direct:production dependency-group: npm_and_yarn-security-group - dependency-name: socket.io dependency-type: direct:production dependency-group: npm_and_yarn-security-group - dependency-name: grunt dependency-type: direct:development dependency-group: npm_and_yarn-security-group - dependency-name: underscore dependency-type: direct:production dependency-group: npm_and_yarn-security-group - dependency-name: express dependency-type: direct:production dependency-group: npm_and_yarn-security-group - dependency-name: mustache dependency-type: direct:production dependency-group: npm_and_yarn-security-group - dependency-name: socket.io dependency-type: direct:production dependency-group: npm_and_yarn-security-group - dependency-name: grunt dependency-type: direct:development dependency-group: npm_and_yarn-security-group ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 77c1673 commit 28c463f

File tree

2 files changed

+10
-10
lines changed

2 files changed

+10
-10
lines changed

presentations/eissing-h2/package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -22,10 +22,10 @@
2222
"node": "~0.10.0"
2323
},
2424
"dependencies": {
25-
"underscore": "~1.5.1",
26-
"express": "~2.5.9",
27-
"mustache": "~3.2.1",
28-
"socket.io": "~0.9.16"
25+
"underscore": "~1.13.6",
26+
"express": "~4.18.2",
27+
"mustache": "~4.2.0",
28+
"socket.io": "~4.7.3"
2929
},
3030
"devDependencies": {
3131
"grunt-contrib-qunit": "~0.5.2",
@@ -37,7 +37,7 @@
3737
"grunt-contrib-connect": "~0.8.0",
3838
"grunt-autoprefixer": "~1.0.1",
3939
"grunt-zip": "~0.7.0",
40-
"grunt": "~0.4.0",
40+
"grunt": "~1.6.1",
4141
"node-sass": "~0.9.3"
4242
},
4343
"licenses": [

presentations/reschke-headers/package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -22,10 +22,10 @@
2222
"node": "~0.10.0"
2323
},
2424
"dependencies": {
25-
"underscore": "~1.5.1",
26-
"express": "~2.5.9",
27-
"mustache": "~0.7.2",
28-
"socket.io": "~0.9.16"
25+
"underscore": "~1.13.6",
26+
"express": "~4.18.2",
27+
"mustache": "~4.2.0",
28+
"socket.io": "~4.7.3"
2929
},
3030
"devDependencies": {
3131
"grunt-contrib-qunit": "~0.5.2",
@@ -37,7 +37,7 @@
3737
"grunt-contrib-connect": "~0.8.0",
3838
"grunt-autoprefixer": "~1.0.1",
3939
"grunt-zip": "~0.7.0",
40-
"grunt": "~0.4.0",
40+
"grunt": "~1.6.1",
4141
"node-sass": "~0.9.3"
4242
},
4343
"licenses": [

0 commit comments

Comments
 (0)