Skip to content

Commit

Permalink
Security oct 2024 (#35)
Browse files Browse the repository at this point in the history
* npm audit fix

* ng update to 18.2.7

* updated configcat depenceies

* 2.0.4

* fix browser output path
  • Loading branch information
novalisdenahi authored Oct 11, 2024
1 parent 3b2dee1 commit e5c1241
Show file tree
Hide file tree
Showing 7 changed files with 6,975 additions and 16,771 deletions.
54 changes: 27 additions & 27 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "configcat-feature-flags",
"displayName": "ConfigCat Feature Flags",
"description": "ConfigCat Visual Studio Code extension to manage feature flags from Visual Studio Code.",
"version": "2.0.3",
"version": "2.0.4",
"publisher": "ConfigCat",
"repository": "https://github.com/configcat/vscode-extension-configcat",
"preview": false,
Expand Down
23 changes: 12 additions & 11 deletions webpanel/angular.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,12 +40,16 @@
"prefix": "app",
"architect": {
"build": {
"builder": "@angular-devkit/build-angular:browser",
"builder": "@angular/build:application",
"options": {
"outputPath": "../out/dist",
"outputPath": {
"base": "../out/dist",
"browser": ""
},
"index": "src/index.html",
"main": "src/main.ts",
"polyfills": "src/polyfills.ts",
"polyfills": [
"src/polyfills.ts"
],
"tsConfig": "tsconfig.app.json",
"assets": [
"src/favicon.ico",
Expand All @@ -60,12 +64,11 @@
"ace-builds",
"papaparse"
],
"vendorChunk": true,
"extractLicenses": false,
"buildOptimizer": false,
"sourceMap": true,
"optimization": false,
"namedChunks": true
"namedChunks": true,
"browser": "src/main.ts"
},
"configurations": {
"production": {
Expand All @@ -80,8 +83,6 @@
"sourceMap": false,
"namedChunks": false,
"extractLicenses": true,
"vendorChunk": false,
"buildOptimizer": true,
"budgets": [
{
"type": "initial",
Expand All @@ -99,7 +100,7 @@
"defaultConfiguration": ""
},
"serve": {
"builder": "@angular-devkit/build-angular:dev-server",
"builder": "@angular/build:dev-server",
"options": {
"buildTarget": "webpanel:build"
},
Expand All @@ -110,7 +111,7 @@
}
},
"extract-i18n": {
"builder": "@angular-devkit/build-angular:extract-i18n",
"builder": "@angular/build:extract-i18n",
"options": {
"buildTarget": "webpanel:build"
}
Expand Down
Loading

0 comments on commit e5c1241

Please sign in to comment.