Compare commits

..

No commits in common. "2f76ba0f7395a03ec8ee15fc9ad16f7d07eb6977" and "fb7f5222506ce1a37208afe90008a6a552bc694f" have entirely different histories.

2 changed files with 9 additions and 9 deletions

16
package-lock.json generated
View file

@ -74,7 +74,7 @@
"@types/d3": "^7.4.3", "@types/d3": "^7.4.3",
"@types/hast": "^3.0.4", "@types/hast": "^3.0.4",
"@types/js-yaml": "^4.0.9", "@types/js-yaml": "^4.0.9",
"@types/node": "^22.5.0", "@types/node": "^20.12.12",
"@types/pretty-time": "^1.1.5", "@types/pretty-time": "^1.1.5",
"@types/react": "^18.3.3", "@types/react": "^18.3.3",
"@types/source-map-support": "^0.5.10", "@types/source-map-support": "^0.5.10",
@ -1171,12 +1171,12 @@
} }
}, },
"node_modules/@types/node": { "node_modules/@types/node": {
"version": "22.5.0", "version": "20.12.12",
"resolved": "https://registry.npmjs.org/@types/node/-/node-22.5.0.tgz", "resolved": "https://registry.npmjs.org/@types/node/-/node-20.12.12.tgz",
"integrity": "sha512-DkFrJOe+rfdHTqqMg0bSNlGlQ85hSoh2TPzZyhHsXnMtligRWpxUySiyw8FY14ITt24HVCiQPWxS3KO/QlGmWg==", "integrity": "sha512-eWLDGF/FOSPtAvEqeRAQ4C8LSA7M1I7i0ky1I8U7kD1J5ITyW3AsRhQrKVoWf5pFKZ2kILsEGJhsI9r93PYnOw==",
"dev": true, "dev": true,
"dependencies": { "dependencies": {
"undici-types": "~6.19.2" "undici-types": "~5.26.4"
} }
}, },
"node_modules/@types/pretty-time": { "node_modules/@types/pretty-time": {
@ -6203,9 +6203,9 @@
} }
}, },
"node_modules/undici-types": { "node_modules/undici-types": {
"version": "6.19.8", "version": "5.26.5",
"resolved": "https://registry.npmjs.org/undici-types/-/undici-types-6.19.8.tgz", "resolved": "https://registry.npmjs.org/undici-types/-/undici-types-5.26.5.tgz",
"integrity": "sha512-ve2KP6f/JnbPBFyobGHuerC9g1FYGn/F8n1LWTwNxCEzd6IfqTwUQcNXgEtmmQ6DlRrC1hrSrBnCZPokRrDHjw==", "integrity": "sha512-JlCMO+ehdEIKqlFxk6IfVoAUVmgz7cU7zD/h9XZ0qzeosSHmUJVOzSQvvYSYWXkFXC+IfLKSIffhv0sVZup6pA==",
"dev": true "dev": true
}, },
"node_modules/unicorn-magic": { "node_modules/unicorn-magic": {

View file

@ -96,7 +96,7 @@
"@types/d3": "^7.4.3", "@types/d3": "^7.4.3",
"@types/hast": "^3.0.4", "@types/hast": "^3.0.4",
"@types/js-yaml": "^4.0.9", "@types/js-yaml": "^4.0.9",
"@types/node": "^22.5.0", "@types/node": "^20.12.12",
"@types/pretty-time": "^1.1.5", "@types/pretty-time": "^1.1.5",
"@types/react": "^18.3.3", "@types/react": "^18.3.3",
"@types/source-map-support": "^0.5.10", "@types/source-map-support": "^0.5.10",