Commit 721ac56b authored by limkhl's avatar limkhl
Browse files

update fedify version

parent 6be10f1d
Loading
Loading
Loading
Loading
+7 −7
Original line number Diff line number Diff line
@@ -8,7 +8,7 @@
      "name": "next",
      "version": "0.1.0",
      "dependencies": {
        "@fedify/fedify": "^1.2.6",
        "@fedify/fedify": "^1.2.7",
        "@logtape/logtape": "^0.8.0",
        "next": "15.0.0-canary.136",
        "react": "19.0.0-rc-7771d3a7-20240827",
@@ -179,9 +179,9 @@
      }
    },
    "node_modules/@fedify/fedify": {
      "version": "1.2.6",
      "resolved": "https://registry.npmjs.org/@fedify/fedify/-/fedify-1.2.6.tgz",
      "integrity": "sha512-q+gcDvOx8wS4nsFg5W7nDfWl/CDfi//tC7drgUiIc0PowY4Nee5X55nL6r+5D5/0Gw/O4KpwsyLIMZCKeBWUig==",
      "version": "1.2.7",
      "resolved": "https://registry.npmjs.org/@fedify/fedify/-/fedify-1.2.7.tgz",
      "integrity": "sha512-iZusQdyqngWFWk8aBDVVc+EBaJG7PNEkA9yCb9utkHW4/B2NzKQKzpGr54BA1+ptPwdeOtQxZBzVheHIDGvsWw==",
      "funding": [
        "https://github.com/sponsors/dahlia"
      ],
@@ -1896,9 +1896,9 @@
      "license": "MIT"
    },
    "node_modules/cross-spawn": {
      "version": "7.0.3",
      "resolved": "https://registry.npmjs.org/cross-spawn/-/cross-spawn-7.0.3.tgz",
      "integrity": "sha512-iRDPJKUPVEND7dHPO8rkbOnPpyDygcDFtWjpeWNCgy8WP2rXcxXL8TskReQl6OrB2G7+UJrags1q15Fudc7G6w==",
      "version": "7.0.6",
      "resolved": "https://registry.npmjs.org/cross-spawn/-/cross-spawn-7.0.6.tgz",
      "integrity": "sha512-uV2QOWP2nWzsy2aMp8aRibhi9dlzF5Hgh5SHaB9OiTGEyDTiJJyx0uy51QXdyWbtAHNua4XJzUKca3OzKUd3vA==",
      "dev": true,
      "license": "MIT",
      "dependencies": {
+1 −1
Original line number Diff line number Diff line
@@ -9,7 +9,7 @@
    "lint": "next lint"
  },
  "dependencies": {
    "@fedify/fedify": "^1.2.6",
    "@fedify/fedify": "^1.2.7",
    "@logtape/logtape": "^0.8.0",
    "next": "15.0.0-canary.136",
    "react": "19.0.0-rc-7771d3a7-20240827",