diff --git a/package-lock.json b/package-lock.json index 54fded8e..8d6129b0 100644 --- a/package-lock.json +++ b/package-lock.json @@ -16,7 +16,7 @@ "httpntlm": "^1.8.13", "lodash": "^4.17.21", "node-rsa": "^1.1.1", - "sax": "^1.4.1", + "sax": "^1.4.2", "selectn": "^1.3.0", "strong-globalize": "^6.0.6", "uuid": "^13.0.0", @@ -9351,10 +9351,10 @@ "license": "MIT" }, "node_modules/sax": { - "version": "1.4.1", - "resolved": "https://registry.npmjs.org/sax/-/sax-1.4.1.tgz", - "integrity": "sha512-+aWOz7yVScEGoKNd4PA10LZ8sk0A/z5+nXQG5giUO5rprX9jgYsTdov9qCchZiPIZezbZH+jRut8nPodFAX4Jg==", - "license": "ISC" + "version": "1.4.2", + "resolved": "https://registry.npmjs.org/sax/-/sax-1.4.2.tgz", + "integrity": "sha512-FySGAa0RGcFiN6zfrO9JvK1r7TB59xuzCcTHOBXBNoKgDejlOQCR2KL/FGk3/iDlsqyYg1ELZpOmlg09B01Czw==", + "license": "BlueOak-1.0.0" }, "node_modules/selectn": { "version": "1.3.0", diff --git a/package.json b/package.json index 4da395c2..bf19023b 100644 --- a/package.json +++ b/package.json @@ -12,7 +12,7 @@ "httpntlm": "^1.8.13", "lodash": "^4.17.21", "node-rsa": "^1.1.1", - "sax": "^1.4.1", + "sax": "^1.4.2", "selectn": "^1.3.0", "strong-globalize": "^6.0.6", "uuid": "^13.0.0",