Skip to content

Commit

Permalink
Update all dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Apr 15, 2024
1 parent 174a496 commit 87a2ae2
Show file tree
Hide file tree
Showing 4 changed files with 52 additions and 52 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,13 +9,13 @@ jobs:

steps:
- name: Checkout 🛎️
uses: actions/checkout@v2
uses: actions/checkout@v4

- name: Checking Condition 🛫
uses: windsekirun/check-title-wip-actions@v1

- name: Setting Environments ⚙️
uses: actions/setup-node@v2
uses: actions/setup-node@v4
with:
node-version: '14'

Expand Down
8 changes: 4 additions & 4 deletions .github/workflows/codeql-analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,11 +35,11 @@ jobs:

steps:
- name: Checkout repository
uses: actions/checkout@v2
uses: actions/checkout@v4

# Initializes the CodeQL tools for scanning.
- name: Initialize CodeQL
uses: github/codeql-action/init@v1
uses: github/codeql-action/init@v3
with:
languages: ${{ matrix.language }}
# If you wish to specify custom queries, you can do so here or in a config file.
Expand All @@ -50,7 +50,7 @@ jobs:
# Autobuild attempts to build any compiled languages (C/C++, C#, or Java).
# If this step fails, then you should remove it and run the build manually (see below)
- name: Autobuild
uses: github/codeql-action/autobuild@v1
uses: github/codeql-action/autobuild@v3

# ℹ️ Command-line programs to run using the OS shell.
# 📚 https://git.io/JvXDl
Expand All @@ -64,4 +64,4 @@ jobs:
# make release

- name: Perform CodeQL Analysis
uses: github/codeql-action/analyze@v1
uses: github/codeql-action/analyze@v3
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:
runs-on: ubuntu-latest
steps:
- name: Checkout 🛎️
uses: actions/checkout@v2
uses: actions/checkout@v4

- name: Setting Environments ⚙️
id: vars
Expand All @@ -31,7 +31,7 @@ jobs:
npm run test-report
- name: Deploy 🚀
uses: JamesIves/github-pages-deploy-action@4.1.4
uses: JamesIves/github-pages-deploy-action@v4.5.0
with:
branch: gh-pages
folder: dist
Expand Down
88 changes: 44 additions & 44 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,68 +13,68 @@
},
"dependencies": {
"@babel/polyfill": "7.12.1",
"@fortawesome/fontawesome-svg-core": "1.2.36",
"@fortawesome/free-brands-svg-icons": "5.15.4",
"@fortawesome/free-regular-svg-icons": "5.15.4",
"@fortawesome/free-solid-svg-icons": "5.15.4",
"@fortawesome/vue-fontawesome": "2.0.2",
"@fortawesome/fontawesome-svg-core": "6.5.2",
"@fortawesome/free-brands-svg-icons": "6.5.2",
"@fortawesome/free-regular-svg-icons": "6.5.2",
"@fortawesome/free-solid-svg-icons": "6.5.2",
"@fortawesome/vue-fontawesome": "3.0.6",
"axios": "0.21.2",
"chart.js": "2.9.4",
"core-js": "3.16.1",
"jsdom": "16.7.0",
"leaflet": "1.7.1",
"leaflet.geodesic": "2.5.5-0",
"core-js": "3.36.1",
"jsdom": "24.0.0",
"leaflet": "1.9.4",
"leaflet.geodesic": "2.7.1",
"nord": "0.2.1",
"vue": "2.6.14",
"vue-axios": "3.2.5",
"vue-chartjs": "3.5.1",
"vue": "3.4.22",
"vue-axios": "3.5.2",
"vue-chartjs": "5.3.1",
"vue-class-component": "7.2.6",
"vue-picture-swipe": "2.1.0",
"vue-property-decorator": "9.1.2",
"vue-router": "3.5.2",
"vue-select": "3.12.2",
"vue-router": "4.3.0",
"vue-select": "3.20.3",
"vue2-leaflet": "2.7.1",
"vuetify": "2.5.8",
"vuex": "3.6.2"
"vuex": "4.1.0"
},
"devDependencies": {
"@istanbuljs/nyc-config-typescript": "1.0.1",
"@types/chai": "4.2.21",
"@types/leaflet": "1.7.4",
"@types/lodash": "4.14.172",
"@types/mocha": "9.0.0",
"@types/vue-select": "3.11.2",
"@typescript-eslint/eslint-plugin": "4.29.1",
"@typescript-eslint/parser": "4.29.1",
"@vue/cli-plugin-babel": "4.5.13",
"@vue/cli-plugin-eslint": "4.5.13",
"@vue/cli-plugin-router": "4.5.13",
"@vue/cli-plugin-typescript": "4.5.13",
"@istanbuljs/nyc-config-typescript": "1.0.2",
"@types/chai": "4.3.14",
"@types/leaflet": "1.9.11",
"@types/lodash": "4.17.0",
"@types/mocha": "10.0.6",
"@types/vue-select": "3.16.8",
"@typescript-eslint/eslint-plugin": "7.7.0",
"@typescript-eslint/parser": "7.7.0",
"@vue/cli-plugin-babel": "5.0.8",
"@vue/cli-plugin-eslint": "5.0.8",
"@vue/cli-plugin-router": "5.0.8",
"@vue/cli-plugin-typescript": "5.0.8",
"@vue/cli-plugin-unit-mocha": "3.12.0",
"@vue/cli-plugin-vuex": "4.5.13",
"@vue/cli-service": "4.5.13",
"@vue/eslint-config-prettier": "6.0.0",
"@vue/eslint-config-typescript": "7.0.0",
"@vue/test-utils": "1.2.2",
"babel-plugin-istanbul": "6.0.0",
"chai": "4.3.4",
"@vue/cli-plugin-vuex": "5.0.8",
"@vue/cli-service": "5.0.8",
"@vue/eslint-config-prettier": "9.0.0",
"@vue/eslint-config-typescript": "13.0.0",
"@vue/test-utils": "2.4.5",
"babel-plugin-istanbul": "6.1.1",
"chai": "5.1.0",
"codecov": "3.8.3",
"eslint": "6.8.0",
"eslint-config-prettier": "6.15.0",
"eslint-loader": "4.0.2",
"eslint-plugin-prettier": "3.4.0",
"eslint-plugin-vue": "7.16.0",
"gh-pages": "3.2.3",
"eslint-plugin-prettier": "5.1.3",
"eslint-plugin-vue": "9.25.0",
"gh-pages": "6.1.1",
"istanbul": "0.4.5",
"mocha": "8.3.2",
"nyc": "15.1.0",
"prettier": "2.3.2",
"source-map-support": "0.5.19",
"ts-node": "10.2.0",
"typescript": "4.3.5",
"vue-cli-plugin-vuetify": "2.4.2",
"vue-template-compiler": "2.6.14",
"prettier": "3.2.5",
"source-map-support": "0.5.21",
"ts-node": "10.9.2",
"typescript": "5.4.5",
"vue-cli-plugin-vuetify": "2.5.8",
"vue-template-compiler": "2.7.16",
"vuex-class": "0.3.2",
"vuex-module-decorators": "1.0.1"
"vuex-module-decorators": "2.0.0"
}
}

0 comments on commit 87a2ae2

Please sign in to comment.