1
0
Fork 0
Commit graph

778 commits

Author SHA1 Message Date
Joost De Cock
506c38f992
Merge pull request #5800 from freesewing/dependabot/npm_and_yarn/swagger-ui-dist-5.11.0
build(deps): bump swagger-ui-dist from 5.10.5 to 5.11.0
2024-01-13 17:14:13 +01:00
dependabot[bot]
36fb4579aa
build(deps): bump @prisma/client from 5.7.1 to 5.8.0
Bumps [@prisma/client](https://github.com/prisma/prisma/tree/HEAD/packages/client) from 5.7.1 to 5.8.0.
- [Release notes](https://github.com/prisma/prisma/releases)
- [Commits](https://github.com/prisma/prisma/commits/5.8.0/packages/client)

---
updated-dependencies:
- dependency-name: "@prisma/client"
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-01-12 20:49:20 +00:00
dependabot[bot]
e259ef9729
build(deps): bump @aws-sdk/client-sesv2 from 3.489.0 to 3.490.0
Bumps [@aws-sdk/client-sesv2](https://github.com/aws/aws-sdk-js-v3/tree/HEAD/clients/client-sesv2) from 3.489.0 to 3.490.0.
- [Release notes](https://github.com/aws/aws-sdk-js-v3/releases)
- [Changelog](https://github.com/aws/aws-sdk-js-v3/blob/main/clients/client-sesv2/CHANGELOG.md)
- [Commits](https://github.com/aws/aws-sdk-js-v3/commits/v3.490.0/clients/client-sesv2)

---
updated-dependencies:
- dependency-name: "@aws-sdk/client-sesv2"
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-01-12 04:09:16 +00:00
Joost De Cock
77233ddec3
Merge pull request #5809 from freesewing/dependabot/npm_and_yarn/prisma-5.8.0
build(deps-dev): bump prisma from 5.7.1 to 5.8.0
2024-01-11 19:01:36 +01:00
dependabot[bot]
219644db33
build(deps): bump @aws-sdk/client-sesv2 from 3.485.0 to 3.489.0
Bumps [@aws-sdk/client-sesv2](https://github.com/aws/aws-sdk-js-v3/tree/HEAD/clients/client-sesv2) from 3.485.0 to 3.489.0.
- [Release notes](https://github.com/aws/aws-sdk-js-v3/releases)
- [Changelog](https://github.com/aws/aws-sdk-js-v3/blob/main/clients/client-sesv2/CHANGELOG.md)
- [Commits](https://github.com/aws/aws-sdk-js-v3/commits/v3.489.0/clients/client-sesv2)

---
updated-dependencies:
- dependency-name: "@aws-sdk/client-sesv2"
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-01-11 04:55:40 +00:00
dependabot[bot]
f38050ff5e
build(deps-dev): bump prisma from 5.7.1 to 5.8.0
Bumps [prisma](https://github.com/prisma/prisma/tree/HEAD/packages/cli) from 5.7.1 to 5.8.0.
- [Release notes](https://github.com/prisma/prisma/releases)
- [Commits](https://github.com/prisma/prisma/commits/5.8.0/packages/cli)

---
updated-dependencies:
- dependency-name: prisma
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-01-10 04:56:40 +00:00
dependabot[bot]
ef76e583a4
build(deps): bump swagger-ui-dist from 5.10.5 to 5.11.0
Bumps [swagger-ui-dist](https://github.com/swagger-api/swagger-ui) from 5.10.5 to 5.11.0.
- [Release notes](https://github.com/swagger-api/swagger-ui/releases)
- [Changelog](https://github.com/swagger-api/swagger-ui/blob/master/.releaserc)
- [Commits](https://github.com/swagger-api/swagger-ui/compare/v5.10.5...v5.11.0)

---
updated-dependencies:
- dependency-name: swagger-ui-dist
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-01-09 04:25:09 +00:00
joostdecock
9e5fbdf3ba chore: Updated dependencies 2024-01-06 11:57:11 +01:00
dependabot[bot]
586aa5bfea
build(deps): bump @aws-sdk/client-sesv2 from 3.484.0 to 3.485.0
Bumps [@aws-sdk/client-sesv2](https://github.com/aws/aws-sdk-js-v3/tree/HEAD/clients/client-sesv2) from 3.484.0 to 3.485.0.
- [Release notes](https://github.com/aws/aws-sdk-js-v3/releases)
- [Changelog](https://github.com/aws/aws-sdk-js-v3/blob/main/clients/client-sesv2/CHANGELOG.md)
- [Commits](https://github.com/aws/aws-sdk-js-v3/commits/v3.485.0/clients/client-sesv2)

---
updated-dependencies:
- dependency-name: "@aws-sdk/client-sesv2"
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-01-04 04:45:57 +00:00
joostdecock
9208fb9a3c fix: Handle newsletter unsubscribe
There were a few issues with the newsletter unsubscribe links that we
sent out in the newsletter. They were pointing to the backend for one
thing.

Also updated the frontend pages to handle unsubscribe from both users
and subscribers.
2024-01-02 16:59:14 +01:00
joostdecock
b5882fd60e feat(backend): Add getSubscribers route
This adds routes to get the newsletter subscriber list.
This is used by the script that sends out the newsletters.
Minimum RBAC level required is support (8). This is because you cannot
generate an admin-level (9) API key via the website.

But it's probably something that's ok for people in support roles to be
able to do.
2024-01-02 12:54:10 +01:00
Joost De Cock
a54e8bdbca
Merge pull request #5736 from freesewing/dependabot/npm_and_yarn/aws-sdk/client-sesv2-3.484.0
build(deps): bump @aws-sdk/client-sesv2 from 3.481.0 to 3.484.0
2024-01-01 08:55:02 +01:00
dependabot[bot]
2951d123e5
build(deps-dev): bump esbuild from 0.19.10 to 0.19.11
Bumps [esbuild](https://github.com/evanw/esbuild) from 0.19.10 to 0.19.11.
- [Release notes](https://github.com/evanw/esbuild/releases)
- [Changelog](https://github.com/evanw/esbuild/blob/main/CHANGELOG.md)
- [Commits](https://github.com/evanw/esbuild/compare/v0.19.10...v0.19.11)

---
updated-dependencies:
- dependency-name: esbuild
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-01-01 04:27:38 +00:00
dependabot[bot]
1b29fdc667
build(deps): bump @aws-sdk/client-sesv2 from 3.481.0 to 3.484.0
Bumps [@aws-sdk/client-sesv2](https://github.com/aws/aws-sdk-js-v3/tree/HEAD/clients/client-sesv2) from 3.481.0 to 3.484.0.
- [Release notes](https://github.com/aws/aws-sdk-js-v3/releases)
- [Changelog](https://github.com/aws/aws-sdk-js-v3/blob/main/clients/client-sesv2/CHANGELOG.md)
- [Commits](https://github.com/aws/aws-sdk-js-v3/commits/v3.484.0/clients/client-sesv2)

---
updated-dependencies:
- dependency-name: "@aws-sdk/client-sesv2"
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-01-01 04:26:31 +00:00
Joost De Cock
76d97e32bb fix(backend): Include ehash in subscriber list 2023-12-31 16:09:49 +01:00
Joost De Cock
5eb7692fac feat(backend): Add subscribers endpoint 2023-12-31 14:26:02 +01:00
Joost De Cock
1a05f25d36
Merge pull request #5705 from freesewing/dependabot/npm_and_yarn/pino-8.17.2
build(deps): bump pino from 8.17.1 to 8.17.2
2023-12-27 19:32:34 +01:00
dependabot[bot]
de467617a6
build(deps): bump @aws-sdk/client-sesv2 from 3.478.0 to 3.481.0
Bumps [@aws-sdk/client-sesv2](https://github.com/aws/aws-sdk-js-v3/tree/HEAD/clients/client-sesv2) from 3.478.0 to 3.481.0.
- [Release notes](https://github.com/aws/aws-sdk-js-v3/releases)
- [Changelog](https://github.com/aws/aws-sdk-js-v3/blob/main/clients/client-sesv2/CHANGELOG.md)
- [Commits](https://github.com/aws/aws-sdk-js-v3/commits/v3.481.0/clients/client-sesv2)

---
updated-dependencies:
- dependency-name: "@aws-sdk/client-sesv2"
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-12-27 04:16:10 +00:00
dependabot[bot]
439e141439
build(deps): bump pino from 8.17.1 to 8.17.2
Bumps [pino](https://github.com/pinojs/pino) from 8.17.1 to 8.17.2.
- [Release notes](https://github.com/pinojs/pino/releases)
- [Commits](https://github.com/pinojs/pino/compare/v8.17.1...v8.17.2)

---
updated-dependencies:
- dependency-name: pino
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-12-27 04:14:05 +00:00
joostdecock
ba370f74d2 release: v3.1.0
- Rephrased flag message when expand is off to avoid confusion about included seam allowance. Fixes

 - Added IDs to dimension macros that missed them, causing them to not be shown
 - Keep seam allowance out of the binding length calculation

 - Rephrased flag message when expand is off to avoid confusion about included seam allowance. Fixes

 - Rephrased flag message when expand is off to avoid confusion about included seam allowance. Fixes

 - Rephrased flag message when expand is off to avoid confusion about included seam allowance. Fixes

 - Rephrased flag message when expand is off to avoid confusion about included seam allowance. Fixes

 - Rephrased flag message when expand is off to avoid confusion about included seam allowance. Fixes

 - Rephrased flag message when expand is off to avoid confusion about included seam allowance. Fixes

 - Rephrased flag message when expand is off to avoid confusion about included seam allowance. Fixes

 - Rephrased flag message when expand is off to avoid confusion about included seam allowance. Fixes

 - Rephrased flag message when expand is off to avoid confusion about included seam allowance. Fixes
 - Corrected part mixup in translation of flag message

 - Rephrased flag message when expand is off to avoid confusion about included seam allowance. Fixes

 - Rephrased flag message when expand is off to avoid confusion about included seam allowance. Fixes

 - Fixed wrong use of options in a value method. Fixes

 - Remove names from old plugins from list option

 - Rephrased flag message when expand is off to avoid confusion about included seam allowance. Fixes
 - The skirt and curved waistband are now constructed with the ringsector macro

 - Rephrased flag message when expand is off to avoid confusion about included seam allowance. Fixes

 - Replaced all instances of 'seperate' with 'separate' in option names

 - Initial release

 - Rephrased flag message when expand is off to avoid confusion about included seam allowance. Fixes

 - Changed defaults to have more rise in the back
 - Increase default rise
 - Decrease default vertical stretch
 - Decreased default back waist dip
 - Increased default front waist dip
 - Allowed lower values on back exposure, causing back to flare out
 - Fix issue with back part when bulge is on and expand is off

 - Pocket opening was not drawn on the facing and pocket pieces. Fixes
 - Improve placement of the front welt. Fixes

 - Rephrased flag message when expand is off to avoid confusion about included seam allowance. Fixes

 - Initial release

 - Added support for notes in flags

 - Removing macros did not always remove the cutlist data in the store. Fixes

 - First release of the plugin providing the default packing implementation

 - First release of the plugin facilitating drafting a ring sector

 - Allow plugins to provide their own packing implementation
 - Added named export `cbqc` which exports the constant to approximate a circle with Cubic Bézier curves
 - Core will now set `activeMacro` in the store, keeping track of the running macro - Added the `generateMacroIds`, `getMacroIds`, and `removeMacroNodes` store methods

 - Fix order in mergeOptions method so user settings take precendence over defaults
 - Fix upward snap for snapped percentage option when snap is a simple number
 - The conditional loading of plugins had a bug causing them to never be loaded
 - Make Path.split() more robust when handling edge-case. Fixes
 - Prevent utils.circlesIntersect() from running sqrt on a negative number. Fixes

 - Removed unwanted debug output
2023-12-26 20:30:42 +01:00
joostdecock
14bca334f6 release: v3.1.0-rc-0 2023-12-24 14:06:17 +01:00
Joost De Cock
c62d19766b chore: Updated dependencies - Fixed axios issue 2023-12-24 10:18:14 +01:00
Joost De Cock
bfc68d9372
Merge pull request #5686 from freesewing/dependabot/npm_and_yarn/aws-sdk/client-sesv2-3.478.0
build(deps): bump @aws-sdk/client-sesv2 from 3.477.0 to 3.478.0
2023-12-21 18:07:30 +00:00
dependabot[bot]
4fe77907a1
build(deps-dev): bump prisma from 5.7.0 to 5.7.1
Bumps [prisma](https://github.com/prisma/prisma/tree/HEAD/packages/cli) from 5.7.0 to 5.7.1.
- [Release notes](https://github.com/prisma/prisma/releases)
- [Commits](https://github.com/prisma/prisma/commits/5.7.1/packages/cli)

---
updated-dependencies:
- dependency-name: prisma
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-12-21 04:27:22 +00:00
dependabot[bot]
3c1304bcb6
build(deps): bump @aws-sdk/client-sesv2 from 3.477.0 to 3.478.0
Bumps [@aws-sdk/client-sesv2](https://github.com/aws/aws-sdk-js-v3/tree/HEAD/clients/client-sesv2) from 3.477.0 to 3.478.0.
- [Release notes](https://github.com/aws/aws-sdk-js-v3/releases)
- [Changelog](https://github.com/aws/aws-sdk-js-v3/blob/main/clients/client-sesv2/CHANGELOG.md)
- [Commits](https://github.com/aws/aws-sdk-js-v3/commits/v3.478.0/clients/client-sesv2)

---
updated-dependencies:
- dependency-name: "@aws-sdk/client-sesv2"
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-12-21 04:26:20 +00:00
Joost De Cock
04f59f296b
Merge pull request #5666 from freesewing/dependabot/npm_and_yarn/prisma/client-5.7.1
build(deps): bump @prisma/client from 5.7.0 to 5.7.1
2023-12-20 16:33:40 +00:00
Joost De Cock
fb398fab1f
Merge pull request #5674 from freesewing/dependabot/npm_and_yarn/esbuild-0.19.10
build(deps-dev): bump esbuild from 0.19.9 to 0.19.10
2023-12-20 16:33:17 +00:00
dependabot[bot]
91e977e12a
build(deps): bump @prisma/client from 5.7.0 to 5.7.1
Bumps [@prisma/client](https://github.com/prisma/prisma/tree/HEAD/packages/client) from 5.7.0 to 5.7.1.
- [Release notes](https://github.com/prisma/prisma/releases)
- [Commits](https://github.com/prisma/prisma/commits/5.7.1/packages/client)

---
updated-dependencies:
- dependency-name: "@prisma/client"
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-12-20 16:21:00 +00:00
dependabot[bot]
8357e3ccac
build(deps): bump @aws-sdk/client-sesv2 from 3.476.0 to 3.477.0
Bumps [@aws-sdk/client-sesv2](https://github.com/aws/aws-sdk-js-v3/tree/HEAD/clients/client-sesv2) from 3.476.0 to 3.477.0.
- [Release notes](https://github.com/aws/aws-sdk-js-v3/releases)
- [Changelog](https://github.com/aws/aws-sdk-js-v3/blob/main/clients/client-sesv2/CHANGELOG.md)
- [Commits](https://github.com/aws/aws-sdk-js-v3/commits/v3.477.0/clients/client-sesv2)

---
updated-dependencies:
- dependency-name: "@aws-sdk/client-sesv2"
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-12-20 04:53:08 +00:00
dependabot[bot]
26f95a88ae
build(deps-dev): bump esbuild from 0.19.9 to 0.19.10
Bumps [esbuild](https://github.com/evanw/esbuild) from 0.19.9 to 0.19.10.
- [Release notes](https://github.com/evanw/esbuild/releases)
- [Changelog](https://github.com/evanw/esbuild/blob/main/CHANGELOG.md)
- [Commits](https://github.com/evanw/esbuild/compare/v0.19.9...v0.19.10)

---
updated-dependencies:
- dependency-name: esbuild
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-12-20 04:38:52 +00:00
Joost De Cock
72bcdf920c
Merge pull request #5669 from freesewing/dependabot/npm_and_yarn/swagger-ui-dist-5.10.5
build(deps): bump swagger-ui-dist from 5.10.3 to 5.10.5
2023-12-19 16:30:24 +00:00
dependabot[bot]
9462c6f673
build(deps): bump @aws-sdk/client-sesv2 from 3.470.0 to 3.476.0
Bumps [@aws-sdk/client-sesv2](https://github.com/aws/aws-sdk-js-v3/tree/HEAD/clients/client-sesv2) from 3.470.0 to 3.476.0.
- [Release notes](https://github.com/aws/aws-sdk-js-v3/releases)
- [Changelog](https://github.com/aws/aws-sdk-js-v3/blob/main/clients/client-sesv2/CHANGELOG.md)
- [Commits](https://github.com/aws/aws-sdk-js-v3/commits/v3.476.0/clients/client-sesv2)

---
updated-dependencies:
- dependency-name: "@aws-sdk/client-sesv2"
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-12-19 04:31:29 +00:00
dependabot[bot]
1f612c4501
build(deps): bump swagger-ui-dist from 5.10.3 to 5.10.5
Bumps [swagger-ui-dist](https://github.com/swagger-api/swagger-ui) from 5.10.3 to 5.10.5.
- [Release notes](https://github.com/swagger-api/swagger-ui/releases)
- [Changelog](https://github.com/swagger-api/swagger-ui/blob/master/.releaserc)
- [Commits](https://github.com/swagger-api/swagger-ui/compare/v5.10.3...v5.10.5)

---
updated-dependencies:
- dependency-name: swagger-ui-dist
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-12-19 04:29:46 +00:00
Joost De Cock
a0c5339b60
Merge pull request #5662 from freesewing/dependabot/npm_and_yarn/esbuild-0.19.9
build(deps-dev): bump esbuild from 0.19.4 to 0.19.9
2023-12-18 17:22:48 +00:00
dependabot[bot]
fc831c9a17
build(deps): bump @prisma/client from 5.4.2 to 5.7.0
Bumps [@prisma/client](https://github.com/prisma/prisma/tree/HEAD/packages/client) from 5.4.2 to 5.7.0.
- [Release notes](https://github.com/prisma/prisma/releases)
- [Commits](https://github.com/prisma/prisma/commits/5.7.0/packages/client)

---
updated-dependencies:
- dependency-name: "@prisma/client"
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-12-18 04:32:16 +00:00
dependabot[bot]
c6623124c1
build(deps-dev): bump esbuild from 0.19.4 to 0.19.9
Bumps [esbuild](https://github.com/evanw/esbuild) from 0.19.4 to 0.19.9.
- [Release notes](https://github.com/evanw/esbuild/releases)
- [Changelog](https://github.com/evanw/esbuild/blob/main/CHANGELOG.md)
- [Commits](https://github.com/evanw/esbuild/compare/v0.19.4...v0.19.9)

---
updated-dependencies:
- dependency-name: esbuild
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-12-18 04:31:38 +00:00
Joost De Cock
6f0c286311
Merge pull request #5622 from freesewing/dependabot/npm_and_yarn/prisma-5.7.0
build(deps-dev): bump prisma from 5.4.2 to 5.7.0
2023-12-16 17:38:04 +01:00
dependabot[bot]
9caa0dafea
build(deps): bump pino from 8.17.0 to 8.17.1
Bumps [pino](https://github.com/pinojs/pino) from 8.17.0 to 8.17.1.
- [Release notes](https://github.com/pinojs/pino/releases)
- [Commits](https://github.com/pinojs/pino/compare/v8.17.0...v8.17.1)

---
updated-dependencies:
- dependency-name: pino
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-12-14 16:57:52 +00:00
Joost De Cock
7a1f4de907
Merge pull request #5641 from freesewing/dependabot/npm_and_yarn/pino-8.17.0
build(deps): bump pino from 8.16.2 to 8.17.0
2023-12-14 17:54:32 +01:00
dependabot[bot]
bcde390640
build(deps): bump passport from 0.6.0 to 0.7.0
Bumps [passport](https://github.com/jaredhanson/passport) from 0.6.0 to 0.7.0.
- [Changelog](https://github.com/jaredhanson/passport/blob/master/CHANGELOG.md)
- [Commits](https://github.com/jaredhanson/passport/compare/v0.6.0...v0.7.0)

---
updated-dependencies:
- dependency-name: passport
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-12-14 04:58:11 +00:00
dependabot[bot]
2e01d08dcb
build(deps): bump pino from 8.16.2 to 8.17.0
Bumps [pino](https://github.com/pinojs/pino) from 8.16.2 to 8.17.0.
- [Release notes](https://github.com/pinojs/pino/releases)
- [Commits](https://github.com/pinojs/pino/compare/v8.16.2...v8.17.0)

---
updated-dependencies:
- dependency-name: pino
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-12-14 04:57:17 +00:00
dependabot[bot]
7a74563a4b
build(deps-dev): bump prisma from 5.4.2 to 5.7.0
Bumps [prisma](https://github.com/prisma/prisma/tree/HEAD/packages/cli) from 5.4.2 to 5.7.0.
- [Release notes](https://github.com/prisma/prisma/releases)
- [Commits](https://github.com/prisma/prisma/commits/5.7.0/packages/cli)

---
updated-dependencies:
- dependency-name: prisma
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-12-13 19:36:52 +00:00
Joost De Cock
fe46a3cd86
Merge pull request #5625 from freesewing/dependabot/npm_and_yarn/aws-sdk/client-sesv2-3.470.0
build(deps): bump @aws-sdk/client-sesv2 from 3.462.0 to 3.470.0
2023-12-13 20:30:28 +01:00
dependabot[bot]
916110287e
build(deps): bump pino from 8.15.0 to 8.16.2
Bumps [pino](https://github.com/pinojs/pino) from 8.15.0 to 8.16.2.
- [Release notes](https://github.com/pinojs/pino/releases)
- [Commits](https://github.com/pinojs/pino/compare/v8.15.0...v8.16.2)

---
updated-dependencies:
- dependency-name: pino
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-12-13 04:26:43 +00:00
dependabot[bot]
9151c287da
build(deps-dev): bump nodemon from 3.0.1 to 3.0.2
Bumps [nodemon](https://github.com/remy/nodemon) from 3.0.1 to 3.0.2.
- [Release notes](https://github.com/remy/nodemon/releases)
- [Commits](https://github.com/remy/nodemon/compare/v3.0.1...v3.0.2)

---
updated-dependencies:
- dependency-name: nodemon
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-12-12 04:05:41 +00:00
dependabot[bot]
50babdfdab
build(deps): bump swagger-ui-dist from 5.9.0 to 5.10.3
Bumps [swagger-ui-dist](https://github.com/swagger-api/swagger-ui) from 5.9.0 to 5.10.3.
- [Release notes](https://github.com/swagger-api/swagger-ui/releases)
- [Changelog](https://github.com/swagger-api/swagger-ui/blob/master/.releaserc)
- [Commits](https://github.com/swagger-api/swagger-ui/compare/v5.9.0...v5.10.3)

---
updated-dependencies:
- dependency-name: swagger-ui-dist
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-12-11 04:45:52 +00:00
dependabot[bot]
0e3ef9b0d6
build(deps): bump @aws-sdk/client-sesv2 from 3.462.0 to 3.470.0
Bumps [@aws-sdk/client-sesv2](https://github.com/aws/aws-sdk-js-v3/tree/HEAD/clients/client-sesv2) from 3.462.0 to 3.470.0.
- [Release notes](https://github.com/aws/aws-sdk-js-v3/releases)
- [Changelog](https://github.com/aws/aws-sdk-js-v3/blob/main/clients/client-sesv2/CHANGELOG.md)
- [Commits](https://github.com/aws/aws-sdk-js-v3/commits/v3.470.0/clients/client-sesv2)

---
updated-dependencies:
- dependency-name: "@aws-sdk/client-sesv2"
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-12-11 04:45:02 +00:00
joostdecock
b1cbe526d1 chore: Update dependencies 2023-12-09 15:39:22 +01:00
dependabot[bot]
67203e7af6
build(deps): bump @aws-sdk/client-sesv2 from 3.462.0 to 3.468.0
Bumps [@aws-sdk/client-sesv2](https://github.com/aws/aws-sdk-js-v3/tree/HEAD/clients/client-sesv2) from 3.462.0 to 3.468.0.
- [Release notes](https://github.com/aws/aws-sdk-js-v3/releases)
- [Changelog](https://github.com/aws/aws-sdk-js-v3/blob/main/clients/client-sesv2/CHANGELOG.md)
- [Commits](https://github.com/aws/aws-sdk-js-v3/commits/v3.468.0/clients/client-sesv2)

---
updated-dependencies:
- dependency-name: "@aws-sdk/client-sesv2"
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-12-08 04:22:12 +00:00
Joost De Cock
36d9792dc2
Merge pull request #5599 from freesewing/dependabot/npm_and_yarn/swagger-ui-dist-5.10.3
build(deps): bump swagger-ui-dist from 5.9.0 to 5.10.3
2023-12-07 18:06:42 +01:00