Skip to content

Commit

Permalink
137 fix all dependabot issues marked high (#157)
Browse files Browse the repository at this point in the history
* working updates to package versions

* updated sanitize-html

---------

Co-authored-by: David Linko <[email protected]>
Co-authored-by: Brian Sipos <[email protected]>
  • Loading branch information
3 people authored Oct 29, 2024
1 parent bd44dab commit c1528f8
Show file tree
Hide file tree
Showing 5 changed files with 27 additions and 17 deletions.
3 changes: 2 additions & 1 deletion anms-core/integration_test/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,8 @@
"name": "ammos-core-integration-tests",
"version": "0.2.0",
"dependencies": {
"global": "^4.4.0"
"global": "^4.4.0",
"semver": "^7.5.2"
},
"devDependencies": {
"newman": "^5.3.2"
Expand Down
8 changes: 4 additions & 4 deletions anms-ui/public/app/components/adm/Adm.vue
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@
</tr>
</thead>
<tbody>
<template v-for="(adm, index) in adms">
<tr :key="index">
<template :key="index" v-for="(adm, index) in adms">
<tr >
<td>{{ adm.adm_enum }}</td>
<td v-b-tooltip.hover
title="Download ADM JSON" @click="download(adm)" ><b>{{ adm.adm_name }}</b></td>
Expand Down Expand Up @@ -54,8 +54,8 @@
</tr>
</thead>
<tbody>
<template v-for="(error, index) in uploadErrors">
<tr :key="index">
<template :key="index" v-for="(error, index) in uploadErrors">
<tr>
<td>{{ error.obj_type }}</td>
<td>{{ error.name }}</td>
<td>{{ error.issue }}</td>
Expand Down
23 changes: 15 additions & 8 deletions anms-ui/public/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,18 @@
"name": "anms-ui",
"version": "0.1.1",
"dependencies": {
"@achrinza/node-ipc": "^10.1.11",
"@fortawesome/fontawesome-free": "^5.13.0",
"@fortawesome/fontawesome-svg-core": "^1.2.32",
"@fortawesome/free-solid-svg-icons": "^6.2.0",
"@fortawesome/vue-fontawesome": "^2.0.9",
"axios": "^1.0.0",
"axios": "^1.7.4",
"body-parser": "^1.20.3",
"bootstrap": "^4.5.0",
"bootstrap-vue": "^2.15.0",
"bootswatch": "^4.5.0",
"braces": "^3.0.3",
"browserify-sign": "^4.2.2",
"cbor": "^8.1.0",
"collect": "^0.3.5",
"collect.js": "^4.32.0",
Expand All @@ -18,8 +22,11 @@
"font-awesome": "^4.7.0",
"form-data": "4.0.0",
"fuse.js": "^6.5.3",
"get-func-name": "^2.0.1",
"jquery": "^3.5.1",
"json5": "^1.0.2",
"lodash": "^4.17.21",
"minimatch": "^3.0.5",
"moment": "^2.26.0",
"popper.js": "^1.16.1",
"prismjs": "^1.27.0",
Expand All @@ -37,15 +44,17 @@
"vue-socket.io": "^3.0.9",
"vuejs-toggle-switch": "^2.0.0",
"vuelidate": "^0.7.7",
"vuex": "^3.4.0"
"vuex": "^3.4.0",
"webpack-dev-middleware": "^5.3.4",
"ws": "^6.2.3"
},
"devDependencies": {
"@babel/eslint-parser": "^7.22.10",
"@babel/plugin-proposal-export-namespace-from": "^7.18.9",
"@babel/polyfill": "^7.10.1",
"@types/lodash": "^4.14.154",
"@vue/cli-plugin-babel": "^5.0.8",
"@vue/cli-plugin-eslint": "^4.4.1",
"@vue/cli-plugin-eslint": "^5.0.0",
"@vue/cli-plugin-router": "^4.4.1",
"@vue/cli-plugin-unit-mocha": "4.5.8",
"@vue/cli-plugin-vuex": "^4.4.1",
Expand All @@ -58,19 +67,17 @@
"eslint": "^7.1.0",
"eslint-plugin-import": "^2.20.2",
"eslint-plugin-lodash": "^7.1.0",
"eslint-plugin-vue": "^6.2.2",
"eslint-plugin-vue": "^9.29.1",
"intersection-observer": "^0.10.0",
"sass": "^1.26.7",
"sass-loader": "^8.0.2",
"style-resources-loader": "^1.3.3",
"vue-cli-plugin-style-resources-loader": "^0.1.4",
"vue-template-compiler": "^2.6.11",
"webpack": "^4.43.0",
"worker-loader": "^2.0.0",
"yarn-audit-fix": "^10.0.0"
"webpack": "^5.95.0",
"worker-loader": "^2.0.0"
},
"resolutions": {
"@hapi/hoek": "8.5.1",
"ansi-regex": "^5.0.1",
"async": "2.6.4",
"color-string": "1.6.0",
Expand Down
2 changes: 1 addition & 1 deletion anms-ui/public/vue.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -228,4 +228,4 @@
}
};

})();
})();
8 changes: 5 additions & 3 deletions anms-ui/server/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,11 @@
"dependencies": {
"@hapi/boom": "^7.4.11",
"async": "^3.2.0",
"axios": "^1.0.0",
"axios": "^1.7.4",
"bcryptjs": "^2.4.3",
"bluebird": "^3.7.2",
"body-parser": "^1.19.0",
"body-parser": "^1.20.3",
"braces": "3.0.3",
"btoa": "^1.2.1",
"chokidar": "^3.5.3",
"compression": "^1.7.4",
Expand Down Expand Up @@ -41,7 +42,8 @@
"serve-favicon": "^2.5.0",
"spdy": "^4.0.2",
"winston": "^2.4.4",
"winston-daily-rotate-file": "^3.10.0"
"winston-daily-rotate-file": "^3.10.0",
"ws": "^6.2.3"
},
"devDependencies": {
"eslint": "^7.1.0",
Expand Down

0 comments on commit c1528f8

Please sign in to comment.