Skip to content

Commit

Permalink
dependency updates 2.3.1 (#928)
Browse files Browse the repository at this point in the history
  • Loading branch information
newhouse committed Feb 14, 2024
1 parent 6eced70 commit bbc5396
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 13 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
### 2.3.1
- Dependency updates

### 2.3.0
- Support Logo and Favicon Base64 embedding, as well as URL specification. https://github.com/anvilco/spectaql/issues/807

Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "spectaql",
"version": "2.3.0",
"version": "2.3.1",
"description": "A powerful library for autogenerating static GraphQL API documentation",
"author": "Anvil Foundry Inc. <[email protected]>",
"homepage": "https://github.com/anvilco/spectaql",
Expand Down Expand Up @@ -83,7 +83,7 @@
"generateExampleData": "node bin/generateExampleData.js"
},
"dependencies": {
"@anvilco/apollo-server-plugin-introspection-metadata": "^2.0.1",
"@anvilco/apollo-server-plugin-introspection-metadata": "^2.2.3",
"@graphql-tools/load-files": "^6.3.2",
"@graphql-tools/merge": "^8.1.2",
"@graphql-tools/schema": "^9.0.1",
Expand Down
16 changes: 5 additions & 11 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -15,13 +15,12 @@
"@jridgewell/gen-mapping" "^0.1.0"
"@jridgewell/trace-mapping" "^0.3.9"

"@anvilco/apollo-server-plugin-introspection-metadata@^2.0.1":
version "2.2.1"
resolved "https://registry.yarnpkg.com/@anvilco/apollo-server-plugin-introspection-metadata/-/apollo-server-plugin-introspection-metadata-2.2.1.tgz#1ebbc9901c0faf1f6d3b299dc0204d6721dc0095"
integrity sha512-4pih3rxqUV0mo2Hk/pgQ7AA9EnMI/HrcxCnRHo8kwSCbik0MdXPo7R9fal/L2fHoWKatc/6ACG8PEjxXvGMXog==
"@anvilco/apollo-server-plugin-introspection-metadata@^2.2.3":
version "2.2.3"
resolved "https://registry.yarnpkg.com/@anvilco/apollo-server-plugin-introspection-metadata/-/apollo-server-plugin-introspection-metadata-2.2.3.tgz#c913cefa665e77cd620df19842c1ce492694439e"
integrity sha512-qHhaXN8UuFii8Y2X/i9QSquOEuGaRCFJLEexLB06nNWIpMCvLCQtEB3zAuR4ljyoq+b9D/9TxoJ2Hsn1qtZ5KQ==
dependencies:
lodash.get "^4.4.2"
lodash.set "^4.3.2"
lodash "^4.17.21"

"@babel/cli@^7.17.6":
version "7.22.9"
Expand Down Expand Up @@ -3620,11 +3619,6 @@ lodash.merge@^4.6.2:
resolved "https://registry.yarnpkg.com/lodash.merge/-/lodash.merge-4.6.2.tgz#558aa53b43b661e1925a0afdfa36a9a1085fe57a"
integrity sha512-0KpjqXRVvrYyCsX1swR/XTK0va6VQkQM6MNo7PqW77ByjAhoARA8EfrP1N4+KlKj8YS0ZUCtRT/YUuhyYDujIQ==

lodash.set@^4.3.2:
version "4.3.2"
resolved "https://registry.yarnpkg.com/lodash.set/-/lodash.set-4.3.2.tgz#d8757b1da807dde24816b0d6a84bea1a76230b23"
integrity sha512-4hNPN5jlm/N/HLMCO43v8BXKq9Z7QdAGc/VGrRD61w8gN9g/6jF9A4L1pbUgBLCffi0w9VsXfTOij5x8iTyFvg==

lodash.truncate@^4.4.2:
version "4.4.2"
resolved "https://registry.yarnpkg.com/lodash.truncate/-/lodash.truncate-4.4.2.tgz#5a350da0b1113b837ecfffd5812cbe58d6eae193"
Expand Down

0 comments on commit bbc5396

Please sign in to comment.