diff --git a/package-lock.json b/package-lock.json index c7113422a15..fe9b3281d12 100644 --- a/package-lock.json +++ b/package-lock.json @@ -11,7 +11,7 @@ "dependencies": { "blazy": "^1.8.2", "bootstrap": "^3.3.7", - "bootstrap.native": "^2.0.19", + "bootstrap.native": "^5.0.0", "highlight.js": "^11.0.0", "markdown-it": "^13.0.0", "screenfull": "^6.0.0" @@ -154,6 +154,24 @@ "integrity": "sha512-+9jVqKhRSpsc591z5vX+X5Yyw+he/HCB4iQ/RYxw35CEPaY1gnsNE43nf9n9AaYjAQrTiI/mOwKUKdUs9vf7Xg==", "dev": true }, + "node_modules/@thednp/event-listener": { + "version": "2.0.4", + "resolved": "https://registry.npmjs.org/@thednp/event-listener/-/event-listener-2.0.4.tgz", + "integrity": "sha512-sc4B7AzYAIvnGnivirq0XyR7LfzEDhGiiB70Q0qdNn8wSJ2pL1buVAsEZxrlc47qRJiBV4YIP+BFkyMm2r3NLg==", + "engines": { + "node": ">=16", + "pnpm": ">=8.6.0" + } + }, + "node_modules/@thednp/shorty": { + "version": "2.0.0-alpha22", + "resolved": "https://registry.npmjs.org/@thednp/shorty/-/shorty-2.0.0-alpha22.tgz", + "integrity": "sha512-BpXSRRGKJyZcP1OLBM2G7i+zcWGEA+6oHPwHs8GdaHykJDroDl+UaDEQX+PGiIxItosvY4hmF8zU2vG2JQ/qkQ==", + "engines": { + "node": ">=16", + "pnpm": ">=8.6.0" + } + }, "node_modules/@types/blazy": { "version": "1.5.34", "resolved": "https://registry.npmjs.org/@types/blazy/-/blazy-1.5.34.tgz", @@ -651,9 +669,13 @@ } }, "node_modules/bootstrap.native": { - "version": "2.0.27", - "resolved": "https://registry.npmjs.org/bootstrap.native/-/bootstrap.native-2.0.27.tgz", - "integrity": "sha512-gv2eN4zXHOLN/oPotTxb8CJr9Dk0xlM9YURyHCWjq1Lyt2I669bri/Bp8b0HPOKX7JqRVh+Sk/VwEe0OcQN2fw==" + "version": "5.0.9", + "resolved": "https://registry.npmjs.org/bootstrap.native/-/bootstrap.native-5.0.9.tgz", + "integrity": "sha512-v4/2nYE8nj+WWH8jr8rGnSgVozwwBbQGTWmDCSaW0R+xzU96wD666SzXPjOYnU7E5Q5NPX7QihPvAYFqHM4p1A==", + "dependencies": { + "@thednp/event-listener": "^2.0.2", + "@thednp/shorty": "^2.0.0-alpha16" + } }, "node_modules/brace-expansion": { "version": "1.1.11", diff --git a/package.json b/package.json index 5fcedb05e92..c22afc2d230 100644 --- a/package.json +++ b/package.json @@ -9,7 +9,7 @@ "dependencies": { "blazy": "^1.8.2", "bootstrap": "^3.3.7", - "bootstrap.native": "^2.0.19", + "bootstrap.native": "^5.0.0", "highlight.js": "^11.0.0", "markdown-it": "^13.0.0", "screenfull": "^6.0.0"