mirror of
https://github.com/lowdefy/lowdefy.git
synced 2025-03-19 15:01:06 +08:00
fix(deps): Update dependency dotenv to v15.0.0.
BREAKING CHANGE: # marks the beginning of a comment in .env files (UNLESS the value is wrapped in quotes. Please update your .env files to wrap in quotes any values containing #.
This commit is contained in:
parent
41dbc3d67f
commit
682620c99c
8
.pnp.cjs
generated
8
.pnp.cjs
generated
@ -5942,7 +5942,7 @@ function $$SETUP_STATE(hydrateRuntimeState, basePath) {
|
||||
["@lowdefy/operators-yaml", "workspace:packages/plugins/operators/operators-yaml"],
|
||||
["@next/eslint-plugin-next", "npm:12.0.10"],
|
||||
["chokidar", "npm:3.5.3"],
|
||||
["dotenv", "npm:14.2.0"],
|
||||
["dotenv", "npm:15.0.0"],
|
||||
["js-yaml", "npm:4.1.0"],
|
||||
["less", "npm:4.1.2"],
|
||||
["less-loader", "virtual:003bebd8b7a948d12b44e2c11a621884feb1891eea3645171e827971487f79396db9f7422bc411ccf3f90877e94ec86f5c3da70b96efb5daddb2ee3b35eae5c6#npm:10.2.0"],
|
||||
@ -10331,10 +10331,10 @@ function $$SETUP_STATE(hydrateRuntimeState, basePath) {
|
||||
}]
|
||||
]],
|
||||
["dotenv", [
|
||||
["npm:14.2.0", {
|
||||
"packageLocation": "./.yarn/cache/dotenv-npm-14.2.0-b237345d26-85a0e44918.zip/node_modules/dotenv/",
|
||||
["npm:15.0.0", {
|
||||
"packageLocation": "./.yarn/cache/dotenv-npm-15.0.0-596676c735-be5d852b2a.zip/node_modules/dotenv/",
|
||||
"packageDependencies": [
|
||||
["dotenv", "npm:14.2.0"]
|
||||
["dotenv", "npm:15.0.0"]
|
||||
],
|
||||
"linkType": "HARD",
|
||||
}]
|
||||
|
Binary file not shown.
BIN
.yarn/cache/dotenv-npm-15.0.0-596676c735-be5d852b2a.zip
vendored
Normal file
BIN
.yarn/cache/dotenv-npm-15.0.0-596676c735-be5d852b2a.zip
vendored
Normal file
Binary file not shown.
@ -62,7 +62,7 @@
|
||||
"@lowdefy/operators-uuid": "4.0.0-alpha.6",
|
||||
"@lowdefy/operators-yaml": "4.0.0-alpha.6",
|
||||
"chokidar": "3.5.3",
|
||||
"dotenv": "14.2.0",
|
||||
"dotenv": "15.0.0",
|
||||
"js-yaml": "4.1.0",
|
||||
"next": "12.0.10",
|
||||
"next-auth": "4.1.2",
|
||||
|
10
yarn.lock
10
yarn.lock
@ -3963,7 +3963,7 @@ __metadata:
|
||||
"@lowdefy/operators-yaml": 4.0.0-alpha.6
|
||||
"@next/eslint-plugin-next": 12.0.10
|
||||
chokidar: 3.5.3
|
||||
dotenv: 14.2.0
|
||||
dotenv: 15.0.0
|
||||
js-yaml: 4.1.0
|
||||
less: 4.1.2
|
||||
less-loader: 10.2.0
|
||||
@ -7620,10 +7620,10 @@ __metadata:
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"dotenv@npm:14.2.0":
|
||||
version: 14.2.0
|
||||
resolution: "dotenv@npm:14.2.0"
|
||||
checksum: 85a0e44918ef49e64c278f757dab50a156b9a6ca67f708876fd81d265e575e35b67387fc681d910df99368d6c1edca66cd546edeb0f7db3b499cb876c999233e
|
||||
"dotenv@npm:15.0.0":
|
||||
version: 15.0.0
|
||||
resolution: "dotenv@npm:15.0.0"
|
||||
checksum: be5d852b2ad1708780e7038481c0687ce4bb9edf354d439872511e966a5f28c083f296e1d1c182256d695bfdd67e320382eb3b0f2e9d83efa3615cd1757257ab
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user