Skip to content

Commit d998822

Browse files
updated dependencies
1 parent 9d0ce9b commit d998822

32 files changed

+20152
-10397
lines changed

dist/ref-parser.js

Lines changed: 3414 additions & 2692 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/ref-parser.js.map

Lines changed: 46 additions & 50 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/ref-parser.min.js

Lines changed: 110 additions & 118 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/ref-parser.min.js.map

Lines changed: 47 additions & 53 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 27 additions & 27 deletions
Original file line numberDiff line numberDiff line change
@@ -49,35 +49,35 @@
4949
},
5050
"devDependencies": {
5151
"@types/json-schema": "^4.0.0",
52-
"bower": "^1.7.9",
53-
"chai": "^3.5.0",
54-
"coveralls": "^2.11.9",
55-
"eslint": "^2.8.0",
56-
"http-server": "^0.9.0",
57-
"istanbul": "^0.4.3",
58-
"jscs": "^3.0.3",
59-
"karma": "^0.13.22",
60-
"karma-chrome-launcher": "^0.2.3",
61-
"karma-cli": "^0.1.2",
62-
"karma-coverage": "^0.5.5",
63-
"karma-firefox-launcher": "^0.1.7",
64-
"karma-ie-launcher": "^0.2.0",
65-
"karma-mocha": "^0.2.2",
66-
"karma-safari-launcher": "^0.1.1",
67-
"karma-sauce-launcher": "^0.3.1",
68-
"karma-verbose-reporter": "0.0.3",
69-
"mocha": "^2.4.5",
70-
"npm-check-updates": "^2.6.3",
71-
"simplifyify": "^2.0.1",
72-
"sinon": "^1.17.3",
73-
"version-bump-prompt": "^1.5.2"
52+
"bower": "^1.8.0",
53+
"chai": "^4.1.0",
54+
"coveralls": "^2.13.1",
55+
"eslint": "^4.3.0",
56+
"http-server": "^0.10.0",
57+
"istanbul": "^0.4.5",
58+
"jscs": "^3.0.7",
59+
"karma": "^1.7.0",
60+
"karma-chrome-launcher": "^2.2.0",
61+
"karma-cli": "^1.0.1",
62+
"karma-coverage": "^1.1.1",
63+
"karma-firefox-launcher": "^1.0.1",
64+
"karma-ie-launcher": "^1.0.0",
65+
"karma-mocha": "^1.3.0",
66+
"karma-safari-launcher": "^1.0.0",
67+
"karma-sauce-launcher": "^1.1.0",
68+
"karma-verbose-reporter": "0.0.6",
69+
"mocha": "^3.4.2",
70+
"npm-check-updates": "^2.12.1",
71+
"simplifyify": "^3.2.4",
72+
"sinon": "^2.4.1",
73+
"version-bump-prompt": "^3.1.2"
7474
},
7575
"dependencies": {
7676
"call-me-maybe": "^1.0.1",
77-
"debug": "^2.2.0",
78-
"es6-promise": "^3.1.2",
79-
"js-yaml": "^3.6.0",
80-
"ono": "^2.2.1",
81-
"z-schema": "^3.17.0"
77+
"debug": "^2.6.8",
78+
"es6-promise": "^4.1.1",
79+
"js-yaml": "^3.9.1",
80+
"ono": "^4.0.2",
81+
"z-schema": "^3.18.2"
8282
}
8383
}

www/bower_components/chai/.bower.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -24,14 +24,14 @@
2424
"dependencies": {},
2525
"devDependencies": {},
2626
"homepage": "https://github.com/chaijs/chai",
27-
"version": "3.5.0",
28-
"_release": "3.5.0",
27+
"version": "4.1.0",
28+
"_release": "4.1.0",
2929
"_resolution": {
3030
"type": "version",
31-
"tag": "3.5.0",
32-
"commit": "57c85f624a7e19ffaf1a2c7d07d81180db17bec7"
31+
"tag": "4.1.0",
32+
"commit": "df9073cb8eb2bb4dbb173dcaef29d4dda7ad76a2"
3333
},
34-
"_source": "git://github.com/chaijs/chai.git",
34+
"_source": "https://github.com/chaijs/chai.git",
3535
"_target": "*",
3636
"_originalSource": "chai"
3737
}
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
* @chaijs/chai

www/bower_components/chai/CODE_OF_CONDUCT.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ This Code of Conduct applies both within project spaces and in public spaces
4343
when an individual is representing the project or its community.
4444

4545
Instances of abusive, harassing, or otherwise unacceptable behavior may be
46-
reported by contacting a project maintainer at [INSERT EMAIL ADDRESS]. All
46+
reported by contacting a project maintainer at [email protected]. All
4747
complaints will be reviewed and investigated and will result in a response that
4848
is deemed necessary and appropriate to the circumstances. Maintainers are
4949
obligated to maintain confidentiality with regard to the reporter of an

www/bower_components/chai/CONTRIBUTING.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -212,3 +212,7 @@ Feel free to reach out to any of the core-contributors with you questions or con
212212
- GH: [@keithamus](https://github.com/keithamus)
213213
- TW: [@keithamus](http://twitter.com/keithamus)
214214
- IRC: keithamus
215+
- Lucas Fernandes da Costa
216+
- GH: [@lucasfcosta](https://github.com/lucasfcosta)
217+
- TW: [@lfernandescosta](https://twitter.com/lfernandescosta)
218+
- IRC: lucasfcosta

www/bower_components/chai/LICENSE

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
MIT License
2+
3+
Copyright (c) 2016 Chai.js Assertion Library
4+
5+
Permission is hereby granted, free of charge, to any person obtaining a copy
6+
of this software and associated documentation files (the "Software"), to deal
7+
in the Software without restriction, including without limitation the rights
8+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
9+
copies of the Software, and to permit persons to whom the Software is
10+
furnished to do so, subject to the following conditions:
11+
12+
The above copyright notice and this permission notice shall be included in all
13+
copies or substantial portions of the Software.
14+
15+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
16+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
17+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
18+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
19+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
20+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
21+
SOFTWARE.

0 commit comments

Comments
 (0)