From 30e55797b89f3481c449abfa29317fec7ddfbd58 Mon Sep 17 00:00:00 2001 From: github-actions Date: Sat, 12 Aug 2023 22:13:17 +0000 Subject: [PATCH] Update Node.js modules --- package-lock.json | 8 ++++---- package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index ae4d04a3..2f7f597c 100644 --- a/package-lock.json +++ b/package-lock.json @@ -46,7 +46,7 @@ "eslint-plugin-sort-exports": "0.8.0", "eslint-plugin-vue": "9.17.0", "eslint-plugin-yml": "1.8.0", - "npm-check-updates": "16.10.18", + "npm-check-updates": "16.11.1", "postcss": "^8.4.27", "prettier": "3.0.1", "prettier-plugin-css-order": "^2.0.0", @@ -6008,9 +6008,9 @@ } }, "node_modules/npm-check-updates": { - "version": "16.10.18", - "resolved": "https://registry.npmjs.org/npm-check-updates/-/npm-check-updates-16.10.18.tgz", - "integrity": "sha512-dmfhCMX7+UNrBeftBGb1rMX4Qi6+FOI5cuu1VkLeE4LIazbiEYsdgTG+GQywYry+BR9R3EfOXITYPfgRhcdznw==", + "version": "16.11.1", + "resolved": "https://registry.npmjs.org/npm-check-updates/-/npm-check-updates-16.11.1.tgz", + "integrity": "sha512-FgfhQc/LpY1u2BZpg+Y/FVoa8XxTjTpnAuSGdHM6CRqOO9pSPFrQ618HS9zf71ox7hPUQqpPvTaIuCpa4px38Q==", "dev": true, "dependencies": { "chalk": "^5.3.0", diff --git a/package.json b/package.json index 73cd0b2f..237bfd8a 100644 --- a/package.json +++ b/package.json @@ -88,7 +88,7 @@ "eslint-plugin-sort-exports": "0.8.0", "eslint-plugin-vue": "9.17.0", "eslint-plugin-yml": "1.8.0", - "npm-check-updates": "16.10.18", + "npm-check-updates": "16.11.1", "postcss": "^8.4.27", "prettier": "3.0.1", "prettier-plugin-css-order": "^2.0.0", -- GitLab