From 5356cc859d2334ca6974b471b4eecf876e20fecb Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 30 Aug 2024 15:35:57 +0000 Subject: [PATCH] chore(deps): update dependency adm-zip to ^0.5.16 (#2951) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- packages/webpack-plugin-kintone-plugin/package.json | 2 +- pnpm-lock.yaml | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/packages/webpack-plugin-kintone-plugin/package.json b/packages/webpack-plugin-kintone-plugin/package.json index a22ecb1bd3..f2adf9f70b 100644 --- a/packages/webpack-plugin-kintone-plugin/package.json +++ b/packages/webpack-plugin-kintone-plugin/package.json @@ -39,7 +39,7 @@ "homepage": "https://github.com/kintone/js-sdk/tree/main/packages/webpack-plugin-kintone-plugin#readme", "devDependencies": { "@types/adm-zip": "^0.5.5", - "adm-zip": "^0.5.15", + "adm-zip": "^0.5.16", "chokidar": "^3.6.0", "rimraf": "^5.0.10", "webpack": "^5.94.0", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 303301f336..7de6e9d41e 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -482,8 +482,8 @@ importers: specifier: ^0.5.5 version: 0.5.5 adm-zip: - specifier: ^0.5.15 - version: 0.5.15 + specifier: ^0.5.16 + version: 0.5.16 chokidar: specifier: ^3.6.0 version: 3.6.0 @@ -3902,8 +3902,8 @@ packages: engines: {node: '>=0.4.0'} hasBin: true - /adm-zip@0.5.15: - resolution: {integrity: sha512-jYPWSeOA8EFoZnucrKCNihqBjoEGQSU4HKgHYQgKNEQ0pQF9a/DYuo/+fAxY76k4qe75LUlLWpAM1QWcBMTOKw==} + /adm-zip@0.5.16: + resolution: {integrity: sha512-TGw5yVi4saajsSEgz25grObGHEUaDrniwvA2qwSC060KfqGPdglhvPMA2lPIoxs3PQIItj2iag35fONcQqgUaQ==} engines: {node: '>=12.0'} dev: true