NeerajCodz commited on
Commit
0a8f919
·
1 Parent(s): ebe1c3d

fix: update docker-compose and package-lock for npm ci

Browse files
Files changed (2) hide show
  1. docker-compose.yml +0 -1
  2. frontend/package-lock.json +54 -11
docker-compose.yml CHANGED
@@ -1,4 +1,3 @@
1
- version: '3.8'
2
  services:
3
  app:
4
  build: .
 
 
1
  services:
2
  app:
3
  build: .
frontend/package-lock.json CHANGED
@@ -4108,7 +4108,6 @@
4108
  "integrity": "sha512-z6JOK5gRO7aMybVq/y/MlIpKh8JIi68FBKMUtKkK2KH/wMSRlCxQ682d08LB9fYXplyY/UXG8P4XXTScmdjApg==",
4109
  "dev": true,
4110
  "license": "MIT",
4111
- "peer": true,
4112
  "dependencies": {
4113
  "@asamuzakjp/css-color": "^5.0.1",
4114
  "@asamuzakjp/dom-selector": "^7.0.3",
@@ -5085,13 +5084,6 @@
5085
  "url": "https://github.com/chalk/ansi-styles?sponsor=1"
5086
  }
5087
  },
5088
- "node_modules/pretty-format/node_modules/react-is": {
5089
- "version": "17.0.2",
5090
- "resolved": "https://registry.npmjs.org/react-is/-/react-is-17.0.2.tgz",
5091
- "integrity": "sha512-w2GsyukL62IJnlaff/nRegPQR94C/XXamvMWmSHRJ4y7Ts/4ocGRmTHvOs8PSE6pB3dWOrD/nueuU5sduBsQ4w==",
5092
- "dev": true,
5093
- "license": "MIT"
5094
- },
5095
  "node_modules/prop-types": {
5096
  "version": "15.8.1",
5097
  "resolved": "https://registry.npmjs.org/prop-types/-/prop-types-15.8.1.tgz",
@@ -5168,9 +5160,10 @@
5168
  }
5169
  },
5170
  "node_modules/react-is": {
5171
- "version": "18.3.1",
5172
- "resolved": "https://registry.npmjs.org/react-is/-/react-is-18.3.1.tgz",
5173
- "integrity": "sha512-/LLMVyas0ljjAtoYiPqYiL8VWXzUUdThrmU5+n20DZv+a+ClRoevUzw5JxU+Ieh5/c87ytoTBV9G1FiKfNJdmg==",
 
5174
  "license": "MIT"
5175
  },
5176
  "node_modules/react-refresh": {
@@ -5301,6 +5294,12 @@
5301
  "decimal.js-light": "^2.4.1"
5302
  }
5303
  },
 
 
 
 
 
 
5304
  "node_modules/redent": {
5305
  "version": "3.0.0",
5306
  "resolved": "https://registry.npmjs.org/redent/-/redent-3.0.0.tgz",
@@ -6568,6 +6567,50 @@
6568
  }
6569
  }
6570
  },
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
6571
  "node_modules/vitest/node_modules/picomatch": {
6572
  "version": "4.0.4",
6573
  "resolved": "https://registry.npmjs.org/picomatch/-/picomatch-4.0.4.tgz",
 
4108
  "integrity": "sha512-z6JOK5gRO7aMybVq/y/MlIpKh8JIi68FBKMUtKkK2KH/wMSRlCxQ682d08LB9fYXplyY/UXG8P4XXTScmdjApg==",
4109
  "dev": true,
4110
  "license": "MIT",
 
4111
  "dependencies": {
4112
  "@asamuzakjp/css-color": "^5.0.1",
4113
  "@asamuzakjp/dom-selector": "^7.0.3",
 
5084
  "url": "https://github.com/chalk/ansi-styles?sponsor=1"
5085
  }
5086
  },
 
 
 
 
 
 
 
5087
  "node_modules/prop-types": {
5088
  "version": "15.8.1",
5089
  "resolved": "https://registry.npmjs.org/prop-types/-/prop-types-15.8.1.tgz",
 
5160
  }
5161
  },
