diff --git a/package-lock.json b/package-lock.json index c992f72..7a6f2e7 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "EventBridge", - "version": "0.2.17", + "version": "0.2.18", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "EventBridge", - "version": "0.2.17", + "version": "0.2.18", "hasInstallScript": true, "dependencies": { "@apidevtools/swagger-parser": "12.1.0", @@ -2890,9 +2890,9 @@ } }, "node_modules/fast-uri": { - "version": "4.1.2", - "resolved": "https://registry.npmjs.org/fast-uri/-/fast-uri-4.1.2.tgz", - "integrity": "sha512-TyGmBcbDTZXcb2cj5MV89DrF42DKvb3y5DDUNh95iO+IMeAzMkVSxK1PZRrRIpc9yg8U2GhGdbofNa0LS/a4Bw==", + "version": "4.1.3", + "resolved": "https://registry.npmjs.org/fast-uri/-/fast-uri-4.1.3.tgz", + "integrity": "sha512-7+72G6vLt7jjNas8SmSATx2qeyRIjxeqO3i4IkmDTxlqYZRKANhOe1bnovcp4WZmvsYrp60WyqPyHqgRiX0yXw==", "funding": [ { "type": "github", diff --git a/package.json b/package.json index db205a7..025b158 100644 --- a/package.json +++ b/package.json @@ -125,7 +125,7 @@ "overrides": { "minimatch": "10.2.6", "fast-xml-parser": "5.10.1", - "fast-uri": "4.1.2", + "fast-uri": "4.1.3", "brace-expansion": "5.0.9" } -} \ No newline at end of file +}