Merge pull request #18 from OvrAp3x/main

Update packages and add dependabot config
This commit is contained in:
Ole Eskild Steensen 2022-12-15 17:14:59 +01:00 committed by GitHub
commit 8b03626f82
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 660 additions and 630 deletions

11
.github/dependabot.yml vendored Normal file
View File

@ -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/github/administering-a-repository/configuration-options-for-dependency-updates
version: 2
updates:
- package-ecosystem: "npm" # See documentation for possible values
directory: "/" # Location of package manifests
schedule:
interval: "weekly"

1275
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@ -16,14 +16,14 @@
"author": "", "author": "",
"license": "ISC", "license": "ISC",
"devDependencies": { "devDependencies": {
"@11ty/eleventy": "^1.0.0", "@11ty/eleventy": "^1.0.2",
"cross-env": "^7.0.3", "cross-env": "^7.0.3",
"npm-run-all": "^4.1.5", "npm-run-all": "^4.1.5",
"sass": "^1.49.9" "sass": "^1.49.9"
}, },
"dependencies": { "dependencies": {
"@azure/storage-blob": "^12.8.0", "@azure/storage-blob": "^12.8.0",
"@octokit/core": "^3.5.1", "@octokit/core": "^4.1.0",
"@sindresorhus/slugify": "^1.1.0", "@sindresorhus/slugify": "^1.1.0",
"axios": "^0.26.1", "axios": "^0.26.1",
"dotenv": "^10.0.0", "dotenv": "^10.0.0",