diff --git a/package-lock.json b/package-lock.json index 33850b4..95833e8 100644 Binary files a/package-lock.json and b/package-lock.json differ diff --git a/package.json b/package.json index a47f3d6..b7b23b4 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "fwdekker.com", - "version": "0.37.4", + "version": "0.37.5", "description": "The source code of [my personal website](https://fwdekker.com/).", "author": "Felix W. Dekker", "browser": "dist/bundle.js", @@ -25,22 +25,22 @@ "@istanbuljs/nyc-config-typescript": "^1.0.1", "@types/chai": "^4.2.12", "@types/js-cookie": "^2.2.6", - "@types/mocha": "^8.0.1", + "@types/mocha": "^8.0.3", "@types/semver": "^6.2.1", "chai": "^4.2.0", - "grunt": "^1.2.1", + "grunt": "^1.3.0", "grunt-cli": "^1.3.2", "grunt-contrib-clean": "^2.0.0", "grunt-contrib-copy": "^1.0.0", "grunt-text-replace": "^0.4.0", "grunt-webpack": "^4.0.2", - "jsdom": "^16.3.0", + "jsdom": "^16.4.0", "jsdom-global": "^3.0.2", "mocha": "^8.1.1", "nyc": "^15.1.0", - "ts-loader": "^8.0.1", - "ts-node": "^8.10.2", - "typescript": "^3.9.7", + "ts-loader": "^8.0.3", + "ts-node": "^9.0.0", + "typescript": "^4.0.2", "webpack": "^4.44.1", "webpack-cli": "^3.3.12" } diff --git a/src/main/js/FileSystem.ts b/src/main/js/FileSystem.ts index 3379e1b..6f8cb75 100644 --- a/src/main/js/FileSystem.ts +++ b/src/main/js/FileSystem.ts @@ -67,6 +67,7 @@ export class FileSystem { }), "me_irl.jpg": new File("https://static.fwdekker.com/img/avatar.jpg", "lnk"), "pgp.pub": new File("https://static.fwdekker.com/misc/pgp.pub.txt", "lnk"), + "privacy-policy.html": new File("https://fwdekker.com/privacy/", "lnk"), "resume.pdf": new File("https://static.fwdekker.com/misc/resume.pdf", "lnk"), }) }),