Skip to content

Commit 93c0fed

Browse files
fix: remediate high & critical vulnerabilities in example lockfiles
Co-Authored-By: Patrick Kaeding <patrick@kaeding.name>
1 parent b5a4c27 commit 93c0fed

4 files changed

Lines changed: 6635 additions & 5462 deletions

File tree

examples/async-provider/package.json

Lines changed: 25 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -26,9 +26,9 @@
2626
"homepage": "https://github.com/launchdarkly/js-client-sdk/tree/main/packages/launchdarkly-react-client-sdk",
2727
"dependencies": {
2828
"@babel/polyfill": "^7.2.5",
29-
"express": "^4.17.3",
29+
"express": "^4.21.0",
3030
"launchdarkly-react-client-sdk": "^3.0.10",
31-
"lodash": "^4.17.21",
31+
"lodash": "^4.18.0",
3232
"prop-types": "^15.7.2",
3333
"react": "18.2.0",
3434
"react-dom": "18.2.0",
@@ -60,6 +60,28 @@
6060
"webpack-serve": "^3.1.1"
6161
},
6262
"resolutions": {
63-
"acorn": "npm:acorn-with-stage3"
63+
"acorn": "npm:acorn-with-stage3",
64+
"@babel/plugin-transform-modules-systemjs": ">=7.29.4",
65+
"ansi-regex": ">=5.0.1",
66+
"braces": ">=3.0.3",
67+
"cipher-base": ">=1.0.5",
68+
"elliptic": ">=6.6.1",
69+
"flatted": ">=3.4.2",
70+
"json5": ">=2.2.2",
71+
"koa": ">=2.16.4",
72+
"minimatch": ">=3.1.3",
73+
"node-forge": ">=1.4.0",
74+
"**/express/path-to-regexp": "0.1.13",
75+
"**/react-router/path-to-regexp": ">=1.9.0",
76+
"pbkdf2": ">=3.1.3",
77+
"serialize-javascript": ">=7.0.3",
78+
"sha.js": ">=2.4.12",
79+
"tmp": ">=0.2.6",
80+
"webpack-dev-middleware": ">=5.3.4",
81+
"ws": ">=8.17.1",
82+
"trim-newlines": ">=3.0.1",
83+
"cross-spawn": ">=6.0.6",
84+
"http-proxy-middleware": ">=2.0.7",
85+
"ansi-html": ">=0.0.8"
6486
}
6587
}

0 commit comments

Comments
 (0)