forked from tools/josh
1
0
Fork 0

Update PGP link, bump dependencies

Fixes #165.
This commit is contained in:
Florine W. Dekker 2021-04-13 18:44:52 +02:00
parent 7b7f34b84e
commit 119166c321
Signed by: FWDekker
GPG Key ID: B1B567AF58D6EE0F
3 changed files with 9 additions and 9 deletions

BIN
package-lock.json generated

Binary file not shown.

View File

@ -1,6 +1,6 @@
{ {
"name": "fwdekker.com", "name": "fwdekker.com",
"version": "0.39.18", "version": "0.39.19",
"description": "The source code of [my personal website](https://fwdekker.com/).", "description": "The source code of [my personal website](https://fwdekker.com/).",
"author": "Felix W. Dekker", "author": "Felix W. Dekker",
"browser": "dist/bundle.js", "browser": "dist/bundle.js",
@ -24,27 +24,27 @@
}, },
"devDependencies": { "devDependencies": {
"@istanbuljs/nyc-config-typescript": "^1.0.1", "@istanbuljs/nyc-config-typescript": "^1.0.1",
"@types/chai": "^4.2.15", "@types/chai": "^4.2.16",
"@types/js-cookie": "^2.2.6", "@types/js-cookie": "^2.2.6",
"@types/mocha": "^8.2.2", "@types/mocha": "^8.2.2",
"@types/semver": "^6.2.1", "@types/semver": "^6.2.1",
"chai": "^4.3.4", "chai": "^4.3.4",
"grunt": "^1.3.0", "grunt": "^1.3.0",
"grunt-cli": "^1.4.1", "grunt-cli": "^1.4.2",
"grunt-contrib-clean": "^2.0.0", "grunt-contrib-clean": "^2.0.0",
"grunt-contrib-copy": "^1.0.0", "grunt-contrib-copy": "^1.0.0",
"grunt-contrib-watch": "^1.1.0", "grunt-contrib-watch": "^1.1.0",
"grunt-focus": "^1.0.0", "grunt-focus": "^1.0.0",
"grunt-text-replace": "^0.4.0", "grunt-text-replace": "^0.4.0",
"grunt-webpack": "^4.0.2", "grunt-webpack": "^4.0.2",
"jsdom": "^16.5.1", "jsdom": "^16.5.3",
"jsdom-global": "^3.0.2", "jsdom-global": "^3.0.2",
"mocha": "^8.3.2", "mocha": "^8.3.2",
"nyc": "^15.1.0", "nyc": "^15.1.0",
"ts-loader": "^8.0.18", "ts-loader": "^8.1.0",
"ts-node": "^9.1.1", "ts-node": "^9.1.1",
"typescript": "^4.2.3", "typescript": "^4.2.4",
"webpack": "^5.28.0", "webpack": "^5.32.0",
"webpack-cli": "^4.5.0" "webpack-cli": "^4.6.0"
} }
} }

View File

@ -86,7 +86,7 @@ export class FileSystem {
}), }),
"home": new Directory({ "home": new Directory({
"felix": new Directory({ "felix": new Directory({
"pgp.pub": new File("https://static.fwdekker.com/misc/pgp.pub.txt", "lnk"), "pgp.pub": new File("https://fwdekker.com/.well-known/openpgpkey/hu/utwoudjz1peqni9x61s3gfegcey8zd71", "lnk"),
"privacy.lnk": new File("https://fwdekker.com/privacy/"), "privacy.lnk": new File("https://fwdekker.com/privacy/"),
"resume.pdf": new File("https://static.fwdekker.com/misc/resume.pdf", "lnk"), "resume.pdf": new File("https://static.fwdekker.com/misc/resume.pdf", "lnk"),
}), }),