diff --git a/package-lock.json b/package-lock.json index b340dd12e4..9b8b26a77c 100644 --- a/package-lock.json +++ b/package-lock.json @@ -30,7 +30,7 @@ "@nuxt/eslint": "0.3.10", "@nuxt/module-builder": "0.6.0", "@nuxt/webpack-builder": "3.11.2", - "@types/node": "20.12.10", + "@types/node": "20.12.11", "commitlint": "19.3.0", "eslint": "9.2.0", "eslint-config-prettier": "9.1.0", @@ -47,7 +47,7 @@ "pinst": "3.0.0", "playwright": "1.44.0", "postcss-functions": "4.0.2", - "postcss-html": "1.6.0", + "postcss-html": "1.7.0", "postcss-nesting": "12.1.2", "postcss-preset-env": "9.5.11", "prettier": "3.2.5", @@ -6437,9 +6437,9 @@ "peer": true }, "node_modules/@types/node": { - "version": "20.12.10", - "resolved": "https://registry.npmjs.org/@types/node/-/node-20.12.10.tgz", - "integrity": "sha512-Eem5pH9pmWBHoGAT8Dr5fdc5rYA+4NAovdM4EktRPVAAiJhmWWfQrA0cFhAbOsQdSfIHjAud6YdkbL69+zSKjw==", + "version": "20.12.11", + "resolved": "https://registry.npmjs.org/@types/node/-/node-20.12.11.tgz", + "integrity": "sha512-vDg9PZ/zi+Nqp6boSOT7plNuthRugEKixDv5sFTIpkE89MmNtEArAShI4mxuX2+UrLEe9pxC1vm2cjm9YlWbJw==", "dev": true, "dependencies": { "undici-types": "~5.26.4" @@ -17129,13 +17129,13 @@ } }, "node_modules/postcss-html": { - "version": "1.6.0", - "resolved": "https://registry.npmjs.org/postcss-html/-/postcss-html-1.6.0.tgz", - "integrity": "sha512-OWgQ9/Pe23MnNJC0PL4uZp8k0EDaUvqpJFSiwFxOLClAhmD7UEisyhO3x5hVsD4xFrjReVTXydlrMes45dJ71w==", + "version": "1.7.0", + "resolved": "https://registry.npmjs.org/postcss-html/-/postcss-html-1.7.0.tgz", + "integrity": "sha512-MfcMpSUIaR/nNgeVS8AyvyDugXlADjN9AcV7e5rDfrF1wduIAGSkL4q2+wgrZgA3sHVAHLDO9FuauHhZYW2nBw==", "dev": true, "dependencies": { "htmlparser2": "^8.0.0", - "js-tokens": "^8.0.0", + "js-tokens": "^9.0.0", "postcss": "^8.4.0", "postcss-safe-parser": "^6.0.0" }, @@ -17163,9 +17163,9 @@ } }, "node_modules/postcss-html/node_modules/js-tokens": { - "version": "8.0.3", - "resolved": "https://registry.npmjs.org/js-tokens/-/js-tokens-8.0.3.tgz", - "integrity": "sha512-UfJMcSJc+SEXEl9lH/VLHSZbThQyLpw1vLO1Lb+j4RWDvG3N2f7yj3PVQA3cmkTBNldJ9eFnM+xEXxHIXrYiJw==", + "version": "9.0.0", + "resolved": "https://registry.npmjs.org/js-tokens/-/js-tokens-9.0.0.tgz", + "integrity": "sha512-WriZw1luRMlmV3LGJaR6QOJjWwgLUTf89OwT2lUOyjX2dJGBwgmIkbcz+7WFZjrZM635JOIR517++e/67CP9dQ==", "dev": true }, "node_modules/postcss-image-set-function": { diff --git a/package.json b/package.json index 9263228f72..b3821403ed 100644 --- a/package.json +++ b/package.json @@ -73,7 +73,7 @@ "@nuxt/eslint": "0.3.10", "@nuxt/module-builder": "0.6.0", "@nuxt/webpack-builder": "3.11.2", - "@types/node": "20.12.10", + "@types/node": "20.12.11", "commitlint": "19.3.0", "eslint": "9.2.0", "eslint-config-prettier": "9.1.0", @@ -90,7 +90,7 @@ "pinst": "3.0.0", "playwright": "1.44.0", "postcss-functions": "4.0.2", - "postcss-html": "1.6.0", + "postcss-html": "1.7.0", "postcss-nesting": "12.1.2", "postcss-preset-env": "9.5.11", "prettier": "3.2.5",