diff --git a/package-lock.json b/package-lock.json index e04404b..6fc15a3 100644 --- a/package-lock.json +++ b/package-lock.json @@ -9,9 +9,9 @@ "version": "0.0.1", "license": "ISC", "dependencies": { - "@shoelace-style/shoelace": "^2.15.1", + "@shoelace-style/shoelace": "^2.16.0", "@thepassle/app-tools": "^0.9.9", - "@types/react": "^18.3.3", + "@types/react": "^18.3.4", "lit": "^3.1.4", "urlpattern-polyfill": "^10.0.0", "workbox-build": "^7.1.1", @@ -2784,9 +2784,10 @@ "integrity": "sha512-Hf45HeO+vdQblabpyZOTxJ4ZeZsmIUYXXPmoYrrR4OJ5OKxL+bhMz5mK8JXgl7HsoEowfz7+e248UGi861de9Q==" }, "node_modules/@shoelace-style/shoelace": { - "version": "2.15.1", - "resolved": "https://registry.npmjs.org/@shoelace-style/shoelace/-/shoelace-2.15.1.tgz", - "integrity": "sha512-3ecUw8gRwOtcZQ8kWWkjk4FTfObYQ/XIl3aRhxprESoOYV1cYhloYPsmQY38UoL3+pwJiZb5+LzX0l3u3Zl0GA==", + "version": "2.16.0", + "resolved": "https://registry.npmjs.org/@shoelace-style/shoelace/-/shoelace-2.16.0.tgz", + "integrity": "sha512-OV4XYAAZv0OfOR4RlpxCYOn7pH8ETIL8Pkh5hFvIrL+BN4/vlBLoeESYDU2tB/f9iichu4cfwdPquJITmKdY1w==", + "license": "MIT", "dependencies": { "@ctrl/tinycolor": "^4.0.2", "@floating-ui/dom": "^1.5.3", @@ -2847,9 +2848,10 @@ "integrity": "sha512-ga8y9v9uyeiLdpKddhxYQkxNDrfvuPrlFb0N1qnZZByvcElJaXthF1UhvCh9TLWJBEHeNtdnbysW7Y6Uq8CVng==" }, "node_modules/@types/react": { - "version": "18.3.3", - "resolved": "https://registry.npmjs.org/@types/react/-/react-18.3.3.tgz", - "integrity": "sha512-hti/R0pS0q1/xx+TsI73XIqk26eBsISZ2R0wUijXIngRK9R/e7Xw/cXVxQK7R5JjW+SV4zGcn5hXjudkN/pLIw==", + "version": "18.3.4", + "resolved": "https://registry.npmjs.org/@types/react/-/react-18.3.4.tgz", + "integrity": "sha512-J7W30FTdfCxDDjmfRM+/JqLHBIyl7xUIp9kwK637FGmY7+mkSFSe6L4jpZzhj5QMfLssSDP4/i75AKkrdC7/Jw==", + "license": "MIT", "dependencies": { "@types/prop-types": "*", "csstype": "^3.0.2" diff --git a/package.json b/package.json index 2075d19..dc97696 100644 --- a/package.json +++ b/package.json @@ -16,9 +16,9 @@ "author": "", "license": "ISC", "dependencies": { - "@shoelace-style/shoelace": "^2.15.1", + "@shoelace-style/shoelace": "^2.16.0", "@thepassle/app-tools": "^0.9.9", - "@types/react": "^18.3.3", + "@types/react": "^18.3.4", "lit": "^3.1.4", "urlpattern-polyfill": "^10.0.0", "workbox-build": "^7.1.1",