From 3d0389fd75dd205187ba75415ba228cc3e7c705e Mon Sep 17 00:00:00 2001 From: Roman Jordan Date: Sat, 11 Dec 2021 09:53:54 -0800 Subject: [PATCH] Locked all packages in `package.json` This will help with some concerns of security. --- package.json | 62 ++++++++++++++++++++++++++-------------------------- 1 file changed, 31 insertions(+), 31 deletions(-) diff --git a/package.json b/package.json index 8b1ac459..317800a9 100644 --- a/package.json +++ b/package.json @@ -4,26 +4,26 @@ "version": "1.0.0", "author": "Brian Holt ", "dependencies": { - "bootstrap": "^4.3.1", - "code-mirror-themes": "^1.0.0", - "gatsby": "^2.0.9", - "gatsby-cli": "^2.4.1", - "gatsby-link": "^2.0.1", - "gatsby-plugin-klipse": "^2.1.0", - "gatsby-plugin-layout": "^1.0.2", - "gatsby-plugin-react-helmet": "^3.0.0", - "gatsby-plugin-remove-trailing-slashes": "^2.0.4", - "gatsby-plugin-sharp": "^2.0.5", - "gatsby-remark-autolink-headers": "^2.0.6", - "gatsby-remark-copy-linked-files": "^2.0.5", - "gatsby-remark-images": "^2.0.1", - "gatsby-remark-prismjs": "^3.0.0", - "gatsby-source-filesystem": "^2.0.1", - "gatsby-transformer-remark": "^2.1.3", - "prismjs": "^1.15.0", - "react": "^16.5.2", - "react-dom": "^16.5.2", - "react-helmet": "^5.2.0" + "bootstrap": "4.3.1", + "code-mirror-themes": "1.0.0", + "gatsby": "2.0.9", + "gatsby-cli": "2.4.1", + "gatsby-link": "2.0.1", + "gatsby-plugin-klipse": "2.1.0", + "gatsby-plugin-layout": "1.0.2", + "gatsby-plugin-react-helmet": "3.0.0", + "gatsby-plugin-remove-trailing-slashes": "2.0.4", + "gatsby-plugin-sharp": "2.0.5", + "gatsby-remark-autolink-headers": "2.0.6", + "gatsby-remark-copy-linked-files": "2.0.5", + "gatsby-remark-images": "2.0.1", + "gatsby-remark-prismjs": "3.0.0", + "gatsby-source-filesystem": "2.0.1", + "gatsby-transformer-remark": "2.1.3", + "prismjs": "1.15.0", + "react": "16.5.2", + "react-dom": "16.5.2", + "react-helmet": "5.2.0" }, "keywords": [], "license": "(CC-BY-NC-4.0 OR Apache-2.0)", @@ -40,16 +40,16 @@ "lint": "eslint \"src/**/*.{js,jsx}\"" }, "devDependencies": { - "@babel/polyfill": "^7.0.0", - "babel-eslint": "^10.0.1", - "bestzip": "^2.1.1", - "core-js": "^2.5.7", - "eslint": "^5.6.0", - "eslint-config-prettier": "^3.1.0", - "eslint-plugin-import": "^2.14.0", - "eslint-plugin-jsx-a11y": "^6.1.1", - "eslint-plugin-react": "^7.11.1", - "npm-run-all": "^4.1.5", - "prettier": "^1.14.3" + "@babel/polyfill": "7.0.0", + "babel-eslint": "10.0.1", + "bestzip": "2.1.1", + "core-js": "2.5.7", + "eslint": "5.6.0", + "eslint-config-prettier": "3.1.0", + "eslint-plugin-import": "2.14.0", + "eslint-plugin-jsx-a11y": "6.1.1", + "eslint-plugin-react": "7.11.1", + "npm-run-all": "4.1.5", + "prettier": "1.14.3" } }