From 836aca30ec273a5e84434d511e45f7f143e93877 Mon Sep 17 00:00:00 2001 From: Kento Nishi Date: Thu, 10 Oct 2024 17:48:59 -0400 Subject: [PATCH] bump iframe-translator --- package.json | 2 +- yarn.lock | 15 +++++++++++---- 2 files changed, 12 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index 198eb56..0e695be 100644 --- a/package.json +++ b/package.json @@ -32,7 +32,7 @@ "eslint-plugin-promise": "4", "eslint-plugin-svelte3": "^3.2.0", "express": "4.17.1", - "iframe-translator": "^0.3.5", + "iframe-translator": "^0.3.7", "is-dark-color": "^1.2.0", "postcss": "^8.3.6", "postcss-extend": "^1.0.5", diff --git a/yarn.lock b/yarn.lock index 1f5e6a0..e2966a3 100644 --- a/yarn.lock +++ b/yarn.lock @@ -306,6 +306,11 @@ resolved "https://registry.npmjs.org/@types/node/-/node-16.4.9.tgz" integrity sha512-HXhRf581nCItzn8yevv4LYt+bJ5cBbDBAJExbDPMeU/2n5/j0ZemGpayahFBP4xL7RseaCLASLD9i9AYyDe7Nw== +"@types/node@20.0.0": + version "20.0.0" + resolved "https://registry.yarnpkg.com/@types/node/-/node-20.0.0.tgz#081d9afd28421be956c1a47ced1c9a0034b467e2" + integrity sha512-cD2uPTDnQQCVpmRefonO98/PPijuOnnEy5oytWJFPY1N9aJCz2wJ5kSGWO+zJoed2cY2JxQh6yBuUq4vIn61hw== + "@types/parse-json@^4.0.0": version "4.0.0" resolved "https://registry.npmjs.org/@types/parse-json/-/parse-json-4.0.0.tgz" @@ -3302,10 +3307,12 @@ ieee754@^1.1.13: resolved "https://registry.yarnpkg.com/ieee754/-/ieee754-1.2.1.tgz#8eb7a10a63fff25d15a57b001586d177d1b0d352" integrity sha512-dcyqhDvX1C46lXZcVqCpK+FtMRQVdIMN6/Df5js2zouUsqG7I6sFxitIC+7KYK29KdXOLHdu9zL4sFnoVQnqaA== -iframe-translator@^0.3.5: - version "0.3.5" - resolved "https://registry.yarnpkg.com/iframe-translator/-/iframe-translator-0.3.5.tgz#028f13cbd7d2fde48525d28e87685af870a820b1" - integrity sha512-px4ORXflMsT89suOgB3PC6c9wFx2J2f/1cNr7+TEIstz0NKIi98PZAIP1EeSZsJXdtdOIALCMNwaH9ym3lRGqw== +iframe-translator@^0.3.7: + version "0.3.7" + resolved "https://registry.yarnpkg.com/iframe-translator/-/iframe-translator-0.3.7.tgz#d4c2b0d91129eb5b3702a037a18f478b09a42d3b" + integrity sha512-ivgG7duy8G76NZGI4kluh7aXjsEWIR+HHQ+XYhje6GR/OHBFMAsYZ78KqJLVZ9/URKSpyc35uhSLhnAuQrAwTw== + dependencies: + "@types/node" "20.0.0" ignore@^4.0.6: version "4.0.6"