diff --git a/sandbox/package-lock.json b/sandbox/package-lock.json index 4b9658757..9d61dbad1 100644 --- a/sandbox/package-lock.json +++ b/sandbox/package-lock.json @@ -10,7 +10,7 @@ "license": "(MIT OR OGL)", "dependencies": { "@hapi/hapi": "^21.4.4", - "@hapi/inert": "^7.1.1", + "@hapi/inert": "^7.1.2", "lodash": "^4.18.1" }, "devDependencies": { @@ -306,9 +306,9 @@ "license": "BSD-3-Clause" }, "node_modules/@hapi/inert": { - "version": "7.1.1", - "resolved": "https://registry.npmjs.org/@hapi/inert/-/inert-7.1.1.tgz", - "integrity": "sha512-vKSTXYbk1cDt7sLdmRIj8CofJRCcjAH9fUCUJViVzqb7Vi+ajUSfz+pAdwwY315BddwGdoXk0H3i94S0JWEKGQ==", + "version": "7.1.2", + "resolved": "https://registry.npmjs.org/@hapi/inert/-/inert-7.1.2.tgz", + "integrity": "sha512-fr0XmsYTUhahIbioBemFlc+o4ro4bj1HPMKN3dG9m6XC+UkF9fdVYfb7uNoDj0vO+HdXendbKk6YEfZG9ToeTQ==", "license": "BSD-3-Clause", "dependencies": { "@hapi/ammo": "^6.0.1", diff --git a/sandbox/package.json b/sandbox/package.json index b5ee992ae..ddf16fc05 100644 --- a/sandbox/package.json +++ b/sandbox/package.json @@ -13,7 +13,7 @@ "main": "app.js", "dependencies": { "@hapi/hapi": "^21.4.4", - "@hapi/inert": "^7.1.1", + "@hapi/inert": "^7.1.2", "lodash": "^4.18.1" }, "devDependencies": {