Skip to content

Commit

Permalink
chore: update @architect/functions
Browse files Browse the repository at this point in the history
  • Loading branch information
MichaelDeBoey committed Nov 1, 2023
1 parent 33c64cb commit 51943aa
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion packages/remix-architect/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"main": "dist/index.js",
"typings": "dist/index.d.ts",
"dependencies": {
"@architect/functions": "^5.2.0",
"@architect/functions": "^7.0.0",
"@remix-run/node": "2.2.0",
"@types/aws-lambda": "^8.10.82"
},
Expand Down
18 changes: 9 additions & 9 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -15,13 +15,13 @@
"@jridgewell/gen-mapping" "^0.1.0"
"@jridgewell/trace-mapping" "^0.3.9"

"@architect/functions@^5.2.0":
version "5.3.3"
resolved "https://registry.npmjs.org/@architect/functions/-/functions-5.3.3.tgz"
integrity sha512-q9ePtpw7SIl14B0KFIJGm4StL6jOWWYgGpD1HR7zkTKKiUIL/W0tkrAZnBhU8WPXRHPmpf5BcEjIXHQKyvz9Hg==
"@architect/functions@^7.0.0":
version "7.0.0"
resolved "https://registry.npmjs.org/@architect/functions/-/functions-7.0.0.tgz#82fdd436615ff27fd7b4d60ca5482a4c6aeb2cc5"
integrity sha512-6HumTH9885uMAZ9yIEBUi8RmgzFTQoGefd6CD6sNkVzoZM2QCyk4BRfKvo8hdgm+AxDjkZdvA/4kaj5K7680Bg==
dependencies:
cookie "^0.5.0"
cookie-signature "^1.2.0"
cookie-signature "^1.2.1"
csrf "^3.1.0"
node-webtokens "^1.0.4"
run-parallel "^1.2.0"
Expand Down Expand Up @@ -4497,10 +4497,10 @@ [email protected]:
resolved "https://registry.npmjs.org/cookie-signature/-/cookie-signature-1.0.6.tgz"
integrity sha1-4wOogrNCzD7oylE6eZmXNNqzriw=

cookie-signature@^1.1.0, cookie-signature@^1.2.0:
version "1.2.0"
resolved "https://registry.npmjs.org/cookie-signature/-/cookie-signature-1.2.0.tgz"
integrity sha512-R0BOPfLGTitaKhgKROKZQN6iyq2iDQcH1DOF8nJoaWapguX5bC2w+Q/I9NmmM5lfcvEarnLZr+cCvmEYYSXvYA==
cookie-signature@^1.1.0, cookie-signature@^1.2.1:
version "1.2.1"
resolved "https://registry.npmjs.org/cookie-signature/-/cookie-signature-1.2.1.tgz#790dea2cce64638c7ae04d9fabed193bd7ccf3b4"
integrity sha512-78KWk9T26NhzXtuL26cIJ8/qNHANyJ/ZYrmEXFzUmhZdjpBv+DlWlOANRTGBt48YcyslsLrj0bMLFTmXvLRCOw==

[email protected], cookie@^0.4.1, cookie@^0.4.2:
version "0.4.2"
Expand Down

0 comments on commit 51943aa

Please sign in to comment.