Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
23 commits
Select commit Hold shift + click to select a range
7838f5a
hotfix: 1 - esbuild enables any website to send any requests to the d…
stevelw Feb 20, 2025
ef31150
Bump form-data from 4.0.2 to 4.0.4
dependabot[bot] Jul 22, 2025
d158132
Bump axios from 1.7.9 to 1.12.0
dependabot[bot] Sep 13, 2025
ad721d3
Merge pull request #1 from stevelw/dependabot/npm_and_yarn/form-data-…
stevelw Oct 2, 2025
523eded
Merge pull request #2 from stevelw/dependabot/npm_and_yarn/axios-1.12.0
stevelw Oct 2, 2025
937c66a
Configure Dependabot for npm with monthly updates
stevelw Dec 26, 2025
5e21825
Bump typescript from 5.7.3 to 5.9.3
dependabot[bot] Dec 26, 2025
2c27836
Bump dotenv from 16.4.7 to 17.2.3
dependabot[bot] Dec 26, 2025
86fc0a3
Bump @types/node-schedule from 2.1.7 to 2.1.8
dependabot[bot] Dec 26, 2025
9d2e1e4
Merge pull request #3 from stevelw/dependabot/npm_and_yarn/typescript…
stevelw Dec 26, 2025
c3fd094
Merge pull request #4 from stevelw/dependabot/npm_and_yarn/dotenv-17.2.3
stevelw Dec 26, 2025
67a23c5
Merge pull request #7 from stevelw/dependabot/npm_and_yarn/types/node…
stevelw Dec 26, 2025
7d6b8f0
Bump axios from 1.12.0 to 1.13.2
dependabot[bot] Dec 26, 2025
4c397ad
Bump tsx from 4.19.3 to 4.21.0
dependabot[bot] Dec 26, 2025
743db79
Merge pull request #5 from stevelw/dependabot/npm_and_yarn/tsx-4.21.0
stevelw Dec 26, 2025
cab3e77
Merge pull request #6 from stevelw/dependabot/npm_and_yarn/axios-1.13.2
stevelw Dec 26, 2025
c3efad0
Bump @types/node from 22.13.4 to 25.3.3
dependabot[bot] Mar 1, 2026
3b939e8
Bump axios from 1.13.2 to 1.13.6
dependabot[bot] Mar 1, 2026
b5ca1bc
Merge pull request #14 from stevelw/dependabot/npm_and_yarn/axios-1.13.6
stevelw Mar 28, 2026
c1e4be1
Merge pull request #13 from stevelw/dependabot/npm_and_yarn/types/nod…
stevelw Mar 28, 2026
0ae36bd
Bump dotenv from 17.2.3 to 17.3.1
dependabot[bot] Mar 28, 2026
3346103
Merge pull request #12 from stevelw/dependabot/npm_and_yarn/dotenv-17…
stevelw Mar 28, 2026
711031b
update-packages (#24)
stevelw Aug 27, 2026
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 11 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
# To get started with Dependabot version updates, you'll need to specify which
# package ecosystems to update and where the package manifests are located.
# Please see the documentation for all configuration options:
# https://docs.github.com/code-security/dependabot/dependabot-version-updates/configuration-options-for-the-dependabot.yml-file

version: 2
updates:
- package-ecosystem: "npm" # See documentation for possible values
directory: "/" # Location of package manifests
schedule:
interval: "monthly"
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
node_modules
.env
dist
dist
.DS_Store
Loading