Skip to content

Commit

Permalink
chore(deps): bump @envelop/core from 4.0.0 to 4.0.3
Browse files Browse the repository at this point in the history
Bumps [@envelop/core](https://github.com/n1ru4l/envelop/tree/HEAD/packages/core) from 4.0.0 to 4.0.3.
- [Release notes](https://github.com/n1ru4l/envelop/releases)
- [Changelog](https://github.com/n1ru4l/envelop/blob/main/packages/core/CHANGELOG.md)
- [Commits](https://github.com/n1ru4l/envelop/commits/@envelop/core@4.0.3/packages/core)

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

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Nov 4, 2024
1 parent 3b915a4 commit 03b7236
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 12 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@
},
"dependencies": {
"@aws-sdk/client-dynamodb": "^3.535.0",
"@envelop/core": "^4.0.0",
"@envelop/core": "^4.0.3",
"@envelop/graphql-modules": "^5.0.0",
"@envelop/sentry": "^6.0.0",
"@escape.tech/graphql-armor": "2.3.2",
Expand Down
22 changes: 11 additions & 11 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1943,12 +1943,12 @@
dependencies:
"@jridgewell/trace-mapping" "0.3.9"

"@envelop/core@^4.0.0":
version "4.0.0"
resolved "https://registry.npmjs.org/@envelop/core/-/core-4.0.0.tgz"
integrity sha512-6usEZO86hWT0ZajAbhOX0QXlV++lrlEmu8br6KQVvyXOxttiHADIibgfzb3GtSI7RnnJDnrcRb7Jynv6Lca3iQ==
"@envelop/core@^4.0.0", "@envelop/core@^4.0.3":
version "4.0.3"
resolved "https://registry.yarnpkg.com/@envelop/core/-/core-4.0.3.tgz#6bc3e1ed3b31aa41d81106eb5071a9b8eec188d0"
integrity sha512-O0Vz8E0TObT6ijAob8jYFVJavcGywKThM3UAsxUIBBVPYZTMiqI9lo2gmAnbMUnrDcAYkUTZEW9FDYPRdF5l6g==
dependencies:
"@envelop/types" "4.0.0"
"@envelop/types" "4.0.1"
tslib "^2.5.0"

"@envelop/core@^5.0.0":
Expand All @@ -1973,10 +1973,10 @@
dependencies:
tslib "^2.5.0"

"@envelop/types@4.0.0":
version "4.0.0"
resolved "https://registry.npmjs.org/@envelop/types/-/types-4.0.0.tgz"
integrity sha512-dmBK16VVfKCkqYYemvE+gt1cPBP0d9CbYO4yjNhSSYy9K+w6+Lw48wOLK238mSR339PNAvwj/JW/qzNy2llggA==
"@envelop/types@4.0.1":
version "4.0.1"
resolved "https://registry.yarnpkg.com/@envelop/types/-/types-4.0.1.tgz#145690d8266a003cdb06dd58fa1236e3c80050a9"
integrity sha512-ULo27/doEsP7uUhm2iTnElx13qTO6I5FKvmLoX41cpfuw8x6e0NUFknoqhEsLzAbgz8xVS5mjwcxGCXh4lDYzg==
dependencies:
tslib "^2.5.0"

Expand Down Expand Up @@ -10331,7 +10331,7 @@ tsconfig-paths@^4.1.2:
minimist "^1.2.6"
strip-bom "^3.0.0"

tslib@2.6.2, tslib@^2.0.0, tslib@^2.3.0, tslib@^2.3.1, tslib@^2.5.0, tslib@^2.5.2, tslib@^2.6.1, tslib@^2.6.2, tslib@~2.6.0:
tslib@2.6.2:
version "2.6.2"
resolved "https://registry.npmjs.org/tslib/-/tslib-2.6.2.tgz"
integrity sha512-AEYxH93jGFPn/a2iVAwW87VuUIkR1FVUKB77NwMF7nBTDkDrrT/Hpt/IrCJ0QXhW27jTBDcf5ZY7w6RiqTMw2Q==
Expand All @@ -10341,7 +10341,7 @@ tslib@^1.11.1, tslib@^1.9.3:
resolved "https://registry.npmjs.org/tslib/-/tslib-1.14.1.tgz"
integrity sha512-Xni35NKzjgMrwevysHTCArtLDpPvye8zV/0E4EyYn43P7/7qvQwPh9BGkHewbMulVntbigmcT7rdX3BNo9wRJg==

tslib@^2.0.3, tslib@^2.1.0, tslib@^2.4.0:
tslib@^2.0.0, tslib@^2.0.3, tslib@^2.1.0, tslib@^2.3.0, tslib@^2.3.1, tslib@^2.4.0, tslib@^2.5.0, tslib@^2.5.2, tslib@^2.6.1, tslib@^2.6.2, tslib@~2.6.0:
version "2.6.3"
resolved "https://registry.npmjs.org/tslib/-/tslib-2.6.3.tgz#0438f810ad7a9edcde7a241c3d80db693c8cbfe0"
integrity sha512-xNvxJEOUiWPGhUuUdQgAJPKOOJfGnIyKySOc09XkKsgdUV/3E2zvwZYdejjmRgPCgcym1juLH3226yA7sEFJKQ==
Expand Down

0 comments on commit 03b7236

Please sign in to comment.