Merge pull request #9 from cojocaru-david/depfu/batch_all/npm/2025-05-06

### Pull request summary

- Updated the project version from `1.0.4` to `1.0.6` in both `package.json` and `package-lock.json`.
- Upgraded the `@iconify-json/lucide` package from version `1.2.39` to `1.2.40`.
- Updated the `@types/react-dom` package from version `19.1.2` to `19.1.3`.
- Increased the version of `framer-motion` from `12.9.2` to `12.9.7`.
- Updated the `@tailwindcss/oxide-wasm32-wasi` package versions from `1.4.0` to `1.4.3` and its dependencies.
- Upgraded the `motion-dom` package from `12.9.1` to `12.9.6` and its dependency `motion-utils` from `12.8.3` to `12.9.4`.
- Added the `@vercel/speed-insights` package with version `1.2.0` to the project.
- Ensured all package updates are reflected in both `package.json` and `package-lock.json` for consistency.
This commit is contained in:
Cojocaru David
2025-05-06 17:12:14 +03:00
committed by GitHub
2 changed files with 66 additions and 36 deletions

96
package-lock.json generated
View File

@@ -1,12 +1,12 @@
{
"name": "cojocarudavid.me",
"version": "1.0.4",
"version": "1.0.6",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"name": "cojocarudavid.me",
"version": "1.0.4",
"version": "1.0.6",
"hasInstallScript": true,
"license": "MIT",
"dependencies": {
@@ -21,7 +21,7 @@
"@expressive-code/plugin-line-numbers": "^0.41.2",
"@fingerprintjs/fingerprintjs": "^4.6.2",
"@iconify-json/line-md": "^1.2.7",
"@iconify-json/lucide": "^1.2.39",
"@iconify-json/lucide": "^1.2.40",
"@iconify-json/mdi": "^1.2.3",
"@neondatabase/serverless": "^1.0.0",
"@radix-ui/react-avatar": "^1.1.7",
@@ -33,13 +33,14 @@
"@resvg/resvg-js": "^2.6.2",
"@tailwindcss/vite": "^4.1.4",
"@types/react": "19.1.2",
"@types/react-dom": "19.1.2",
"@types/react-dom": "19.1.3",
"@vercel/speed-insights": "^1.2.0",
"astro": "^5.7.9",
"astro-expressive-code": "^0.41.2",
"astro-icon": "^1.1.5",
"class-variance-authority": "^0.7.1",
"clsx": "^2.1.1",
"framer-motion": "^12.9.2",
"framer-motion": "^12.9.7",
"fuse.js": "^7.1.0",
"lodash.debounce": "^4.0.8",
"lucide-react": "^0.503.0",
@@ -1233,10 +1234,9 @@
}
},
"node_modules/@iconify-json/lucide": {
"version": "1.2.39",
"resolved": "https://registry.npmjs.org/@iconify-json/lucide/-/lucide-1.2.39.tgz",
"integrity": "sha512-1BKCamEZRvArR7PErYCP4SZo9pAANJy6iQWpynI3GM8QKSQtWQgvw6usqGIFCQeJwFZHPOn2OcbDR4P56DyEaQ==",
"license": "ISC",
"version": "1.2.40",
"resolved": "https://registry.npmjs.org/@iconify-json/lucide/-/lucide-1.2.40.tgz",
"integrity": "sha512-xW5FchzgE4TPIToKFQhA0W3GkazWV+Ce1edLbGamOjYVLdXGUTDVufbtRqNKOrfHFMPuriAtiIhN32gW+klCXQ==",
"dependencies": {
"@iconify/types": "*"
}
@@ -3497,17 +3497,17 @@
}
},
"node_modules/@tailwindcss/oxide-wasm32-wasi/node_modules/@emnapi/core": {
"version": "1.4.0",
"version": "1.4.3",
"inBundle": true,
"license": "MIT",
"optional": true,
"dependencies": {
"@emnapi/wasi-threads": "1.0.1",
"@emnapi/wasi-threads": "1.0.2",
"tslib": "^2.4.0"
}
},
"node_modules/@tailwindcss/oxide-wasm32-wasi/node_modules/@emnapi/runtime": {
"version": "1.4.0",
"version": "1.4.3",
"inBundle": true,
"license": "MIT",
"optional": true,
@@ -3516,7 +3516,7 @@
}
},
"node_modules/@tailwindcss/oxide-wasm32-wasi/node_modules/@emnapi/wasi-threads": {
"version": "1.0.1",
"version": "1.0.2",
"inBundle": true,
"license": "MIT",
"optional": true,
@@ -3525,7 +3525,7 @@
}
},
"node_modules/@tailwindcss/oxide-wasm32-wasi/node_modules/@napi-rs/wasm-runtime": {
"version": "0.2.8",
"version": "0.2.9",
"inBundle": true,
"license": "MIT",
"optional": true,
@@ -3762,10 +3762,9 @@
}
},
"node_modules/@types/react-dom": {
"version": "19.1.2",
"resolved": "https://registry.npmjs.org/@types/react-dom/-/react-dom-19.1.2.tgz",
"integrity": "sha512-XGJkWF41Qq305SKWEILa1O8vzhb3aOo3ogBlSmiqNko/WmRb6QIaweuZCXjKygVDXpzXb5wyxKTSOsmkuqj+Qw==",
"license": "MIT",
"version": "19.1.3",
"resolved": "https://registry.npmjs.org/@types/react-dom/-/react-dom-19.1.3.tgz",
"integrity": "sha512-rJXC08OG0h3W6wDMFxQrZF00Kq6qQvw0djHRdzl3U5DnIERz0MRce3WVc7IS6JYBwtaP/DwYtRRjVlvivNveKg==",
"peerDependencies": {
"@types/react": "^19.0.0"
}
@@ -3945,6 +3944,40 @@
"integrity": "sha512-h9DqehX3zZZDCEm+xbfU0ZmwCGFCAAraPJWMXJ4+v32NjZJilVg3k1TcKsRgIb8IQ/izZSaydDc1OhJCZvs2Dw==",
"license": "MIT"
},
"node_modules/@vercel/speed-insights": {
"version": "1.2.0",
"resolved": "https://registry.npmjs.org/@vercel/speed-insights/-/speed-insights-1.2.0.tgz",
"integrity": "sha512-y9GVzrUJ2xmgtQlzFP2KhVRoCglwfRQgjyfY607aU0hh0Un6d0OUyrJkjuAlsV18qR4zfoFPs/BiIj9YDS6Wzw==",
"hasInstallScript": true,
"peerDependencies": {
"@sveltejs/kit": "^1 || ^2",
"next": ">= 13",
"react": "^18 || ^19 || ^19.0.0-rc",
"svelte": ">= 4",
"vue": "^3",
"vue-router": "^4"
},
"peerDependenciesMeta": {
"@sveltejs/kit": {
"optional": true
},
"next": {
"optional": true
},
"react": {
"optional": true
},
"svelte": {
"optional": true
},
"vue": {
"optional": true
},
"vue-router": {
"optional": true
}
}
},
"node_modules/@vitejs/plugin-react": {
"version": "4.4.1",
"resolved": "https://registry.npmjs.org/@vitejs/plugin-react/-/plugin-react-4.4.1.tgz",
@@ -6125,13 +6158,12 @@
}
},
"node_modules/framer-motion": {
"version": "12.9.2",
"resolved": "https://registry.npmjs.org/framer-motion/-/framer-motion-12.9.2.tgz",
"integrity": "sha512-R0O3Jdqbfwywpm45obP+8sTgafmdEcUoShQTAV+rB5pi+Y1Px/FYL5qLLRe5tPtBdN1J4jos7M+xN2VV2oEAbQ==",
"license": "MIT",
"version": "12.9.7",
"resolved": "https://registry.npmjs.org/framer-motion/-/framer-motion-12.9.7.tgz",
"integrity": "sha512-Eo5TYU6sEPPy82GDx32PJm++G+AkBCrzxtEQOWLnpQX896Q3LFrsYhMZ5YO5ct4wL7wyHU6hqlrpYXeexKAevg==",
"dependencies": {
"motion-dom": "^12.9.1",
"motion-utils": "^12.8.3",
"motion-dom": "^12.9.6",
"motion-utils": "^12.9.4",
"tslib": "^2.4.0"
},
"peerDependencies": {
@@ -8810,19 +8842,17 @@
"license": "MIT"
},
"node_modules/motion-dom": {
"version": "12.9.1",
"resolved": "https://registry.npmjs.org/motion-dom/-/motion-dom-12.9.1.tgz",
"integrity": "sha512-xqXEwRLDYDTzOgXobSoWtytRtGlf7zdkRfFbrrdP7eojaGQZ5Go4OOKtgnx7uF8sAkfr1ZjMvbCJSCIT2h6fkQ==",
"license": "MIT",
"version": "12.9.6",
"resolved": "https://registry.npmjs.org/motion-dom/-/motion-dom-12.9.6.tgz",
"integrity": "sha512-IK9pm5zU8BIp3FCoUGF3T7AHVLVOlXxlwco/bIbcnpBtyYb2gDQhdOzUh2KSDJVjYl1MZ9vdq8tnFTTahX2lfg==",
"dependencies": {
"motion-utils": "^12.8.3"
"motion-utils": "^12.9.4"
}
},
"node_modules/motion-utils": {
"version": "12.8.3",
"resolved": "https://registry.npmjs.org/motion-utils/-/motion-utils-12.8.3.tgz",
"integrity": "sha512-GYVauZEbca8/zOhEiYOY9/uJeedYQld6co/GJFKOy//0c/4lDqk0zB549sBYqqV2iMuX+uHrY1E5zd8A2L+1Lw==",
"license": "MIT"
"version": "12.9.4",
"resolved": "https://registry.npmjs.org/motion-utils/-/motion-utils-12.9.4.tgz",
"integrity": "sha512-BW3I65zeM76CMsfh3kHid9ansEJk9Qvl+K5cu4DVHKGsI52n76OJ4z2CUJUV+Mn3uEP9k1JJA3tClG0ggSrRcg=="
},
"node_modules/mrmime": {
"version": "2.0.1",

View File

@@ -43,7 +43,7 @@
"@expressive-code/plugin-line-numbers": "^0.41.2",
"@fingerprintjs/fingerprintjs": "^4.6.2",
"@iconify-json/line-md": "^1.2.7",
"@iconify-json/lucide": "^1.2.39",
"@iconify-json/lucide": "^1.2.40",
"@iconify-json/mdi": "^1.2.3",
"@neondatabase/serverless": "^1.0.0",
"@radix-ui/react-avatar": "^1.1.7",
@@ -55,14 +55,14 @@
"@resvg/resvg-js": "^2.6.2",
"@tailwindcss/vite": "^4.1.4",
"@types/react": "19.1.2",
"@types/react-dom": "19.1.2",
"@types/react-dom": "19.1.3",
"@vercel/speed-insights": "^1.2.0",
"astro": "^5.7.9",
"astro-expressive-code": "^0.41.2",
"astro-icon": "^1.1.5",
"class-variance-authority": "^0.7.1",
"clsx": "^2.1.1",
"framer-motion": "^12.9.2",
"framer-motion": "^12.9.7",
"fuse.js": "^7.1.0",
"lodash.debounce": "^4.0.8",
"lucide-react": "^0.503.0",