Skip to content
This repository has been archived by the owner on Apr 2, 2024. It is now read-only.

Commit

Permalink
Bump dotenv from 16.4.1 to 16.4.2 in /Script
Browse files Browse the repository at this point in the history
Bumps [dotenv](https://github.com/motdotla/dotenv) from 16.4.1 to 16.4.2.
- [Changelog](https://github.com/motdotla/dotenv/blob/master/CHANGELOG.md)
- [Commits](motdotla/dotenv@v16.4.1...v16.4.2)

---
updated-dependencies:
- dependency-name: dotenv
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Feb 12, 2024
1 parent 8a528ce commit 63ff4b0
Show file tree
Hide file tree
Showing 2 changed files with 50 additions and 1 deletion.
1 change: 0 additions & 1 deletion Script
Submodule Script deleted from 96bbcd
50 changes: 50 additions & 0 deletions Script/package.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,50 @@
{
"name": "@yesmaintain/script",
"version": "0.0.12",
"private": false,
"description": "Maintains GitHub repositories. 🔧",
"homepage": "https://github.com/YesMaintain/NPMScript#readme",
"bugs": {
"url": "https://github.com/YesMaintain/NPMScript/issues"
},
"repository": {
"type": "git",
"url": "git+https://github.com/YesMaintain/NPMScript.git"
},
"license": "SEE LICENSE IN LICENSE",
"author": {
"name": "Nikola Hristov",
"email": "[email protected]",
"url": "https://nikolahristov.tech"
},
"type": "module",
"main": "./Target/Class/YesMaintain.js",
"types": "./Target/Class/YesMaintain.d.ts",
"bin": {
"Maintain": "Target/Class/YesMaintain.js"
},
"scripts": {
"prepublishOnly": "TypeScriptESBuild 'Source/**/*.ts' -es Configuration/ESBuild.ts"
},
"dependencies": {
"@octokit/core": "5.1.0",
"commander": "12.0.0",
"deepmerge-ts": "5.1.0",
"dotenv": "16.4.2",
"etag": "1.8.1",
"fast-glob": "3.3.2",
"zod": "3.22.4"
},
"devDependencies": {
"@octokit/types": "12.4.0",
"@types/etag": "1.8.3",
"@types/node": "20.11.17",
"@types/pacote": "11.1.8",
"esbuild": "0.20.0",
"esbuild-plugin-copy": "2.1.1",
"typescript-esbuild": "0.3.9"
},
"publishConfig": {
"access": "public"
}
}

0 comments on commit 63ff4b0

Please sign in to comment.