Update dependencies

This commit is contained in:
Florine W. Dekker 2020-09-15 15:34:03 +02:00
parent aef3bc6b6b
commit 5a7ff2aadf
Signed by: FWDekker
GPG Key ID: B1B567AF58D6EE0F
3 changed files with 6 additions and 5 deletions

BIN
package-lock.json generated

Binary file not shown.

View File

@ -1,6 +1,6 @@
{ {
"name": "privacy-policy", "name": "privacy-policy",
"version": "1.0.0", "version": "1.0.1",
"description": "The privacy policy of my website", "description": "The privacy policy of my website",
"author": "Felix W. Dekker", "author": "Felix W. Dekker",
"browser": "dist/bundle.js", "browser": "dist/bundle.js",
@ -16,10 +16,10 @@
"deploy": "grunt deploy" "deploy": "grunt deploy"
}, },
"dependencies": { "dependencies": {
"@fwdekker/template": "^0.0.20" "@fwdekker/template": "^0.0.21"
}, },
"devDependencies": { "devDependencies": {
"grunt": "^1.2.1", "grunt": "^1.3.0",
"grunt-cli": "^1.3.2", "grunt-cli": "^1.3.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",
@ -27,7 +27,7 @@
"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",
"webpack": "^4.44.0", "webpack": "^4.44.1",
"webpack-cli": "^3.3.12" "webpack-cli": "^3.3.12"
} }
} }

View File

@ -11,6 +11,7 @@ doAfterLoad(() => {
licenseURL: "https://git.fwdekker.com/FWDekker/privacy-policy/src/branch/master/LICENSE", licenseURL: "https://git.fwdekker.com/FWDekker/privacy-policy/src/branch/master/LICENSE",
vcs: "git", vcs: "git",
vcsURL: "https://git.fwdekker.com/FWDekker/privacy-policy/", vcsURL: "https://git.fwdekker.com/FWDekker/privacy-policy/",
version: "v%%VERSION_NUMBER%%" version: "v%%VERSION_NUMBER%%",
privacyPolicyURL: null
})); }));
}); });