Skip to content

Commit 2023635

Browse files
renovate-botrenovate[bot]
authored andcommitted
📌 deps: Pin dependencies
1 parent d9c183d commit 2023635

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@
6969
"dependencies": {},
7070
"devDependencies": {
7171
"@aureooms/js-itertools": "5.1.1",
72-
"@babel/cli": "^7.13.14",
72+
"@babel/cli": "7.13.14",
7373
"@babel/core": "7.13.15",
7474
"@babel/preset-env": "7.13.15",
7575
"@babel/register": "7.13.14",
@@ -78,7 +78,7 @@
7878
"ava": "3.15.0",
7979
"babel-plugin-transform-remove-console": "6.9.4",
8080
"babel-plugin-unassert": "3.0.1",
81-
"babel-preset-minify": "^0.5.1",
81+
"babel-preset-minify": "0.5.1",
8282
"babel-preset-power-assert": "3.0.0",
8383
"c8": "7.7.1",
8484
"coveralls": "3.1.0",
@@ -90,7 +90,7 @@
9090
"husky": "6.0.0",
9191
"lint-staged": "10.5.4",
9292
"np": "7.4.0",
93-
"npm-run-all": "^4.1.5",
93+
"npm-run-all": "4.1.5",
9494
"pinst": "2.1.6",
9595
"power-assert": "1.6.1",
9696
"regenerator-runtime": "0.13.7",

yarn.lock

+3-3
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
"@aureooms/js-collections-deque" "^7.0.0"
2323
"@aureooms/js-error" "^5.0.3"
2424

25-
"@babel/cli@^7.13.14":
25+
2626
version "7.13.14"
2727
resolved "https://registry.yarnpkg.com/@babel/cli/-/cli-7.13.14.tgz#c395bc89ec4760c91f2027fa8b26f8b2bf42238f"
2828
integrity sha512-zmEFV8WBRsW+mPQumO1/4b34QNALBVReaiHJOkxhUsdo/AvYM62c+SKSuLi2aZ42t3ocK6OI0uwUXRvrIbREZw==
@@ -1989,7 +1989,7 @@ [email protected]:
19891989
resolved "https://registry.yarnpkg.com/babel-plugin-unassert/-/babel-plugin-unassert-3.0.1.tgz#cba17c38249a0bb26a72eb3793e0b24e29fcb7cd"
19901990
integrity sha512-dJvXKECYExv+GGieSm6jNe1H+HRa6hH/qPZWOoUfAN+cO6GbnC9fCbwHeJs0XZ2UqcEtJLpJCMs8q0pUEMI0fw==
19911991

1992-
babel-preset-minify@^0.5.1:
1992+
19931993
version "0.5.1"
19941994
resolved "https://registry.yarnpkg.com/babel-preset-minify/-/babel-preset-minify-0.5.1.tgz#25f5d0bce36ec818be80338d0e594106e21eaa9f"
19951995
integrity sha512-1IajDumYOAPYImkHbrKeiN5AKKP9iOmRoO2IPbIuVp0j2iuCcj0n7P260z38siKMZZ+85d3mJZdtW8IgOv+Tzg==
@@ -6480,7 +6480,7 @@ npm-name@^6.0.1:
64806480
registry-url "^5.1.0"
64816481
validate-npm-package-name "^3.0.0"
64826482

6483-
npm-run-all@^4.1.5:
6483+
64846484
version "4.1.5"
64856485
resolved "https://registry.yarnpkg.com/npm-run-all/-/npm-run-all-4.1.5.tgz#04476202a15ee0e2e214080861bff12a51d98fba"
64866486
integrity sha512-Oo82gJDAVcaMdi3nuoKFavkIHBRVqQ1qvMb+9LHk/cF4P6B2m8aP04hGf7oL6wZ9BuGwX1onlLhpuoofSyoQDQ==

0 commit comments

Comments
 (0)