My personal site. theclashfruit.me
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

feat: install bcrypt

+29
+1
package.json
··· 18 18 "@svgr/webpack": "^8.1.0", 19 19 "@types/mdx": "^2.0.13", 20 20 "@wooorm/starry-night": "^3.9.0", 21 + "bcrypt": "^6.0.0", 21 22 "drizzle-orm": "^0.45.1", 22 23 "lucide-react": "^0.577.0", 23 24 "next": "16.1.6",
+24
pnpm-lock.yaml
··· 35 35 '@wooorm/starry-night': 36 36 specifier: ^3.9.0 37 37 version: 3.9.0 38 + bcrypt: 39 + specifier: ^6.0.0 40 + version: 6.0.0 38 41 drizzle-orm: 39 42 specifier: ^0.45.1 40 43 version: 0.45.1(pg@8.20.0) ··· 1941 1944 engines: {node: '>=6.0.0'} 1942 1945 hasBin: true 1943 1946 1947 + bcrypt@6.0.0: 1948 + resolution: {integrity: sha512-cU8v/EGSrnH+HnxV2z0J7/blxH8gq7Xh2JFT6Aroax7UohdmiJJlxApMxtKfuI7z68NvvVcmR78k2LbT6efhRg==} 1949 + engines: {node: '>= 18'} 1950 + 1944 1951 boolbase@1.0.0: 1945 1952 resolution: {integrity: sha512-JZOSA7Mo9sNGB8+UjSgzdLtokWAky1zbztM3WRLCbZ70/3cTANmQmOdR7y2g+J0e2WXywy1yS468tY+IruqEww==} 1946 1953 ··· 3066 3073 node-addon-api@7.1.1: 3067 3074 resolution: {integrity: sha512-5m3bsyrjFWE1xf7nz7YXdN4udnVtXK6/Yfgn5qnahL6bCkf2yKt4k3nuTKAtT4r3IG8JNR2ncsIMdZuAzJjHQQ==} 3068 3075 3076 + node-addon-api@8.6.0: 3077 + resolution: {integrity: sha512-gBVjCaqDlRUk0EwoPNKzIr9KkS9041G/q31IBShPs1Xz6UTA+EXdZADbzqAJQrpDRq71CIMnOP5VMut3SL0z5Q==} 3078 + engines: {node: ^18 || ^20 || >= 21} 3079 + 3069 3080 node-exports-info@1.6.0: 3070 3081 resolution: {integrity: sha512-pyFS63ptit/P5WqUkt+UUfe+4oevH+bFeIiPPdfb0pFeYEu/1ELnJu5l+5EcTKYL5M7zaAa7S8ddywgXypqKCw==} 3071 3082 engines: {node: '>= 0.4'} 3072 3083 3084 + node-gyp-build@4.8.4: 3085 + resolution: {integrity: sha512-LA4ZjwlnUblHVgq0oBF3Jl/6h/Nvs5fzBLwdEF4nuxnFdsfajde4WfxtJr3CaiH+F6ewcIB/q4jQ4UzPyid+CQ==} 3086 + hasBin: true 3087 + 3073 3088 node-releases@2.0.36: 3074 3089 resolution: {integrity: sha512-TdC8FSgHz8Mwtw9g5L4gR/Sh9XhSP/0DEkQxfEFXOpiul5IiHgHan2VhYYb6agDSfp4KuvltmGApc8HMgUrIkA==} 3075 3090 ··· 5453 5468 5454 5469 baseline-browser-mapping@2.10.8: {} 5455 5470 5471 + bcrypt@6.0.0: 5472 + dependencies: 5473 + node-addon-api: 8.6.0 5474 + node-gyp-build: 4.8.4 5475 + 5456 5476 boolbase@1.0.0: {} 5457 5477 5458 5478 brace-expansion@1.1.12: ··· 6937 6957 node-addon-api@7.1.1: 6938 6958 optional: true 6939 6959 6960 + node-addon-api@8.6.0: {} 6961 + 6940 6962 node-exports-info@1.6.0: 6941 6963 dependencies: 6942 6964 array.prototype.flatmap: 1.3.3 6943 6965 es-errors: 1.3.0 6944 6966 object.entries: 1.1.9 6945 6967 semver: 6.3.1 6968 + 6969 + node-gyp-build@4.8.4: {} 6946 6970 6947 6971 node-releases@2.0.36: {} 6948 6972
+4
pnpm-workspace.yaml
··· 1 1 ignoredBuiltDependencies: 2 2 - sharp 3 3 - unrs-resolver 4 + onlyBuiltDependencies: 5 + - '@parcel/watcher' 6 + - bcrypt 7 + - esbuild