diff --git a/go.mod b/go.mod index 158eb0497..55019a27d 100644 --- a/go.mod +++ b/go.mod @@ -1,5 +1,5 @@ module github.com/schnerring/hugo-theme-gruvbox -go 1.21 +go 1.22.0 require github.com/schnerring/hugo-mod-json-resume v0.0.0-20240206222225-cbf839bf0b0d // indirect diff --git a/package-lock.json b/package-lock.json index 967d57f13..d671516dc 100644 --- a/package-lock.json +++ b/package-lock.json @@ -31,7 +31,7 @@ "postcss-cli": "^11.0.0", "postcss-custom-media": "^10.0.3", "postcss-import": "^16.0.1", - "postcss-nesting": "^12.0.3", + "postcss-nesting": "^12.0.4", "postcss-preset-env": "^9.4.0", "postcss-url": "^10.1.3", "prettier": "^3.2.5", @@ -5071,9 +5071,9 @@ } }, "node_modules/postcss-nesting": { - "version": "12.0.3", - "resolved": "https://registry.npmjs.org/postcss-nesting/-/postcss-nesting-12.0.3.tgz", - "integrity": "sha512-yrtMRPFNkfZMv9ikBvZ/Eh3RxhpMBKQ3KzD7LCY8+jYVlgju/Mdcxi4JY8bW2Y7ISXw8GTLuF/o+kFtp+yaVfQ==", + "version": "12.0.4", + "resolved": "https://registry.npmjs.org/postcss-nesting/-/postcss-nesting-12.0.4.tgz", + "integrity": "sha512-WuCe0KnP4vKjLZK8VNoUWKL8ZLOv/5jiM94mHcI3VszLropHwmjotdUyP/ObzqZpXuQKP2Jf9R12vIHKFSStKw==", "dev": true, "funding": [ { @@ -10072,9 +10072,9 @@ } }, "postcss-nesting": { - "version": "12.0.3", - "resolved": "https://registry.npmjs.org/postcss-nesting/-/postcss-nesting-12.0.3.tgz", - "integrity": "sha512-yrtMRPFNkfZMv9ikBvZ/Eh3RxhpMBKQ3KzD7LCY8+jYVlgju/Mdcxi4JY8bW2Y7ISXw8GTLuF/o+kFtp+yaVfQ==", + "version": "12.0.4", + "resolved": "https://registry.npmjs.org/postcss-nesting/-/postcss-nesting-12.0.4.tgz", + "integrity": "sha512-WuCe0KnP4vKjLZK8VNoUWKL8ZLOv/5jiM94mHcI3VszLropHwmjotdUyP/ObzqZpXuQKP2Jf9R12vIHKFSStKw==", "dev": true, "requires": { "@csstools/selector-specificity": "^3.0.2", diff --git a/package.json b/package.json index 52c547cb2..95ead4ed3 100644 --- a/package.json +++ b/package.json @@ -64,7 +64,7 @@ "postcss-cli": "^11.0.0", "postcss-custom-media": "^10.0.3", "postcss-import": "^16.0.1", - "postcss-nesting": "^12.0.3", + "postcss-nesting": "^12.0.4", "postcss-preset-env": "^9.4.0", "postcss-url": "^10.1.3", "prettier": "^3.2.5",