From 18fc51daa49d9470ca1bd53349440820aa6359eb Mon Sep 17 00:00:00 2001
From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com>
Date: Sat, 20 Apr 2024 08:52:56 -0700
Subject: [PATCH] build(deps): bump quicktype-core from 23.0.146 to 23.0.147 in
the production-dependencies group (#222)
Bumps the production-dependencies group with 1 update:
[quicktype-core](https://github.com/quicktype/quicktype).
Updates `quicktype-core` from 23.0.146 to 23.0.147
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.146&new-version=23.0.147)](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>
---
package-lock.json | 16 ++++++++--------
package.json | 2 +-
2 files changed, 9 insertions(+), 9 deletions(-)
diff --git a/package-lock.json b/package-lock.json
index 6e5321c..b61cc36 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.146",
+ "quicktype-core": "23.0.147",
"type-fest": "4.15.0",
"yargs": "17.7.2"
},
@@ -1583,9 +1583,9 @@
}
},
"node_modules/@glideapps/ts-necessities": {
- "version": "2.1.3",
- "resolved": "https://registry.npmjs.org/@glideapps/ts-necessities/-/ts-necessities-2.1.3.tgz",
- "integrity": "sha512-q9U8v/n9qbkd2zDYjuX3qtlbl+OIyI9zF+zQhZjfYOE9VMDH7tfcUSJ9p0lXoY3lxmGFne09yi4iiNeQUwV7AA=="
+ "version": "2.2.3",
+ "resolved": "https://registry.npmjs.org/@glideapps/ts-necessities/-/ts-necessities-2.2.3.tgz",
+ "integrity": "sha512-gXi0awOZLHk3TbW55GZLCPP6O+y/b5X1pBXKBVckFONSwF1z1E5ND2BGJsghQFah+pW7pkkyFb2VhUQI2qhL5w=="
},
"node_modules/@humanwhocodes/config-array": {
"version": "0.11.13",
@@ -10508,11 +10508,11 @@
]
},
"node_modules/quicktype-core": {
- "version": "23.0.146",
- "resolved": "https://registry.npmjs.org/quicktype-core/-/quicktype-core-23.0.146.tgz",
- "integrity": "sha512-JqyvdlZtSBxW+O0Nd5S2n6KF4cgKIkwjY54feQfpFX8adMnklTPi+8wdD9kce2Wmfykl+iSAQ853PaObkk6fwA==",
+ "version": "23.0.147",
+ "resolved": "https://registry.npmjs.org/quicktype-core/-/quicktype-core-23.0.147.tgz",
+ "integrity": "sha512-rooAWPxLmyRH0S5GC4E//is3us8SUoCXC8Gx1rnP5JkT8wDpizzYR5/p866B1XGyCZvL0Eg3px0OZRQYss1YSw==",
"dependencies": {
- "@glideapps/ts-necessities": "2.1.3",
+ "@glideapps/ts-necessities": "2.2.3",
"@types/urijs": "^1.19.25",
"browser-or-node": "^2.1.1",
"collection-utils": "^1.0.1",
diff --git a/package.json b/package.json
index f974349..004c40b 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.146",
+ "quicktype-core": "23.0.147",
"type-fest": "4.15.0",
"yargs": "17.7.2"
},