Update dependencies to add privacy notice

This commit is contained in:
Florine W. Dekker 2020-10-01 20:06:56 +02:00
parent 8effb8efea
commit 8f954a6464
Signed by: FWDekker
GPG Key ID: B1B567AF58D6EE0F
2 changed files with 6 additions and 6 deletions

BIN
package-lock.json generated

Binary file not shown.

View File

@ -1,6 +1,6 @@
{
"name": "tools",
"version": "1.0.0",
"version": "1.0.1",
"description": "Main page for the /tools directory.",
"author": "Felix W. Dekker",
"browser": "dist/bundle.js",
@ -16,19 +16,19 @@
"deploy": "grunt deploy"
},
"dependencies": {
"@fwdekker/template": "^0.0.15",
"@fwdekker/template": "^0.0.21",
"hyperscript": "^2.0.2"
},
"devDependencies": {
"grunt": "^1.1.0",
"grunt": "^1.3.0",
"grunt-cli": "^1.3.2",
"grunt-contrib-clean": "^2.0.0",
"grunt-contrib-copy": "^1.0.0",
"grunt-contrib-watch": "^1.1.0",
"grunt-focus": "^1.0.0",
"grunt-text-replace": "^0.4.0",
"grunt-webpack": "^3.1.3",
"webpack": "^4.42.1",
"webpack-cli": "^3.3.11"
"grunt-webpack": "^4.0.2",
"webpack": "^4.44.2",
"webpack-cli": "^3.3.12"
}
}