From 5dc782bfe4720070c4f55b144ee8f255e1586ab8 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 8 Oct 2024 17:12:47 +0000 Subject: [PATCH] chore(deps): update all non-major dependencies --- package-lock.json | 24 ++++++++++++------------ package.json | 4 ++-- 2 files changed, 14 insertions(+), 14 deletions(-) diff --git a/package-lock.json b/package-lock.json index dc9ae4a95f..4549c1558c 100644 --- a/package-lock.json +++ b/package-lock.json @@ -30,7 +30,7 @@ "@nuxt/eslint": "0.5.7", "@nuxt/module-builder": "0.8.4", "@nuxt/webpack-builder": "3.13.2", - "@types/node": "20.16.10", + "@types/node": "20.16.11", "@types/vue": "2.0.0", "commitlint": "19.5.0", "eslint": "9.12.0", @@ -45,7 +45,7 @@ "lint-staged": "15.2.10", "markdown-it-inline-comments": "1.0.1", "nuxt": "3.13.2", - "playwright": "1.47.2", + "playwright": "1.48.0", "postcss-functions": "4.0.2", "postcss-html": "1.7.0", "postcss-nesting": "13.0.0", @@ -5973,9 +5973,9 @@ "peer": true }, "node_modules/@types/node": { - "version": "20.16.10", - "resolved": "https://registry.npmjs.org/@types/node/-/node-20.16.10.tgz", - "integrity": "sha512-vQUKgWTjEIRFCvK6CyriPH3MZYiYlNy0fKiEYHWbcoWLEgs4opurGGKlebrTLqdSMIbXImH6XExNiIyNUv3WpA==", + "version": "20.16.11", + "resolved": "https://registry.npmjs.org/@types/node/-/node-20.16.11.tgz", + "integrity": "sha512-y+cTCACu92FyA5fgQSAI8A1H429g7aSK2HsO7K4XYUWc4dY5IUz55JSDIYT6/VsOLfGy8vmvQYC2hfb0iF16Uw==", "dev": true, "license": "MIT", "dependencies": { @@ -17391,13 +17391,13 @@ } }, "node_modules/playwright": { - "version": "1.47.2", - "resolved": "https://registry.npmjs.org/playwright/-/playwright-1.47.2.tgz", - "integrity": "sha512-nx1cLMmQWqmA3UsnjaaokyoUpdVaaDhJhMoxX2qj3McpjnsqFHs516QAKYhqHAgOP+oCFTEOCOAaD1RgD/RQfA==", + "version": "1.48.0", + "resolved": "https://registry.npmjs.org/playwright/-/playwright-1.48.0.tgz", + "integrity": "sha512-qPqFaMEHuY/ug8o0uteYJSRfMGFikhUysk8ZvAtfKmUK3kc/6oNl/y3EczF8OFGYIi/Ex2HspMfzYArk6+XQSA==", "dev": true, "license": "Apache-2.0", "dependencies": { - "playwright-core": "1.47.2" + "playwright-core": "1.48.0" }, "bin": { "playwright": "cli.js" @@ -17410,9 +17410,9 @@ } }, "node_modules/playwright-core": { - "version": "1.47.2", - "resolved": "https://registry.npmjs.org/playwright-core/-/playwright-core-1.47.2.tgz", - "integrity": "sha512-3JvMfF+9LJfe16l7AbSmU555PaTl2tPyQsVInqm3id16pdDfvZ8TTZ/pyzmkbDrZTQefyzU7AIHlZqQnxpqHVQ==", + "version": "1.48.0", + "resolved": "https://registry.npmjs.org/playwright-core/-/playwright-core-1.48.0.tgz", + "integrity": "sha512-RBvzjM9rdpP7UUFrQzRwR8L/xR4HyC1QXMzGYTbf1vjw25/ya9NRAVnXi/0fvFopjebvyPzsmoK58xxeEOaVvA==", "dev": true, "license": "Apache-2.0", "bin": { diff --git a/package.json b/package.json index 4fd0d13655..0c1594fcc5 100644 --- a/package.json +++ b/package.json @@ -72,7 +72,7 @@ "@nuxt/eslint": "0.5.7", "@nuxt/module-builder": "0.8.4", "@nuxt/webpack-builder": "3.13.2", - "@types/node": "20.16.10", + "@types/node": "20.16.11", "@types/vue": "2.0.0", "commitlint": "19.5.0", "eslint": "9.12.0", @@ -87,7 +87,7 @@ "lint-staged": "15.2.10", "markdown-it-inline-comments": "1.0.1", "nuxt": "3.13.2", - "playwright": "1.47.2", + "playwright": "1.48.0", "postcss-functions": "4.0.2", "postcss-html": "1.7.0", "postcss-nesting": "13.0.0",