summaryrefslogtreecommitdiffstats
path: root/package-lock.json
diff options
context:
space:
mode:
authorAnoduck, The Anonymous Duck <9925396+anoduck@users.noreply.github.com>2025-05-05 08:34:48 +0000
committerGitHub <noreply@github.com>2025-05-05 08:34:48 +0000
commit53c72ab72210a1d4fdd69ab9d1e53f40a58c1edf (patch)
treef62b43b49fad72a854656200a3e7a5efa20f790a /package-lock.json
parentbc94fe832374f392e37514c3ad890e59a5edb3a2 (diff)
parentd48c088677f0302766322e9dc0a9e4ad532f9808 (diff)
Merge pull request #106 from anoduck/dependabot/npm_and_yarn/stylelint-16.19.1
build(deps-dev): bump stylelint from 16.18.0 to 16.19.1
Diffstat (limited to 'package-lock.json')
-rw-r--r--package-lock.json23
1 files changed, 15 insertions, 8 deletions
diff --git a/package-lock.json b/package-lock.json
index 76d8bc3..7e9ec9c 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -1,12 +1,12 @@
{
"name": "@anoduck/hinode-template",
- "version": "0.4.8",
+ "version": "0.4.9",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"name": "@anoduck/hinode-template",
- "version": "0.4.8",
+ "version": "0.4.9",
"license": "MIT",
"dependencies": {
"@fullhuman/postcss-purgecss": "^7.0.2",
@@ -27,7 +27,7 @@
"postcss-cli": "^11.0.1",
"rexreplace": "^7.1.12",
"rimraf": "^6.0.1",
- "stylelint": "^16.18.0",
+ "stylelint": "^16.19.1",
"stylelint-config-standard-scss": "^14.0.0"
},
"optionalDependencies": {
@@ -8442,9 +8442,9 @@
}
},
"node_modules/stylelint": {
- "version": "16.18.0",
- "resolved": "https://registry.npmjs.org/stylelint/-/stylelint-16.18.0.tgz",
- "integrity": "sha512-OXb68qzesv7J70BSbFwfK3yTVLEVXiQ/ro6wUE4UrSbKCMjLLA02S8Qq3LC01DxKyVjk7z8xh35aB4JzO3/sNA==",
+ "version": "16.19.1",
+ "resolved": "https://registry.npmjs.org/stylelint/-/stylelint-16.19.1.tgz",
+ "integrity": "sha512-C1SlPZNMKl+d/C867ZdCRthrS+6KuZ3AoGW113RZCOL0M8xOGpgx7G70wq7lFvqvm4dcfdGFVLB/mNaLFChRKw==",
"dev": true,
"funding": [
{
@@ -8471,7 +8471,7 @@
"debug": "^4.3.7",
"fast-glob": "^3.3.3",
"fastest-levenshtein": "^1.0.16",
- "file-entry-cache": "^10.0.7",
+ "file-entry-cache": "^10.0.8",
"global-modules": "^2.0.0",
"globby": "^11.1.0",
"globjoin": "^0.1.4",
@@ -8479,7 +8479,7 @@
"ignore": "^7.0.3",
"imurmurhash": "^0.1.4",
"is-plain-object": "^5.0.0",
- "known-css-properties": "^0.35.0",
+ "known-css-properties": "^0.36.0",
"mathml-tag-names": "^2.1.3",
"meow": "^13.2.0",
"micromatch": "^4.0.8",
@@ -8688,6 +8688,13 @@
"node": ">= 4"
}
},
+ "node_modules/stylelint/node_modules/known-css-properties": {
+ "version": "0.36.0",
+ "resolved": "https://registry.npmjs.org/known-css-properties/-/known-css-properties-0.36.0.tgz",
+ "integrity": "sha512-A+9jP+IUmuQsNdsLdcg6Yt7voiMF/D4K83ew0OpJtpu+l34ef7LaohWV0Rc6KNvzw6ZDizkqfyB5JznZnzuKQA==",
+ "dev": true,
+ "license": "MIT"
+ },
"node_modules/stylelint/node_modules/resolve-from": {
"version": "5.0.0",
"resolved": "https://registry.npmjs.org/resolve-from/-/resolve-from-5.0.0.tgz",