Skip to content

Commit dcf22ae

Browse files
Bump the npm_and_yarn group across 3 directories with 5 updates (#295)
Bumps the npm_and_yarn group with 2 updates in the /samples/todoapp-mvc/TodoApp.Service/wwwroot/lib/director directory: [request](https://github.com/request/request) and [uglify-js](https://github.com/mishoo/UglifyJS). Bumps the npm_and_yarn group with 2 updates in the /samples/todoapp-mvc/TodoApp.Service/wwwroot/lib/handlebars directory: [dustjs-linkedin](https://github.com/linkedin/dustjs) and [webpack-dev-server](https://github.com/webpack/webpack-dev-server). Bumps the npm_and_yarn group with 2 updates in the /samples/todoapp-mvc/TodoApp.Service/wwwroot/lib/jquery directory: [uglify-js](https://github.com/mishoo/UglifyJS) and [requirejs](https://github.com/jrburke/r.js). Updates `request` from 2.49.0 to 2.88.2 - [Changelog](https://github.com/request/request/blob/master/CHANGELOG.md) - [Commits](https://github.com/request/request/commits) Updates `uglify-js` from 2.4.24 to 3.19.3 - [Release notes](https://github.com/mishoo/UglifyJS/releases) - [Commits](mishoo/UglifyJS@v2.4.24...v3.19.3) Updates `dustjs-linkedin` from 2.7.5 to 3.0.1 - [Release notes](https://github.com/linkedin/dustjs/releases) - [Changelog](https://github.com/linkedin/dustjs/blob/master/CHANGELOG.md) - [Commits](linkedin/dustjs@v2.7.5...v3.0.1) Updates `webpack-dev-server` from 1.16.5 to 5.2.0 - [Release notes](https://github.com/webpack/webpack-dev-server/releases) - [Changelog](https://github.com/webpack/webpack-dev-server/blob/master/CHANGELOG.md) - [Commits](webpack/webpack-dev-server@v1.16.5...v5.2.0) Updates `uglify-js` from 3.4.7 to 3.19.3 - [Release notes](https://github.com/mishoo/UglifyJS/releases) - [Commits](mishoo/UglifyJS@v2.4.24...v3.19.3) Updates `requirejs` from 2.3.6 to 2.3.7 - [Commits](requirejs/r.js@2.3.6...2.3.7) --- updated-dependencies: - dependency-name: request dependency-type: direct:development dependency-group: npm_and_yarn - dependency-name: uglify-js dependency-type: direct:development dependency-group: npm_and_yarn - dependency-name: dustjs-linkedin dependency-type: direct:development dependency-group: npm_and_yarn - dependency-name: webpack-dev-server dependency-type: direct:development dependency-group: npm_and_yarn - dependency-name: uglify-js dependency-type: direct:development dependency-group: npm_and_yarn - dependency-name: requirejs dependency-type: direct:development dependency-group: npm_and_yarn ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 9b9f9ec commit dcf22ae

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

samples/todoapp-mvc/TodoApp.Service/wwwroot/lib/director/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,8 @@
2525
"codesurgeon": "https://github.com/hij1nx/codesurgeon/tarball/master",
2626
"colors": "1.0.x",
2727
"qunitjs": "1.9.x",
28-
"request": "2.49.x",
29-
"uglify-js": "2.4.x",
28+
"request": "2.88.x",
29+
"uglify-js": "3.19.x",
3030
"vows": "0.8.0"
3131
},
3232
"ender": "./build/ender.js",

samples/todoapp-mvc/TodoApp.Service/wwwroot/lib/handlebars/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@
4040
"concurrently": "^5.0.0",
4141
"dirty-chai": "^2.0.1",
4242
"dtslint": "^0.5.5",
43-
"dustjs-linkedin": "^2.0.2",
43+
"dustjs-linkedin": "^3.0.1",
4444
"eco": "~1.1.0-rc-3",
4545
"eslint": "^6.7.2",
4646
"eslint-config-prettier": "^6.7.0",
@@ -72,7 +72,7 @@
7272
"typescript": "^3.4.3",
7373
"underscore": "^1.5.1",
7474
"webpack": "^1.12.6",
75-
"webpack-dev-server": "^1.12.1"
75+
"webpack-dev-server": "^5.2.0"
7676
},
7777
"main": "lib/index.js",
7878
"types": "types/index.d.ts",

samples/todoapp-mvc/TodoApp.Service/wwwroot/lib/jquery/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -61,11 +61,11 @@
6161
"q": "1.5.1",
6262
"qunit": "2.9.2",
6363
"raw-body": "2.3.3",
64-
"requirejs": "2.3.6",
64+
"requirejs": "2.3.7",
6565
"sinon": "2.3.7",
6666
"strip-json-comments": "2.0.1",
6767
"testswarm": "1.1.2",
68-
"uglify-js": "3.4.7"
68+
"uglify-js": "3.19.3"
6969
},
7070
"scripts": {
7171
"build": "npm install && npm run build-all-variants",

0 commit comments

Comments
 (0)