diff --git a/.pnp.cjs b/.pnp.cjs index c5cf4f253..27707fb85 100755 --- a/.pnp.cjs +++ b/.pnp.cjs @@ -2714,7 +2714,7 @@ function $$SETUP_STATE(hydrateRuntimeState, basePath) { ["@types/jest", "npm:28.1.4"],\ ["@types/jsonwebtoken", "npm:8.5.8"],\ ["@types/newrelic", "npm:7.0.3"],\ - ["@types/prettyjson", "npm:0.0.29"],\ + ["@types/prettyjson", "npm:0.0.30"],\ ["@typescript-eslint/eslint-plugin", "virtual:04783e12400851b8a3d76e71495851cc94959db6e62f04cb0a31190080629440b182d8c8eb4d7f2b04e281912f2783a5fd4d2c3c6ab68d38b7097246c93f4c19#npm:5.30.5"],\ ["aws-sdk", "npm:2.1168.0"],\ ["axios", "npm:0.24.0"],\ @@ -2778,7 +2778,7 @@ function $$SETUP_STATE(hydrateRuntimeState, basePath) { ["@types/jest", "npm:28.1.4"],\ ["@types/newrelic", "npm:7.0.3"],\ ["@types/otplib", "npm:10.0.0"],\ - ["@types/prettyjson", "npm:0.0.29"],\ + ["@types/prettyjson", "npm:0.0.30"],\ ["@types/ua-parser-js", "npm:0.7.36"],\ ["@types/uuid", "npm:8.3.4"],\ ["@typescript-eslint/eslint-plugin", "virtual:04783e12400851b8a3d76e71495851cc94959db6e62f04cb0a31190080629440b182d8c8eb4d7f2b04e281912f2783a5fd4d2c3c6ab68d38b7097246c93f4c19#npm:5.30.5"],\ @@ -2963,7 +2963,7 @@ function $$SETUP_STATE(hydrateRuntimeState, basePath) { ["@types/jest", "npm:28.1.4"],\ ["@types/jsonwebtoken", "npm:8.5.8"],\ ["@types/newrelic", "npm:7.0.3"],\ - ["@types/prettyjson", "npm:0.0.29"],\ + ["@types/prettyjson", "npm:0.0.30"],\ ["@types/uuid", "npm:8.3.4"],\ ["@typescript-eslint/eslint-plugin", "virtual:04783e12400851b8a3d76e71495851cc94959db6e62f04cb0a31190080629440b182d8c8eb4d7f2b04e281912f2783a5fd4d2c3c6ab68d38b7097246c93f4c19#npm:5.30.5"],\ ["aws-sdk", "npm:2.1168.0"],\ @@ -3208,7 +3208,7 @@ function $$SETUP_STATE(hydrateRuntimeState, basePath) { ["@types/jest", "npm:28.1.4"],\ ["@types/jsonwebtoken", "npm:8.5.8"],\ ["@types/newrelic", "npm:7.0.3"],\ - ["@types/prettyjson", "npm:0.0.29"],\ + ["@types/prettyjson", "npm:0.0.30"],\ ["@types/ua-parser-js", "npm:0.7.36"],\ ["@types/uuid", "npm:8.3.4"],\ ["@typescript-eslint/eslint-plugin", "virtual:04783e12400851b8a3d76e71495851cc94959db6e62f04cb0a31190080629440b182d8c8eb4d7f2b04e281912f2783a5fd4d2c3c6ab68d38b7097246c93f4c19#npm:5.30.5"],\ @@ -3692,10 +3692,10 @@ function $$SETUP_STATE(hydrateRuntimeState, basePath) { }]\ ]],\ ["@types/prettyjson", [\ - ["npm:0.0.29", {\ - "packageLocation": "./.yarn/cache/@types-prettyjson-npm-0.0.29-26ae573a83-9ff6cb225d.zip/node_modules/@types/prettyjson/",\ + ["npm:0.0.30", {\ + "packageLocation": "./.yarn/cache/@types-prettyjson-npm-0.0.30-6b15ac9c9f-bc012fe807.zip/node_modules/@types/prettyjson/",\ "packageDependencies": [\ - ["@types/prettyjson", "npm:0.0.29"]\ + ["@types/prettyjson", "npm:0.0.30"]\ ],\ "linkType": "HARD"\ }]\ diff --git a/.yarn/cache/@types-prettyjson-npm-0.0.29-26ae573a83-9ff6cb225d.zip b/.yarn/cache/@types-prettyjson-npm-0.0.29-26ae573a83-9ff6cb225d.zip deleted file mode 100644 index ecd79d015..000000000 Binary files a/.yarn/cache/@types-prettyjson-npm-0.0.29-26ae573a83-9ff6cb225d.zip and /dev/null differ diff --git a/.yarn/cache/@types-prettyjson-npm-0.0.30-6b15ac9c9f-bc012fe807.zip b/.yarn/cache/@types-prettyjson-npm-0.0.30-6b15ac9c9f-bc012fe807.zip new file mode 100644 index 000000000..4620c945f Binary files /dev/null and b/.yarn/cache/@types-prettyjson-npm-0.0.30-6b15ac9c9f-bc012fe807.zip differ diff --git a/packages/api-gateway/package.json b/packages/api-gateway/package.json index ea678e89f..8c4c17e19 100644 --- a/packages/api-gateway/package.json +++ b/packages/api-gateway/package.json @@ -51,7 +51,7 @@ "@types/jest": "^28.1.3", "@types/jsonwebtoken": "^8.5.0", "@types/newrelic": "^7.0.3", - "@types/prettyjson": "^0.0.29", + "@types/prettyjson": "^0.0.30", "@typescript-eslint/eslint-plugin": "^5.29.0", "eslint": "^8.14.0", "eslint-plugin-prettier": "^4.0.0", diff --git a/packages/auth/package.json b/packages/auth/package.json index 82999b4cc..e891de8e5 100644 --- a/packages/auth/package.json +++ b/packages/auth/package.json @@ -74,7 +74,7 @@ "@types/jest": "^28.1.3", "@types/newrelic": "^7.0.3", "@types/otplib": "^10.0.0", - "@types/prettyjson": "^0.0.29", + "@types/prettyjson": "^0.0.30", "@types/ua-parser-js": "^0.7.36", "@types/uuid": "^8.3.0", "@typescript-eslint/eslint-plugin": "^5.29.0", diff --git a/packages/files/package.json b/packages/files/package.json index 7c18874d0..1a5d9d587 100644 --- a/packages/files/package.json +++ b/packages/files/package.json @@ -62,7 +62,7 @@ "@types/jest": "^28.1.3", "@types/jsonwebtoken": "^8.5.0", "@types/newrelic": "^7.0.3", - "@types/prettyjson": "^0.0.29", + "@types/prettyjson": "^0.0.30", "@types/uuid": "^8.3.0", "@typescript-eslint/eslint-plugin": "^5.29.0", "eslint": "^8.14.0", diff --git a/packages/syncing-server/package.json b/packages/syncing-server/package.json index a797a006a..53ea3f98b 100644 --- a/packages/syncing-server/package.json +++ b/packages/syncing-server/package.json @@ -64,7 +64,7 @@ "@types/jest": "^28.1.3", "@types/jsonwebtoken": "^8.5.0", "@types/newrelic": "^7.0.3", - "@types/prettyjson": "^0.0.29", + "@types/prettyjson": "^0.0.30", "@types/ua-parser-js": "^0.7.36", "@types/uuid": "^8.3.0", "@typescript-eslint/eslint-plugin": "^5.29.0", diff --git a/yarn.lock b/yarn.lock index 9715b754f..bd8f69e7c 100644 --- a/yarn.lock +++ b/yarn.lock @@ -1971,7 +1971,7 @@ __metadata: "@types/jest": ^28.1.3 "@types/jsonwebtoken": ^8.5.0 "@types/newrelic": ^7.0.3 - "@types/prettyjson": ^0.0.29 + "@types/prettyjson": ^0.0.30 "@typescript-eslint/eslint-plugin": ^5.29.0 aws-sdk: ^2.1160.0 axios: 0.24.0 @@ -2036,7 +2036,7 @@ __metadata: "@types/jest": ^28.1.3 "@types/newrelic": ^7.0.3 "@types/otplib": ^10.0.0 - "@types/prettyjson": ^0.0.29 + "@types/prettyjson": ^0.0.30 "@types/ua-parser-js": ^0.7.36 "@types/uuid": ^8.3.0 "@typescript-eslint/eslint-plugin": ^5.29.0 @@ -2218,7 +2218,7 @@ __metadata: "@types/jest": ^28.1.3 "@types/jsonwebtoken": ^8.5.0 "@types/newrelic": ^7.0.3 - "@types/prettyjson": ^0.0.29 + "@types/prettyjson": ^0.0.30 "@types/uuid": ^8.3.0 "@typescript-eslint/eslint-plugin": ^5.29.0 aws-sdk: ^2.1158.0 @@ -2443,7 +2443,7 @@ __metadata: "@types/jest": ^28.1.3 "@types/jsonwebtoken": ^8.5.0 "@types/newrelic": ^7.0.3 - "@types/prettyjson": ^0.0.29 + "@types/prettyjson": ^0.0.30 "@types/ua-parser-js": ^0.7.36 "@types/uuid": ^8.3.0 "@typescript-eslint/eslint-plugin": ^5.29.0 @@ -2863,10 +2863,10 @@ __metadata: languageName: node linkType: hard -"@types/prettyjson@npm:^0.0.29": - version: 0.0.29 - resolution: "@types/prettyjson@npm:0.0.29" - checksum: 9ff6cb225de224b602fb5992e67ecdf47196becff3ff0c617c3df56ada3f2da5938650f944ccb70530911bb3cf51e27568fc41a4cb62e03ca95d428c7eb05c9a +"@types/prettyjson@npm:^0.0.30": + version: 0.0.30 + resolution: "@types/prettyjson@npm:0.0.30" + checksum: bc012fe807b6c9386576ba33d3c4cce6ecd9900ef1cc98eb386f5cd90a1ad0818e94ee35b6debf955ebeaa692952a9e08dc533f75561bc50b505fecdb5a93318 languageName: node linkType: hard