From 8a96e1fe1eada4ba6b2ee7106b881a29109ebc7e Mon Sep 17 00:00:00 2001
From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com>
Date: Sat, 1 Jun 2024 00:51:38 +0000
Subject: [PATCH] Bump the development-dependencies group with 4 updates

Bumps the development-dependencies group with 4 updates: [@eslint/js](https://github.com/eslint/eslint/tree/HEAD/packages/js), [globals](https://github.com/sindresorhus/globals), [hugo-bin](https://github.com/fenneclab/hugo-bin) and [npm-run-all2](https://github.com/bcomnes/npm-run-all2).


Updates `@eslint/js` from 9.2.0 to 9.4.0
- [Release notes](https://github.com/eslint/eslint/releases)
- [Changelog](https://github.com/eslint/eslint/blob/main/CHANGELOG.md)
- [Commits](https://github.com/eslint/eslint/commits/v9.4.0/packages/js)

Updates `globals` from 14.0.0 to 15.3.0
- [Release notes](https://github.com/sindresorhus/globals/releases)
- [Commits](https://github.com/sindresorhus/globals/compare/v14.0.0...v15.3.0)

Updates `hugo-bin` from 0.123.0 to 0.123.2
- [Release notes](https://github.com/fenneclab/hugo-bin/releases)
- [Commits](https://github.com/fenneclab/hugo-bin/compare/v0.123.0...v0.123.2)

Updates `npm-run-all2` from 6.1.2 to 6.2.0
- [Release notes](https://github.com/bcomnes/npm-run-all2/releases)
- [Changelog](https://github.com/bcomnes/npm-run-all2/blob/master/CHANGELOG.md)
- [Commits](https://github.com/bcomnes/npm-run-all2/compare/v6.1.2...v6.2.0)

---
updated-dependencies:
- dependency-name: "@eslint/js"
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: development-dependencies
- dependency-name: globals
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: development-dependencies
- dependency-name: hugo-bin
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: development-dependencies
- dependency-name: npm-run-all2
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: development-dependencies
...

Signed-off-by: dependabot[bot] <support@github.com>
---
 package-lock.json | 53 +++++++++++++++++++++++++++++++++--------------
 package.json      |  8 +++----
 2 files changed, 41 insertions(+), 20 deletions(-)

diff --git a/package-lock.json b/package-lock.json
index 728e95ea0..644a76075 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -9,19 +9,19 @@
       "version": "1.0.0",
       "license": "MIT",
       "devDependencies": {
-        "@eslint/js": "^9.2.0",
+        "@eslint/js": "^9.4.0",
         "autoprefixer": "^10.4.19",
         "bootstrap": "^5.3.3",
         "clipboard": "^2.0.11",
         "cross-env": "^7.0.3",
         "eslint": "^9.2.0",
         "find-unused-sass-variables": "^6.0.0",
-        "globals": "^14.0.0",
-        "hugo-bin": "^0.123.0",
+        "globals": "^15.3.0",
+        "hugo-bin": "^0.123.2",
         "linkinator": "^6.0.4",
         "lockfile-lint": "^4.13.2",
         "markdownlint-cli2": "^0.13.0",
-        "npm-run-all2": "^6.1.2",
+        "npm-run-all2": "^6.2.0",
         "postcss": "^8.4.38",
         "postcss-cli": "^11.0.0",
         "stylelint": "^16.5.0",
@@ -293,10 +293,22 @@
         "url": "https://opencollective.com/eslint"
       }
     },
+    "node_modules/@eslint/eslintrc/node_modules/globals": {
+      "version": "14.0.0",
+      "resolved": "https://registry.npmjs.org/globals/-/globals-14.0.0.tgz",
+      "integrity": "sha512-oahGvuMGQlPw/ivIYBjVSrWAfWLBeku5tpPE2fOPLi+WHffIWbuh2tCjhyQhTBPMf5E9jDEH4FOmTYgYwbKwtQ==",
+      "dev": true,
+      "engines": {
+        "node": ">=18"
+      },
+      "funding": {
+        "url": "https://github.com/sponsors/sindresorhus"
+      }
+    },
     "node_modules/@eslint/js": {
-      "version": "9.2.0",
-      "resolved": "https://registry.npmjs.org/@eslint/js/-/js-9.2.0.tgz",
-      "integrity": "sha512-ESiIudvhoYni+MdsI8oD7skpprZ89qKocwRM2KEvhhBJ9nl5MRh7BXU5GTod7Mdygq+AUl+QzId6iWJKR/wABA==",
+      "version": "9.4.0",
+      "resolved": "https://registry.npmjs.org/@eslint/js/-/js-9.4.0.tgz",
+      "integrity": "sha512-fdI7VJjP3Rvc70lC4xkFXHB0fiPeojiL1PxVG6t1ZvXQrarj893PweuBTujxDUFk0Fxj4R7PIIAZ/aiiyZPZcg==",
       "dev": true,
       "engines": {
         "node": "^18.18.0 || ^20.9.0 || >=21.1.0"
@@ -1708,6 +1720,15 @@
         "url": "https://opencollective.com/eslint"
       }
     },
+    "node_modules/eslint/node_modules/@eslint/js": {
+      "version": "9.2.0",
+      "resolved": "https://registry.npmjs.org/@eslint/js/-/js-9.2.0.tgz",
+      "integrity": "sha512-ESiIudvhoYni+MdsI8oD7skpprZ89qKocwRM2KEvhhBJ9nl5MRh7BXU5GTod7Mdygq+AUl+QzId6iWJKR/wABA==",
+      "dev": true,
+      "engines": {
+        "node": "^18.18.0 || ^20.9.0 || >=21.1.0"
+      }
+    },
     "node_modules/espree": {
       "version": "10.0.1",
       "resolved": "https://registry.npmjs.org/espree/-/espree-10.0.1.tgz",
@@ -2275,9 +2296,9 @@
       }
     },
     "node_modules/globals": {
-      "version": "14.0.0",
-      "resolved": "https://registry.npmjs.org/globals/-/globals-14.0.0.tgz",
-      "integrity": "sha512-oahGvuMGQlPw/ivIYBjVSrWAfWLBeku5tpPE2fOPLi+WHffIWbuh2tCjhyQhTBPMf5E9jDEH4FOmTYgYwbKwtQ==",
+      "version": "15.3.0",
+      "resolved": "https://registry.npmjs.org/globals/-/globals-15.3.0.tgz",
+      "integrity": "sha512-cCdyVjIUVTtX8ZsPkq1oCsOsLmGIswqnjZYMJJTGaNApj1yHtLSymKhwH51ttirREn75z3p4k051clwg7rvNKA==",
       "dev": true,
       "engines": {
         "node": ">=18"
@@ -2437,9 +2458,9 @@
       }
     },
     "node_modules/hugo-bin": {
-      "version": "0.123.0",
-      "resolved": "https://registry.npmjs.org/hugo-bin/-/hugo-bin-0.123.0.tgz",
-      "integrity": "sha512-OPQmoBiKWrId3u/mLukfvPlzfsjvPsOP1nLeXolv75t1Ewy0kj3htcWOxAMeowagxgfWrzGiThDuD7VkRUkrwA==",
+      "version": "0.123.2",
+      "resolved": "https://registry.npmjs.org/hugo-bin/-/hugo-bin-0.123.2.tgz",
+      "integrity": "sha512-HxKrHHso1PpXMOoZbAmopCqsYzdL3oUUR+/NTBdrhAOZFsKGaP1abLdJgu9GUyhUq+gYQOtDUtpB9wjoDyv6GQ==",
       "dev": true,
       "funding": [
         {
@@ -3309,9 +3330,9 @@
       }
     },
     "node_modules/npm-run-all2": {
-      "version": "6.1.2",
-      "resolved": "https://registry.npmjs.org/npm-run-all2/-/npm-run-all2-6.1.2.tgz",
-      "integrity": "sha512-WwwnS8Ft+RpXve6T2EIEVpFLSqN+ORHRvgNk3H9N62SZXjmzKoRhMFg3I17TK3oMaAEr+XFbRirWS2Fn3BCPSg==",
+      "version": "6.2.0",
+      "resolved": "https://registry.npmjs.org/npm-run-all2/-/npm-run-all2-6.2.0.tgz",
+      "integrity": "sha512-wA7yVIkthe6qJBfiJ2g6aweaaRlw72itsFGF6HuwCHKwtwAx/4BY1vVpk6bw6lS8RLMsexoasOkd0aYOmsFG7Q==",
       "dev": true,
       "dependencies": {
         "ansi-styles": "^6.2.1",
diff --git a/package.json b/package.json
index 792c235c5..788590813 100644
--- a/package.json
+++ b/package.json
@@ -34,19 +34,19 @@
     "netlify": "cross-env-shell HUGO_BASEURL=$DEPLOY_PRIME_URL npm run build"
   },
   "devDependencies": {
-    "@eslint/js": "^9.2.0",
+    "@eslint/js": "^9.4.0",
     "autoprefixer": "^10.4.19",
     "bootstrap": "^5.3.3",
     "clipboard": "^2.0.11",
     "cross-env": "^7.0.3",
     "eslint": "^9.2.0",
     "find-unused-sass-variables": "^6.0.0",
-    "globals": "^14.0.0",
-    "hugo-bin": "^0.123.0",
+    "globals": "^15.3.0",
+    "hugo-bin": "^0.123.2",
     "linkinator": "^6.0.4",
     "lockfile-lint": "^4.13.2",
     "markdownlint-cli2": "^0.13.0",
-    "npm-run-all2": "^6.1.2",
+    "npm-run-all2": "^6.2.0",
     "postcss": "^8.4.38",
     "postcss-cli": "^11.0.0",
     "stylelint": "^16.5.0",