Skip to content

Commit

Permalink
User/vchintalapat/fix vulnerabilities (#2547)
Browse files Browse the repository at this point in the history
* fixed vulnerabilities in angular14app

* fixed vulnerabilities in azure-pages-sample app

* fixed vulnerabilities in create-react-app-sample

* fixed vulnerabilities in hexo-sample and hackernews-nuxtjs app

* fixed vulnerabilities in hackernews-nuxtjs app

* lab2-appservic

* fixed vulnerabilities in node-mssql

* fixed vulnerabilities in node-mysql

* fixed vulnerabilities in node-postgres

* fixed vulnerabilities in NodeandTypeScriptHelloWorld

* fixed vulnerabilities in vue-sample

* fixed vulnerabilities in webfrontend-yarnlock

* fixed vulnerabilities in hexo-sample
  • Loading branch information
Saipriya-1144 authored Dec 4, 2024
1 parent 8056c01 commit cbef87d
Show file tree
Hide file tree
Showing 20 changed files with 31,472 additions and 22,256 deletions.
4,883 changes: 2,630 additions & 2,253 deletions tests/SampleApps/nodejs/NodeAndTypeScriptHelloWorld/package-lock.json

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
Expand Up @@ -15,13 +15,15 @@
"license": "ISC",
"dependencies": {
"@types/node": "7.0.22",
"ajv": "^6.12.3",
"express": "4.15.3",
"nodemon": "1.11.0"
"nodemon": "1.11.0",
"shelljs": "^0.8.5"
},
"devDependencies": {
"@types/mocha": "2.2.41",
"@types/node": "7.0.22",
"eslint": "4.0.0",
"eslint": "3.19.0",
"eslint-config-airbnb-base": "11.2.0",
"eslint-plugin-import": "2.3.0",
"eslint-plugin-promise": "3.5.0",
Expand Down
Loading

0 comments on commit cbef87d

Please sign in to comment.