diff --git a/package-lock.json b/package-lock.json index 8010b68..6cb85db 100644 --- a/package-lock.json +++ b/package-lock.json @@ -8,7 +8,7 @@ "version": "1.0.0", "dependencies": { "@aamodtgroup/frontity-gravity-forms": "0.1.5", - "@frontity/core": "^1.14.3", + "@frontity/core": "^1.15.1", "@frontity/html2react": "^1.7.0", "@frontity/mars-theme": "./packages/mars-theme", "@frontity/tiny-router": "^1.4.4", @@ -1787,9 +1787,9 @@ } }, "node_modules/@frontity/core": { - "version": "1.14.3", - "resolved": "https://registry.npmjs.org/@frontity/core/-/core-1.14.3.tgz", - "integrity": "sha512-fE6wBFqyfxGlqBfe0drvIgpcw9EzMy0GpPUzKcIeNnGyQsuCs+1LZMw9ULokj8Mzn3M0FOEicMmGK0djB25hKA==", + "version": "1.15.1", + "resolved": "https://registry.npmjs.org/@frontity/core/-/core-1.15.1.tgz", + "integrity": "sha512-J9rNpz2lmGP3BFytrSrCMC8vSjKr5pAtyWN6xR6qm0TeE0Rj2lQxLcOPWBndU1cTc7wAojYdZT6FYggtmDfelA==", "dependencies": { "@babel/core": "^7.12.10", "@babel/plugin-proposal-class-properties": "^7.12.1", @@ -1831,7 +1831,7 @@ "raw-loader": "^4.0.2", "react": "^17.0.1", "react-dom": "^17.0.1", - "react-helmet-async": "^1.0.9", + "react-helmet-async": "1.0.9", "regenerator-runtime": "^0.13.7", "require-from-string": "^2.0.2", "symlink-dir": "4.1.0", @@ -10420,9 +10420,9 @@ } }, "@frontity/core": { - "version": "1.14.3", - "resolved": "https://registry.npmjs.org/@frontity/core/-/core-1.14.3.tgz", - "integrity": "sha512-fE6wBFqyfxGlqBfe0drvIgpcw9EzMy0GpPUzKcIeNnGyQsuCs+1LZMw9ULokj8Mzn3M0FOEicMmGK0djB25hKA==", + "version": "1.15.1", + "resolved": "https://registry.npmjs.org/@frontity/core/-/core-1.15.1.tgz", + "integrity": "sha512-J9rNpz2lmGP3BFytrSrCMC8vSjKr5pAtyWN6xR6qm0TeE0Rj2lQxLcOPWBndU1cTc7wAojYdZT6FYggtmDfelA==", "requires": { "@babel/core": "^7.12.10", "@babel/plugin-proposal-class-properties": "^7.12.1", @@ -10464,7 +10464,7 @@ "raw-loader": "^4.0.2", "react": "^17.0.1", "react-dom": "^17.0.1", - "react-helmet-async": "^1.0.9", + "react-helmet-async": "1.0.9", "regenerator-runtime": "^0.13.7", "require-from-string": "^2.0.2", "symlink-dir": "4.1.0", diff --git a/package.json b/package.json index 5bb20da..418a7a6 100644 --- a/package.json +++ b/package.json @@ -18,7 +18,7 @@ "prettier": {}, "dependencies": { "@aamodtgroup/frontity-gravity-forms": "0.1.5", - "@frontity/core": "^1.14.3", + "@frontity/core": "^1.15.1", "@frontity/html2react": "^1.7.0", "@frontity/mars-theme": "./packages/mars-theme", "@frontity/tiny-router": "^1.4.4",