From 9e55c880f6108e3202148cd59b0cc88b637381e4 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 20 Mar 2023 18:43:04 -0800 Subject: [PATCH] chore(deps): update dependency @types/dompurify to v3 (#346) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- frontend/package.json | 2 +- frontend/pnpm-lock.yaml | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/frontend/package.json b/frontend/package.json index 8b71b20..d774c2e 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -16,7 +16,7 @@ "devDependencies": { "@faker-js/faker": "^7.5.0", "@nuxtjs/eslint-config-typescript": "^12.0.0", - "@types/dompurify": "^2.4.0", + "@types/dompurify": "^3.0.0", "@types/markdown-it": "^12.2.3", "@typescript-eslint/eslint-plugin": "^5.36.2", "@typescript-eslint/parser": "^5.36.2", diff --git a/frontend/pnpm-lock.yaml b/frontend/pnpm-lock.yaml index 027a74b..baeb255 100644 --- a/frontend/pnpm-lock.yaml +++ b/frontend/pnpm-lock.yaml @@ -10,7 +10,7 @@ specifiers: '@tailwindcss/aspect-ratio': ^0.4.0 '@tailwindcss/forms': ^0.5.2 '@tailwindcss/typography': ^0.5.4 - '@types/dompurify': ^2.4.0 + '@types/dompurify': ^3.0.0 '@types/markdown-it': ^12.2.3 '@typescript-eslint/eslint-plugin': ^5.36.2 '@typescript-eslint/parser': ^5.36.2 @@ -63,7 +63,7 @@ dependencies: devDependencies: '@faker-js/faker': 7.6.0 '@nuxtjs/eslint-config-typescript': 12.0.0_ha6vam6werchizxrnqvarmz2zu - '@types/dompurify': 2.4.0 + '@types/dompurify': 3.0.0 '@types/markdown-it': 12.2.3 '@typescript-eslint/eslint-plugin': 5.46.0_5mle7isnkfgjmrghnnczirv6iy '@typescript-eslint/parser': 5.46.0_ha6vam6werchizxrnqvarmz2zu @@ -1394,8 +1394,8 @@ packages: resolution: {integrity: sha512-KnRanxnpfpjUTqTCXslZSEdLfXExwgNxYPdiO2WGUj8+HDjFi8R3k5RVKPeSCzLjCcshCAtVO2QBbVuAV4kTnw==} dev: true - /@types/dompurify/2.4.0: - resolution: {integrity: sha512-IDBwO5IZhrKvHFUl+clZxgf3hn2b/lU6H1KaBShPkQyGJUQ0xwebezIPSuiyGwfz1UzJWQl4M7BDxtHtCCPlTg==} + /@types/dompurify/3.0.0: + resolution: {integrity: sha512-EcSqmgm/xJwH8CcJPy9AHNypp/j58CYga3nWdl93/wLxX6OH+rSD3aAj75NQazcZd1YKHJ/pjNZ9qmgVajggwQ==} dependencies: '@types/trusted-types': 2.0.3 dev: true