Skip to content

Commit a94e606

Browse files
committedJan 30, 2024
build(deps): resolve dependency vulnerabilities
Fix readme badge, update open source dependencies to resolve four vulnerabilities as reported in Snyk security tool.
1 parent 7be71a5 commit a94e606

File tree

5 files changed

+2122
-1882
lines changed

5 files changed

+2122
-1882
lines changed
 

‎.eslintrc.js ‎.eslintrc.cjs

File renamed without changes.

‎README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<p>
2-
<img alt="AIAA Logo" width="350" style="margin-bottom: 25px;" src="https://raw.githubusercontent.com/aiaa-deic/devsecops/main/docs/public/img/darkLogo.png">
2+
<img alt="AIAA Logo" width="350" style="margin-bottom: 25px;" src="https://raw.githubusercontent.com/aiaa-deic/computation-ai/main/docs/public/img/darkLogo.png">
33
<br/>
44
American Institute of Aeronautics and Astronautics (AIAA) Digital Engineering Integration Committee (DEIC) Computation-AI Subcommittee
55
</p>
@@ -11,7 +11,7 @@
1111

1212
<p>
1313
<a href="https://vitepress.dev/"><img src="https://img.shields.io/badge/vitepress-%2335495e.svg?style=flat&logo=vuedotjs&logoColor=%23#10B981" /></a>
14-
<a href="https://conventionalcommits.org/"><img src="https://camo.githubusercontent.com/8a345f4500a480540121c11e49765fe6bd7f62bda8efb50d21c27efa41b9c82e/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f436f6e76656e74696f6e616c253230436f6d6d6974732d312e302e302d2532334645353139363f6c6f676f3d636f6e76656e74696f6e616c636f6d6d697473266c6f676f436f6c6f723d7768697465" /></a>
14+
<a href="https://img.shields.io/badge/Conventional%20Commits-1.0.0-%23FE5196?logo=conventionalcommits&logoColor=white"><img src="https://img.shields.io/badge/Conventional%20Commits-1.0.0-%23FE5196?logo=conventionalcommits&logoColor=white" /></a>
1515
</p>
1616

1717
## Overview

‎docs/index.md

+1
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@ features:
3030
details: We would love for you to help out!
3131
link: "/about/contributing"
3232
---
33+
3334
<style>
3435
body:has(.is-home) {
3536
background: radial-gradient(84.71% 59.83% at 0% 90%, rgba(54, 87, 132, 0.74) 5.73%, rgba(54, 87, 132, 0.00) 100%) !important;

‎package-lock.json

+2,115-1,877
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

‎package.json

+4-3
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
"name": "aiaa-deic-computation-ai",
33
"version": "1.0.0",
44
"description": "Documentation site for the AIAA DEIC Computation AI Subcommittee",
5+
"type": "module",
56
"scripts": {
67
"test": "test",
78
"dev": "vitepress dev docs",
@@ -32,12 +33,12 @@
3233
"postcss-flexbugs-fixes": "^5.0.2",
3334
"postcss-preset-env": "^9.1.0",
3435
"tailwindcss": "^3.3.3",
35-
"vitepress": "^1.0.0-beta.7",
36+
"vitepress": "^1.0.0-rc.40",
3637
"vue": "^3.3.4"
3738
},
3839
"devDependencies": {
39-
"@commitlint/cli": "^17.6.7",
40-
"@commitlint/config-conventional": "^17.6.7",
40+
"@commitlint/cli": "^18.0.0",
41+
"@commitlint/config-conventional": "^18.0.0",
4142
"autoprefixer": "^10.4.14",
4243
"commitizen": "^4.3.0",
4344
"eslint": "^8.46.0",

0 commit comments

Comments
 (0)
Please sign in to comment.