Skip to content

Commit

Permalink
Another new field + yarn upgrade
Browse files Browse the repository at this point in the history
Signed-off-by: Tim Smith <[email protected]>
  • Loading branch information
tas50 committed Aug 12, 2024
1 parent 1a21544 commit bbc2cca
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 9 deletions.
1 change: 1 addition & 0 deletions docs/mql/resources/aws-pack/aws.neptune.cluster.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@ Amazon Neptune cluster
| clusterResourceId | string | Amazon Region-unique, immutable identifier for the DB cluster |
| deletionProtection | bool | Whether the DB cluster has deletion protection enabled |
| earliestRestorableTime | time | Earliest time to which a database can be restored |
| enabledCloudwatchLogsExports | &#91;&#93;string | List of log types that this cluster is configured to export to CloudWatch logs |
| endpoint | string | Connection endpoint for the primary instance |
| iamDatabaseAuthenticationEnabled | bool | Whether mapping of Amazon Identity and Access Management (IAM) accounts to database accounts is enabled |
| latestRestorableTime | time | Latest time to which a database can be restored |
Expand Down
18 changes: 9 additions & 9 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -4802,9 +4802,9 @@ icss-utils@^5.0.0, icss-utils@^5.1.0:
integrity sha512-soFhflCVWLfRNOPU3iv5Z9VUdT44xFRbzjLsEzSr5AQmgqPMTHdU3PMT1Cf1ssx8fLNJDA1juftYl+PUcv3MqA==

ignore@^5.2.0, ignore@^5.2.4:
version "5.3.1"
resolved "https://registry.yarnpkg.com/ignore/-/ignore-5.3.1.tgz#5073e554cd42c5b33b394375f538b8593e34d4ef"
integrity sha512-5Fytz/IraMjqpwfd34ke28PTVMjZjJG2MPn5t7OE4eUCUNf8BAa7b5WUS9/Qvr6mwOQS7Mk6vdsMno5he+T8Xw==
version "5.3.2"
resolved "https://registry.yarnpkg.com/ignore/-/ignore-5.3.2.tgz#3cd40e729f3643fd87cb04e50bf0eb722bc596f5"
integrity sha512-hsBTNUqQTDwkWtcdYI2i06Y/nUBEsNEDJKjWdigLvegy8kDuJAS8uRlpkkcQpyEXL0Z/pjDy5HBmMjRCJ2gq+g==

image-size@^1.0.2:
version "1.1.1"
Expand Down Expand Up @@ -6806,9 +6806,9 @@ postcss-reduce-transforms@^6.0.2:
postcss-value-parser "^4.2.0"

postcss-selector-parser@^6.0.11, postcss-selector-parser@^6.0.16, postcss-selector-parser@^6.0.2, postcss-selector-parser@^6.0.4:
version "6.1.1"
resolved "https://registry.yarnpkg.com/postcss-selector-parser/-/postcss-selector-parser-6.1.1.tgz#5be94b277b8955904476a2400260002ce6c56e38"
integrity sha512-b4dlw/9V8A71rLIDsSwVmak9z2DuBUB7CA1/wSdelNEzqsjoSPeADTWNO09lpH49Diy3/JIZ2bSPB1dI3LJCHg==
version "6.1.2"
resolved "https://registry.yarnpkg.com/postcss-selector-parser/-/postcss-selector-parser-6.1.2.tgz#27ecb41fb0e3b6ba7a1ec84fff347f734c7929de"
integrity sha512-Q8qQfPiZ+THO/3ZrOrO0cJJKfpYCagtMUkXbnEfmgUjwXg6z/WBeOyS9APBBPCTSiDV+s4SwQGu8yFsiMRIudg==
dependencies:
cssesc "^3.0.0"
util-deprecate "^1.0.2"
Expand Down Expand Up @@ -7496,9 +7496,9 @@ schema-utils@^4.0.0, schema-utils@^4.0.1:
ajv-keywords "^5.1.0"

search-insights@^2.16.0:
version "2.16.1"
resolved "https://registry.yarnpkg.com/search-insights/-/search-insights-2.16.1.tgz#41bb52ec5e1cb9331f5afcddff02c23e111c3c93"
integrity sha512-3OMcoa+6ZSl5KjpWiP+jsEURf81S3ipiTodfkguWaXNOvS4ILfYe8cwV4gXopTEN+G1avWqBdf0HmSToVcAxFA==
version "2.16.2"
resolved "https://registry.yarnpkg.com/search-insights/-/search-insights-2.16.2.tgz#fba2734124ddf03c00557674eff9bbdc047f4844"
integrity sha512-+KrS5rnYlyWgzoCNJGsNPw7Vv+47Y7Ze7KZ+/9Xls+5BUugEbU2yv1n9JsQOqv+MLKYfg3bxI5K6tYJxXZY8FA==

section-matter@^1.0.0:
version "1.0.0"
Expand Down

0 comments on commit bbc2cca

Please sign in to comment.