5162
  "node_modules/react-is": {
5163
+ "version": "17.0.2",
5164
+ "resolved": "https://registry.npmjs.org/react-is/-/react-is-17.0.2.tgz",
5165
+ "integrity": "sha512-w2GsyukL62IJnlaff/nRegPQR94C/XXamvMWmSHRJ4y7Ts/4ocGRmTHvOs8PSE6pB3dWOrD/nueuU5sduBsQ4w==",
5166
+ "dev": true,
5167
  "license": "MIT"
5168
  },
5169
  "node_modules/react-refresh": {
 
5294
  "decimal.js-light": "^2.4.1"
5295
  }
5296
  },
5297
+ "node_modules/recharts/node_modules/react-is": {
5298
+ "version": "18.3.1",
5299
+ "resolved": "https://registry.npmjs.org/react-is/-/react-is-18.3.1.tgz",
5300
+ "integrity": "sha512-/LLMVyas0ljjAtoYiPqYiL8VWXzUUdThrmU5+n20DZv+a+ClRoevUzw5JxU+Ieh5/c87ytoTBV9G1FiKfNJdmg==",
5301
+ "license": "MIT"
5302
+ },
5303
  "node_modules/redent": {
5304
  "version": "3.0.0",
5305
  "resolved": "https://registry.npmjs.org/redent/-/redent-3.0.0.tgz",
 
6567
  }
6568
  }
6569
  },
6570
+ "node_modules/vitest/node_modules/esbuild": {
6571
+ "version": "0.27.4",
6572
+ "resolved": "https://registry.npmjs.org/esbuild/-/esbuild-0.27.4.tgz",
6573
+ "integrity": "sha512-Rq4vbHnYkK5fws5NF7MYTU68FPRE1ajX7heQ/8QXXWqNgqqJ/GkmmyxIzUnf2Sr/bakf8l54716CcMGHYhMrrQ==",
6574
+ "dev": true,
6575
+ "hasInstallScript": true,
6576
+ "license": "MIT",
6577
+ "optional": true,
6578
+ "peer": true,
6579
+ "bin": {
6580
+ "esbuild": "bin/esbuild"
6581
+ },
6582
+ "engines": {
6583
+ "node": ">=18"
6584
+ },
6585
+ "optionalDependencies": {
6586
+ "@esbuild/aix-ppc64": "0.27.4",
6587
+ "@esbuild/android-arm": "0.27.4",
6588
+ "@esbuild/android-arm64": "0.27.4",
6589
+ "@esbuild/android-x64": "0.27.4",
6590
+ "@esbuild/darwin-arm64": "0.27.4",
6591
+ "@esbuild/darwin-x64": "0.27.4",
6592
+ "@esbuild/freebsd-arm64": "0.27.4",
6593
+ "@esbuild/freebsd-x64": "0.27.4",
6594
+ "@esbuild/linux-arm": "0.27.4",
6595
+ "@esbuild/linux-arm64": "0.27.4",
6596
+ "@esbuild/linux-ia32": "0.27.4",
6597
+ "@esbuild/linux-loong64": "0.27.4",
6598
+ "@esbuild/linux-mips64el": "0.27.4",
6599
+ "@esbuild/linux-ppc64": "0.27.4",
6600
+ "@esbuild/linux-riscv64": "0.27.4",
6601
+ "@esbuild/linux-s390x": "0.27.4",
6602
+ "@esbuild/linux-x64": "0.27.4",
6603
+ "@esbuild/netbsd-arm64": "0.27.4",
6604
+ "@esbuild/netbsd-x64": "0.27.4",
6605
+ "@esbuild/openbsd-arm64": "0.27.4",
6606
+ "@esbuild/openbsd-x64": "0.27.4",
6607
+ "@esbuild/openharmony-arm64": "0.27.4",
6608
+ "@esbuild/sunos-x64": "0.27.4",
6609
+ "@esbuild/win32-arm64": "0.27.4",
6610
+ "@esbuild/win32-ia32": "0.27.4",
6611
+ "@esbuild/win32-x64": "0.27.4"
6612
+ }
6613
+ },
6614
  "node_modules/vitest/node_modules/picomatch": {
6615
  "version": "4.0.4",
6616
  "resolved": "https://registry.npmjs.org/picomatch/-/picomatch-4.0.4.tgz",