diff --git a/examples/using-domains/package-lock.json b/examples/using-domains/package-lock.json index 9e797d5..85cd650 100644 --- a/examples/using-domains/package-lock.json +++ b/examples/using-domains/package-lock.json @@ -9,7 +9,7 @@ "version": "1.0.0", "license": "MIT", "dependencies": { - "config": "^4.2.0", + "config": "^4.4.1", "raygun": "file:../.." } }, @@ -6214,7 +6214,9 @@ "license": "MIT" }, "node_modules/config": { - "version": "4.2.0", + "version": "4.4.1", + "resolved": "https://registry.npmjs.org/config/-/config-4.4.1.tgz", + "integrity": "sha512-XfN4Q4+wBKkGtgMyQ+5ayjepdb0MrdiGKfBr0G1PTLx9rnqsX+Xiw03LEUtSALZU0UVfcFp6+xYV0NL8HLF94g==", "license": "MIT", "dependencies": { "json5": "^2.2.3" diff --git a/examples/using-domains/package.json b/examples/using-domains/package.json index e1e4411..7f0bdc2 100644 --- a/examples/using-domains/package.json +++ b/examples/using-domains/package.json @@ -9,7 +9,7 @@ "author": "dwnz", "license": "MIT", "dependencies": { - "config": "^4.2.0", + "config": "^4.4.1", "raygun": "file:../.." } }