Skip to content

Commit

Permalink
Fix dev deployment
Browse files Browse the repository at this point in the history
Signed-off-by: csavula <[email protected]>
  • Loading branch information
csavulalfx committed Jan 29, 2025
1 parent 80e01a0 commit e577349
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 16 deletions.
12 changes: 1 addition & 11 deletions cla-backend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,13 +33,9 @@
"delete_domain:prod": "SLS_DEBUG=* ./node_modules/serverless/bin/serverless.js delete_domain -s prod -r us-east-1 --verbose"
},
"dependencies": {
"aws-sdk": "^2.1329.0",
"fast-xml-parser": ">=4.4.1",
"install": "^0.13.0",
"node-fetch": "^2.6.7",
"node.extend": "^2.0.2",
"qs": "^6.11.0",
"serverless": "^3.40.0",
"serverless": "^3.32.2",
"serverless-domain-manager": "^7.0.4",
"serverless-finch": "^4.0.3",
"serverless-layers": "^2.6.1",
Expand All @@ -48,14 +44,11 @@
"serverless-python-requirements": "^6.0.0",
"serverless-esbuild": "^1.5.0",
"serverless-wsgi": "^3.0.1",
"shell-quote": "^1.7.3",
"simple-git": "^3.16.0",
"xml2js": "^0.6.0",
"yarn-audit-fix": "^10.0.0"
},
"resolutions": {
"ansi-regex": "^5.0.1",
"aws-sdk": "^2.1329.0",
"axios": "^0.28.0",
"cookiejar": "^2.1.4",
"file-type": "^16.5.4",
Expand All @@ -69,10 +62,7 @@
"minimatch": "^6.1.6",
"minimist": "^1.2.6",
"normalize-url": "^4.5.1",
"qs": "^6.11.0",
"set-value": "^4.0.1",
"shell-quote": "^1.7.3",
"simple-git": "^3.16.0",
"ws": ">=7.5.10",
"xmlhttprequest-ssl": "^1.6.2",
"fast-xml-parser": ">=4.4.1"
Expand Down
3 changes: 1 addition & 2 deletions cla-backend/serverless.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
# SPDX-License-Identifier: MIT

service: cla-backend
frameworkVersion: '^3.40.0'
frameworkVersion: '^3.32.2'

package:
# Exclude all first - selectively add in lambda functions
Expand Down Expand Up @@ -389,7 +389,6 @@ plugins:
# This plugin allows us to remove/prune the old versions either manually or automatically
- serverless-prune-plugin
- serverless-domain-manager
- serverless-esbuild

functions:
authorizer:
Expand Down
6 changes: 3 additions & 3 deletions cla-backend/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2466,7 +2466,7 @@ available-typed-arrays@^1.0.7:
dependencies:
possible-typed-array-names "^1.0.0"

aws-sdk@^2.1329.0, aws-sdk@^2.1404.0:
aws-sdk@^2.1404.0:
version "2.1692.0"
resolved "https://registry.yarnpkg.com/aws-sdk/-/aws-sdk-2.1692.0.tgz#9dac5f7bfcc5ab45825cc8591b12753aa7d2902c"
integrity sha512-x511uiJ/57FIsbgUe5csJ13k3uzu25uWQE+XqfBis/sB0SFoiElJWXRkgEAUh0U6n40eT3ay5Ue4oPkRMu1LYw==
Expand Down Expand Up @@ -5576,7 +5576,7 @@ serverless-wsgi@^3.0.1:
lodash "^4.17.21"
process-utils "^4.0.0"

serverless@^3.40.0:
serverless@^3.32.2:
version "3.40.0"
resolved "https://registry.yarnpkg.com/serverless/-/serverless-3.40.0.tgz#bf0e15caae556497d6a97afdc4b2e0ee84c43043"
integrity sha512-6vUSIUqBkhZeIpFz0howqKlT1BNjYxOrucvvSICKCEsxVS9MbTJokGkykDrpr/k4Io3WI8tcvrf25+U5Ynf3lw==
Expand Down Expand Up @@ -5722,7 +5722,7 @@ shebang-regex@^3.0.0:
resolved "https://registry.yarnpkg.com/shebang-regex/-/shebang-regex-3.0.0.tgz#ae16f1644d873ecad843b0307b143362d4c42172"
integrity sha512-7++dFhtcx3353uBaq8DDR4NuxBetBzC7ZQOhmTQInHEd6bSrXdiEyzCvG07Z44UYdLShWUyXt5M/yhz8ekcb1A==

shell-quote@^1.7.3, shell-quote@^1.8.1:
shell-quote@^1.8.1:
version "1.8.2"
resolved "https://registry.yarnpkg.com/shell-quote/-/shell-quote-1.8.2.tgz#d2d83e057959d53ec261311e9e9b8f51dcb2934a"
integrity sha512-AzqKpGKjrj7EM6rKVQEPpB288oCfnrEIuyoT9cyF4nmGa7V8Zk6f7RRqYisX8X9m+Q7bd632aZW4ky7EhbQztA==
Expand Down

0 comments on commit e577349

Please sign in to comment.