web: fix lock (#14705)
Signed-off-by: Jens Langhammer <jens@goauthentik.io>
This commit is contained in:
3
web/package-lock.json
generated
3
web/package-lock.json
generated
@ -29000,14 +29000,13 @@
|
||||
"@rollup/plugin-node-resolve": "^16.0.1",
|
||||
"@rollup/plugin-swc": "^0.4.0",
|
||||
"@swc/cli": "^0.7.7",
|
||||
"@swc/core": "^1.11.29",
|
||||
"@swc/core": "^1.7.28",
|
||||
"@trivago/prettier-plugin-sort-imports": "^5.2.2",
|
||||
"prettier": "^3.5.3",
|
||||
"rollup": "^4.41.1",
|
||||
"rollup-plugin-copy": "^3.5.0"
|
||||
},
|
||||
"optionalDependencies": {
|
||||
"@swc/core": "^1.11.29",
|
||||
"@swc/core-darwin-arm64": "^1.6.13",
|
||||
"@swc/core-darwin-x64": "^1.6.13",
|
||||
"@swc/core-linux-arm-gnueabihf": "^1.6.13",
|
||||
|
@ -30,7 +30,6 @@
|
||||
"rollup-plugin-copy": "^3.5.0"
|
||||
},
|
||||
"optionalDependencies": {
|
||||
"@swc/core": "^1.7.28",
|
||||
"@swc/core-darwin-arm64": "^1.6.13",
|
||||
"@swc/core-darwin-x64": "^1.6.13",
|
||||
"@swc/core-linux-arm-gnueabihf": "^1.6.13",
|
||||
|
Reference in New Issue
Block a user