From 781b0bfce2dc9db2fc7f3e9255439941ce8ad1e5 Mon Sep 17 00:00:00 2001 From: flofriday Date: Sun, 19 Nov 2023 11:22:59 +0100 Subject: [PATCH] Update dependencies --- .gitignore | 3 ++- package-lock.json | 7 ++++--- requirements.txt | 16 ++++++++-------- 3 files changed, 14 insertions(+), 12 deletions(-) diff --git a/.gitignore b/.gitignore index a8e7445..42eed97 100644 --- a/.gitignore +++ b/.gitignore @@ -2,4 +2,5 @@ __pycache__/ node_modules/ app/static/style.css -bettercal.db* \ No newline at end of file +bettercal.db* +.DS_Store \ No newline at end of file diff --git a/package-lock.json b/package-lock.json index 112d58a..46b58e4 100644 --- a/package-lock.json +++ b/package-lock.json @@ -4,6 +4,7 @@ "requires": true, "packages": { "": { + "name": "better-tiss-calendar", "devDependencies": { "tailwindcss": "^3.3.2" } @@ -622,9 +623,9 @@ } }, "node_modules/postcss": { - "version": "8.4.24", - "resolved": "https://registry.npmjs.org/postcss/-/postcss-8.4.24.tgz", - "integrity": "sha512-M0RzbcI0sO/XJNucsGjvWU9ERWxb/ytp1w6dKtxTKgixdtQDq4rmx/g8W1hnaheq9jgwL/oyEdH5Bc4WwJKMqg==", + "version": "8.4.31", + "resolved": "https://registry.npmjs.org/postcss/-/postcss-8.4.31.tgz", + "integrity": "sha512-PS08Iboia9mts/2ygV3eLpY5ghnUcfLV/EXTOW1E2qYxJKGGBUtNjN76FYHnMs36RmARn41bC0AZmn+rR0OVpQ==", "dev": true, "funding": [ { diff --git a/requirements.txt b/requirements.txt index e59bdd8..f0e0909 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,11 +1,11 @@ -blinker==1.6.3 -certifi==2023.7.22 -charset-normalizer==3.3.0 +blinker==1.7.0 +certifi==2023.11.17 +charset-normalizer==3.3.2 click==8.1.7 flake8==6.1.0 Flask==3.0.0 gunicorn==21.2.0 -icalendar==5.0.10 +icalendar==5.0.11 idna==3.4 iniconfig==2.0.0 itsdangerous==2.1.2 @@ -16,11 +16,11 @@ packaging==23.2 pluggy==1.3.0 pycodestyle==2.11.1 pyflakes==3.1.0 -pytest==7.4.2 -pytest-mock==3.11.1 +pytest==7.4.3 +pytest-mock==3.12.0 python-dateutil==2.8.2 pytz==2023.3.post1 requests==2.31.0 six==1.16.0 -urllib3==2.0.7 -Werkzeug==3.0.0 +urllib3==2.1.0 +Werkzeug==3.0.1