Skip to content

Commit 66a1cf9

Browse files
committed
fix: upgrade multiple dependencies with Snyk
Snyk has created this PR to upgrade: - @sentry/utils from 7.60.1 to 7.119.0. See this package in npm: https://www.npmjs.com/package/@sentry/utils - @sentry/browser from 7.60.1 to 7.119.0. See this package in npm: https://www.npmjs.com/package/@sentry/browser - chart.js from 4.3.2 to 4.4.4. See this package in npm: https://www.npmjs.com/package/chart.js - fastboot-app-server from 4.1.1 to 4.1.4. See this package in npm: https://www.npmjs.com/package/fastboot-app-server - highlight.js from 11.8.0 to 11.10.0. See this package in npm: https://www.npmjs.com/package/highlight.js - mermaid from 10.3.0 to 10.9.1. See this package in npm: https://www.npmjs.com/package/mermaid - semver from 7.5.4 to 7.6.3. See this package in npm: https://www.npmjs.com/package/semver See this project in Snyk: https://app.snyk.io/org/sammytezzy/project/a88f4f5f-7e6f-4196-ac10-822626b4c9f7?utm_source=github&utm_medium=referral&page=upgrade-pr
1 parent a6712b7 commit 66a1cf9

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

package.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -38,18 +38,18 @@
3838
},
3939
"dependencies": {
4040
"@juggle/resize-observer": "3.4.0",
41-
"@sentry/browser": "7.60.1",
42-
"@sentry/utils": "7.60.1",
43-
"chart.js": "4.3.2",
41+
"@sentry/browser": "7.119.0",
42+
"@sentry/utils": "7.119.0",
43+
"chart.js": "4.4.4",
4444
"copy-text-to-clipboard": "3.2.0",
4545
"date-fns": "2.30.0",
46-
"fastboot-app-server": "4.1.1",
47-
"highlight.js": "11.8.0",
46+
"fastboot-app-server": "4.1.4",
47+
"highlight.js": "11.10.0",
4848
"macro-decorators": "0.1.2",
49-
"mermaid": "10.3.0",
49+
"mermaid": "10.9.1",
5050
"morgan": "1.10.0",
5151
"pretty-bytes": "6.1.1",
52-
"semver": "7.5.4",
52+
"semver": "7.6.3",
5353
"tracked-toolbox": "2.0.0"
5454
},
5555
"devDependencies": {

0 commit comments

Comments
 (0)