From 47527797b576b64161dcb066e86abbef3f38df3d Mon Sep 17 00:00:00 2001 From: squidfunk Date: Mon, 29 Apr 2024 15:18:09 +0700 Subject: [PATCH] Updated dependencies --- package-lock.json | 28 ++++++++++++++-------------- package.json | 4 ++-- 2 files changed, 16 insertions(+), 16 deletions(-) diff --git a/package-lock.json b/package-lock.json index cc8d2a9ec..f0135e40a 100644 --- a/package-lock.json +++ b/package-lock.json @@ -46,7 +46,7 @@ "html-minifier": "^4.0.0", "material-design-color": "^2.3.2", "material-shadows": "^3.0.1", - "npm-check-updates": "^16.14.18", + "npm-check-updates": "^16.14.20", "npm-run-all": "^4.1.5", "postcss": "^8.4.38", "postcss-dir-pseudo-class": "^8.0.1", @@ -56,7 +56,7 @@ "preact": "^10.20.2", "rimraf": "^5.0.5", "sass": "^1.75.0", - "simple-icons": "^11.13.0", + "simple-icons": "^11.14.0", "stylelint": "^15.11.0", "stylelint-config-recess-order": "4.2.0", "stylelint-config-recommended": "^13.0.0", @@ -6329,9 +6329,9 @@ } }, "node_modules/npm-check-updates": { - "version": "16.14.18", - "resolved": "https://registry.npmjs.org/npm-check-updates/-/npm-check-updates-16.14.18.tgz", - "integrity": "sha512-9iaRe9ohx9ykdbLjPRIYcq1A0RkrPYUx9HmQK1JIXhfxtJCNE/+497H9Z4PGH6GWRALbz5KF+1iZoySK2uSEpQ==", + "version": "16.14.20", + "resolved": "https://registry.npmjs.org/npm-check-updates/-/npm-check-updates-16.14.20.tgz", + "integrity": "sha512-sYbIhun4DrjO7NFOTdvs11nCar0etEhZTsEjL47eM0TuiGMhmYughRCxG2SpGRmGAQ7AkwN7bw2lWzoE7q6yOQ==", "dev": true, "dependencies": { "@types/semver-utils": "^1.1.1", @@ -8862,9 +8862,9 @@ } }, "node_modules/simple-icons": { - "version": "11.13.0", - "resolved": "https://registry.npmjs.org/simple-icons/-/simple-icons-11.13.0.tgz", - "integrity": "sha512-8YOM9r3S/LIRd+y/QFbVU0D9V6EHK9y46irUWCYjF6GVWrvKQ0L3sQ14fPNidxalOQVaFB6ibDVrZLIji6S4Cg==", + "version": "11.14.0", + "resolved": "https://registry.npmjs.org/simple-icons/-/simple-icons-11.14.0.tgz", + "integrity": "sha512-KJ2R28d6tV+uu3GbRQTHizCGyjkI0QPhooYUcv4GjiE4XG0wSlqCFN/pUQK6gno46F0Fk2cyG5otFAK8EMaiYw==", "dev": true, "engines": { "node": ">=0.12.18" @@ -14968,9 +14968,9 @@ } }, "npm-check-updates": { - "version": "16.14.18", - "resolved": "https://registry.npmjs.org/npm-check-updates/-/npm-check-updates-16.14.18.tgz", - "integrity": "sha512-9iaRe9ohx9ykdbLjPRIYcq1A0RkrPYUx9HmQK1JIXhfxtJCNE/+497H9Z4PGH6GWRALbz5KF+1iZoySK2uSEpQ==", + "version": "16.14.20", + "resolved": "https://registry.npmjs.org/npm-check-updates/-/npm-check-updates-16.14.20.tgz", + "integrity": "sha512-sYbIhun4DrjO7NFOTdvs11nCar0etEhZTsEjL47eM0TuiGMhmYughRCxG2SpGRmGAQ7AkwN7bw2lWzoE7q6yOQ==", "dev": true, "requires": { "@types/semver-utils": "^1.1.1", @@ -16708,9 +16708,9 @@ } }, "simple-icons": { - "version": "11.13.0", - "resolved": "https://registry.npmjs.org/simple-icons/-/simple-icons-11.13.0.tgz", - "integrity": "sha512-8YOM9r3S/LIRd+y/QFbVU0D9V6EHK9y46irUWCYjF6GVWrvKQ0L3sQ14fPNidxalOQVaFB6ibDVrZLIji6S4Cg==", + "version": "11.14.0", + "resolved": "https://registry.npmjs.org/simple-icons/-/simple-icons-11.14.0.tgz", + "integrity": "sha512-KJ2R28d6tV+uu3GbRQTHizCGyjkI0QPhooYUcv4GjiE4XG0wSlqCFN/pUQK6gno46F0Fk2cyG5otFAK8EMaiYw==", "dev": true }, "sisteransi": { diff --git a/package.json b/package.json index e211dc8c2..38ff5e752 100644 --- a/package.json +++ b/package.json @@ -76,7 +76,7 @@ "html-minifier": "^4.0.0", "material-design-color": "^2.3.2", "material-shadows": "^3.0.1", - "npm-check-updates": "^16.14.18", + "npm-check-updates": "^16.14.20", "npm-run-all": "^4.1.5", "postcss": "^8.4.38", "postcss-dir-pseudo-class": "^8.0.1", @@ -86,7 +86,7 @@ "preact": "^10.20.2", "rimraf": "^5.0.5", "sass": "^1.75.0", - "simple-icons": "^11.13.0", + "simple-icons": "^11.14.0", "stylelint": "^15.11.0", "stylelint-config-recess-order": "4.2.0", "stylelint-config-recommended": "^13.0.0",