Skip to content

Commit feb80e4

Browse files
committed
Update dependencies
1 parent 859be7e commit feb80e4

File tree

3 files changed

+49
-48
lines changed

3 files changed

+49
-48
lines changed

CHANGELOG.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ unreleased:
33
- Fixed a bug where leading slashes are trimmed incorrectly
44
chores:
55
- Removed punycode fallback for Electron v3
6+
- Updated dependencies
67

78
3.0.3:
89
date: 2021-07-25

package-lock.json

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

package.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -33,22 +33,22 @@
3333
"devDependencies": {
3434
"@postman/csv-parse": "^4.0.2",
3535
"@postman/shipit": "^0.3.0",
36-
"async": "^3.1.1",
36+
"async": "^3.2.1",
3737
"bipbip": "^0.4.2",
3838
"chai": "^4.3.4",
39-
"chalk": "^4.1.1",
39+
"chalk": "^4.1.2",
4040
"colors": "^1.4.0",
4141
"editorconfig": "^0.15.3",
42-
"eslint": "^7.30.0",
43-
"eslint-plugin-jsdoc": "^35.4.3",
42+
"eslint": "^7.32.0",
43+
"eslint-plugin-jsdoc": "^36.0.6",
4444
"eslint-plugin-lodash": "^7.2.0",
4545
"eslint-plugin-mocha": "^9.0.0",
4646
"eslint-plugin-security": "^1.4.0",
4747
"jsdoc": "^3.6.7",
48-
"mocha": "^9.0.2",
48+
"mocha": "^9.0.3",
4949
"nyc": "^15.1.0",
5050
"parse-gitignore": "^1.0.1",
51-
"postman-collection": "^4.0.0",
51+
"postman-collection": "^4.0.1",
5252
"postman-jsdoc-theme": "^0.0.3",
5353
"recursive-readdir": "^2.2.2",
5454
"shelljs": "^0.8.3"

0 commit comments

Comments
 (0)