Merge 80af409cc4bc046b5d60ab03885b64798fbfad21 into f89a5cee9abd58ebb3dca17e9c0b5d2ff3889b45

This commit is contained in:
dependabot[bot]
2025-09-12 07:03:23 +00:00
committed by GitHub
2 changed files with 10 additions and 10 deletions

View File

@ -37,7 +37,7 @@
"nostr-tools": "^2.16.2",
"npm": "^11.4.1",
"openpgp": "^5.11.0",
"react": "^19.1.0",
"react": "^19.1.1",
"react-countdown": "^2.3.6",
"react-dom": "^19.1.0",
"react-grid-layout": "^1.5.2",
@ -71,7 +71,7 @@
"@types/latlon-geohash": "^2.0.4",
"@types/leaflet": "^1.9.18",
"@types/node": "^24.3.1",
"@types/react": "^19.1.6",
"@types/react": "^19.1.12",
"@types/react-dom": "^19.1.6",
"@types/webpack": "^5.28.5",
"@typescript-eslint/eslint-plugin": "^8.33.0",
@ -4655,9 +4655,9 @@
"license": "MIT"
},
"node_modules/@types/react": {
"version": "19.1.6",
"resolved": "https://registry.npmjs.org/@types/react/-/react-19.1.6.tgz",
"integrity": "sha512-JeG0rEWak0N6Itr6QUx+X60uQmN+5t3j9r/OVDtWzFXKaj6kD1BwJzOksD0FF6iWxZlbE1kB0q9vtnU2ekqa1Q==",
"version": "19.1.12",
"resolved": "https://registry.npmjs.org/@types/react/-/react-19.1.12.tgz",
"integrity": "sha512-cMoR+FoAf/Jyq6+Df2/Z41jISvGZZ2eTlnsaJRptmZ76Caldwy1odD4xTr/gNV9VLj0AWgg/nmkevIyUfIIq5w==",
"license": "MIT",
"dependencies": {
"csstype": "^3.0.2"
@ -14551,9 +14551,9 @@
}
},
"node_modules/react": {
"version": "19.1.0",
"resolved": "https://registry.npmjs.org/react/-/react-19.1.0.tgz",
"integrity": "sha512-FS+XFBNvn3GTAWq26joslQgWNoFu08F4kl0J4CgdNKADkdSGXQyTCnKteIAJy96Br6YbpEU1LSzV5dYtjMkMDg==",
"version": "19.1.1",
"resolved": "https://registry.npmjs.org/react/-/react-19.1.1.tgz",
"integrity": "sha512-w8nqGImo45dmMIfljjMwOGtbmC/mk4CMYhWIicdSflH91J9TyCyczcPFXJzrZ/ZXcgGRFeP6BU0BEJTw6tZdfQ==",
"license": "MIT",
"engines": {
"node": ">=0.10.0"

View File

@ -29,7 +29,7 @@
"@types/latlon-geohash": "^2.0.4",
"@types/leaflet": "^1.9.18",
"@types/node": "^24.3.1",
"@types/react": "^19.1.6",
"@types/react": "^19.1.12",
"@types/react-dom": "^19.1.6",
"@types/webpack": "^5.28.5",
"@typescript-eslint/eslint-plugin": "^8.33.0",
@ -86,7 +86,7 @@
"nostr-tools": "^2.16.2",
"npm": "^11.4.1",
"openpgp": "^5.11.0",
"react": "^19.1.0",
"react": "^19.1.1",
"react-countdown": "^2.3.6",
"react-dom": "^19.1.0",
"react-grid-layout": "^1.5.2",