Skip to content

Commit

Permalink
fix(misc): fix dependabot alerts
Browse files Browse the repository at this point in the history
  • Loading branch information
willsia committed Aug 1, 2022
1 parent 85c04ee commit 427253a
Show file tree
Hide file tree
Showing 5 changed files with 18 additions and 19 deletions.
26 changes: 13 additions & 13 deletions source/common/config/rush/pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion source/common/config/rush/repo-state.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// DO NOT MODIFY THIS FILE MANUALLY BUT DO COMMIT IT. It is generated and used by Rush.
{
"pnpmShrinkwrapHash": "3ca9863c263c640e30180fca5204bbef53c8437f"
"pnpmShrinkwrapHash": "2a4b27152579ee9af82de3e92af9d47f295670c6"
}
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
"cz-customizable": "~6.3.0",
"nyc": "15.1.0",
"shx": "0.3.3",
"aws-sdk": "2.804.0",
"aws-sdk": "2.814.0",
"@types/jest": "26.0.23",
"@typescript-eslint/eslint-plugin": "4.23.0",
"@typescript-eslint/parser": "4.23.0",
Expand Down
4 changes: 2 additions & 2 deletions source/packages/services/assetlibrary-export/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
"lodash": "4.17.21",
"logform": "2.1.2",
"mime": "1.6.0",
"moment": "2.29.2",
"moment": "2.29.4",
"luxon": "2.3.0",
"ow": "0.15.0",
"p-limit": "3.1.0",
Expand All @@ -49,7 +49,7 @@
"@types/json-stable-stringify": "1.0.32",
"@types/jsonwebtoken": "8.5.0",
"@types/luxon": "2.0.9",
"@types/lodash":"4.14.168",
"@types/lodash": "4.14.168",
"@types/prettyjson": "0.0.29",
"@types/shortid": "0.0.29",
"@typescript-eslint/eslint-plugin": "4.9.1",
Expand Down
3 changes: 1 addition & 2 deletions source/packages/services/organization-manager/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,15 +15,14 @@
"start": "rushx build && APP_CONFIG_DIR=${PWD}/src/config nodemon dist/lambda_proxy.js",
"start:eventbridge": "rushx build && APP_CONFIG_DIR=${PWD}/src/config node dist/eventbridge_handler.js",
"bundle": "../../../infrastructure/bundle-package.bash organization-manager"

},
"dependencies": {
"@cdf/errors": "^4.0.0",
"@cdf/logger": "^4.0.0",
"@cdf/lambda-invoke": "^3.0.0",
"@cdf/config-inject": "^4.0.0",
"@cdf/express-middleware": "^3.0.0",
"aws-sdk": "2.804.0",
"aws-sdk": "2.814.0",
"express": "4.17.1",
"inversify": "5.1.1",
"inversify-binding-decorators": "4.0.0",
Expand Down

0 comments on commit 427253a

Please sign in to comment.