From c980d94258e08db701c17db65d06aa5382d7beff Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 2 Mar 2023 10:11:56 +0000 Subject: [PATCH] chore(deps): bump @vscode/sqlite3 from 5.0.8 to 5.1.2 Bumps [@vscode/sqlite3](https://github.com/microsoft/vscode-node-sqlite3) from 5.0.8 to 5.1.2. - [Release notes](https://github.com/microsoft/vscode-node-sqlite3/releases) - [Commits](https://github.com/microsoft/vscode-node-sqlite3/commits) --- updated-dependencies: - dependency-name: "@vscode/sqlite3" dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- examples/getstarted/package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/examples/getstarted/package.json b/examples/getstarted/package.json index 459014ce26..ac838df00c 100644 --- a/examples/getstarted/package.json +++ b/examples/getstarted/package.json @@ -22,7 +22,7 @@ "@strapi/provider-upload-aws-s3": "4.7.1", "@strapi/provider-upload-cloudinary": "4.7.1", "@strapi/strapi": "4.7.1", - "@vscode/sqlite3": "5.0.8", + "@vscode/sqlite3": "5.1.2", "better-sqlite3": "8.0.1", "lodash": "4.17.21", "mysql": "2.18.1", diff --git a/yarn.lock b/yarn.lock index 85a4d79db4..c622541ac8 100644 --- a/yarn.lock +++ b/yarn.lock @@ -6804,10 +6804,10 @@ resolved "https://registry.yarnpkg.com/@vercel/ncc/-/ncc-0.36.1.tgz#d4c01fdbbe909d128d1bf11c7f8b5431654c5b95" integrity sha512-S4cL7Taa9yb5qbv+6wLgiKVZ03Qfkc4jGRuiUQMQ8HGBD5pcNRnHeYM33zBvJE4/zJGjJJ8GScB+WmTsn9mORw== -"@vscode/sqlite3@5.0.8": - version "5.0.8" - resolved "https://registry.yarnpkg.com/@vscode/sqlite3/-/sqlite3-5.0.8.tgz#72b07061c5f90a9dd598a5506f598fcc817fab90" - integrity sha512-6wvQdMjpi1kwYI5mfzm98siEQb2mlBKX4xdNtJFj/uNqb6wqd3JOhk+5FL7geR0hduXE5lHjv+q69jtsEtUJDA== +"@vscode/sqlite3@5.1.2": + version "5.1.2" + resolved "https://registry.yarnpkg.com/@vscode/sqlite3/-/sqlite3-5.1.2.tgz#3b22f2bd8681a7193f2169b407ae364b7b2c2dec" + integrity sha512-XE2p2bqBEBZkbLxPcdRwwsyhgttbkLiD3LljJPnIuShjum5ZC50DoheFlKzEN5mWkZBY5rrfspnXDYb8amzB1w== dependencies: node-addon-api "^4.2.0"