Update dependencies

This commit is contained in:
Florine W. Dekker 2020-03-11 17:31:29 +01:00
parent f4f7afaca8
commit 6b337a16b4
Signed by: FWDekker
GPG Key ID: B1B567AF58D6EE0F
2 changed files with 12 additions and 12 deletions

BIN
package-lock.json generated

Binary file not shown.

View File

@ -1,6 +1,6 @@
{
"name": "fwdekker.com",
"version": "0.26.0",
"version": "0.26.1",
"description": "The source code of [my personal website](https://fwdekker.com/).",
"author": "Felix W. Dekker",
"repository": {
@ -20,11 +20,11 @@
"semver": "^6.3.0"
},
"devDependencies": {
"@istanbuljs/nyc-config-typescript": "^0.1.3",
"@types/chai": "^4.2.7",
"@types/js-cookie": "^2.2.4",
"@types/mocha": "^5.2.7",
"@types/semver": "^6.2.0",
"@istanbuljs/nyc-config-typescript": "^1.0.1",
"@types/chai": "^4.2.10",
"@types/js-cookie": "^2.2.5",
"@types/mocha": "^7.0.2",
"@types/semver": "^6.2.1",
"chai": "^4.2.0",
"grunt": "^1.0.4",
"grunt-cli": "^1.3.2",
@ -32,12 +32,12 @@
"grunt-contrib-copy": "^1.0.0",
"grunt-text-replace": "^0.4.0",
"grunt-webpack": "^3.1.3",
"mocha": "^6.2.2",
"nyc": "^14.1.1",
"mocha": "^7.1.0",
"nyc": "^15.0.0",
"ts-loader": "^6.2.1",
"ts-node": "^8.5.4",
"typescript": "^3.7.3",
"webpack": "^4.41.3",
"webpack-cli": "^3.3.10"
"ts-node": "^8.6.2",
"typescript": "^3.8.3",
"webpack": "^4.42.0",
"webpack-cli": "^3.3.11"
}
}