diff --git a/package-lock.json b/package-lock.json index b2506cd..2af9f05 100644 --- a/package-lock.json +++ b/package-lock.json @@ -29,7 +29,7 @@ "autoprefixer": "^10.4.14", "eslint": "^8.55.0", "eslint-plugin-vue": "^9.15.1", - "happy-dom": "^15.0.0", + "happy-dom": "^15.10.1", "npm-run-all": "^4.1.5", "postcss": "^8.4.27", "tailwindcss": "^3.3.3", @@ -3649,11 +3649,10 @@ "license": "Standard 'no charge' license: https://gsap.com/standard-license. Club GSAP members get more: https://gsap.com/licensing/. Why GreenSock doesn't employ an MIT license: https://gsap.com/why-license/" }, "node_modules/happy-dom": { - "version": "15.0.0", - "resolved": "https://registry.npmjs.org/happy-dom/-/happy-dom-15.0.0.tgz", - "integrity": "sha512-DsvANUcxxY20iCo3Yllm7dqwzPVPduGfVFxa7mONwMBLczFeQgkN0LpDir1kIY322JMh+hrcPV3aGLyHCESDlA==", + "version": "15.10.1", + "resolved": "https://registry.npmjs.org/happy-dom/-/happy-dom-15.10.1.tgz", + "integrity": "sha512-FuGnj/qIB4QnBL6fWmD7Wnh6STxevLgOVWB6+nopDGgWG1+t9CXkNB2ldZ+iqwD2UKxD2D0SU8el8A6AX6Q1+g==", "dev": true, - "license": "MIT", "dependencies": { "entities": "^4.5.0", "webidl-conversions": "^7.0.0", diff --git a/package.json b/package.json index 086bac7..1bb65ba 100644 --- a/package.json +++ b/package.json @@ -33,7 +33,7 @@ "autoprefixer": "^10.4.14", "eslint": "^8.55.0", "eslint-plugin-vue": "^9.15.1", - "happy-dom": "^15.0.0", + "happy-dom": "^15.10.1", "npm-run-all": "^4.1.5", "postcss": "^8.4.27", "tailwindcss": "^3.3.3",