From 80a3b8a85361420422179702363dacb71685208d Mon Sep 17 00:00:00 2001 From: Will Murphy Date: Wed, 9 Nov 2022 22:35:56 -0600 Subject: [PATCH] bump apex --- package-lock.json | 14 +++++++------- package.json | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/package-lock.json b/package-lock.json index fbf30cc..5cdf1e4 100644 --- a/package-lock.json +++ b/package-lock.json @@ -10,7 +10,7 @@ "license": "AGPL-3.0-or-later", "dependencies": { "@small-tech/auto-encrypt": "^3.1.0", - "activitypub-express": "^4.1.0", + "activitypub-express": "^4.1.1", "connect-history-api-fallback": "^1.6.0", "cors": "^2.8.4", "dotenv": "^16.0.3", @@ -1250,9 +1250,9 @@ } }, "node_modules/activitypub-express": { - "version": "4.1.0", - "resolved": "https://registry.npmjs.org/activitypub-express/-/activitypub-express-4.1.0.tgz", - "integrity": "sha512-9X2crZ1OB4uVbI8Akib3LNNRCx5TEZu5w0OYPM/9N9KthMDRXZppJmVs8HKgMONExqesi1Q5DDGCRV2cWWEBbw==", + "version": "4.1.1", + "resolved": "https://registry.npmjs.org/activitypub-express/-/activitypub-express-4.1.1.tgz", + "integrity": "sha512-ZgW/J13OkkQcK9Ys69irJj4i1OmEaDT8R9e9OH91xFnlR4gW9nPW3nojFFy4QtIcJ4oAssGhw/lZ5roqRUML8A==", "dependencies": { "deepmerge": "^4.2.2", "express": "^4.18.0", @@ -6301,9 +6301,9 @@ "requires": {} }, "activitypub-express": { - "version": "4.1.0", - "resolved": "https://registry.npmjs.org/activitypub-express/-/activitypub-express-4.1.0.tgz", - "integrity": "sha512-9X2crZ1OB4uVbI8Akib3LNNRCx5TEZu5w0OYPM/9N9KthMDRXZppJmVs8HKgMONExqesi1Q5DDGCRV2cWWEBbw==", + "version": "4.1.1", + "resolved": "https://registry.npmjs.org/activitypub-express/-/activitypub-express-4.1.1.tgz", + "integrity": "sha512-ZgW/J13OkkQcK9Ys69irJj4i1OmEaDT8R9e9OH91xFnlR4gW9nPW3nojFFy4QtIcJ4oAssGhw/lZ5roqRUML8A==", "requires": { "deepmerge": "^4.2.2", "express": "^4.18.0", diff --git a/package.json b/package.json index af88d98..1437edb 100644 --- a/package.json +++ b/package.json @@ -5,7 +5,7 @@ "main": "index.js", "dependencies": { "@small-tech/auto-encrypt": "^3.1.0", - "activitypub-express": "^4.1.0", + "activitypub-express": "^4.1.1", "connect-history-api-fallback": "^1.6.0", "cors": "^2.8.4", "dotenv": "^16.0.3",