1 Commits

Author SHA1 Message Date
Renovate Bot
89d3b99892 fix(deps): update dependency com.google.code.gson:gson to v2.11.0 2024-12-19 12:03:03 +00:00
4 changed files with 8 additions and 8 deletions

View File

@ -56,7 +56,7 @@
<dependency>
<groupId>com.google.code.gson</groupId>
<artifactId>gson</artifactId>
<version>2.10.1</version>
<version>2.11.0</version>
<scope>compile</scope>
</dependency>

View File

@ -21,7 +21,7 @@
"@radix-ui/react-slot": "^1.0.2",
"class-variance-authority": "^0.7.0",
"clsx": "^2.0.0",
"lucide-react": "^0.469.0",
"lucide-react": "^0.294.0",
"next": "14.0.3",
"react": "^18",
"react-dom": "^18",

View File

@ -18,8 +18,8 @@ dependencies:
specifier: ^2.0.0
version: 2.0.0
lucide-react:
specifier: ^0.469.0
version: 0.469.0(react@18.2.0)
specifier: ^0.294.0
version: 0.294.0(react@18.2.0)
next:
specifier: 14.0.3
version: 14.0.3(react-dom@18.2.0)(react@18.2.0)
@ -2229,10 +2229,10 @@ packages:
yallist: 4.0.0
dev: true
/lucide-react@0.469.0(react@18.2.0):
resolution: {integrity: sha512-28vvUnnKQ/dBwiCQtwJw7QauYnE7yd2Cyp4tTTJpvglX4EMpbflcdBgrgToX2j71B3YvugK/NH3BGUk+E/p/Fw==}
/lucide-react@0.294.0(react@18.2.0):
resolution: {integrity: sha512-V7o0/VECSGbLHn3/1O67FUgBwWB+hmzshrgDVRJQhMh8uj5D3HBuIvhuAmQTtlupILSplwIZg5FTc4tTKMA2SA==}
peerDependencies:
react: ^16.5.1 || ^17.0.0 || ^18.0.0 || ^19.0.0
react: ^16.5.1 || ^17.0.0 || ^18.0.0
dependencies:
react: 18.2.0
dev: false

View File

@ -88,7 +88,7 @@
<dependency>
<groupId>com.google.code.gson</groupId>
<artifactId>gson</artifactId>
<version>2.10.1</version>
<version>2.11.0</version>
<scope>compile</scope>
</dependency>