Skip to content

Commit 6c44fad

Browse files
committed
npm update
1 parent 58caafb commit 6c44fad

File tree

3 files changed

+88
-91
lines changed

3 files changed

+88
-91
lines changed

CHANGELOG.md

+1
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
## [v1.2.3]
44

55
### Fixes
6+
- npm update
67

78
## [v1.2.2]
89

package-lock.json

+80-84
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+7-7
Original file line numberDiff line numberDiff line change
@@ -24,20 +24,20 @@
2424
},
2525
"dependencies": {
2626
"dotenv": "^8.6.0",
27-
"source-map-support": "^0.5.19"
27+
"source-map-support": "^0.5.20"
2828
},
2929
"devDependencies": {
3030
"@istanbuljs/nyc-config-typescript": "^1.0.1",
31-
"@types/jasmine": "^3.8.2",
32-
"@types/node": "^12.20.20",
33-
"@typescript-eslint/eslint-plugin": "^4.29.3",
34-
"@typescript-eslint/parser": "^4.29.3",
31+
"@types/jasmine": "^3.9.1",
32+
"@types/node": "^12.20.28",
33+
"@typescript-eslint/eslint-plugin": "^4.33.0",
34+
"@typescript-eslint/parser": "^4.33.0",
3535
"coveralls": "^3.1.1",
3636
"eslint": "^7.32.0",
3737
"jasmine": "^3.9.0",
3838
"nyc": "^15.1.0",
3939
"ts-node": "^10.2.1",
40-
"typedoc": "^0.21.6",
41-
"typescript": "^4.3.5"
40+
"typedoc": "^0.21.9",
41+
"typescript": "^4.4.3"
4242
}
4343
}

0 commit comments

Comments
 (0)