mirror of
https://github.com/CorentinTh/it-tools.git
synced 2025-05-05 13:57:10 -04:00
Merge pull request #123 from TheTechNetwork/renovate/pin-dependencies
chore(deps): pin dependencies
This commit is contained in:
commit
eb2a9f0be6
4 changed files with 217 additions and 604 deletions
6
.github/workflows/codeql-analysis.yml
vendored
6
.github/workflows/codeql-analysis.yml
vendored
|
@ -41,7 +41,7 @@ jobs:
|
||||||
|
|
||||||
# Initializes the CodeQL tools for scanning.
|
# Initializes the CodeQL tools for scanning.
|
||||||
- name: Initialize CodeQL
|
- name: Initialize CodeQL
|
||||||
uses: github/codeql-action/init@v2
|
uses: github/codeql-action/init@f72882a05ba58122a44b17f2fce8fb50e5c79a59 # v2
|
||||||
with:
|
with:
|
||||||
languages: ${{ matrix.language }}
|
languages: ${{ matrix.language }}
|
||||||
# If you wish to specify custom queries, you can do so here or in a config file.
|
# If you wish to specify custom queries, you can do so here or in a config file.
|
||||||
|
@ -52,7 +52,7 @@ jobs:
|
||||||
# Autobuild attempts to build any compiled languages (C/C++, C#, or Java).
|
# 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)
|
# If this step fails, then you should remove it and run the build manually (see below)
|
||||||
- name: Autobuild
|
- name: Autobuild
|
||||||
uses: github/codeql-action/autobuild@v2
|
uses: github/codeql-action/autobuild@f72882a05ba58122a44b17f2fce8fb50e5c79a59 # v2
|
||||||
|
|
||||||
# ℹ️ Command-line programs to run using the OS shell.
|
# ℹ️ Command-line programs to run using the OS shell.
|
||||||
# 📚 https://git.io/JvXDl
|
# 📚 https://git.io/JvXDl
|
||||||
|
@ -66,4 +66,4 @@ jobs:
|
||||||
# make release
|
# make release
|
||||||
|
|
||||||
- name: Perform CodeQL Analysis
|
- name: Perform CodeQL Analysis
|
||||||
uses: github/codeql-action/analyze@v2
|
uses: github/codeql-action/analyze@f72882a05ba58122a44b17f2fce8fb50e5c79a59 # v2
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
# build stage
|
# build stage
|
||||||
FROM node:lts-alpine AS build-stage
|
FROM node:lts-alpine@sha256:ec0c413b1d84f3f7f67ec986ba885930c57b5318d2eb3abc6960ee05d4f2eb28 AS build-stage
|
||||||
# Set environment variables for non-interactive npm installs
|
# Set environment variables for non-interactive npm installs
|
||||||
ENV NPM_CONFIG_LOGLEVEL warn
|
ENV NPM_CONFIG_LOGLEVEL warn
|
||||||
ENV CI true
|
ENV CI true
|
||||||
|
|
86
package.json
86
package.json
|
@ -94,48 +94,48 @@
|
||||||
"yaml": "^2.2.1"
|
"yaml": "^2.2.1"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@antfu/eslint-config": "^0.41.0",
|
"@antfu/eslint-config": "0.41.0",
|
||||||
"@iconify-json/mdi": "^1.1.50",
|
"@iconify-json/mdi": "1.1.50",
|
||||||
"@intlify/unplugin-vue-i18n": "^2.0.0",
|
"@intlify/unplugin-vue-i18n": "2.0.0",
|
||||||
"@playwright/test": "^1.32.3",
|
"@playwright/test": "1.32.3",
|
||||||
"@rushstack/eslint-patch": "^1.2.0",
|
"@rushstack/eslint-patch": "1.2.0",
|
||||||
"@tsconfig/node18": "^18.2.0",
|
"@tsconfig/node18": "18.2.0",
|
||||||
"@types/bcryptjs": "^2.4.2",
|
"@types/bcryptjs": "2.4.2",
|
||||||
"@types/crypto-js": "^4.1.1",
|
"@types/crypto-js": "4.1.1",
|
||||||
"@types/dompurify": "^3.0.5",
|
"@types/dompurify": "3.0.5",
|
||||||
"@types/jsdom": "^21.0.0",
|
"@types/jsdom": "21.1.0",
|
||||||
"@types/lodash": "^4.14.192",
|
"@types/lodash": "4.14.192",
|
||||||
"@types/mime-types": "^2.1.1",
|
"@types/mime-types": "2.1.1",
|
||||||
"@types/netmask": "^2.0.0",
|
"@types/netmask": "2.0.0",
|
||||||
"@types/node": "^18.15.11",
|
"@types/node": "18.15.11",
|
||||||
"@types/node-forge": "^1.3.2",
|
"@types/node-forge": "1.3.2",
|
||||||
"@types/qrcode": "^1.5.0",
|
"@types/qrcode": "1.5.0",
|
||||||
"@types/ua-parser-js": "^0.7.36",
|
"@types/ua-parser-js": "0.7.36",
|
||||||
"@types/uuid": "^9.0.0",
|
"@types/uuid": "9.0.0",
|
||||||
"@unocss/eslint-config": "^0.57.0",
|
"@unocss/eslint-config": "0.57.1",
|
||||||
"@vitejs/plugin-vue": "^4.3.2",
|
"@vitejs/plugin-vue": "4.3.2",
|
||||||
"@vitejs/plugin-vue-jsx": "^3.0.2",
|
"@vitejs/plugin-vue-jsx": "3.0.2",
|
||||||
"@vue/compiler-sfc": "^3.2.47",
|
"@vue/compiler-sfc": "3.2.47",
|
||||||
"@vue/runtime-dom": "^3.3.4",
|
"@vue/runtime-dom": "3.3.4",
|
||||||
"@vue/test-utils": "^2.3.2",
|
"@vue/test-utils": "2.3.2",
|
||||||
"@vue/tsconfig": "^0.4.0",
|
"@vue/tsconfig": "0.4.0",
|
||||||
"consola": "^3.0.2",
|
"consola": "3.0.2",
|
||||||
"eslint": "^8.47.0",
|
"eslint": "8.47.0",
|
||||||
"hygen": "^6.2.11",
|
"hygen": "6.2.11",
|
||||||
"jsdom": "^22.0.0",
|
"jsdom": "22.0.0",
|
||||||
"less": "^4.1.3",
|
"less": "4.1.3",
|
||||||
"prettier": "^3.0.0",
|
"prettier": "3.0.0",
|
||||||
"typescript": "~5.2.0",
|
"typescript": "5.2.2",
|
||||||
"unocss": "^0.57.0",
|
"unocss": "0.57.1",
|
||||||
"unocss-preset-scrollbar": "^0.2.1",
|
"unocss-preset-scrollbar": "0.2.1",
|
||||||
"unplugin-icons": "^0.17.0",
|
"unplugin-icons": "0.17.0",
|
||||||
"unplugin-vue-components": "^0.25.0",
|
"unplugin-vue-components": "0.25.0",
|
||||||
"vite": "^4.4.9",
|
"vite": "4.4.9",
|
||||||
"vite-plugin-pwa": "^0.16.0",
|
"vite-plugin-pwa": "0.16.0",
|
||||||
"vite-plugin-vue-markdown": "^0.23.5",
|
"vite-plugin-vue-markdown": "0.23.5",
|
||||||
"vite-svg-loader": "^4.0.0",
|
"vite-svg-loader": "4.0.0",
|
||||||
"vitest": "^0.34.0",
|
"vitest": "0.34.0",
|
||||||
"workbox-window": "^7.0.0",
|
"workbox-window": "7.0.0",
|
||||||
"zx": "^7.2.1"
|
"zx": "7.2.1"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
727
pnpm-lock.yaml
generated
727
pnpm-lock.yaml
generated
File diff suppressed because it is too large
Load diff
Loading…
Add table
Add a link
Reference in a new issue