Skip to content

Commit d1ba7b3

Browse files
chore(deps-dev): bump dotenv in /templates/mle-ts-sample
Bumps [dotenv](https://github.com/motdotla/dotenv) from 16.6.1 to 17.2.3. - [Changelog](https://github.com/motdotla/dotenv/blob/master/CHANGELOG.md) - [Commits](motdotla/dotenv@v16.6.1...v17.2.3) --- updated-dependencies: - dependency-name: dotenv dependency-version: 17.2.3 dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent bb6f6e7 commit d1ba7b3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

templates/mle-ts-sample/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
"esbuild": "0.25.1",
88
"oracledb": "^6.7.1",
99
"vitest": "^3.1.2",
10-
"dotenv": "^16.5.0"
10+
"dotenv": "^17.2.3"
1111
},
1212
"scripts": {
1313
"build": "esbuild src/index.ts --bundle --minify=false --platform=neutral --format=esm --outfile=dist/index.js",

0 commit comments

Comments
 (0)