Skip to content

Commit 099c644

Browse files
fix(security): update vulnerable dependency versions (#272)
* feat(templates): update templates & add debug tool link * fix: update canonical links in HTML files for accurate routing * UPDATE --------- Co-authored-by: SHEN <1014628363@qq.com>
1 parent 4dcaacc commit 099c644

File tree

14 files changed

+15
-18
lines changed

14 files changed

+15
-18
lines changed

frameworks/angular/scan-using-foundational-api/src/index.html

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,10 +11,7 @@
1111
content="Dynamsoft Barcode Reader in an Angular Application, helps read barcodes from camera or images."
1212
/>
1313
<meta name="keywords" content="barcodes, camera, images, angular" />
14-
<link
15-
rel="canonical"
16-
href="https://demo.dynamsoft.com/Samples/DBR/JS/foundational-api-samples/hello-world/angular/dist/dbrjs-sample-angular/browser/"
17-
/>
14+
<link rel="canonical" href="https://demo.dynamsoft.com/Samples/DBR/JS/frameworks/angular/scan-using-foundational-api/" />
1815
</head>
1916
<body>
2017
<app-root></app-root>

frameworks/es6/scan-using-foundational-api/es6.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<meta name="viewport" content="width=device-width,initial-scale=1.0" />
66
<meta name="description" content="Quickly read barcodes with Dynamsoft Barcode Reader from a live camera stream." />
77
<meta name="keywords" content="barcode, camera, es6" />
8-
<link rel="canonical" href="https://demo.dynamsoft.com/Samples/DBR/JS/foundational-api-samples/hello-world/es6.html" />
8+
<link rel="canonical" href="https://demo.dynamsoft.com/Samples/DBR/JS/frameworks/es6/scan-using-foundational-api/es6.html" />
99
<title>Dynamsoft Barcode Reader Sample - Hello World for ES6 (Decode via Camera)</title>
1010
</head>
1111

frameworks/native-ts/scan-using-foundational-api/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<meta name="viewport" content="width=device-width,initial-scale=1.0" />
77
<meta name="description" content="Quickly read barcodes with Dynamsoft Barcode Reader from a live camera stream." />
88
<meta name="keywords" content="barcode, camera" />
9-
<link rel="canonical" href="https://demo.dynamsoft.com/Samples/DBR/JS/foundational-api-samples/hello-world/hello-world.html" />
9+
<link rel="canonical" href="https://demo.dynamsoft.com/Samples/DBR/JS/frameworks/native-ts/scan-using-foundational-api/index.html" />
1010
<title>Dynamsoft Barcode Reader Sample - Hello World (Decode via Camera)</title>
1111
</head>
1212

frameworks/next/scan-using-foundational-api/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
"dependencies": {
1212
"react": "^18",
1313
"react-dom": "^18",
14-
"next": "14.2.3",
14+
"next": "14.2.35",
1515
"dynamsoft-barcode-reader-bundle": "11.2.4000"
1616
},
1717
"devDependencies": {

frameworks/pwa/scan-using-foundational-api/helloworld-pwa.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<meta name="description" content="Read barcodes from camera with Dynamsoft Barcode Reader in a PWA application." />
77
<meta name="keywords" content="barcode, camera, PWA" />
88
<title>Dynamsoft Barcode Reader PWA Sample - Hello World (Decode via Camera)</title>
9-
<link rel="canonical" href="https://demo.dynamsoft.com/Samples/DBR/JS/foundational-api-samples/hello-world/pwa/helloworld-pwa.html" />
9+
<link rel="canonical" href="https://demo.dynamsoft.com/Samples/DBR/JS/frameworks/pwa/scan-using-foundational-api/helloworld-pwa.html" />
1010
<link rel="manifest" href="./helloworld-pwa.json" />
1111
<meta name="theme-color" content="#B12A34" />
1212
<meta name="mobile-web-app-capable" content="yes" />

frameworks/react/scan-using-foundational-api/public/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
content="Dynamsoft Barcode Reader in a React Application, helps read barcodes from camera or images."
1111
/>
1212
<meta name="keywords" content="barcodes, camera, images, React" />
13-
<link rel="canonical" href="https://demo.dynamsoft.com/samples/DBR/JS/foundational-api-samples/hello-world/react-hooks/build/" />
13+
<link rel="canonical" href="https://demo.dynamsoft.com/Samples/DBR/JS/frameworks/react/scan-using-foundational-api/" />
1414
<link rel="apple-touch-icon" href="%PUBLIC_URL%/logo192.png" />
1515
<!--
1616
manifest.json provides metadata used when your web app is installed on a

frameworks/react/scan-using-rtu-api/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@
1010
},
1111
"dependencies": {
1212
"dynamsoft-barcode-reader-bundle": "11.2.4000",
13-
"react": "^19.1.1",
14-
"react-dom": "^19.1.1"
13+
"react": "19.2.3",
14+
"react-dom": "19.2.3"
1515
},
1616
"devDependencies": {
1717
"@eslint/js": "^9.33.0",

frameworks/requirejs/scan-using-foundational-api/requirejs.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<meta name="viewport" content="width=device-width,initial-scale=1.0" />
66
<meta name="description" content="Quickly read barcodes with Dynamsoft Barcode Reader from a live camera stream." />
77
<meta name="keywords" content="barcode, camera, RequireJS" />
8-
<link rel="canonical" href="https://demo.dynamsoft.com/Samples/DBR/JS/foundational-api-samples/hello-world/requirejs.html" />
8+
<link rel="canonical" href="https://demo.dynamsoft.com/Samples/DBR/JS/frameworks/requirejs/scan-using-foundational-api/requirejs.html" />
99
<title>Dynamsoft Barcode Reader Sample - Hello World for RequireJS (Decode via Camera)</title>
1010
<script src="https://cdn.jsdelivr.net/npm/requirejs@2.3.6/require.js"></script>
1111
</head>

frameworks/vue/scan-using-foundational-api/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
content="Dynamsoft Barcode Reader in a Vue 3 Application, helps read barcodes from camera or images."
1010
/>
1111
<meta name="keywords" content="barcodes, camera, images, vue, vue3" />
12-
<link rel="canonical" href="https://demo.dynamsoft.com/samples/DBR/JS/foundational-api-samples/hello-world/vue/dist/" />
12+
<link rel="canonical" href="https://demo.dynamsoft.com/Samples/DBR/JS/frameworks/vue/scan-using-foundational-api/" />
1313
<title>Hello World for Vue 3 - Dynamsoft Barcode Reader Sample</title>
1414
</head>
1515
<body>

frameworks/webview/scan-using-foundational-api/android/app/src/main/assets/decodeBarcodeInVideo.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<meta name="viewport" content="width=device-width,initial-scale=1.0,user-scalable=no" />
66
<meta name="description" content="Quickly read barcodes with Dynamsoft Barcode Reader from a live camera stream." />
77
<meta name="keywords" content="camera based barcode reading" />
8-
<link rel="canonical" href="https://demo.dynamsoft.com/Samples/DBR/JS/foundational-api-samples/hello-world/hello-world.html" />
8+
<link rel="canonical" href="https://demo.dynamsoft.com/Samples/DBR/JS/frameworks/webview/scan-using-foundational-api/android/app/src/main/assets/decodeBarcodeInVideo.html" />
99
<title>Dynamsoft Barcode Reader Sample - Hello World (Decoding via Camera)</title>
1010
</head>
1111

0 commit comments

Comments
 (0)