From 0b0d77eba42c359cc873bc561d14db1460f169a0 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Wed, 2 Feb 2022 22:34:59 +0000 Subject: [PATCH] chore(deps): update dependency dotenv to v16 --- package-lock.json | 60 +++++++++++++++++++++++------------------------ package.json | 2 +- 2 files changed, 31 insertions(+), 31 deletions(-) diff --git a/package-lock.json b/package-lock.json index 09f776bb9..c9a46425e 100644 --- a/package-lock.json +++ b/package-lock.json @@ -6,34 +6,34 @@ "packages": { "": { "name": "islamic-simplefolio", - "version": "1.1.6", + "version": "1.1.7", "license": "MIT", "dependencies": { "@ragaeeb/gatsby-plugin-chatwoot": "1.1.3", - "adhan": "^4.3.1", + "adhan": "4.3.1", "bootstrap": "5.1.3", "chart.js": "3.7.0", - "gatsby": "^4.6.0", - "gatsby-cli": "^4.6.0", - "gatsby-plugin-feed": "^4.6.0", + "gatsby": "4.6.0", + "gatsby-cli": "4.6.0", + "gatsby-plugin-feed": "4.6.0", "gatsby-plugin-mailchimp": "5.2.2", - "gatsby-plugin-manifest": "^4.6.0", - "gatsby-plugin-offline": "^5.6.0", - "gatsby-plugin-preact": "^6.6.0", - "gatsby-plugin-react-helmet": "^5.6.0", - "gatsby-plugin-sass": "^5.6.0", - "gatsby-plugin-sharp": "^4.6.0", - "gatsby-plugin-sitemap": "^5.6.0", - "gatsby-remark-copy-linked-files": "^5.6.0", - "gatsby-remark-images": "^6.6.0", - "gatsby-remark-responsive-iframe": "^5.6.0", - "gatsby-remark-smartypants": "^5.6.0", - "gatsby-source-filesystem": "^4.6.0", - "gatsby-transformer-remark": "^5.6.0", - "gatsby-transformer-sharp": "^4.6.0", + "gatsby-plugin-manifest": "4.6.0", + "gatsby-plugin-offline": "5.6.0", + "gatsby-plugin-preact": "6.6.0", + "gatsby-plugin-react-helmet": "5.6.0", + "gatsby-plugin-sass": "5.6.0", + "gatsby-plugin-sharp": "4.6.0", + "gatsby-plugin-sitemap": "5.6.0", + "gatsby-remark-copy-linked-files": "5.6.0", + "gatsby-remark-images": "6.6.0", + "gatsby-remark-responsive-iframe": "5.6.0", + "gatsby-remark-smartypants": "5.6.0", + "gatsby-source-filesystem": "4.6.0", + "gatsby-transformer-remark": "5.6.0", + "gatsby-transformer-sharp": "4.6.0", "node-sass": "7.0.1", "preact": "10.6.5", - "prop-types": "^15.8.1", + "prop-types": "15.8.1", "react": "17.0.2", "react-awesome-reveal": "3.8.1", "react-bootstrap": "2.1.1", @@ -50,21 +50,21 @@ "@babel/plugin-transform-runtime": "7.16.10", "babel-eslint": "10.1.0", "babel-jest": "27.4.6", - "babel-preset-gatsby": "^2.6.0", - "dotenv": "^14.3.2", + "babel-preset-gatsby": "2.6.0", + "dotenv": "16.0.0", "eslint": "8.7.0", "eslint-config-airbnb": "19.0.4", "eslint-config-prettier": "8.3.0", "eslint-plugin-import": "2.25.4", "eslint-plugin-jsx-a11y": "6.5.1", "eslint-plugin-prettier": "4.0.0", - "eslint-plugin-react": "^7.28.0", + "eslint-plugin-react": "7.28.0", "eslint-plugin-react-hooks": "4.3.0", "gh-pages": "3.2.3", "husky": "7.0.4", "identity-obj-proxy": "3.0.0", "jest": "27.4.7", - "lint-staged": "^12.3.2", + "lint-staged": "12.3.2", "lmdb-store": "1.6.14", "preact-render-to-string": "5.1.19", "prettier": "2.5.1" @@ -8397,9 +8397,9 @@ } }, "node_modules/dotenv": { - "version": "14.3.2", - "resolved": "https://registry.npmjs.org/dotenv/-/dotenv-14.3.2.tgz", - "integrity": "sha512-vwEppIphpFdvaMCaHfCEv9IgwcxMljMw2TnAQBB4VWPvzXQLTb82jwmdOKzlEVUL3gNFT4l4TPKO+Bn+sqcrVQ==", + "version": "16.0.0", + "resolved": "https://registry.npmjs.org/dotenv/-/dotenv-16.0.0.tgz", + "integrity": "sha512-qD9WU0MPM4SWLPJy/r2Be+2WgQj8plChsyrCNQzW/0WjvcJQiKQJ9mH3ZgB3fxbUUxgc/11ZJ0Fi5KiimWGz2Q==", "dev": true, "engines": { "node": ">=12" @@ -33148,9 +33148,9 @@ } }, "dotenv": { - "version": "14.3.2", - "resolved": "https://registry.npmjs.org/dotenv/-/dotenv-14.3.2.tgz", - "integrity": "sha512-vwEppIphpFdvaMCaHfCEv9IgwcxMljMw2TnAQBB4VWPvzXQLTb82jwmdOKzlEVUL3gNFT4l4TPKO+Bn+sqcrVQ==", + "version": "16.0.0", + "resolved": "https://registry.npmjs.org/dotenv/-/dotenv-16.0.0.tgz", + "integrity": "sha512-qD9WU0MPM4SWLPJy/r2Be+2WgQj8plChsyrCNQzW/0WjvcJQiKQJ9mH3ZgB3fxbUUxgc/11ZJ0Fi5KiimWGz2Q==", "dev": true }, "duplexer": { diff --git a/package.json b/package.json index 13ffb11ef..227696dea 100644 --- a/package.json +++ b/package.json @@ -75,7 +75,7 @@ "babel-eslint": "10.1.0", "babel-jest": "27.4.6", "babel-preset-gatsby": "2.6.0", - "dotenv": "14.3.2", + "dotenv": "16.0.0", "eslint": "8.7.0", "eslint-config-airbnb": "19.0.4", "eslint-config-prettier": "8.3.0",