From 14e3c3d929c9e1dc816e509f6a3433be395d467e Mon Sep 17 00:00:00 2001
From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com>
Date: Tue, 14 May 2024 12:30:32 -0400
Subject: [PATCH] build: bump quicktype-core from 23.0.161 to 23.0.162 in the
production-dependencies group (#250)
Bumps the production-dependencies group with 1 update:
[quicktype-core](https://github.com/quicktype/quicktype).
Updates `quicktype-core` from 23.0.161 to 23.0.162
Commits
[![Dependabot compatibility
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=quicktype-core&package-manager=npm_and_yarn&previous-version=23.0.161&new-version=23.0.162)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)
Dependabot will resolve any conflicts with this PR as long as you don't
alter it yourself. You can also trigger a rebase manually by commenting
`@dependabot rebase`.
[//]: # (dependabot-automerge-start)
[//]: # (dependabot-automerge-end)
---
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
- `@dependabot rebase` will rebase this PR
- `@dependabot recreate` will recreate this PR, overwriting any edits
that have been made to it
- `@dependabot merge` will merge this PR after your CI passes on it
- `@dependabot squash and merge` will squash and merge this PR after
your CI passes on it
- `@dependabot cancel merge` will cancel a previously requested merge
and block automerging
- `@dependabot reopen` will reopen this PR if it is closed
- `@dependabot close` will close this PR and stop Dependabot recreating
it. You can achieve the same result by closing it manually
- `@dependabot show ignore conditions` will show all
of the ignore conditions of the specified dependency
- `@dependabot ignore major version` will close this
group update PR and stop Dependabot creating any more for the specific
dependency's major version (unless you unignore this specific
dependency's major version or upgrade to it yourself)
- `@dependabot ignore minor version` will close this
group update PR and stop Dependabot creating any more for the specific
dependency's minor version (unless you unignore this specific
dependency's minor version or upgrade to it yourself)
- `@dependabot ignore ` will close this group update PR
and stop Dependabot creating any more for the specific dependency
(unless you unignore this specific dependency or upgrade to it yourself)
- `@dependabot unignore ` will remove all of the ignore
conditions of the specified dependency
- `@dependabot unignore ` will
remove the ignore condition of the specified dependency and ignore
conditions
Signed-off-by: dependabot[bot]
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Case Wylie
---
package-lock.json | 8 ++++----
package.json | 2 +-
2 files changed, 5 insertions(+), 5 deletions(-)
diff --git a/package-lock.json b/package-lock.json
index e03e0cd..c2ab5bb 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -14,7 +14,7 @@
"fast-json-patch": "3.1.1",
"http-status-codes": "2.3.0",
"node-fetch": "2.7.0",
- "quicktype-core": "23.0.161",
+ "quicktype-core": "23.0.162",
"type-fest": "4.18.2",
"yargs": "17.7.2"
},
@@ -10556,9 +10556,9 @@
]
},
"node_modules/quicktype-core": {
- "version": "23.0.161",
- "resolved": "https://registry.npmjs.org/quicktype-core/-/quicktype-core-23.0.161.tgz",
- "integrity": "sha512-xIco/FOJGgaRRgnm1OpCYU3+C1Hig9VFm4Zm02t32YJuKx11qmoMWoC4fj1kQJMecDBiI1ksMar4d8JrC3M0KQ==",
+ "version": "23.0.162",
+ "resolved": "https://registry.npmjs.org/quicktype-core/-/quicktype-core-23.0.162.tgz",
+ "integrity": "sha512-rFSOLDsnf/BkAfTwS7t0DQGOm12b5sUA3tfNT4JdFGbaf6SiSeKUs6/9eElgeHudhUL1RUGf5D4RDsV+hGk/cQ==",
"dependencies": {
"@glideapps/ts-necessities": "2.2.3",
"browser-or-node": "^3.0.0",
diff --git a/package.json b/package.json
index afc5c50..5f1d5a9 100644
--- a/package.json
+++ b/package.json
@@ -40,7 +40,7 @@
"fast-json-patch": "3.1.1",
"http-status-codes": "2.3.0",
"node-fetch": "2.7.0",
- "quicktype-core": "23.0.161",
+ "quicktype-core": "23.0.162",
"type-fest": "4.18.2",
"yargs": "17.7.2"
},