Browse Source

Update core-js to 3.32.1

tags/10.3.0.82913
David Cho-Lerat 10 months ago
parent
commit
42eb81e07d
2 changed files with 6 additions and 6 deletions
  1. 1
    1
      server/sonar-web/package.json
  2. 5
    5
      server/sonar-web/yarn.lock

+ 1
- 1
server/sonar-web/package.json View File

"@tanstack/react-query": "4.33.0", "@tanstack/react-query": "4.33.0",
"classnames": "2.3.2", "classnames": "2.3.2",
"clipboard": "2.0.11", "clipboard": "2.0.11",
"core-js": "3.31.0",
"core-js": "3.32.1",
"d3-array": "3.2.4", "d3-array": "3.2.4",
"d3-hierarchy": "3.1.2", "d3-hierarchy": "3.1.2",
"d3-scale": "4.0.2", "d3-scale": "4.0.2",

+ 5
- 5
server/sonar-web/yarn.lock View File

chokidar: 3.5.3 chokidar: 3.5.3
classnames: 2.3.2 classnames: 2.3.2
clipboard: 2.0.11 clipboard: 2.0.11
core-js: 3.31.0
core-js: 3.32.1
d3-array: 3.2.4 d3-array: 3.2.4
d3-hierarchy: 3.1.2 d3-hierarchy: 3.1.2
d3-scale: 4.0.2 d3-scale: 4.0.2
languageName: node languageName: node
linkType: hard linkType: hard


"core-js@npm:3.31.0":
version: 3.31.0
resolution: "core-js@npm:3.31.0"
checksum: f7cf9b3010f7ca99c026d95b61743baca1a85512742ed2b67e8f65a72ac4f4fe0b90b00057783e886bdd39d3a295f42f845d33e7cba3973ed263df978343ab79
"core-js@npm:3.32.1":
version: 3.32.1
resolution: "core-js@npm:3.32.1"
checksum: e4af91d9c6be7b59235feb3f273d16705126ce09a0b4a787144d131d874f0cd10be3c24fc52e5eea7d7cb03ceabe4be7b255abcd9474b5eb1ff365d2c5611f9a
languageName: node languageName: node
linkType: hard linkType: hard



Loading…
Cancel
Save