aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--package-lock.json8
-rw-r--r--package.json2
2 files changed, 4 insertions, 6 deletions
diff --git a/package-lock.json b/package-lock.json
index 85ebd4c07..736fffe41 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -7588,7 +7588,6 @@
7588 "requires": { 7588 "requires": {
7589 "@mdi/js": "^3.3.92", 7589 "@mdi/js": "^3.3.92",
7590 "@mdi/react": "^1.1.0", 7590 "@mdi/react": "^1.1.0",
7591 "@meetfranz/theme": "^1.0.14",
7592 "react-html-attributes": "^1.4.3", 7591 "react-html-attributes": "^1.4.3",
7593 "react-loader": "2.4.7" 7592 "react-loader": "2.4.7"
7594 }, 7593 },
@@ -7610,7 +7609,6 @@
7610 "version": "file:packages/ui", 7609 "version": "file:packages/ui",
7611 "requires": { 7610 "requires": {
7612 "@mdi/react": "^1.1.0", 7611 "@mdi/react": "^1.1.0",
7613 "@meetfranz/theme": "^1.0.14",
7614 "react-loader": "2.4.7" 7612 "react-loader": "2.4.7"
7615 }, 7613 },
7616 "dependencies": { 7614 "dependencies": {
@@ -28867,9 +28865,9 @@
28867 } 28865 }
28868 }, 28866 },
28869 "normalize-url": { 28867 "normalize-url": {
28870 "version": "5.0.0", 28868 "version": "5.3.1",
28871 "resolved": "https://registry.npmjs.org/normalize-url/-/normalize-url-5.0.0.tgz", 28869 "resolved": "https://registry.npmjs.org/normalize-url/-/normalize-url-5.3.1.tgz",
28872 "integrity": "sha512-bAEm2fx8Dq/a35Z6PIRkkBBJvR56BbEJvhpNtvCZ4W9FyORSna77fn+xtYFjqk5JpBS+fMnAOG/wFgkQBmB7hw==" 28870 "integrity": "sha512-K1c7+vaAP+Yh5bOGmA10PGPpp+6h7WZrl7GwqKhUflBc9flU9pzG27DDeB9+iuhZkE3BJZOcgN1P/2sS5pqrWw=="
28873 }, 28871 },
28874 "now-and-later": { 28872 "now-and-later": {
28875 "version": "2.0.1", 28873 "version": "2.0.1",
diff --git a/package.json b/package.json
index 60da21252..83e39ceea 100644
--- a/package.json
+++ b/package.json
@@ -107,7 +107,7 @@
107 "ms": "2.1.2", 107 "ms": "2.1.2",
108 "node-fetch": "2.6.1", 108 "node-fetch": "2.6.1",
109 "node-mac-permissions": "2.2.0", 109 "node-mac-permissions": "2.2.0",
110 "normalize-url": "5.0.0", 110 "normalize-url": "5.3.1",
111 "os-name": "4.0.0", 111 "os-name": "4.0.0",
112 "pretty-bytes": "^5.6.0", 112 "pretty-bytes": "^5.6.0",
113 "prop-types": "^15.5.10", 113 "prop-types": "^15.5.10",