Skip to content

Commit 6fd9ecd

Browse files
Update dependency dotenv to v16.0.3
1 parent 6205c8c commit 6fd9ecd

2 files changed

Lines changed: 10 additions & 10 deletions

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
"dependencies": {
2727
"@graphprotocol/graph-cli": "0.35.0",
2828
"@graphprotocol/graph-ts": "0.28.1",
29-
"dotenv": "16.0.0",
29+
"dotenv": "16.0.3",
3030
"fs": "0.0.1-security",
3131
"mustache": "4.2.0",
3232
"path": "0.12.7",

yarn.lock

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1076,10 +1076,10 @@ dockerode@2.5.8:
10761076
docker-modem "^1.0.8"
10771077
tar-fs "~1.16.3"
10781078

1079-
dotenv@^16.0.0:
1080-
version "16.0.0"
1081-
resolved "https://registry.yarnpkg.com/dotenv/-/dotenv-16.0.0.tgz#c619001253be89ebb638d027b609c75c26e47411"
1082-
integrity sha512-qD9WU0MPM4SWLPJy/r2Be+2WgQj8plChsyrCNQzW/0WjvcJQiKQJ9mH3ZgB3fxbUUxgc/11ZJ0Fi5KiimWGz2Q==
1079+
dotenv@16.0.3:
1080+
version "16.0.3"
1081+
resolved "https://registry.yarnpkg.com/dotenv/-/dotenv-16.0.3.tgz#115aec42bac5053db3c456db30cc243a5a836a07"
1082+
integrity sha512-7GO6HghkA5fYG9TYnNxi14/7K9f5occMlp3zXAuSxn7CKCxt9xbNWG7yF8hTCSUchlfWSe3uLmlPfigevRItzQ==
10831083

10841084
drbg.js@^1.0.1:
10851085
version "1.0.1"
@@ -1360,10 +1360,10 @@ fs.realpath@^1.0.0:
13601360
resolved "https://registry.yarnpkg.com/fs.realpath/-/fs.realpath-1.0.0.tgz#1504ad2523158caa40db4a2787cb01411994ea4f"
13611361
integrity sha1-FQStJSMVjKpA20onh8sBQRmU6k8=
13621362

1363-
fs@^0.0.1-security:
1363+
fs@0.0.1-security:
13641364
version "0.0.1-security"
13651365
resolved "https://registry.yarnpkg.com/fs/-/fs-0.0.1-security.tgz#8a7bd37186b6dddf3813f23858b57ecaaf5e41d4"
1366-
integrity sha1-invTcYa23d84E/I4WLV+yq9eQdQ=
1366+
integrity sha512-3XY9e1pP0CVEUCdj5BmfIZxRBTSDycnbqhIOGec9QYtmVH2fbLpj86CFWkrNOkt/Fvty4KZG5lTglL9j/gJ87w==
13671367

13681368
fsevents@~2.3.1:
13691369
version "2.3.2"
@@ -2440,7 +2440,7 @@ murmurhash3js@^3.0.1:
24402440
resolved "https://registry.yarnpkg.com/murmurhash3js/-/murmurhash3js-3.0.1.tgz#3e983e5b47c2a06f43a713174e7e435ca044b998"
24412441
integrity sha1-Ppg+W0fCoG9DpxMXTn5DXKBEuZg=
24422442

2443-
mustache@^4.2.0:
2443+
mustache@4.2.0:
24442444
version "4.2.0"
24452445
resolved "https://registry.yarnpkg.com/mustache/-/mustache-4.2.0.tgz#e5892324d60a12ec9c2a73359edca52972bf6f64"
24462446
integrity sha512-71ippSywq5Yb7/tVYyGbkBggbU8H3u5Rz56fH60jGFgr8uHwxs+aSKeqmluIVzM0m0kB7xQjKS6qPfd0b2ZoqQ==
@@ -2616,10 +2616,10 @@ path-type@^4.0.0:
26162616
resolved "https://registry.yarnpkg.com/path-type/-/path-type-4.0.0.tgz#84ed01c0a7ba380afe09d90a8c180dcd9d03043b"
26172617
integrity sha512-gDKb8aZMDeD/tZWs9P6+q0J9Mwkdl6xMV8TjnGP3qJVJ06bdMgkbBlLU8IdfOsIsFz2BW1rNVT3XuNEl8zPAvw==
26182618

2619-
path@^0.12.7:
2619+
path@0.12.7:
26202620
version "0.12.7"
26212621
resolved "https://registry.yarnpkg.com/path/-/path-0.12.7.tgz#d4dc2a506c4ce2197eb481ebfcd5b36c0140b10f"
2622-
integrity sha1-1NwqUGxM4hl+tIHr/NWzbAFAsQ8=
2622+
integrity sha512-aXXC6s+1w7otVF9UletFkFcDsJeO7lSZBPUQhtb5O0xJe8LtYhj/GxldoL09bBj9+ZmE2hNoHqQSFMN5fikh4Q==
26232623
dependencies:
26242624
process "^0.11.1"
26252625
util "^0.10.3"

0 commit comments

Comments
 (0)