Skip to content

Commit f8932f3

Browse files
dependabot[bot]scottdoverScott Dover
authored
chore(deps-dev): bump prettier from 3.6.2 to 3.7.3 (#1713)
* chore(deps-dev): bump prettier from 3.6.2 to 3.7.3 Bumps [prettier](https://github.com/prettier/prettier) from 3.6.2 to 3.7.3. - [Release notes](https://github.com/prettier/prettier/releases) - [Changelog](https://github.com/prettier/prettier/blob/main/CHANGELOG.md) - [Commits](prettier/prettier@3.6.2...3.7.3) --- updated-dependencies: - dependency-name: prettier dependency-version: 3.7.3 dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> * chore: run npm run format Signed-off-by: Scott Dover <[email protected]> --------- Signed-off-by: dependabot[bot] <[email protected]> Signed-off-by: Scott Dover <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Scott Dover <[email protected]> Co-authored-by: Scott Dover <[email protected]>
1 parent e9284a3 commit f8932f3

File tree

4 files changed

+14
-27
lines changed

4 files changed

+14
-27
lines changed

client/package-lock.json

Lines changed: 0 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

client/src/connection/rest/api/files.ts

Lines changed: 8 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1134,9 +1134,10 @@ export const FilesApiAxiosParamCreator = function (
11341134
};
11351135
const localVarHeaderParameter = {} as any;
11361136
const localVarQueryParameter = {} as any;
1137-
const localVarFormParams = new ((configuration &&
1138-
configuration.formDataCtor) ||
1139-
FormData)();
1137+
const localVarFormParams = new (
1138+
(configuration && configuration.formDataCtor) ||
1139+
FormData
1140+
)();
11401141

11411142
if (expirationTimeStamp !== undefined) {
11421143
localVarQueryParameter["expirationTimeStamp"] = expirationTimeStamp;
@@ -2048,9 +2049,10 @@ export const FilesApiAxiosParamCreator = function (
20482049
};
20492050
const localVarHeaderParameter = {} as any;
20502051
const localVarQueryParameter = {} as any;
2051-
const localVarFormParams = new ((configuration &&
2052-
configuration.formDataCtor) ||
2053-
FormData)();
2052+
const localVarFormParams = new (
2053+
(configuration && configuration.formDataCtor) ||
2054+
FormData
2055+
)();
20542056

20552057
if (ifMatch != null) {
20562058
localVarHeaderParameter["If-Match"] = String(ifMatch);

package-lock.json

Lines changed: 5 additions & 17 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1451,7 +1451,7 @@
14511451
"mocha": "^11.7.5",
14521452
"papaparse": "^5.5.3",
14531453
"path-browserify": "^1.0.1",
1454-
"prettier": "^3.6.2",
1454+
"prettier": "^3.7.3",
14551455
"proxyquire": "^2.1.3",
14561456
"sinon": "^21.0.0",
14571457
"ts-loader": "^9.5.4",

0 commit comments

Comments
 (0)