Skip to content

Commit 761c382

Browse files
author
Martii
committed
Some dep updates
* Migrate to newer SPDX v2.x syntax in `package.json` See also: * [https://docs.npmjs.com/files/package.json#license](https://docs.npmjs.com/files/package.json#license) ... note deprecation of plural form * [SPDX license expressions](http://wiki.spdx.org/view/LicenseExpressionFAQ) * [SPDX license expressions Examples](http://wiki.spdx.org/view/FileNoticeExamples) Note(s): * Interesting that the newer specification doesn't seem to exist for custom MIT licensing terms which are part of that specification and a few other license types including GPL required Copyright information e.g. not fixed format with the `url` property seeming to be missing for pointing to the LICENSE content. Refer to local raw LICENSE.* files for exact text including `and later` revisions of GPL if ever encountered. In other words SPDX doesn't seem to account for this if a change comes through the pipe but LICENSE.* will always supersede.
1 parent 5fca9f6 commit 761c382

File tree

1 file changed

+17
-25
lines changed

1 file changed

+17
-25
lines changed

package.json

Lines changed: 17 additions & 25 deletions
Original file line numberDiff line numberDiff line change
@@ -5,32 +5,32 @@
55
"main": "app",
66
"dependencies": {
77
"ace-builds": "git://github.com/ajaxorg/ace-builds#9d12839",
8-
"async": "0.9.0",
9-
"aws-sdk": "2.1.26",
10-
"body-parser": "1.12.3",
8+
"async": "1.0.0",
9+
"aws-sdk": "2.1.30",
10+
"body-parser": "1.12.4",
1111
"bootstrap": "3.3.4",
1212
"bootstrap-markdown": "2.8.0",
13-
"compression": "1.4.3",
13+
"compression": "1.4.4",
1414
"connect-mongo": "0.8.1",
15-
"cookie-parser": "1.3.4",
16-
"express": "4.12.3",
17-
"express-minify": "0.1.3",
18-
"express-session": "1.11.1",
15+
"cookie-parser": "1.3.5",
16+
"express": "4.12.4",
17+
"express-minify": "0.1.4",
18+
"express-session": "1.11.2",
1919
"font-awesome": "4.3.0",
2020
"formidable": "1.0.17",
2121
"github": "0.2.4",
22-
"highlight.js": "8.5.0",
22+
"highlight.js": "8.6.0",
2323
"jquery": "2.1.4",
2424
"jwt-simple": "0.3.0",
2525
"less-middleware": "2.0.1",
2626
"marked": "0.3.3",
27-
"method-override": "2.3.2",
28-
"moment": "2.10.2",
29-
"mongoose": "4.0.2",
30-
"morgan": "1.5.2",
27+
"method-override": "2.3.3",
28+
"moment": "2.10.3",
29+
"mongoose": "4.0.3",
30+
"morgan": "1.5.3",
3131
"mu2": "0.5.20",
3232
"octicons": "git://github.com/github/octicons.git#14ab7c3",
33-
"passport": "0.2.1",
33+
"passport": "0.2.2",
3434
"passport-amazon": "0.1.0",
3535
"passport-aol": "0.2.0",
3636
"passport-facebook": "2.0.0",
@@ -52,23 +52,15 @@
5252
"sanitize-html": "1.6.1",
5353
"select2": "3.5.2-browserify",
5454
"select2-bootstrap-css": "1.4.6",
55-
"serve-favicon": "2.2.0",
55+
"serve-favicon": "2.2.1",
5656
"underscore": "1.8.3"
5757
},
5858
"repository": {
5959
"type": "git",
6060
"url": "https://github.com/OpenUserJs/OpenUserJS.org.git"
6161
},
62-
"licenses": [
63-
{
64-
"type": "GPL-3.0+",
65-
"url": "https://raw.githubusercontent.com/OpenUserJs/OpenUserJS.org/master/LICENSE"
66-
},
67-
{
68-
"type": "GFDL-1.3",
69-
"url": "https://raw.githubusercontent.com/OpenUserJs/OpenUserJS.org/master/LICENSE"
70-
}
71-
],
62+
"license": "(GPL-3.0 AND GFDL-1.3)"
63+
,
7264
"subdomain": "openuserjs",
7365
"domains": [
7466
"openuserjs.org"

0 commit comments

Comments
 (0)