aboutsummaryrefslogtreecommitdiff
path: root/js
diff options
context:
space:
mode:
authorXhmikosR <[email protected]>2022-09-20 08:09:14 +0300
committerGitHub <[email protected]>2022-09-20 08:09:14 +0300
commitd0117a17d807df05dfd6f6ce72a0d63f081ca529 (patch)
treeed906876c171b7b243a6b0146165ecf94d9789b6 /js
parent6f65df4faea2694840572626f8a02f4399bd0dca (diff)
downloadbootstrap-d0117a17d807df05dfd6f6ce72a0d63f081ca529.tar.xz
bootstrap-d0117a17d807df05dfd6f6ce72a0d63f081ca529.zip
Update devDependencies (#37177)
Diffstat (limited to 'js')
-rw-r--r--js/tests/karma.conf.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/js/tests/karma.conf.js b/js/tests/karma.conf.js
index a1b96d041..6636ff15d 100644
--- a/js/tests/karma.conf.js
+++ b/js/tests/karma.conf.js
@@ -2,7 +2,7 @@
'use strict'
-const path = require('path')
+const path = require('node:path')
const ip = require('ip')
const { babel } = require('@rollup/plugin-babel')
const istanbul = require('rollup-plugin-istanbul')