Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/twbs/bootstrap.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/js
diff options
context:
space:
mode:
authorXhmikosR <xhmikosr@gmail.com>2022-09-20 08:09:14 +0300
committerGitHub <noreply@github.com>2022-09-20 08:09:14 +0300
commitd0117a17d807df05dfd6f6ce72a0d63f081ca529 (patch)
treeed906876c171b7b243a6b0146165ecf94d9789b6 /js
parent6f65df4faea2694840572626f8a02f4399bd0dca (diff)
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 a1b96d0414..6636ff15d5 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')