From 6ba9979097a979becf3b10ef51994a2b6b2266cd Mon Sep 17 00:00:00 2001 From: hinashi Date: Fri, 13 Oct 2023 14:35:33 +0900 Subject: [PATCH] Update npm package version --- package-lock.json | 14 +++++++------- package.json | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/package-lock.json b/package-lock.json index 63545c485..586359034 100644 --- a/package-lock.json +++ b/package-lock.json @@ -9,7 +9,7 @@ "version": "1.0.0", "license": "GPLv2", "dependencies": { - "@dmm-com/airone-apiclient-typescript-fetch": "^0.0.6", + "@dmm-com/airone-apiclient-typescript-fetch": "^0.0.7", "@emotion/react": "^11.10.5", "@emotion/styled": "^11.10.5", "@jest/globals": "^27.0.6", @@ -1999,9 +1999,9 @@ } }, "node_modules/@dmm-com/airone-apiclient-typescript-fetch": { - "version": "0.0.6", - "resolved": "https://npm.pkg.github.com/download/@dmm-com/airone-apiclient-typescript-fetch/0.0.6/3bcb71b72be1c6a7fff79f84b15d35a1a0a64eab", - "integrity": "sha512-LxiLPiFk6Q4auCx2mjBijez4/vy8RuNi6fU7TvIEFDkIaYx2VtnHXpo65yaSyq8AYpC31gq+/EHPhmvNnpsAyw==", + "version": "0.0.7", + "resolved": "https://npm.pkg.github.com/download/@dmm-com/airone-apiclient-typescript-fetch/0.0.7/4dd9a21b0e70022a931f61c96c53e22cf8c594fa", + "integrity": "sha512-yHQZOnpvLdZLFIU7rKxK0XAw97AL16pWaK7BEACL8U4LBW4Ul5zZ5asNSYufJMFVaBELz3bBxylJ7VrUA+rYPw==", "license": "ISC" }, "node_modules/@emotion/babel-plugin": { @@ -18279,9 +18279,9 @@ "dev": true }, "@dmm-com/airone-apiclient-typescript-fetch": { - "version": "0.0.6", - "resolved": "https://npm.pkg.github.com/download/@dmm-com/airone-apiclient-typescript-fetch/0.0.6/3bcb71b72be1c6a7fff79f84b15d35a1a0a64eab", - "integrity": "sha512-LxiLPiFk6Q4auCx2mjBijez4/vy8RuNi6fU7TvIEFDkIaYx2VtnHXpo65yaSyq8AYpC31gq+/EHPhmvNnpsAyw==" + "version": "0.0.7", + "resolved": "https://npm.pkg.github.com/download/@dmm-com/airone-apiclient-typescript-fetch/0.0.7/4dd9a21b0e70022a931f61c96c53e22cf8c594fa", + "integrity": "sha512-yHQZOnpvLdZLFIU7rKxK0XAw97AL16pWaK7BEACL8U4LBW4Ul5zZ5asNSYufJMFVaBELz3bBxylJ7VrUA+rYPw==" }, "@emotion/babel-plugin": { "version": "11.11.0", diff --git a/package.json b/package.json index 21640c962..f351b88c1 100644 --- a/package.json +++ b/package.json @@ -77,7 +77,7 @@ "zod": "^3.20.6" }, "dependencies": { - "@dmm-com/airone-apiclient-typescript-fetch": "^0.0.6", + "@dmm-com/airone-apiclient-typescript-fetch": "^0.0.7", "@emotion/react": "^11.10.5", "@emotion/styled": "^11.10.5", "@jest/globals": "^27.0.6",