Skip to content

Commit

Permalink
bump erroring package
Browse files Browse the repository at this point in the history
  • Loading branch information
rswerve committed Jul 26, 2023
1 parent f49187e commit f5a6961
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 11 deletions.
2 changes: 1 addition & 1 deletion services/app-api/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@
"serverless-offline-ssm": "^6.2.0",
"serverless-s3-bucket-helper": "CMSgov/serverless-s3-bucket-helper",
"serverless-stack-termination-protection": "^2.0.2",
"serverless-webpack": "^5.11.0",
"serverless-webpack": "^5.12.0",
"slugify": "^1.6.5",
"ts-jest": "^27.1.4",
"ts-loader": "^9.2.8",
Expand Down
2 changes: 1 addition & 1 deletion services/uploads/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
"serverless-s3-bucket-helper": "CMSgov/serverless-s3-bucket-helper",
"serverless-s3-local": "^0.7.1",
"serverless-stack-termination-protection": "^2.0.2",
"serverless-webpack": "^5.11.0",
"serverless-webpack": "^5.12.0",
"ts-jest": "^27.1.4",
"ts-loader": "^9.2.8",
"tsconfig-paths-webpack-plugin": "^4.0.0"
Expand Down
18 changes: 9 additions & 9 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -22421,10 +22421,10 @@ is-buffer@^2.0.0:
resolved "https://registry.yarnpkg.com/is-buffer/-/is-buffer-2.0.5.tgz#ebc252e400d22ff8d77fa09888821a24a658c191"
integrity sha512-i2R6zNFDwgEHJyQUtJEk0XFi1i0dPFn/oqjK3/vPCcDeJvW5NQ83V8QbicfF1SupOaB0h8ntgBC2YiE7dfyctQ==

is-builtin-module@^3.2.0:
version "3.2.0"
resolved "https://registry.yarnpkg.com/is-builtin-module/-/is-builtin-module-3.2.0.tgz#bb0310dfe881f144ca83f30100ceb10cf58835e0"
integrity sha512-phDA4oSGt7vl1n5tJvTWooWWAsXLY+2xCnxNqvKhGEzujg+A43wPlPOyDg3C8XQHN+6k/JTQWJ/j0dQh/qr+Hw==
is-builtin-module@^3.2.1:
version "3.2.1"
resolved "https://registry.yarnpkg.com/is-builtin-module/-/is-builtin-module-3.2.1.tgz#f03271717d8654cfcaf07ab0463faa3571581169"
integrity sha512-BSLE3HnV2syZ0FK0iMA/yUGplUeMmNz4AW5fnTunbCIqZi4vG3WjJT9FHMy5D69xmAYBHXQhJdALdpwVxV501A==
dependencies:
builtin-modules "^3.3.0"

Expand Down Expand Up @@ -29678,17 +29678,17 @@ serverless-stack-termination-protection@^2.0.2:
resolved "https://registry.yarnpkg.com/serverless-stack-termination-protection/-/serverless-stack-termination-protection-2.0.2.tgz#f56d61e745fd346daf3b49612a4751f63a84b97e"
integrity sha512-pPUVJmH5if8A12KVSTMqNjo7u8rfW0/vJO+UFp19lvkY0t8jfoO3R3DySwTDVcB+jzaCrU/NyEHPtbiDLVjSSw==

serverless-webpack@^5.11.0:
version "5.11.0"
resolved "https://registry.yarnpkg.com/serverless-webpack/-/serverless-webpack-5.11.0.tgz#1cd4397925af47943fffec79d755e15d91720406"
integrity sha512-0OjwSAMrf1OZZfbFwWUGuqz9eiMJIinTRWz2XNkKD3TY5EifvwU7oAF7mEXKPZTgtVhusSzz408C3FWgcIHizg==
serverless-webpack@^5.12.0:
version "5.12.0"
resolved "https://registry.yarnpkg.com/serverless-webpack/-/serverless-webpack-5.12.0.tgz#61dafbcf63884a64d991de0b38f6bd71bc5ae266"
integrity sha512-krXmz20rT4X9WkiT6nnH/o+gOVof+SFXKTsCTOY2eDF+9PS4UKtGlzZkjNyDV62lCQgD7nmXPbdY2hYoGmyeYg==
dependencies:
archiver "^5.3.1"
bluebird "^3.7.2"
find-yarn-workspace-root "^2.0.0"
fs-extra "^9.1.0"
glob "^7.2.3"
is-builtin-module "^3.2.0"
is-builtin-module "^3.2.1"
lodash "^4.17.21"
semver "^7.3.8"
optionalDependencies:
Expand Down

0 comments on commit f5a6961

Please sign in to comment.