From 86bf5e28685d86f25a9fc5f3f3e3e76294288a30 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Wed, 18 Oct 2023 06:00:40 +0000 Subject: [PATCH] chore(deps): update dependency @types/jquery to v3.5.23 --- package.json | 2 +- pnpm-lock.yaml | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index e314b16b..2a0f3903 100644 --- a/package.json +++ b/package.json @@ -70,7 +70,7 @@ "@ironkinoko/rollup-plugin-styles": "4.0.3", "@swc/core": "1.3.93", "@types/fs-extra": "11.0.2", - "@types/jquery": "3.5.22", + "@types/jquery": "3.5.23", "@types/node": "18.18.5", "@typescript-eslint/eslint-plugin": "6.8.0", "@typescript-eslint/parser": "6.8.0", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index bf63465c..c0a0f3f8 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -27,8 +27,8 @@ devDependencies: specifier: 11.0.2 version: 11.0.2 '@types/jquery': - specifier: 3.5.22 - version: 3.5.22 + specifier: 3.5.23 + version: 3.5.23 '@types/node': specifier: 18.18.5 version: 18.18.5 @@ -1140,8 +1140,8 @@ packages: '@types/node': 18.18.5 dev: true - /@types/jquery@3.5.22: - resolution: {integrity: sha512-ISQFeUK5GwRftLK4PVvKTWEVCxZ2BpaqBz0TWkIq5w4vGojxZP9+XkqgcPjxoqmPeew+HLyWthCBvK7GdF5NYA==} + /@types/jquery@3.5.23: + resolution: {integrity: sha512-LwtD05mlY8iPF/1aB8dOZaYhRDothbHA7csnAxhyqMnQxj90Fo3J4nPhmHiA0OMTwHhjwZdE1Lpd6UK+b+C6Bw==} dependencies: '@types/sizzle': 2.3.3 dev: true -- 2.43.4