diff --git a/package-lock.json b/package-lock.json index ea7f09bf2..5fdd85730 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "appium-xcuitest-driver", - "version": "4.32.2", + "version": "4.32.3", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "appium-xcuitest-driver", - "version": "4.32.2", + "version": "4.32.3", "license": "Apache-2.0", "dependencies": { "@xmldom/xmldom": "0.8.8", @@ -19,7 +19,7 @@ "async-lock": "1.4.0", "asyncbox": "2.9.4", "bluebird": "3.7.2", - "css-selector-parser": "1.4.1", + "css-selector-parser": "2.2.3", "fancy-log": "2.0.0", "js2xmlparser2": "0.2.0", "lodash": "4.17.21", @@ -5244,9 +5244,19 @@ } }, "node_modules/css-selector-parser": { - "version": "1.4.1", - "resolved": "https://registry.npmjs.org/css-selector-parser/-/css-selector-parser-1.4.1.tgz", - "integrity": "sha512-HYPSb7y/Z7BNDCOrakL4raGO2zltZkbeXyAd6Tg9obzix6QhzxCotdBl6VT0Dv4vZfJGVz3WL/xaEI9Ly3ul0g==" + "version": "2.2.3", + "resolved": "https://registry.npmjs.org/css-selector-parser/-/css-selector-parser-2.2.3.tgz", + "integrity": "sha512-m5+MAFyt1pdzS754fwxCdya7E+fouV5oXLCG1KkMtR+5JDBEegM7ilSUNtnOTrVA46pVEEgC9+YO/VEOVFRYIw==", + "funding": [ + { + "type": "github", + "url": "https://github.com/sponsors/mdevils" + }, + { + "type": "patreon", + "url": "https://patreon.com/mdevils" + } + ] }, "node_modules/css-shorthand-properties": { "version": "1.1.1", diff --git a/package.json b/package.json index 2276a3c4e..604d06f14 100644 --- a/package.json +++ b/package.json @@ -78,7 +78,7 @@ "async-lock": "1.4.0", "asyncbox": "2.9.4", "bluebird": "3.7.2", - "css-selector-parser": "1.4.1", + "css-selector-parser": "2.2.3", "fancy-log": "2.0.0", "js2xmlparser2": "0.2.0", "lodash": "4.17.21",