diff --git a/examples/minimal/package-lock.json b/examples/minimal/package-lock.json index 1124c68464..9a2997899f 100644 --- a/examples/minimal/package-lock.json +++ b/examples/minimal/package-lock.json @@ -2631,9 +2631,9 @@ } }, "@unchainedshop/controlpanel": { - "version": "0.52.0", - "resolved": "https://registry.npmjs.org/@unchainedshop/controlpanel/-/controlpanel-0.52.0.tgz", - "integrity": "sha512-s2yylXkXRbe0KZJ666qUgQfPQ80MW4p5vNPWI8Qz3+YveoOaOKqHFcknbuOWhp2sHsb/e1RZCfolNVSUxJCIBw==", + "version": "0.53.0", + "resolved": "https://registry.npmjs.org/@unchainedshop/controlpanel/-/controlpanel-0.53.0.tgz", + "integrity": "sha512-GMV7BIO547Fu4hudG2YK+yiv5XCXZ7CpJrHTonx0f0uiMU6s0t46lNQSqvxLxIwuDPaZFocG/IBetLKlUnCLiQ==", "requires": { "serve-static": "^1.14.1" } diff --git a/examples/minimal/package.json b/examples/minimal/package.json index e7c74bf691..3bf29f6bc3 100755 --- a/examples/minimal/package.json +++ b/examples/minimal/package.json @@ -32,7 +32,7 @@ "dependencies": { "@babel/runtime": "^7.11.2", "@paypal/checkout-server-sdk": "^1.0.2", - "@unchainedshop/controlpanel": "^0.52.0", + "@unchainedshop/controlpanel": "^0.53.0", "apollo-server-express": "^2.18.1", "bcrypt": "^5.0.0", "braintree": "^2.24.0",