Skip to content

Commit

Permalink
chore(deps): upgrade packages
Browse files Browse the repository at this point in the history
  • Loading branch information
SnapPetal committed Oct 21, 2023
1 parent fbd9393 commit 1631535
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .projenrc.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
const { awscdk, majorVersion } = require('projen');
const { awscdk } = require('projen');
const project = new awscdk.AwsCdkConstructLibrary({
authorAddress: 'thon.becker@gmail.com',
authorName: 'Thon Becker',
Expand Down
9 changes: 9 additions & 0 deletions test/cdk-simplewebsite-deploy.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,7 @@ describe('Create basic website', () => {
},
{
Action: [
's3:PutBucketPolicy',
's3:GetBucket*',
's3:List*',
's3:DeleteObject*',
Expand Down Expand Up @@ -150,6 +151,7 @@ describe('Create basic website', () => {
},
{
Action: [
's3:PutBucketPolicy',
's3:GetBucket*',
's3:List*',
's3:DeleteObject*',
Expand Down Expand Up @@ -237,6 +239,7 @@ describe('Create basic website', () => {
},
{
Action: [
's3:PutBucketPolicy',
's3:GetBucket*',
's3:List*',
's3:DeleteObject*',
Expand Down Expand Up @@ -308,6 +311,7 @@ describe('Create cloudfront website', () => {
Statement: [
{
Action: [
's3:PutBucketPolicy',
's3:GetBucket*',
's3:List*',
's3:DeleteObject*',
Expand Down Expand Up @@ -427,6 +431,7 @@ describe('Create cloudfront website', () => {
Statement: [
{
Action: [
's3:PutBucketPolicy',
's3:GetBucket*',
's3:List*',
's3:DeleteObject*',
Expand Down Expand Up @@ -529,6 +534,7 @@ describe('Create cloudfront website', () => {
Statement: [
{
Action: [
's3:PutBucketPolicy',
's3:GetBucket*',
's3:List*',
's3:DeleteObject*',
Expand Down Expand Up @@ -655,6 +661,7 @@ describe('Create cloudfront website', () => {
Statement: [
{
Action: [
's3:PutBucketPolicy',
's3:GetBucket*',
's3:List*',
's3:DeleteObject*',
Expand Down Expand Up @@ -752,6 +759,7 @@ describe('Create cloudfront website', () => {
Statement: [
{
Action: [
's3:PutBucketPolicy',
's3:GetBucket*',
's3:List*',
's3:DeleteObject*',
Expand Down Expand Up @@ -849,6 +857,7 @@ describe('Create cloudfront website', () => {
Statement: [
{
Action: [
's3:PutBucketPolicy',
's3:GetBucket*',
's3:List*',
's3:DeleteObject*',
Expand Down

0 comments on commit 1631535

Please sign in to comment.