diff --git a/example/package-lock.json b/example/package-lock.json index 312f0d6..a35641b 100644 --- a/example/package-lock.json +++ b/example/package-lock.json @@ -10,10 +10,11 @@ "dependencies": { "@awesomeorganization/rewrite-handler": "..", "@awesomeorganization/servers": "1.0.1", - "@awesomeorganization/static-handler": "1.0.2" + "@awesomeorganization/static-handler": "1.4.3" } }, "..": { + "name": "@awesomeorganization/rewrite-handler", "version": "1.1.0", "license": "MIT", "devDependencies": { @@ -45,20 +46,11 @@ } }, "node_modules/@awesomeorganization/static-handler": { - "version": "1.0.2", - "resolved": "https://registry.npmjs.org/@awesomeorganization/static-handler/-/static-handler-1.0.2.tgz", - "integrity": "sha512-UWoVa7zdBJWzD81opYD8L7qx26WVRsMN6WY7Z3mzpB9imrV0H0R6loDQhIcMGwvboEjnn8JnnoVunzYyFsXfHA==", - "peerDependencies": { - "eslint": "7.24.0", - "prettier": "2.2.1" - }, - "peerDependenciesMeta": { - "eslint": { - "optional": true - }, - "prettier": { - "optional": true - } + "version": "1.4.3", + "resolved": "https://registry.npmjs.org/@awesomeorganization/static-handler/-/static-handler-1.4.3.tgz", + "integrity": "sha512-wprRPS50PGM4ISoucr5nP/FDnLbbtZAnGnNK093HYwyJWn7tjfzZQNQEX0HvFtmNBByNU49gKLj5zsjQEHVuWQ==", + "engines": { + "node": ">=11.14.0" } } }, @@ -79,10 +71,9 @@ "requires": {} }, "@awesomeorganization/static-handler": { - "version": "1.0.2", - "resolved": "https://registry.npmjs.org/@awesomeorganization/static-handler/-/static-handler-1.0.2.tgz", - "integrity": "sha512-UWoVa7zdBJWzD81opYD8L7qx26WVRsMN6WY7Z3mzpB9imrV0H0R6loDQhIcMGwvboEjnn8JnnoVunzYyFsXfHA==", - "requires": {} + "version": "1.4.3", + "resolved": "https://registry.npmjs.org/@awesomeorganization/static-handler/-/static-handler-1.4.3.tgz", + "integrity": "sha512-wprRPS50PGM4ISoucr5nP/FDnLbbtZAnGnNK093HYwyJWn7tjfzZQNQEX0HvFtmNBByNU49gKLj5zsjQEHVuWQ==" } } } diff --git a/example/package.json b/example/package.json index 998cd6f..198cd25 100644 --- a/example/package.json +++ b/example/package.json @@ -6,6 +6,6 @@ "dependencies": { "@awesomeorganization/rewrite-handler": "..", "@awesomeorganization/servers": "1.0.1", - "@awesomeorganization/static-handler": "1.0.2" + "@awesomeorganization/static-handler": "1.4.3" } }