Skip to content

Commit

Permalink
Merge pull request #283 from snyk/fix/upgrade_dependencies_to_fix_vulns
Browse files Browse the repository at this point in the history
fix: upgrade deps to latest to fix vulnerabilities
  • Loading branch information
andreeaneata authored Dec 7, 2023
2 parents b74878a + 25fea0f commit 578f66c
Show file tree
Hide file tree
Showing 17 changed files with 8,725 additions and 17,082 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
- uses: actions/checkout@v1
- uses: actions/setup-node@v1
with:
node-version: '16.x'
node-version: '18.x'
- uses: bahmutov/npm-install@v1
- name: Format
run: npm run format
Expand All @@ -27,7 +27,7 @@ jobs:
- uses: actions/checkout@v1
- uses: actions/setup-node@v1
with:
node-version: '16.x'
node-version: '18.x'
- uses: bahmutov/npm-install@v1
- name: Add key to allow access to repository
env:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
token: ${{ secrets.GH_TOKEN }}
- uses: actions/setup-node@v2
with:
node-version: '16.x'
node-version: '18.x'
cache: 'npm'
- uses: bahmutov/npm-install@v1
- name: Create and commit new version
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

https://docs.driftctl.com

This website is built using [Docusaurus 2](https://v2.docusaurus.io/), a static site generator for documentation sites.
This website is built using [Docusaurus 3](https://docusaurus.io/blog/releases/3.0), a static site generator for documentation sites.

## Get Started

Expand Down
23,363 changes: 8,225 additions & 15,138 deletions package-lock.json

Large diffs are not rendered by default.

19 changes: 8 additions & 11 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,17 +16,14 @@
"format:fix": "prettier --write '**/*.{js,jsx}'"
},
"dependencies": {
"@docusaurus/core": "^2.4.1",
"@docusaurus/plugin-client-redirects": "^2.4.1",
"@docusaurus/preset-classic": "^2.4.1",
"@mdx-js/react": "^1.6.22",
"clsx": "^1.1.1",
"prism-react-renderer": "^1.3.3",
"react": "^17.0.2",
"react-dom": "^17.0.2"
},
"overrides": {
"trim" : "0.0.3"
"@docusaurus/core": "^3.0.1",
"@docusaurus/plugin-client-redirects": "^3.0.1",
"@docusaurus/preset-classic": "^3.0.1",
"@mdx-js/react": "^3.0.0",
"clsx": "^2.0.0",
"prism-react-renderer": "^2.3.0",
"react": "^18.2.0",
"react-dom": "^18.2.0"
},
"browserslist": {
"production": [
Expand Down
169 changes: 34 additions & 135 deletions versioned_sidebars/version-0.15.0-sidebars.json
Original file line number Diff line number Diff line change
@@ -1,174 +1,73 @@
{
"version-0.15.0/docs": [
"docs": [
{
"collapsed": true,
"type": "category",
"label": "Introduction",
"items": [
{
"type": "doc",
"id": "version-0.15.0/intro"
},
{
"type": "doc",
"id": "version-0.15.0/installation"
},
{
"type": "doc",
"id": "version-0.15.0/usage"
},
{
"type": "doc",
"id": "version-0.15.0/limitations"
}
"intro",
"installation",
"usage",
"limitations"
]
},
{
"collapsed": true,
"type": "category",
"label": "Usage",
"items": [
{
"collapsed": true,
"type": "category",
"label": "Commands",
"items": [
{
"type": "doc",
"id": "version-0.15.0/usage/cmd/scan-usage"
},
{
"type": "doc",
"id": "version-0.15.0/usage/cmd/completion-usage"
},
{
"type": "doc",
"id": "version-0.15.0/usage/cmd/gen-driftignore-usage"
}
"Commands": [
"usage/cmd/scan-usage",
"usage/cmd/completion-usage",
"usage/cmd/gen-driftignore-usage"
]
},
{
"collapsed": true,
"type": "category",
"label": "Flags",
"items": [
{
"type": "doc",
"id": "version-0.15.0/usage/flags/crash-reporting"
},
{
"type": "doc",
"id": "version-0.15.0/usage/flags/version-check"
},
{
"type": "doc",
"id": "version-0.15.0/usage/flags/disable-telemetry"
}
"Flags": [
"usage/flags/crash-reporting",
"usage/flags/version-check",
"usage/flags/disable-telemetry"
]
},
{
"collapsed": true,
"type": "category",
"label": "Filtering",
"items": [
{
"type": "doc",
"id": "version-0.15.0/usage/filtering/driftignore"
},
{
"type": "doc",
"id": "version-0.15.0/usage/filtering/rules"
}
"Filtering": [
"usage/filtering/driftignore",
"usage/filtering/rules"
]
},
{
"type": "doc",
"id": "version-0.15.0/usage/log-level"
}
"usage/log-level"
]
},
{
"collapsed": true,
"type": "category",
"label": "Providers",
"items": [
{
"collapsed": true,
"type": "category",
"label": "AWS",
"items": [
{
"type": "doc",
"id": "version-0.15.0/providers/aws/authentication"
},
{
"type": "doc",
"id": "version-0.15.0/providers/aws/resources"
}
]
},
{
"collapsed": true,
"type": "category",
"label": "GitHub",
"items": [
{
"type": "doc",
"id": "version-0.15.0/providers/github/authentication"
},
{
"type": "doc",
"id": "version-0.15.0/providers/github/resources"
}
]
},
{
"collapsed": true,
"type": "category",
"label": "Google",
"items": [
{
"type": "doc",
"id": "version-0.15.0/providers/google/authentication"
},
{
"type": "doc",
"id": "version-0.15.0/providers/google/resources"
}
"AWS": [
"providers/aws/authentication",
"providers/aws/resources"
],
"GitHub": [
"providers/github/authentication",
"providers/github/resources"
],
"Google": [
"providers/google/authentication",
"providers/google/resources"
]
}
]
},
{
"collapsed": true,
"type": "category",
"label": "CI/CD",
"items": [
"ci_cd/intro",
{
"type": "doc",
"id": "version-0.15.0/ci_cd/intro"
},
{
"collapsed": true,
"type": "category",
"label": "Guides",
"items": [
{
"type": "doc",
"id": "version-0.15.0/ci_cd/guides/circleci"
},
{
"type": "doc",
"id": "version-0.15.0/ci_cd/guides/ghaction"
},
{
"type": "doc",
"id": "version-0.15.0/ci_cd/guides/gitlabci"
},
{
"type": "doc",
"id": "version-0.15.0/ci_cd/guides/jenkins"
}
"Guides": [
"ci_cd/guides/circleci",
"ci_cd/guides/ghaction",
"ci_cd/guides/gitlabci",
"ci_cd/guides/jenkins"
]
}
]
Expand Down
Loading

0 comments on commit 578f66c

Please sign in to comment.