From e099e80d095a077a376bf6c73a8b16f6cfae2623 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 23 Jul 2024 09:05:59 +0000 Subject: [PATCH] fix: upgrade @google/generative-ai from 0.12.0 to 0.14.1 Snyk has created this PR to upgrade @google/generative-ai from 0.12.0 to 0.14.1. See this package in npm: @google/generative-ai See this project in Snyk: https://app.snyk.io/org/aliaksei.krauchanka.dev/project/04f3e4e3-cfbb-4860-9f11-840236e984cf?utm_source=github&utm_medium=referral&page=upgrade-pr --- package-lock.json | 13 +++++++------ package.json | 2 +- 2 files changed, 8 insertions(+), 7 deletions(-) diff --git a/package-lock.json b/package-lock.json index c494add..85a4641 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,17 +1,17 @@ { "name": "@lifeis", - "version": "0.0.0", + "version": "1.0.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@lifeis", - "version": "0.0.0", + "version": "1.0.0", "license": "MIT", "dependencies": { "@emotion/react": "^11.11.4", "@emotion/styled": "^11.11.5", - "@google/generative-ai": "^0.12.0", + "@google/generative-ai": "^0.14.1", "@million/lint": "^1.0.0-rc.76", "@mui/joy": "^5.0.0-beta.48", "@notionhq/client": "^2.2.15", @@ -2847,9 +2847,10 @@ "integrity": "sha512-dWO2pw8hhi+WrXq1YJy2yCuWoL20PddgGaqTgVe4cOS9Q6qklXCiA1tJEqX6BEwRNSCP84/afac9hd4MS+zEUA==" }, "node_modules/@google/generative-ai": { - "version": "0.12.0", - "resolved": "https://registry.npmjs.org/@google/generative-ai/-/generative-ai-0.12.0.tgz", - "integrity": "sha512-krWjurjEUHSFhCX4lGHMOhbnpBfYZGU31mpHpPBQwcfWm0T+/+wxC4UCAJfkxxc3/HvGJVG8r4AqrffaeDHDlA==", + "version": "0.14.1", + "resolved": "https://registry.npmjs.org/@google/generative-ai/-/generative-ai-0.14.1.tgz", + "integrity": "sha512-pevEyZCb0Oc+dYNlSberW8oZBm4ofeTD5wN01TowQMhTwdAbGAnJMtQzoklh6Blq2AKsx8Ox6FWa44KioZLZiA==", + "license": "Apache-2.0", "engines": { "node": ">=18.0.0" } diff --git a/package.json b/package.json index a4e7cb2..f9c6238 100644 --- a/package.json +++ b/package.json @@ -7,7 +7,7 @@ "dependencies": { "@emotion/react": "^11.11.4", "@emotion/styled": "^11.11.5", - "@google/generative-ai": "^0.12.0", + "@google/generative-ai": "^0.14.1", "@million/lint": "^1.0.0-rc.76", "@mui/joy": "^5.0.0-beta.48", "@notionhq/client": "^2.2.15",