diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index dcdf89529f69..b206cecedaa7 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -193,7 +193,7 @@ importers: lit: 2.3.1 devDependencies: '@vitest/ui': link:../../packages/ui - happy-dom: 6.0.4 + happy-dom: 7.3.0 vite: 3.1.0 vitest: link:../../packages/vitest @@ -238,7 +238,7 @@ importers: react-dom: 18.0.0_react@18.0.0 devDependencies: '@testing-library/react': 13.3.0_zpnidt7m3osuk7shl3s4oenomq - '@types/node': 18.8.0 + '@types/node': 18.8.3 '@types/react': 18.0.21 '@vitejs/plugin-react': 2.1.0 jsdom: 20.0.1 @@ -290,7 +290,7 @@ importers: '@types/react-test-renderer': 17.0.2 '@vitejs/plugin-react': 2.1.0_vite@3.1.0 '@vitest/ui': link:../../packages/ui - happy-dom: 6.0.4 + happy-dom: 7.3.0 jsdom: 20.0.1 react-test-renderer: 17.0.2_react@17.0.2 vite: 3.1.0 @@ -958,7 +958,7 @@ importers: devDependencies: '@vitejs/plugin-vue': 3.1.2_vite@3.1.0+vue@3.2.40 '@vue/test-utils': 2.1.0_vue@3.2.40 - happy-dom: 6.0.4 + happy-dom: 7.3.0 vite: 3.1.0 vitest: link:../../packages/vitest vue: 3.2.40 @@ -5635,7 +5635,7 @@ packages: /@types/concat-stream/1.6.1: resolution: {integrity: sha512-eHE4cQPoj6ngxBZMvVf6Hw7Mh4jMW4U9lpGmS5GBPB9RYxlFg+CHaVN7ErNY4W9XfLIEn20b4VDYaIrbq0q4uA==} dependencies: - '@types/node': 18.8.0 + '@types/node': 18.8.3 dev: true /@types/cookie/0.4.1: @@ -5693,9 +5693,9 @@ packages: dev: true /@types/form-data/0.0.33: - resolution: {integrity: sha512-8BSvG1kGm83cyJITQMZSulnl6QV8jqAGreJsc5tPu1Jq0vTSOiY/k24Wx82JRpWwZSqrala6sd5rWi6aNXvqcw==} + resolution: {integrity: sha1-yayFsqX9GENbjIXZ7LUObWyJP/g=} dependencies: - '@types/node': 18.8.0 + '@types/node': 18.8.3 dev: true /@types/fs-extra/9.0.13: @@ -5854,6 +5854,10 @@ packages: resolution: {integrity: sha512-u+h43R6U8xXDt2vzUaVP3VwjjLyOJk6uEciZS8OSyziUQGOwmk+l+4drxcsDboHXwyTaqS1INebghmWMRxq3LA==} dev: true + /@types/node/18.8.3: + resolution: {integrity: sha512-0os9vz6BpGwxGe9LOhgP/ncvYN5Tx1fNcd2TM3rD/aCGBkysb+ZWpXEocG24h6ZzOi13+VB8HndAQFezsSOw1w==} + dev: true + /@types/node/8.10.66: resolution: {integrity: sha512-tktOkFUA4kXx2hhhrB8bIFb5TbwzS4uOhKEmwiD+NoiL0qtP2OQ9mFldbgD4dV1djrlBYP6eBuQZiWjuHUpqFw==} dev: true @@ -11822,6 +11826,20 @@ packages: - encoding dev: true + /happy-dom/7.3.0: + resolution: {integrity: sha512-KJDR6CJ2S9MeOznLUU4iF98sh2yBmwEOTFcJHHZvNCYo8PsmgeeECZqUOr33VmNdSYBO+X9hSOTjeT533hwSXA==} + dependencies: + css.escape: 1.5.1 + he: 1.2.0 + node-fetch: 2.6.7 + sync-request: 6.1.0 + webidl-conversions: 7.0.0 + whatwg-encoding: 2.0.0 + whatwg-mimetype: 3.0.0 + transitivePeerDependencies: + - encoding + dev: true + /has-ansi/2.0.0: resolution: {integrity: sha512-C8vBJ8DwUCx19vhm7urhTuUsr4/IyP6l4VzNQDv+ryHQObW3TTTp9yB68WpYgRe2bbaGuZ/se74IqFeVnMnLZg==} engines: {node: '>=0.10.0'}