Skip to content

Commit

Permalink
feat: dependabot updates 2024-12-03 (#4426)
Browse files Browse the repository at this point in the history
  • Loading branch information
brunozoric authored Dec 4, 2024
1 parent 51cdfcc commit 5a5a2e3
Show file tree
Hide file tree
Showing 150 changed files with 991 additions and 977 deletions.
2 changes: 1 addition & 1 deletion apps/admin/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
"tslib": "^2.4.0"
},
"devDependencies": {
"cross-env": "^5.0.2"
"cross-env": "^5.2.1"
},
"scripts": {
"analyze": "source-map-explorer build/static/js/main.*",
Expand Down
2 changes: 1 addition & 1 deletion apps/website/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
},
"devDependencies": {
"@types/react-helmet": "^6.1.0",
"cross-env": "^5.0.2",
"cross-env": "^5.2.1",
"source-map-explorer": "^2.5.3"
},
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion cypress-tests/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"@webiny/project-utils": "0.0.0",
"@webiny/utils": "0.0.0",
"amazon-cognito-identity-js": "^4.5.3",
"cypress": "^13.0.0",
"cypress": "^13.16.0",
"cypress-image-snapshot": "^4.0.1",
"cypress-mailosaur": "^2.7.0",
"cypress-wait-until": "^1.7.1",
Expand Down
13 changes: 6 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@
"babel-plugin-macros": "3.1.0",
"babel-plugin-module-resolver": "^5.0.0",
"chalk": "^4.1.0",
"cross-env": "^5.2.0",
"cross-env": "^5.2.1",
"deepmerge": "^4.3.1",
"env-ci": "2.0.1",
"eslint": "^8.56.0",
Expand Down Expand Up @@ -103,13 +103,12 @@
"load-json-file": "^6.2.0",
"lodash": "^4.17.21",
"longest": "^2.0.1",
"minimatch": "^5.1.0",
"minimatch": "^5.1.6",
"nanoid": "^3.3.7",
"node-fetch": "2.6.7",
"pm2": "^5.3.1",
"prettier": "^2.8.3",
"rimraf": "^5.0.5",
"semver": "^7.5.4",
"pm2": "^5.4.3",
"prettier": "^2.8.8",
"semver": "^7.6.3",
"ts-expect": "^1.3.0",
"ts-jest": "^29.1.2",
"ts-node": "^10.9.1",
Expand Down Expand Up @@ -241,7 +240,7 @@
"ejs": "^3.1.10",
"@grpc/grpc-js": "^1.11.1",
"postcss": "^8.4.35",
"semver": "7.5.4",
"semver": "^7.6.3",
"@types/eslint": "8.2.1",
"xml2js": "0.6.2",
"yargs": "^17.3.1",
Expand Down
8 changes: 4 additions & 4 deletions packages/api-aco/__tests__/record.graphql.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -196,8 +196,8 @@ describe("record graphql generator", () => {
)
.join("\n");
expect(sdl).not.toBeNull();
const schema = prettier.format(sdl.trim(), { parser: "graphql" });
const snapshot = prettier.format(createDefaultAppsSchemaSnapshot().trim(), {
const schema = await prettier.format(sdl.trim(), { parser: "graphql" });
const snapshot = await prettier.format(createDefaultAppsSchemaSnapshot().trim(), {
parser: "graphql"
});
expect(schema).toEqual(snapshot);
Expand Down Expand Up @@ -253,8 +253,8 @@ describe("record graphql generator", () => {
)
.join("\n");
expect(sdl).not.toBeNull();
const schema = prettier.format(sdl.trim(), { parser: "graphql" });
const snapshot = prettier.format(createCustomAppsSchemaSnapshot().trim(), {
const schema = await prettier.format(sdl.trim(), { parser: "graphql" });
const snapshot = await prettier.format(createCustomAppsSchemaSnapshot().trim(), {
parser: "graphql"
});
expect(schema).toEqual(snapshot);
Expand Down
4 changes: 2 additions & 2 deletions packages/api-aco/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -49,8 +49,8 @@
"@webiny/project-utils": "0.0.0",
"@webiny/wcp": "0.0.0",
"graphql": "^15.8.0",
"prettier": "^2.8.3",
"rimraf": "^5.0.5",
"prettier": "^2.8.8",
"rimraf": "^6.0.1",
"ttypescript": "^1.5.13",
"typescript": "4.9.5"
}
Expand Down
5 changes: 2 additions & 3 deletions packages/api-admin-settings/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,9 +33,8 @@
"get-yarn-workspaces": "^1.0.2",
"jest": "^29.7.0",
"jest-dynalite": "^3.6.1",
"prettier": "^2.8.3",
"rimraf": "^5.0.5",
"sinon": "^9.0.2",
"prettier": "^2.8.8",
"rimraf": "^6.0.1",
"ttypescript": "^1.5.12",
"typescript": "4.9.5"
},
Expand Down
4 changes: 2 additions & 2 deletions packages/api-admin-users-so-ddb/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,8 @@
"@webiny/cli": "0.0.0",
"@webiny/project-utils": "0.0.0",
"jest": "^29.7.0",
"jest-dynalite": "^3.2.0",
"rimraf": "^5.0.5",
"jest-dynalite": "^3.6.1",
"rimraf": "^6.0.1",
"ttypescript": "^1.5.12",
"typescript": "4.9.5"
},
Expand Down
4 changes: 2 additions & 2 deletions packages/api-admin-users/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"@webiny/utils": "0.0.0",
"@webiny/validation": "0.0.0",
"commodo-fields-object": "^1.0.6",
"dataloader": "^2.0.0",
"dataloader": "^2.2.2",
"lodash": "^4.17.21",
"md5": "^2.3.0"
},
Expand All @@ -33,7 +33,7 @@
"@webiny/api-wcp": "0.0.0",
"@webiny/cli": "0.0.0",
"@webiny/project-utils": "0.0.0",
"rimraf": "^5.0.5",
"rimraf": "^6.0.1",
"typescript": "4.9.5"
},
"publishConfig": {
Expand Down
4 changes: 2 additions & 2 deletions packages/api-apw-scheduler-so-ddb/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,8 @@
"@webiny/handler-graphql": "0.0.0",
"@webiny/project-utils": "0.0.0",
"jest": "^29.7.0",
"jest-dynalite": "^3.2.0",
"rimraf": "^5.0.5",
"jest-dynalite": "^3.6.1",
"rimraf": "^6.0.1",
"ttypescript": "^1.5.12",
"typescript": "4.9.5"
},
Expand Down
7 changes: 3 additions & 4 deletions packages/api-apw/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
"@webiny/pubsub": "0.0.0",
"@webiny/utils": "0.0.0",
"@webiny/validation": "0.0.0",
"dayjs": "^1.10.4",
"dayjs": "^1.11.13",
"lodash": "^4.17.21"
},
"devDependencies": {
Expand All @@ -47,9 +47,8 @@
"get-yarn-workspaces": "^1.0.2",
"graphql": "^15.7.2",
"jest": "^29.7.0",
"prettier": "^2.8.3",
"rimraf": "^5.0.5",
"sinon": "^9.0.2",
"prettier": "^2.8.8",
"rimraf": "^6.0.1",
"ttypescript": "^1.5.12",
"typescript": "4.9.5"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/api-authentication-cognito/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"devDependencies": {
"@webiny/cli": "0.0.0",
"@webiny/project-utils": "0.0.0",
"rimraf": "^5.0.5",
"rimraf": "^6.0.1",
"typescript": "4.9.5"
},
"publishConfig": {
Expand Down
4 changes: 2 additions & 2 deletions packages/api-authentication/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@
"devDependencies": {
"@webiny/cli": "0.0.0",
"@webiny/project-utils": "0.0.0",
"jest-dynalite": "^3.2.0",
"rimraf": "^5.0.5",
"jest-dynalite": "^3.6.1",
"rimraf": "^6.0.1",
"ttypescript": "^1.5.12",
"typescript": "4.9.5"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/api-background-tasks-ddb/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"devDependencies": {
"@webiny/cli": "0.0.0",
"@webiny/project-utils": "0.0.0",
"rimraf": "^5.0.5",
"rimraf": "^6.0.1",
"ttypescript": "^1.5.12",
"typescript": "4.9.5"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/api-background-tasks-es/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"devDependencies": {
"@webiny/cli": "0.0.0",
"@webiny/project-utils": "0.0.0",
"rimraf": "^5.0.5",
"rimraf": "^6.0.1",
"ttypescript": "^1.5.12",
"typescript": "4.9.5"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/api-background-tasks-os/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"devDependencies": {
"@webiny/cli": "0.0.0",
"@webiny/project-utils": "0.0.0",
"rimraf": "^5.0.5",
"rimraf": "^6.0.1",
"ttypescript": "^1.5.12",
"typescript": "4.9.5"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/api-cognito-authenticator/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"@types/node-fetch": "^2.6.1",
"@webiny/cli": "0.0.0",
"@webiny/project-utils": "0.0.0",
"rimraf": "^5.0.5",
"rimraf": "^6.0.1",
"typescript": "4.9.5"
},
"publishConfig": {
Expand Down
2 changes: 1 addition & 1 deletion packages/api-elasticsearch-tasks/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
"@webiny/handler-graphql": "0.0.0",
"@webiny/plugins": "0.0.0",
"@webiny/project-utils": "0.0.0",
"rimraf": "^5.0.5",
"rimraf": "^6.0.1",
"ttypescript": "^1.5.13",
"type-fest": "^2.19.0",
"typescript": "4.9.5"
Expand Down
6 changes: 3 additions & 3 deletions packages/api-elasticsearch/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,13 +17,13 @@
"@webiny/error": "0.0.0",
"@webiny/plugins": "0.0.0",
"@webiny/utils": "0.0.0",
"aws-elasticsearch-connector": "^9.0.0",
"elastic-ts": "^0.8.0"
"aws-elasticsearch-connector": "^9.2.0",
"elastic-ts": "^0.12.0"
},
"devDependencies": {
"@webiny/cli": "0.0.0",
"@webiny/project-utils": "0.0.0",
"rimraf": "^5.0.5",
"rimraf": "^6.0.1",
"ttypescript": "^1.5.12",
"typescript": "4.9.5"
},
Expand Down
4 changes: 2 additions & 2 deletions packages/api-file-manager-ddb/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,9 +30,9 @@
"devDependencies": {
"@webiny/cli": "0.0.0",
"jest": "^29.7.0",
"jest-dynalite": "^3.2.0",
"jest-dynalite": "^3.6.1",
"jsonpack": "^1.1.5",
"rimraf": "^5.0.5",
"rimraf": "^6.0.1",
"ttypescript": "^1.5.12",
"typescript": "4.9.5"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/api-file-manager-s3/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
"@types/node-fetch": "^2.6.1",
"@webiny/cli": "0.0.0",
"@webiny/project-utils": "0.0.0",
"rimraf": "^5.0.5",
"rimraf": "^6.0.1",
"typescript": "4.9.5"
},
"publishConfig": {
Expand Down
4 changes: 2 additions & 2 deletions packages/api-file-manager/__tests__/fileSchema.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -57,8 +57,8 @@ describe("File Model Modifier test", () => {
plugins: fieldPlugins
});

const prettySnapshot = prettier.format(fileSdlSnapshot.trim(), { parser: "graphql" });
const fileSdl = prettier.format(schema.trim(), { parser: "graphql" });
const prettySnapshot = await prettier.format(fileSdlSnapshot.trim(), { parser: "graphql" });
const fileSdl = await prettier.format(schema.trim(), { parser: "graphql" });

expect(fileSdl).toEqual(prettySnapshot);
});
Expand Down
2 changes: 1 addition & 1 deletion packages/api-file-manager/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
"@webiny/cli": "0.0.0",
"@webiny/utils": "0.0.0",
"jest": "^29.7.0",
"rimraf": "^5.0.5",
"rimraf": "^6.0.1",
"ttypescript": "^1.5.12",
"typescript": "4.9.5"
},
Expand Down
6 changes: 3 additions & 3 deletions packages/api-form-builder-so-ddb-es/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
"@webiny/error": "0.0.0",
"@webiny/plugins": "0.0.0",
"@webiny/utils": "0.0.0",
"elastic-ts": "^0.8.0"
"elastic-ts": "^0.12.0"
},
"devDependencies": {
"@webiny/api-dynamodb-to-elasticsearch": "0.0.0",
Expand All @@ -44,8 +44,8 @@
"@webiny/project-utils": "0.0.0",
"csvtojson": "^2.0.10",
"jest": "^29.7.0",
"jest-dynalite": "^3.2.0",
"rimraf": "^5.0.5",
"jest-dynalite": "^3.6.1",
"rimraf": "^6.0.1",
"ttypescript": "^1.5.12",
"typescript": "4.9.5"
},
Expand Down
4 changes: 2 additions & 2 deletions packages/api-form-builder-so-ddb/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,8 @@
"@webiny/project-utils": "0.0.0",
"csvtojson": "^2.0.10",
"jest": "^29.7.0",
"jest-dynalite": "^3.2.0",
"rimraf": "^5.0.5",
"jest-dynalite": "^3.6.1",
"rimraf": "^6.0.1",
"ttypescript": "^1.5.12",
"typescript": "4.9.5"
},
Expand Down
8 changes: 4 additions & 4 deletions packages/api-form-builder/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,10 +35,10 @@
"@webiny/validation": "0.0.0",
"commodo-fields-object": "^1.0.6",
"date-fns": "^2.22.1",
"json2csv": "^4.5.2",
"json2csv": "^4.5.4",
"lodash": "^4.17.21",
"node-fetch": "2.6.7",
"slugify": "^1.2.9"
"slugify": "^1.6.6"
},
"devDependencies": {
"@types/got": "^9.6.12",
Expand All @@ -51,8 +51,8 @@
"csvtojson": "^2.0.10",
"fs-extra": "^11.2.0",
"jest": "^29.7.0",
"jest-dynalite": "^3.2.0",
"rimraf": "^5.0.5",
"jest-dynalite": "^3.6.1",
"rimraf": "^6.0.1",
"ttypescript": "^1.5.12",
"typescript": "4.9.5"
},
Expand Down
9 changes: 4 additions & 5 deletions packages/api-headless-cms-ddb-es/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
"@webiny/handler-db": "0.0.0",
"@webiny/plugins": "0.0.0",
"@webiny/utils": "0.0.0",
"dataloader": "^2.0.0",
"dataloader": "^2.2.2",
"jsonpack": "^1.1.5",
"lodash": "^4.17.21"
},
Expand All @@ -55,10 +55,9 @@
"@webiny/project-utils": "0.0.0",
"@webiny/tasks": "0.0.0",
"jest": "^29.7.0",
"jest-dynalite": "^3.2.0",
"prettier": "^2.8.3",
"rimraf": "^5.0.5",
"sinon": "^9.0.2",
"jest-dynalite": "^3.6.1",
"prettier": "^2.8.8",
"rimraf": "^6.0.1",
"ttypescript": "^1.5.12",
"typescript": "4.9.5"
},
Expand Down
4 changes: 2 additions & 2 deletions packages/api-headless-cms-ddb/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
"@webiny/error": "0.0.0",
"@webiny/handler-db": "0.0.0",
"@webiny/utils": "0.0.0",
"dataloader": "^2.0.0",
"dataloader": "^2.2.2",
"dot-prop": "^6.0.1",
"jsonpack": "^1.1.5",
"lodash": "^4.17.21"
Expand All @@ -40,7 +40,7 @@
"@webiny/plugins": "0.0.0",
"@webiny/project-utils": "0.0.0",
"jest": "^29.7.0",
"jest-dynalite": "^3.2.0",
"jest-dynalite": "^3.6.1",
"ttypescript": "^1.5.12",
"typescript": "4.9.5"
},
Expand Down
Loading

0 comments on commit 5a5a2e3

Please sign in to comment.