diff --git a/test/__snapshots__/github-custom-resource.test.ts.snap b/test/__snapshots__/github-custom-resource.test.ts.snap index e1b2c5ec..41fa892a 100644 --- a/test/__snapshots__/github-custom-resource.test.ts.snap +++ b/test/__snapshots__/github-custom-resource.test.ts.snap @@ -39,7 +39,7 @@ Object { "S3Bucket": Object { "Fn::Sub": "cdk-hnb659fds-assets-\${AWS::AccountId}-\${AWS::Region}", }, - "S3Key": "efcab633a72aa87a29679967c51fb0fa59cbabb3800c6e0a0bccaf063768414f.zip", + "S3Key": "82e23dae2288817b47632c89c0afb36938819432e9b2a8e351fc68492d2dd632.zip", }, "Description": "src/custom-resource-provider/handler.lambda.ts", "Environment": Object { diff --git a/yarn.lock b/yarn.lock index 95866c1e..d80a96e3 100644 --- a/yarn.lock +++ b/yarn.lock @@ -4270,16 +4270,16 @@ levn@~0.3.0: type-check "~0.3.2" libsodium-wrappers@^0.7.11: - version "0.7.14" - resolved "https://registry.yarnpkg.com/libsodium-wrappers/-/libsodium-wrappers-0.7.14.tgz#b21d9e8d58de686c6318a772805ee1c5d02035a5" - integrity sha512-300TtsePizhJZ7HjLmWr6hLHAgJUxIGhapSw+EwfCtDuWaEmEdGXSQv6j6qFw0bs9l4vS2NH9BtOHfXAq6h5kQ== + version "0.7.15" + resolved "https://registry.yarnpkg.com/libsodium-wrappers/-/libsodium-wrappers-0.7.15.tgz#53f13e483820272a3d55b23be2e34402ac988055" + integrity sha512-E4anqJQwcfiC6+Yrl01C1m8p99wEhLmJSs0VQqST66SbQXXBoaJY0pF4BNjRYa/sOQAxx6lXAaAFIlx+15tXJQ== dependencies: - libsodium "^0.7.14" + libsodium "^0.7.15" -libsodium@^0.7.11, libsodium@^0.7.14: - version "0.7.14" - resolved "https://registry.yarnpkg.com/libsodium/-/libsodium-0.7.14.tgz#d9daace70dbc36051b947d37999bb6337c364c88" - integrity sha512-/pOd7eO6oZrfORquRTC4284OUJFcMi8F3Vnc9xtRBT0teLfOUxWIItaBFF3odYjZ7nlJNwnLdUVEUFHxVyX/Sw== +libsodium@^0.7.11, libsodium@^0.7.15: + version "0.7.15" + resolved "https://registry.yarnpkg.com/libsodium/-/libsodium-0.7.15.tgz#ac284e3dcb1c29ae9526c5581cdada6a072f6d20" + integrity sha512-sZwRknt/tUpE2AwzHq3jEyUU5uvIZHtSssktXq7owd++3CSgn8RGrv6UZJJBpP7+iBghBqe7Z06/2M31rI2NKw== lines-and-columns@^1.1.6: version "1.2.4"