From 444068169183bf9b6d2f4a0ee01786126c4f6b11 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 9 Jun 2026 14:34:23 +0000 Subject: [PATCH] build(deps): bump shell-quote from 1.8.1 to 1.8.4 Bumps [shell-quote](https://github.com/ljharb/shell-quote) from 1.8.1 to 1.8.4. - [Changelog](https://github.com/ljharb/shell-quote/blob/main/CHANGELOG.md) - [Commits](https://github.com/ljharb/shell-quote/compare/v1.8.1...v1.8.4) --- updated-dependencies: - dependency-name: shell-quote dependency-version: 1.8.4 dependency-type: indirect ... Signed-off-by: dependabot[bot] --- package-lock.json | 32 +++++++++++++++++++++++++------- 1 file changed, 25 insertions(+), 7 deletions(-) diff --git a/package-lock.json b/package-lock.json index f685746..981a9bb 100644 --- a/package-lock.json +++ b/package-lock.json @@ -8,7 +8,7 @@ "name": "acess-monitor-plus", "version": "1.1.1", "dependencies": { - "@a12e/accessmonitor-rulesets": "^1.0.3", + "@a12e/accessmonitor-rulesets": "1.0.4", "ama-design-system": "^1.1.88", "axios": "^1.6.8", "bootstrap": "^5.3.3", @@ -32,9 +32,9 @@ } }, "node_modules/@a12e/accessmonitor-rulesets": { - "version": "1.0.3", - "resolved": "https://registry.npmjs.org/@a12e/accessmonitor-rulesets/-/accessmonitor-rulesets-1.0.3.tgz", - "integrity": "sha512-6d3KeJPDU+b7MLGV8qgxl9dDveQIhDvdFVGQZfm2DrBoocjDq0oYDz3vb/fW+sbkDAQJ700hWU7Ee48y/w5cJw==", + "version": "1.0.4", + "resolved": "https://registry.npmjs.org/@a12e/accessmonitor-rulesets/-/accessmonitor-rulesets-1.0.4.tgz", + "integrity": "sha512-NG2LcoiFMnrWG25ohSdSp4yrCn0P1h+B8NxCR0KbzaXOXHM8FOq/JqzJPjtVaTkSLGiYA1y8IBZAxYYmEcSJfQ==", "license": "MIT" }, "node_modules/@alloc/quick-lru": { @@ -8382,6 +8382,20 @@ "resolved": "https://registry.npmjs.org/fs.realpath/-/fs.realpath-1.0.0.tgz", "integrity": "sha512-OO0pH2lK6a0hZnAdau5ItzHPI6pUlvI7jMVnxUQRtw4owF2wk8lOSabtGDCTP4Ggrg2MbGnWO9X8K1t4+fGMDw==" }, + "node_modules/fsevents": { + "version": "2.3.3", + "resolved": "https://registry.npmjs.org/fsevents/-/fsevents-2.3.3.tgz", + "integrity": "sha512-5xoDfX+fL7faATnagmWPpbFtwh/R77WmMMqqHGS65C3vvB0YHrgF+B1YmZ3441tMj5n63k0212XNoJwzlhffQw==", + "hasInstallScript": true, + "license": "MIT", + "optional": true, + "os": [ + "darwin" + ], + "engines": { + "node": "^8.16.0 || ^10.6.0 || >=11.0.0" + } + }, "node_modules/function-bind": { "version": "1.1.2", "resolved": "https://registry.npmjs.org/function-bind/-/function-bind-1.1.2.tgz", @@ -15642,9 +15656,13 @@ } }, "node_modules/shell-quote": { - "version": "1.8.1", - "resolved": "https://registry.npmjs.org/shell-quote/-/shell-quote-1.8.1.tgz", - "integrity": "sha512-6j1W9l1iAs/4xYBI1SYOVZyFcCis9b4KCLQ8fgAGG07QvzaRLVVRQvAy85yNmmZSjYjg4MWh4gNvlPujU/5LpA==", + "version": "1.8.4", + "resolved": "https://registry.npmjs.org/shell-quote/-/shell-quote-1.8.4.tgz", + "integrity": "sha512-VsC6n6vz1ihYYyZZwX7YZSF5l5x36ca17OC+a69h94YqB7X6XLwf+5MOgynYir2SLFUbl8gIYvBo8K8RoNQ6bQ==", + "license": "MIT", + "engines": { + "node": ">= 0.4" + }, "funding": { "url": "https://github.com/sponsors/ljharb" }