Unverified Commit 213e6b10 authored by Hong Minhee (洪 民憙)'s avatar Hong Minhee (洪 民憙) Committed by GitHub
Browse files

Merge pull request #175 from Heesunni/express

parents d72d1e95 e2e7b742
Loading
Loading
Loading
Loading
+8 −8
Original line number Diff line number Diff line
@@ -10,7 +10,7 @@
      "license": "MIT",
      "dependencies": {
        "@fedify/express": "^0.2.0",
        "@fedify/fedify": "^1.0.2",
        "@fedify/fedify": "^1.2.7",
        "@logtape/logtape": "^0.8.0",
        "express": "^4.21.0"
      },
@@ -488,9 +488,9 @@
      }
    },
    "node_modules/@fedify/fedify": {
      "version": "1.0.2",
      "resolved": "https://registry.npmjs.org/@fedify/fedify/-/fedify-1.0.2.tgz",
      "integrity": "sha512-OWVfahJRstzCOGSEDJ5CEppVHZyR9IfpFStj1WnedLE6rFoYZ94fZu7dQv4x0M1a1K3AfIiwvOAgcXldy21sWg==",
      "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"
      ],
@@ -500,7 +500,7 @@
        "@deno/shim-deno": "~0.18.0",
        "@hugoalh/http-header-link": "^1.0.2",
        "@js-temporal/polyfill": "^0.4.4",
        "@logtape/logtape": "^0.6.2",
        "@logtape/logtape": "^0.7.1",
        "@phensley/language-tag": "^1.9.0",
        "asn1js": "^3.0.5",
        "json-canon": "^1.0.1",
@@ -514,9 +514,9 @@
      }
    },
    "node_modules/@fedify/fedify/node_modules/@logtape/logtape": {
      "version": "0.6.4",
      "resolved": "https://registry.npmjs.org/@logtape/logtape/-/logtape-0.6.4.tgz",
      "integrity": "sha512-4kaP+RrMk9N3e//rLjHy6L7ts5Fmv2y3jKOJcoijzExQTpWaIr7tMD4KdyNARYH7eQo2qm9w4+MFjNMaFhYNCQ==",
      "version": "0.7.1",
      "resolved": "https://registry.npmjs.org/@logtape/logtape/-/logtape-0.7.1.tgz",
      "integrity": "sha512-gP2O2Pk68I5UtH2D3d+uZpZG3eo2JLUStXpa+fLoPa4dkRYJyX+o70pPl4/4KkY06xsc+33mpslUd3kIKDT2Gw==",
      "funding": [
        "https://github.com/sponsors/dahlia"
      ],
+1 −1
Original line number Diff line number Diff line
@@ -30,7 +30,7 @@
  },
  "dependencies": {
    "@fedify/express": "^0.2.0",
    "@fedify/fedify": "^1.0.2",
    "@fedify/fedify": "^1.2.7",
    "@logtape/logtape": "^0.8.0",
    "express": "^4.21.0"
  }